summaryrefslogtreecommitdiff
path: root/helm-lib.el
Commit message (Expand)AuthorAge
* 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
* Allow using add-face-text-property.Thierry Volpiatto2016-06-12
* Make helm-boring-directory-p more readable.Thierry Volpiatto2016-06-05
* Fix docstring.Thierry Volpiatto2016-06-05
* Fix helm-boring-directory-p.Thierry Volpiatto2016-06-05
* Fix skipping boring directories in directory completion.Thierry Volpiatto2016-06-05
* Move defsubst helm--dir-name-p and helm--dir-file-name before *walk-directory.Thierry Volpiatto2016-06-04
* Optimize *walk-directory.Thierry Volpiatto2016-06-01
* Fix helm-walk-directory and allow returning only subdirs.Thierry Volpiatto2016-05-29
* Allow returning only directories in helm-walk-directory.Thierry Volpiatto2016-05-29
* Use the cl-loop anaphoric feature in helm-walk-directory.Thierry Volpiatto2016-05-26
* Fix comment no code change.Thierry Volpiatto2016-05-26
* Fix bug in helm-walk-directory truncating fnames.Thierry Volpiatto2016-05-26
* Optimize a little more helm-walk-directory.Thierry Volpiatto2016-05-24
* Fix previous commit.Thierry Volpiatto2016-05-23
* Improve helm-walk-directory.Thierry Volpiatto2016-05-23
* Add comments to helm-walk-directory.Thierry Volpiatto2016-05-22
* Use directories nil by default in helm-walk-directory.Thierry Volpiatto2016-05-22
* Remove one commented line.Thierry Volpiatto2016-05-22
* Improve helm-walk-directory.Thierry Volpiatto2016-05-22
* Fix comment in helm-same-major-mode-p.Thierry Volpiatto2016-05-21
* Fix some docstrings.Thierry Volpiatto2016-05-21
* Allow reusing the dabbrev assoc buffers fn in other places.Thierry Volpiatto2016-05-21
* Finally reuse the helm-awhile version with while and a nil cl-block.Thierry Volpiatto2016-05-17
* Fix docstring of helm-awhile.Thierry Volpiatto2016-05-16
* Use cl-do to implement helm-awhile.Thierry Volpiatto2016-05-16
* Declare indent in helm-awhile.Thierry Volpiatto2016-05-15
* Allow displaying help buffer in other window (#1493).Thierry Volpiatto2016-05-05
* Allow using t for EXT arg of helm-basename.Thierry Volpiatto2016-04-20
* Add anaphoric versions of cond and while for further use.Thierry Volpiatto2016-04-19