summaryrefslogtreecommitdiff
path: root/helm-lib.el
Commit message (Expand)AuthorAge
* 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
* Add common key bindings and cursor in help (#1347).Thierry Volpiatto2016-01-21
* Fix helm-file-name-sans-extension when used on a full filename (#1335).Thierry Volpiatto2016-01-14
* Fix infloop with files beginning with a dot (#1335).Thierry Volpiatto2016-01-14
* New function helm-file-name-sans-extension.Thierry Volpiatto2016-01-08
* Add commands to `helm-apropos` for faces (#1318)Tianxiang Xiong2016-01-05
* Move helm-quote-whitespace to helm-lib and modify some requires accordingly.Thierry Volpiatto2015-12-06
* Ensure describe-function/var etc.. don't send message (#1222).Thierry Volpiatto2015-10-18