summaryrefslogtreecommitdiff
path: root/helm-lib.el
Commit message (Expand)AuthorAge
* 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
* Merge pull request #1426 from malisper/masterThierry Volpiatto2016-03-15
|\
| * Fixing typo in use of cl-typecase.Michael Malis2016-03-12
* | Fix helm-aif docstring.Thierry Volpiatto2016-03-13
|/
* Fix helm-symbol-name.Thierry Volpiatto2016-03-11
* Fix typo.Thierry Volpiatto2016-03-11
* Fix helm-stringify with numbers.Thierry Volpiatto2016-03-11
* Simplify helm-fast-remove-dups.Thierry Volpiatto2016-03-10
* Finally use a nil value for case-fold-search in helm-file-expand-wildcardsThierry Volpiatto2016-03-08
* Set case-fold-search in helm-file-expand-wildcards.Thierry Volpiatto2016-03-08
* Fix copyrights.Thierry Volpiatto2016-03-05
* Make some more functions helm-only.Thierry Volpiatto2016-01-26
* Call interactively function moving cursor in help buffer (#1347).Thierry Volpiatto2016-01-22
* Use forward-line for non--interactive use (#1347).Thierry Volpiatto2016-01-21