summaryrefslogtreecommitdiff
path: root/helm.el
Commit message (Expand)AuthorAge
* Finish replacing cl symbols and requiring cl-lib, no compile error.Thierry Volpiatto2013-11-04
* replace all cl symbol by their cl-lib equivalent.Thierry Volpiatto2013-11-04
* Fix unused args source in some filtered candidates functions.Thierry Volpiatto2013-11-02
* * helm.el (helm-compile-sources): make it more readable.Thierry Volpiatto2013-11-02
* * helm.el (helm-next-point-in-list): Return to first or last point when at st...Thierry Volpiatto2013-10-31
* * helm.el (helm--get-window-side-state): Add docstring, no code--change.Thierry Volpiatto2013-10-31
* * helm.el: Define helm-toggle-resplit-and-swap-windows multi-key with a delay...Thierry Volpiatto2013-10-31
* * helm.el (helm-swap-window): Don't swap in a dedicated window.Thierry Volpiatto2013-10-31
* * helm.el (helm-initial-setup): Fix restoration of helm--window-side-state.Thierry Volpiatto2013-10-31
* * helm.el (helm--window-side-state): Renamed from helm-window-side-state (int...Thierry Volpiatto2013-10-31
* * helm.el (helm--window-side-state): New, use it to restore helm-window on la...Thierry Volpiatto2013-10-31
* * helm.el (helm-log): Use outline.Thierry Volpiatto2013-10-31
* * helm.el (helm-move-selection-common): Update keymap directly here and remov...Thierry Volpiatto2013-10-31
* * helm.el: reset helm-marked stuff directly on buffer creation and remove the...Thierry Volpiatto2013-10-31
* * helm.el (helm-get-candidates): Fix timer error.Thierry Volpiatto2013-10-23
* * helm.el (helm-split-window-default-fn): Prevent displaying helm-buffer in a...Thierry Volpiatto2013-10-20
* * helm.el (helm-mark-current-line): Issue #304 Fix wrong move-overlay arg.Thierry Volpiatto2013-10-06
* * helm.el (helm-update, helm-process-delayed-sources): Update mode-line.Thierry Volpiatto2013-10-05
* * helm-elisp.el (helm-info-lookup-symbol): New action for helm-apropos.Thierry Volpiatto2013-10-05
* * helm.el: Advice next-history-element and previous-history-element (delay)Thierry Volpiatto2013-09-27
* * helm.el (helm-attrset): New arg added.Thierry Volpiatto2013-09-19
* * helm.el (helm-append-at-nth): Don't compute len at each turn.Thierry Volpiatto2013-09-18
* * helm.el (helm-attr-defined): Use helm-attr.Thierry Volpiatto2013-09-18
* * helm.el (helm-attr, helm-attrset): Return attribute from type if available.Thierry Volpiatto2013-09-18
* * helm.el (helm-make-visible-mark): Fix marking multilines.Thierry Volpiatto2013-09-16
* * helm.el (helm-create-helm-buffer): Issue #290 Fix set truncate-lines after ...Thierry Volpiatto2013-09-16
* * helm.el (helm-truncate-lines): Issue #290 New user var.Thierry Volpiatto2013-09-16
* * helm.el (helm-internal): Issue #286 reset overriding-local-map after exitin...Thierry Volpiatto2013-09-13
* * helm.el (helm-insert-match): Skip empty string.Thierry Volpiatto2013-09-08
* * helm.el (helm-prevent-escaping-from-minibuffer): New user var.Thierry Volpiatto2013-09-07
* * helm.el (helm-prevent-switching-other-window): New.Thierry Volpiatto2013-09-06
* * helm.el: Issue #282 #194 Don't allow switching out of minibuffer fromThierry Volpiatto2013-09-06
* * helm.el (helm-execute-selection-action-1): Issue #283 bind non-essential.Thierry Volpiatto2013-09-05
* * helm.el (helm-cleanup): Add comments, remove reset or cursor-type.Thierry Volpiatto2013-09-04
* * helm.el (helm-cleanup): Try to use replace-buffer-in-windows afterThierry Volpiatto2013-09-04
* * helm.el (helm-display-mode-line): Use length here.Thierry Volpiatto2013-09-04
* * helm.el (helm-update-source-p): Handle spaces in pattern that userThierry Volpiatto2013-09-03
* Use string-width in some places.Thierry Volpiatto2013-09-03
* * helm.el (helm-map): Bind helm-mark-all and helm-unmark-all.Thierry Volpiatto2013-09-01
* * helm.el (helm-add-action-to-source-if): Handle also actions from typeThierry Volpiatto2013-08-31
* * helm.el (helm-add-action-to-source): Check for action attr before typevapniks2013-08-30
* * helm.el (helm-add-action-to-source): Fix when source have type attr and no ...vapniks2013-08-30
* * helm.el (helm-append-at-nth): Fix when index is > len seq.Thierry Volpiatto2013-08-30
* helm.el (helm-move-selection-common): Fix typo was using wrong arg.Thierry Volpiatto2013-08-28
* * helm.el (helm-move-selection-common): Use ecase.Thierry Volpiatto2013-08-27
* * helm.el: Fix commentary and docstring.Thierry Volpiatto2013-08-27
* * helm.el (helm-move-selection-common): Simplify usage.Thierry Volpiatto2013-08-27
* * helm.el (helm-cleanup): Reuse only bury-buffer.Thierry Volpiatto2013-08-26
* * helm-regexp.el: Enable match plugin in (m)occur.Thierry Volpiatto2013-08-25
* * helm.el (helm-cleanup): Use replace-buffer-in-windows instead of bury-buffer.Thierry Volpiatto2013-08-24