summaryrefslogtreecommitdiff
path: root/helm.el
Commit message (Expand)AuthorAge
* Get rid of helm-default-directory, the variable, use now the fn.Thierry Volpiatto2015-04-16
* Get rid of helm-in-file-completion-p.Thierry Volpiatto2015-04-02
* * helm.el (helm-file-expand-wildcards): Use wildcard-to-regexp.Thierry Volpiatto2015-04-02
* Add optional args to helm--autoresize-hook (#961).Thierry Volpiatto2015-03-31
* Don't try to exit minibuffer when already done (#954).Thierry Volpiatto2015-03-31
* Reenable exit catch (#954).Thierry Volpiatto2015-03-30
* Fix helm-in-file-completion-p.Thierry Volpiatto2015-03-28
* * helm.el (helm-selection): Use distant-foreground.Thierry Volpiatto2015-03-25
* * helm.el (helm-get-candidates): Remove unneeded close left by error.Thierry Volpiatto2015-03-25
* Handle case where the candidates list is a list of one empty string (#938).Thierry Volpiatto2015-03-25
* * helm.el (helm-inherit-input-method): New user var.Thierry Volpiatto2015-03-25
* Update copyrights.Thierry Volpiatto2015-03-24
* * helm.el (helm-initial-candidates-from-candidate-buffer): limit to eobp.Thierry Volpiatto2015-03-24
* Remove obsolete search-from-end feature.Thierry Volpiatto2015-03-24
* * helm.el (helm-file-expand-wildcards): Reindent.Thierry Volpiatto2015-03-21
* Introduce helm-file-globstar.Thierry Volpiatto2015-03-21
* Get rid of helm-match-plugin-mode.Thierry Volpiatto2015-03-18
* Allow turning off display of header-line (#917).Thierry Volpiatto2015-03-15
* Change default value of helm-delete-minibuffer-contents-from-point (#907).Thierry Volpiatto2015-03-11
* Delete inconditionally minibuffer contents when at eob (#907).Thierry Volpiatto2015-03-11
* Fix behavior of helm-delete-minibuffer-contents (#907).Thierry Volpiatto2015-03-11
* Fix empty action buffer (#907).Thierry Volpiatto2015-03-10
* Rename function and add comments.Thierry Volpiatto2015-03-09
* Allow searching empty lines in moccur.Thierry Volpiatto2015-03-08
* * helm.el (helm-update-source-p): Fix mp checking.Thierry Volpiatto2015-03-07
* * helm.el (helm--mapconcat-pattern): Use split-string-and-unquote.Thierry Volpiatto2015-03-07
* * helm.el (with-helm-quittable): Add comment.Thierry Volpiatto2015-03-06
* Fix exiting minibuffer in helm-comp-read (#896).Thierry Volpiatto2015-03-04
* Move helm-symbolify and helm-stringify.Thierry Volpiatto2015-03-04
* * helm.el (helm-fuzzy-default-highlight-match): Ensure display is a string.Thierry Volpiatto2015-03-03
* * helm.el: Add comment, no code change.Thierry Volpiatto2015-03-01
* Fix Updating keymap with recursive minibuffers.Thierry Volpiatto2015-03-01
* * helm.el (helm-match): Moved from *match-plugin.Thierry Volpiatto2015-02-26
* * helm.el (helm-fuzzy-highlight-matches): New.Thierry Volpiatto2015-02-25
* Allow using filter sources with symbols sources.Thierry Volpiatto2015-02-23
* * helm.el (helm-set-source-filter): Check if preselect string exists.Thierry Volpiatto2015-02-22
* Remove catch exit tag no more needed apparently.Thierry Volpiatto2015-02-21
* Fix quitting.Thierry Volpiatto2015-02-21
* Don't highlight matches in helm locate.Thierry Volpiatto2015-02-21
* fix last commit (use `condition-case-unless-debug')Michael Heerdegen2015-02-18
* allow debugging candidate functionsMichael Heerdegen2015-02-18
* make `helm-define-key-with-subkeys' a functionMichael Heerdegen2015-02-15
* Fix some bugs happening after resuming.Thierry Volpiatto2015-02-14
* Merge pull request #869 from swhahn/work-remove-bufferThierry Volpiatto2015-02-14
|\
| * Remove helm buffer from buffer-list if buffer gets killed.Stefan-W. Hahn2015-02-12
* | Fix helm-define-key-with-subkeys (#868).Thierry Volpiatto2015-02-13
|/
* * helm.el (helm-show-action-buffer): Add newline, no code change.Thierry Volpiatto2015-02-09
* * helm.el (with-helm-restore-variables): Revert to old behavior.Thierry Volpiatto2015-02-09
* * helm.el (helm-selection): Underline is no more needed.Thierry Volpiatto2015-02-08
* Make helm-selection-overlay overhiding helm-visible-mark (#784).Thierry Volpiatto2015-02-07