summaryrefslogtreecommitdiff
path: root/helm-mode.el
Commit message (Expand)AuthorAge
* Allow using helm-ff-RET in must-match mapThierry Volpiatto2017-09-28
* Temporary fix for previous commitThierry Volpiatto2017-09-28
* Let-bind the must-match-maps in helm-modeThierry Volpiatto2017-09-28
* Declare helm--completing-file-name in helm.el (#1880)Thierry Volpiatto2017-09-23
* New flag to notify helm-read-file-name is running (#1879)Thierry Volpiatto2017-09-23
* Add the help-message in symbol completion as wellThierry Volpiatto2017-09-20
* Add help for completing-read'sThierry Volpiatto2017-09-20
* Make several tramp related functions privateThierry Volpiatto2017-09-08
* Try to optimize require in several placesThierry Volpiatto2017-09-06
* Allow disabling in-buffer in completing-read (#1838)Thierry Volpiatto2017-08-18
* Make available input in collection function (#1838)Thierry Volpiatto2017-08-14
* Fix and use helm--url-regexp instead of ffap-url-regexp (#1817)Thierry Volpiatto2017-07-12
* Add comment no code change.Thierry Volpiatto2017-07-08
* Return pattern not expanded (#1808)Thierry Volpiatto2017-07-07
* Ensure default fc-transformer is used in HCRThierry Volpiatto2017-06-29
* Fix completing-read with must-match == nil (#1782).Thierry Volpiatto2017-06-06
* Try to find a default separator in CRM.Thierry Volpiatto2017-05-25
* Fix insertion in CRM.Thierry Volpiatto2017-05-24
* Honour helm-mode-reverse-history in read-file-name.Thierry Volpiatto2017-05-18
* Fix ffap in helm-completing-read-handlers-alist (#1768).Thierry Volpiatto2017-05-09
* Fix find-file-at-point with helm-mode (#1758).Thierry Volpiatto2017-04-28
* Fix again default handler with in-buffer.Thierry Volpiatto2017-04-25
* Don't use alistp in default completing-read handler.Thierry Volpiatto2017-04-25
* Compute collection inside helm for default helm-mode handler.Thierry Volpiatto2017-04-25
* Compute completing-read collection with empty string.Thierry Volpiatto2017-04-24
* Finally decide to use an optimized handler in CR.Thierry Volpiatto2017-04-22
* Add comment about completing-read optimization.Thierry Volpiatto2017-04-22
* Try to optimize completing-read by default on fixed lists (#1750).Thierry Volpiatto2017-04-21
* Handle non matching candidates in helm-comp-read with :candidates-in-buffer.Thierry Volpiatto2017-04-20
* Allow customizing sort fn in completion in region (#1735).Thierry Volpiatto2017-03-31
* Don't unquote the resulting completion in completion-in-region.Thierry Volpiatto2017-03-30
* Make hff and read-file-name history fuzzy matching (#1720).Thierry Volpiatto2017-03-22
* Fix issue #1712 by reverting a5d73ab2.Thierry Volpiatto2017-03-16
* Simplify previous commit.Thierry Volpiatto2017-02-28
* Crm result is now a list in completion-in-region.Thierry Volpiatto2017-02-28
* Use modified candidate in helm-cr-default-transformer.Thierry Volpiatto2017-02-28
* Add comment, no code change.Thierry Volpiatto2017-02-28
* Fix bug in helm-cr-default-transformer.Thierry Volpiatto2017-02-28
* Unquote candidates in display and at insertion of completion-in-region.Thierry Volpiatto2017-02-26
* Allow marking candidates in crm-complete (#1692).Thierry Volpiatto2017-02-16
* Make helm-cr-unknown-pattern-flag private.Thierry Volpiatto2017-02-12
* Bind keymap in source history of helm-comp-read.Thierry Volpiatto2017-02-09
* Fix keymap issue in helm-comp-read and helm-source (#1680).Thierry Volpiatto2017-01-28
* Update copyrights.Thierry Volpiatto2017-01-01
* Add new read-file-name handler with history (#1652).Thierry Volpiatto2016-12-19
* Fix keymap in read-file-name.Thierry Volpiatto2016-12-12
* Use helm-comp-read in helm-minibuffer-history (#1650).Thierry Volpiatto2016-12-07
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
* 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