summaryrefslogtreecommitdiff
path: root/helm-command.el
Commit message (Expand)AuthorAge
* Display prefix argument before helm-M-xChunyang Xu2016-06-21
* Add helm-M-x-allow-prefix-argument optionChunyang Xu2016-06-21
* Finally revert c3ef651 adding actions to helm-comp-read.Thierry Volpiatto2016-03-26
* Add :actions keyword to helm-comp-read and use it in helm-M-x (#1448).Thierry Volpiatto2016-03-26
* Fix copyrights.Thierry Volpiatto2016-03-05
* Fix compilation warning in helm-command.elChunyang Xu2016-03-04
* Add helm-only property to helm actions.Thierry Volpiatto2016-01-12
* Use same persistent fn for M-x and apropos (#1222).Thierry Volpiatto2015-10-17
* Add back helm-M-x-input-history and use itChunyang Xu2015-10-13
* Remove unused variable helm-M-x-input-historyChunyang Xu2015-10-13
* Reset prefix arg in M-x when moving in helm-buffer.Thierry Volpiatto2015-10-08
* Unquote lambda's.Thierry Volpiatto2015-09-30
* Rename variable for clarityWilfred Hughes2015-08-09
* Handle a mode-map being nil.Wilfred Hughes2015-08-09
* Check in elm of extended-command-history is non-nil (#1114).Thierry Volpiatto2015-07-27
* Require helm-help in several places.Thierry Volpiatto2015-07-14
* 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
* Generalize usage of C-h m everywhere.Thierry Volpiatto2015-07-14
* Simplify helm-cmd--get-preconfigured-commands.Thierry Volpiatto2015-07-03
* Fix listing of preconfigured helm cmds.Thierry Volpiatto2015-07-03
* Allow using a different history in helm-M-x-read-extended-command (#1044).Thierry Volpiatto2015-06-03
* Fix typo.Thierry Volpiatto2015-06-03
* Add some basics functions to list helm commands (#1044).Thierry Volpiatto2015-06-03
* * helm-command.el (helm-M-x): Fix prefix arg in both case.Thierry Volpiatto2015-04-22
* * helm-command.el (helm-M-x-read-extended-command): Add docstring.Thierry Volpiatto2015-04-22
* * helm-command.el: Fix long lines.Thierry Volpiatto2015-04-22
* Fix issue with M-x and kmacros (#982).Thierry Volpiatto2015-04-22
* Prevent using helm commands when defining kmacros.Thierry Volpiatto2015-04-21
* * helm-command.el (helm-M-x): Clarify prefix arg usage.Thierry Volpiatto2015-04-20
* * helm-command.el (helm-M-x): Ensure command-name is a string.Thierry Volpiatto2015-04-20
* * helm-command.el (helm-M-x): intern-soft.Thierry Volpiatto2015-04-20
* Split helm-M-x.Thierry Volpiatto2015-04-20
* Update copyrights.Thierry Volpiatto2015-03-24
* * helm-command.el (helm-M-x): Fix history loop.Thierry Volpiatto2015-02-07
* Fix highlighting history in helm-M-x.Thierry Volpiatto2015-02-05
* Minor fixes in previous (#783 PR) commit.Thierry Volpiatto2014-12-28
* Move `helm-fuzzy-matching-default-sort-fn-1' logic into `helm-fuzzy-sort-fn'.Le Wang2014-12-27
* Remove "-default" portion of variable names.Le Wang2014-12-22
* Disable by default fuzzy matching in symbol completion.Thierry Volpiatto2014-12-06
* Remove global fuzzy mode.Thierry Volpiatto2014-12-04
* Make a generic function for fuzzy sorting.Thierry Volpiatto2014-12-04
* * helm.el (helm-fuzzy-match-mode): New minor-mode.Thierry Volpiatto2014-12-04
* Fix display real issue in fuzzy.Thierry Volpiatto2014-12-04
* * helm-files.el (helm-ff-file-name-history): Use helm-source, enable fuzzy.Thierry Volpiatto2014-12-04
* Enable fuzzy in helm-M-x (#145).Thierry Volpiatto2014-12-03
* fix #730Michael Heerdegen2014-11-29
* Added helm faces to the Faces customize group.Etan Zapinsky2014-11-25
* * helm-command.el (helm-M-x): signal error when user enter prefix arg before ...Thierry Volpiatto2014-11-07
* * helm-command.el: Don't sort history candidates.Thierry Volpiatto2014-10-31