summaryrefslogtreecommitdiff
path: root/helm-lib.el
Commit message (Expand)AuthorAge
* Move some function from helm-files to helm-modeThierry Volpiatto2017-09-06
* Try to optimize require in several placesThierry Volpiatto2017-09-06
* Rename function helm--replace-regexp-in-string toThierry Volpiatto2017-07-25
* Fix helm--replace-regexp-in-string docstringThierry Volpiatto2017-07-24
* Add START arg to helm--replace-regexp-in-stringThierry Volpiatto2017-07-24
* Allow replacing only a substring in *QR-on-filenamesThierry Volpiatto2017-07-23
* Revert previous changes in helm-yank-text-at-pointThierry Volpiatto2017-07-19
* Revert 31cf8d64, use helm-patternThierry Volpiatto2017-07-18
* Replace newlines and multiple space in helm-yank-text-at-pointThierry Volpiatto2017-07-18
* Add debug specs to helm-acond and helm-aandThierry Volpiatto2017-07-18
* Fix helm-yank-text-at-point with async sourcesThierry Volpiatto2017-07-18
* Fix HFF persistent action with new fileThierry Volpiatto2017-07-12
* Fix helm-acond when the cdr of clause is nil (#1814)Thierry Volpiatto2017-07-12
* Protect call to file-name-absolute-p in wdired-get-filename (#1783).Thierry Volpiatto2017-06-13
* Add comments, no code change.Thierry Volpiatto2017-06-13
* Fix wdired-finish-edit with some files modified and some not (#1783).Thierry Volpiatto2017-06-13
* Fix unneeded confirmation in wdired by advicing original code (#1783).Thierry Volpiatto2017-06-13
* Reenable marked files in dired with a fix to wdired (advice) (#1783).Thierry Volpiatto2017-06-11
* Allow cycling resume.Thierry Volpiatto2017-05-20
* Allow a numeric value for :multiline slot (#1686).Thierry Volpiatto2017-02-09
* Ensure iterator is non-nil in helm-iter-next.Thierry Volpiatto2017-02-07
* Allow toggling org status between 3 states in help.Thierry Volpiatto2017-02-06
* declare org-open-at-point.Thierry Volpiatto2017-02-05
* Add a link in help and allow following it.Thierry Volpiatto2017-02-05
* Allow toggling visibility in help with M-t.Thierry Volpiatto2017-02-05
* Add more commands to help.Thierry Volpiatto2017-02-04
* Allow cycling in help buffers, next/prev line with up and down.Thierry Volpiatto2017-02-04
* Document more helm-acond.Thierry Volpiatto2017-01-22
* Make helm-acond behave as cond when clause have no cdr.Thierry Volpiatto2017-01-22
* Update copyrights.Thierry Volpiatto2017-01-01
* Shutup byte compiler when compiling from Melpa.Thierry Volpiatto2016-12-21
* Simplify helm-make-actions loop.Thierry Volpiatto2016-12-15
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
* helm-lib: Define and use private string-join implementationVladimir Panteleev2016-11-12
* helm-lib: Speed up helm-skip-entriesVladimir Panteleev2016-11-11
* Reverse helm-elisp--persistent-help to previous state.Thierry Volpiatto2016-11-08
* Revert again for now PA helm in action.Thierry Volpiatto2016-11-08
* Try to find a suitable window for action PA.Thierry Volpiatto2016-11-08
* Fix PA in action buffer with follow enabled.Thierry Volpiatto2016-11-08
* Add describe action from action buffer.Thierry Volpiatto2016-11-07
* Fix initial position of helm-yank-point.Thierry Volpiatto2016-10-24
* Allow undoing and redoing yank.Thierry Volpiatto2016-10-18
* Fix helm-describe-face.Thierry Volpiatto2016-09-27
* Allow displaying marked faces in helm-apropos (#1613).Thierry Volpiatto2016-09-26
* Fix helm-source-by-name (#1604).Thierry Volpiatto2016-09-13
* Move helm-source-by-name to helm-lib.Thierry Volpiatto2016-09-13
* Move functions from helm to helm-lib and require accordingly.Thierry Volpiatto2016-09-04
* Fix helm-acond by wrapping the cdr of clause in progn.Thierry Volpiatto2016-08-14
* Avoid a quick refresh of Echo Area in helm-describe-functionChunyang Xu2016-06-27
* Typo only.Thierry Volpiatto2016-06-14