summaryrefslogtreecommitdiff
path: root/helm-mode.el
Commit message (Expand)AuthorAge
* Move functions from helm to helm-lib and require accordingly.Thierry Volpiatto2016-09-04
* Allow again follow in files sources but prevent persistent follow.Thierry Volpiatto2016-09-03
* Fix non-interactive call of follow-mode.Thierry Volpiatto2016-09-02
* Unquote some more lambdas.Thierry Volpiatto2016-08-28
* Allow matching only part of candidate in helm-comp-read (#1582).Thierry Volpiatto2016-08-16
* Fix default in completing-read (#1553).Thierry Volpiatto2016-07-06
* No need to handle 'confirm at end of cr fns now it is handled elsewhere.Thierry Volpiatto2016-06-16
* Remove now unuseful comment.Thierry Volpiatto2016-06-16
* Fix error with helm-comp-read called with a default list.Thierry Volpiatto2016-06-16
* Fix some comments.Thierry Volpiatto2016-06-15
* Don't append space if input is emptySyohei YOSHIDA2016-06-11
* Set also test to nil when completion have been computed with default.Thierry Volpiatto2016-06-08
* Ensure circular objects are removed from collection (#1530).Thierry Volpiatto2016-06-08
* Finally revert c3ef651 adding actions to helm-comp-read.Thierry Volpiatto2016-03-26
* Fix docstrings, no code changes.Thierry Volpiatto2016-03-26
* Add :actions keyword to helm-comp-read and use it in helm-M-x (#1448).Thierry Volpiatto2016-03-26
* Fix wrong-number-of-arguments error in PR #1439.Thierry Volpiatto2016-03-22
* Handle non-tag org completion promptsAdam Porter2016-03-21
* FIXME: Workaround for very strange problemAdam Porter2016-03-21
* helm-mode.el, helm-org.el: Improve org tag completionAdam Porter2016-03-21
* Fix copyrights.Thierry Volpiatto2016-03-05
* Add hooks in good order for hff and read fname.Thierry Volpiatto2016-03-04
* Avoid running the ff hooks when not needed.Thierry Volpiatto2016-03-04
* Reenable volatile in helm-comp-read.Thierry Volpiatto2016-02-22
* Simplify volatile setting in helm-comp-read.Thierry Volpiatto2016-02-19
* Fix dups in helm occur, don't use volatile in helm-mode by default.Thierry Volpiatto2016-02-16
* Don't use the generic sort fn when fuzzy matching.Thierry Volpiatto2016-02-04
* Merge branch 'better-completion-in-region'Michael Heerdegen2016-02-02
|\
| * Use predicate in completion-metadata call (completion-in-region).Thierry Volpiatto2016-01-29
| * Use also the old file completion predicates in completion-in-region.Thierry Volpiatto2016-01-29
| * Add comments in helm--completion-in-region, no code changes.Thierry Volpiatto2016-01-28
| * Use `completion-metadata-get` in `completion-in-region`.Thierry Volpiatto2016-01-23
| * Use helm-aif instead of if-let.Thierry Volpiatto2016-01-17
| * Handle cdr of last completion; simplifyMichael Heerdegen2016-01-15
| * do it more like vanilla completion does itMichael Heerdegen2016-01-14
* | Revert also partially changes in helm-completing-read-default-1 (#1366, #1371).Thierry Volpiatto2016-02-01
* | Reverting changes in helm-comp-read (#1366, #1371).Thierry Volpiatto2016-02-01
* | Add missing input argument in helm-comp-read-get-candidates (#1366).Thierry Volpiatto2016-01-31
* | Use initial input in collection in completing-read's (#1366).Thierry Volpiatto2016-01-31
* | Add new user variable for completion-in-region (#1308).Thierry Volpiatto2016-01-14
|/
* Unhelmize find-file and M-x by default to avoid confusion.Thierry Volpiatto2016-01-12
* Add helm-only property to helm actions.Thierry Volpiatto2016-01-12
* Fix additional space suffix in `helm--completion-in-region`Markus Hauck2015-12-16
* Remove minibuffer-completion-help from minibuffer-setup-hook (#1240).Thierry Volpiatto2015-10-23
* Fix minibuffer-setup-hook setting in helm-mode (#1240).Thierry Volpiatto2015-10-23
* Try to fix persistent help for same symbols names for var and fn (#1222).Thierry Volpiatto2015-10-18
* Fix previous commit, :persistent-help needs stringChunyang Xu2015-10-17
* Compute persistent-help according to helm-elisp-help-function (#1222)Chunyang Xu2015-10-17
* Use helm-completing-read-symbols for disassembleChunyang Xu2015-10-13
* Add must-match-map keymap for helm-mode (#1211).Thierry Volpiatto2015-10-11