summaryrefslogtreecommitdiff
path: root/helm.el
Commit message (Expand)AuthorAge
* Fix header-line (#1139).Thierry Volpiatto2015-08-29
* Fix header-line length (#1139).Thierry Volpiatto2015-08-27
* Fix helm-imenu preselection and default and exec at once for delayed sources.Thierry Volpiatto2015-08-25
* Fix imenu when cursor is already on candidate (#1134).Thierry Volpiatto2015-08-24
* Allow toggling truncate-lines value (#1136).Thierry Volpiatto2015-08-24
* Make helm-force-update non-interactive.Thierry Volpiatto2015-08-24
* Fix helm--set-header-line with small windows.Thierry Volpiatto2015-08-22
* Replace remaining occurences of match-plugin.Thierry Volpiatto2015-08-20
* Rename helm-match-plugin.el to helm-multi-match.el.Thierry Volpiatto2015-08-20
* Shutup byte compiler about ad-deactivate.Thierry Volpiatto2015-08-16
* Move aliases after definition of functions in helm.el.Thierry Volpiatto2015-08-16
* Fix docstring of 2 functions in helm.el.Thierry Volpiatto2015-08-16
* Move back aliases in helm to avoid breaking other packages using helm-core.Thierry Volpiatto2015-08-15
* Move helm-exit-and-execute-action to helm.Thierry Volpiatto2015-08-15
* Rename helm-run-after-quit and helm-quit-and-execute-action.Thierry Volpiatto2015-08-15
* Get rid of timer in helm-run-after-quit.Thierry Volpiatto2015-08-15
* Declare helm-autoresize-mode on top.Thierry Volpiatto2015-08-14
* Move deprecated mp compile function to helm.Thierry Volpiatto2015-08-14
* Require helm-lib before match-plugin.Thierry Volpiatto2015-08-14
* Reset saved action and selection in resume.Thierry Volpiatto2015-08-14
* Now helm-match-plugin is required in helm.Thierry Volpiatto2015-08-14
* Fix help message.Thierry Volpiatto2015-08-13
* Allow turning on debug and switching to debug buffer from helm.Thierry Volpiatto2015-08-13
* Remove the catch in helm-internal.Thierry Volpiatto2015-08-12
* Improve the use of helm-quit-and-execute-action (#1084).Thierry Volpiatto2015-08-12
* Remove hooks in post-command-hook from helm-cleanup (#1126).Thierry Volpiatto2015-08-11
* Fix item-count in candidates in buffer.Thierry Volpiatto2015-08-11
* Fix cycling in sources when last source is dummy and empty (#1117).Thierry Volpiatto2015-07-28
* Don't enable default as input when input is given (#1112).Thierry Volpiatto2015-07-25
* Ensure action buffer use helm-map.Thierry Volpiatto2015-07-25
* Remove file in current directory from helm--file-completion-sources.Thierry Volpiatto2015-07-19
* Move helm-help and helm-help-message to helm.el.Thierry Volpiatto2015-07-16
* Remove old help command from all maps affected.Thierry Volpiatto2015-07-14
* Remove most mode-line strings to use generic one.Thierry Volpiatto2015-07-14
* * helm.el: Move type attributes functions in own section.Thierry Volpiatto2015-07-11
* * helm.el (helm-candidates-in-buffer): Update doctring, no code change.Thierry Volpiatto2015-07-10
* Reorder helm-lib and move code from helm-help.Thierry Volpiatto2015-07-09
* Move helm-file-completion-source-p to helm.el.Thierry Volpiatto2015-07-09
* Move helm-file-globstar to helm-lib.Thierry Volpiatto2015-07-09
* Move helm-file-expand-wildcards to helm-lib.Thierry Volpiatto2015-07-09
* * helm.el: remove last dependencie to helm-utils.Thierry Volpiatto2015-07-09
* Move functions from helm-utils to helm-lib.Thierry Volpiatto2015-07-09
* Require helm-lib before helm-source.Thierry Volpiatto2015-07-08
* Move many functions to helm-lib.elThierry Volpiatto2015-07-08
* Fix docstring of helm-attr.Thierry Volpiatto2015-07-08
* Add new file and fix actions from types.Thierry Volpiatto2015-07-08
* Allow specifying action as a symbol variable.Thierry Volpiatto2015-07-07
* Fix display of actions.Thierry Volpiatto2015-07-06
* Allow using list of symbols with fuzzy.Thierry Volpiatto2015-07-04
* Fix docstring.Thierry Volpiatto2015-07-01