summaryrefslogtreecommitdiff
path: root/helm.el
Commit message (Expand)AuthorAge
* Declare helm--completing-file-name in helm.el (#1880)Thierry Volpiatto2017-09-23
* Rename argument MENU to PROMPTThierry Volpiatto2017-09-23
* New flag to notify helm-read-file-name is running (#1879)Thierry Volpiatto2017-09-23
* Make helm-alive-p (the function) internal (#1873)Thierry Volpiatto2017-09-19
* Fix helm-allow-mouse docstring no code changeThierry Volpiatto2017-09-17
* Fix global help about helm-help which is no more globalThierry Volpiatto2017-09-15
* Ensure mode-line-update don't run when no sourceThierry Volpiatto2017-08-29
* Update docstringThierry Volpiatto2017-08-22
* Don't kill candidate-buffer when it is a real bufferThierry Volpiatto2017-08-21
* Remove unneeded "it" in force-updateThierry Volpiatto2017-08-21
* Fix reinitialization in force-update (#1843)Thierry Volpiatto2017-08-21
* Continue fixing eshell completion according to #1832Thierry Volpiatto2017-08-10
* Allow using a symbol for candidate-number-limit (#1831)Thierry Volpiatto2017-08-07
* Fix restoring mark at bobThierry Volpiatto2017-08-04
* Force mode-line update at end of update (#1806)Thierry Volpiatto2017-07-27
* Simplify regexp for (#1802)Thierry Volpiatto2017-07-25
* Prevent entering multiple stars but allow wildcards (#1802)Thierry Volpiatto2017-07-25
* Only comments, no code changes.Thierry Volpiatto2017-07-21
* Fix helm-after-update-hook docstringThierry Volpiatto2017-07-20
* Revert previous helm-update changesThierry Volpiatto2017-07-19
* Only comments and docstring fixesThierry Volpiatto2017-07-18
* Continue fixing helm-updateThierry Volpiatto2017-07-17
* Fix previous commitThierry Volpiatto2017-07-17
* helm-update improvementsThierry Volpiatto2017-07-17
* Reindent on previous commitThierry Volpiatto2017-07-17
* Do not call x-focus-frame that confuses the buggy i3 wm (#1641)Gergely Risko2017-07-17
* Remove test always returning non-nil in helm-update (#1816)Thierry Volpiatto2017-07-16
* Fix and use helm--url-regexp instead of ffap-url-regexp (#1817)Thierry Volpiatto2017-07-12
* Blacklist some more regexps (#1802)Thierry Volpiatto2017-07-01
* Try to work around matching more than 1 * (#1802)Thierry Volpiatto2017-06-30
* Ensure to not update when no candidatesThierry Volpiatto2017-06-29
* Rewrite helm-move-end/beginning-of-sourceThierry Volpiatto2017-06-29
* Try to prevent read-only candidates (#1755).Thierry Volpiatto2017-06-22
* Revert aefc6227 and all related changes since thenThierry Volpiatto2017-06-21
* Fix again helm-end-of-source-pThierry Volpiatto2017-06-21
* Fix marking candidates at eob.Thierry Volpiatto2017-06-21
* Merge branch 'multiline_candidates'Thierry Volpiatto2017-06-21
|\
| * Handle multiline candidates without :multiline attribute.Thierry Volpiatto2017-06-20
* | Update help.Thierry Volpiatto2017-06-18
* | Change behavior of helm--follow-action.Thierry Volpiatto2017-06-18
|/
* Allow setf'ing helm-attr and remove unused helm-attr-defined.Thierry Volpiatto2017-06-01
* Add comments, no code change.Thierry Volpiatto2017-05-25
* Avoid resetting iterator when not needed in cycle resume.Thierry Volpiatto2017-05-25
* Add help entry for customize.Thierry Volpiatto2017-05-24
* Add group slot to helm-source and use it.Thierry Volpiatto2017-05-24
* New user var for cycle resume delay.Thierry Volpiatto2017-05-22
* Bind cycle resume to a key available in terminals as well.Thierry Volpiatto2017-05-22
* Update help.Thierry Volpiatto2017-05-21
* Improve cycling resume.Thierry Volpiatto2017-05-21
* Allow cycling resume.Thierry Volpiatto2017-05-20