summaryrefslogtreecommitdiff
path: root/helm-mode.el
Commit message (Expand)AuthorAge
* Return a directory ending with slash in read-directory-name (#1083).Thierry Volpiatto2015-06-28
* regexp-quote preselection in read-file-name.Thierry Volpiatto2015-06-27
* Add helm-mode-fuzzy-match.Bailey Ling2015-06-26
* Add comment in `helm-comp-read-get-candidates' (#1030).Thierry Volpiatto2015-05-22
* Compute completing-read COLLECTION in its context (#1030).Thierry Volpiatto2015-05-22
* Fix url at point in find-file-at-point (#1009).Thierry Volpiatto2015-05-01
* Fix helm-mode compatibility with emacs-24.3.Thierry Volpiatto2015-04-22
* * helm-mode.el (helm-mode): Use add/remove-function instead of setq.Thierry Volpiatto2015-04-21
* Keep fixing initial-input in completing-read.Thierry Volpiatto2015-04-19
* * helm-mode.el (helm-completing-read-default-1): Fix pcase rule.Thierry Volpiatto2015-04-19
* Fix completing-read input.Thierry Volpiatto2015-04-19
* * helm-mode.el (helm-completing-read-handlers-alist): Remove find-file-at-point.Thierry Volpiatto2015-04-19
* Fix find-file-at-point completion (#984).Thierry Volpiatto2015-04-19
* * helm-mode.el: regexp-quote only if it is a string.Thierry Volpiatto2015-04-17
* * helm-mode.el: Uncomment.Thierry Volpiatto2015-04-17
* Fix initial-input in completing-read.Thierry Volpiatto2015-04-17
* Disable find-file-at-point in helm-mode.Thierry Volpiatto2015-04-17
* * helm-mode.el (helm-completing-read-default-1): Fix comments, no code changes.Thierry Volpiatto2015-04-17
* Same with cands in buffer for completing-read's, use alistp.Thierry Volpiatto2015-04-05
* Avoid calling twice all-completions in completing-read's.Thierry Volpiatto2015-04-05
* Get rid of helm-in-file-completion-p.Thierry Volpiatto2015-04-02
* Fix helm-in-file-completion-p.Thierry Volpiatto2015-03-28
* Update copyrights.Thierry Volpiatto2015-03-24
* Treat more cases to use helm-completing-read-symbols (#921).Thierry Volpiatto2015-03-17
* Fix error when fname and/or initial are not provided in completing-read.Thierry Volpiatto2015-03-13
* Sort candidates in helm-mode symbol completion fn (#912).Thierry Volpiatto2015-03-13
* Fix setting of default-filename in read-file-name (#913)Thierry Volpiatto2015-03-13
* Fix test for file completion (#888).Thierry Volpiatto2015-02-27
* Simplify helm-mode--in-file-completion-p.Thierry Volpiatto2015-02-27
* Fix completion on directories in shell (#888).Thierry Volpiatto2015-02-27
* Highlight candidates with filters.Thierry Volpiatto2015-02-25
* Fix completion-in-region when returned data is a string (#881).Thierry Volpiatto2015-02-25
* Move to next line when candidate is incomplete.Thierry Volpiatto2015-02-21
* Fix completion-in-region for helm-mode (#867).Thierry Volpiatto2015-02-13
* Fix highlighting history in helm-M-x.Thierry Volpiatto2015-02-05
* * helm-mode.el (helm-completing-read-symbols): Use helm-apropos-init.Thierry Volpiatto2015-02-03
* * helm-mode.el (helm-read-file-name): Use helm-source to builds sources.Thierry Volpiatto2015-01-22
* * helm-mode.el (helm-completing-read-symbols): Get rid of quoted lambda.Thierry Volpiatto2015-01-21
* * helm-mode.el (helm-comp-read): simplify.Thierry Volpiatto2015-01-21
* Fix helm-ff--auto-update-state typo (#819).Thierry Volpiatto2015-01-20
* * helm-mode.el (helm-cr-default-transformer): Fix test if cand is a string.Thierry Volpiatto2015-01-18
* Allow killing buffers with newline (#824).Thierry Volpiatto2015-01-18
* Enable fuzzy in completion-in-region function (#145).Thierry Volpiatto2015-01-15
* Don't define twice the keymap (#797).Thierry Volpiatto2015-01-07
* Use helm-symbol-name in some places.Thierry Volpiatto2015-01-02
* Fix read-file-name when command is an interactive lambda (#769).Thierry Volpiatto2014-12-18
* * helm.el (helm-fuzzy-matching-default-sort-fn): Don't sort until patern is n...Thierry Volpiatto2014-12-03
* * helm-mode.el (helm-comp-read): Fix source arg name of sort fn.Thierry Volpiatto2014-12-03
* * helm-mode.el (helm-comp-read): Fuzzy sort hist only when pattern is not emp...Thierry Volpiatto2014-12-03
* Enable fuzzy in helm-M-x (#145).Thierry Volpiatto2014-12-03