summaryrefslogtreecommitdiff
path: root/helm-mode.el
Commit message (Expand)AuthorAge
* Finish replacing cl symbols and requiring cl-lib, no compile error.Thierry Volpiatto2013-11-04
* replace all cl symbol by their cl-lib equivalent.Thierry Volpiatto2013-11-04
* * helm-mode.el (helm-mode-reverse-history): New user variable, allow seeting ...Thierry Volpiatto2013-11-02
* Fix unused args source in some filtered candidates functions.Thierry Volpiatto2013-11-02
* * helm-mode.el (helm-mode): Fix free variable for emacs-24.3.Thierry Volpiatto2013-10-27
* * helm-mode.el (helm-mode-handle-completion-in-region): Fix docstring.Thierry Volpiatto2013-10-27
* * helm-mode.el (helm--completion-in-region): Use prompt.Thierry Volpiatto2013-10-26
* * helm-mode.el (helm-mode-handle-completion-in-region): New, helm-mode will r...Thierry Volpiatto2013-10-26
* * helm-mode.el (helm-generic-read-file-name): Revert previous commit.Thierry Volpiatto2013-10-07
* * helm-mode.el (helm-generic-read-file-name): [FIX Emacs bug for helm]Thierry Volpiatto2013-10-07
* * helm-elisp.el (helm-lisp-completion-at-point): Use a buffer arg inThierry Volpiatto2013-09-02
* * helm-mode.el (helm-comp-read): Document REVERSE-HISTORY.Thierry Volpiatto2013-09-01
* * helm-mode.el (helm-comp-read): Use nreverse.Thierry Volpiatto2013-09-01
* * helm-mode.el: Issue #277 reverse order of sources in completing-read's.Thierry Volpiatto2013-09-01
* * helm-mode.el (helm-read-file-name): Fix exiting with empty string.Thierry Volpiatto2013-08-28
* * helm-mode.el (helm-read-file-name): Add new arg default.Thierry Volpiatto2013-08-28
* * helm-mode.el (helm-cr-default-transformer): Fix, check if cand is a string.Thierry Volpiatto2013-08-24
* * helm-mode.el (helm-cr-default-transformer): Fix duplication and unquote can...Thierry Volpiatto2013-08-20
* * helm-mode.el (helm-cr-default-transformer): Compare pattern and input unquo...Thierry Volpiatto2013-08-19
* * helm-mode.el (helm-comp-read): unquote regexp-quoted candidates added by CR...Thierry Volpiatto2013-08-19
* * helm-mode.el (helm-completing-read-default-1): Revert previous changes and ...Thierry Volpiatto2013-08-19
* * helm-mode.el (helm-comp-read): Don't use regexp-quote in input.Thierry Volpiatto2013-08-16
* * helm-mode.el (helm-comp-read): Avoid using eval, reorder.Thierry Volpiatto2013-08-05
* * helm-mode.el (helm-generic-read-file-name): remove unused let-binded ini-in...Thierry Volpiatto2013-07-14
* * helm-mode.el (helm-generic-read-file-name): Default should be a directory.Thierry Volpiatto2013-07-12
* * helm-files.el (helm-ff-retrieve-last-expanded): Quote regexp.Thierry Volpiatto2013-06-04
* * helm-mode.el: Issue #241 Handle commandp predicate as before.Thierry Volpiatto2013-05-28
* * helm-mode.el (helm-comp-read-get-candidates): Issue #241 Fix wrong-type-arg...Thierry Volpiatto2013-05-27
* * helm-files.el (helm-file-completion-source-p): Issue #223 ; Use `helm-in-fi...Thierry Volpiatto2013-03-28
* Update copyrights.Thierry Volpiatto2013-03-17
* * helm-mode.el (helm-completing-read-handlers-alist): Issue #212 disable tmm-...Thierry Volpiatto2013-03-13
* Replace "helm-c-" prefix by "helm-" in all files.Thierry Volpiatto2013-02-26
* * helm-mode.el (helm-mode): Fix docstring.Thierry Volpiatto2013-02-21
* * helm-files.el: Remove helm-dired-mode and all sources/command linked to it.Thierry Volpiatto2013-02-10
* * helm-mode.el (helm-completing-read-handlers-alist): Remove trace-functions*.Thierry Volpiatto2013-01-06
* * helm-elisp.el (helm-c-apropos-init): Issue #186 Revert precedent changes, o...Thierry Volpiatto2013-01-05
* * helm-elisp.el (helm-c-apropos-init): Issue #186 Don't show "any-*" local vars.Thierry Volpiatto2013-01-04
* * helm-mode.el: Move helm-this-command to helm.elThierry Volpiatto2012-12-30
* * helm-mode.el (helm-this-command): Fix don't use this-command and blacklist ...Thierry Volpiatto2012-12-29
* * helm-mode.el (helm-this-command): newThierry Volpiatto2012-12-29
* * helm.el (helm-get-candidates): Use one new attr `no-delay-on-input'. preven...Thierry Volpiatto2012-12-08
* * helm-mode.el (helm-c-read-file-name): Remove match attr.Thierry Volpiatto2012-11-26
* Remove all byte-compile-dynamic and update autoloads.Thierry Volpiatto2012-11-08
* * helm-mode.el (helm-c-read-file-name): Don't call file-exists-p on remote fn...Thierry Volpiatto2012-11-07
* * helm-mode.el: Issue #125 Fix *read-file-nameThierry Volpiatto2012-09-29
* refactor `helm-read-file-name-case-fold-search` to be more general `helm-file...Le Wang2012-09-26
* set `helm-read-file-name-case-fold-search` default based on OSLe Wang2012-09-26
* * helm-mode.el: Issue #121 Add user var to set locally helm-case-fold-search.Thierry Volpiatto2012-09-25
* * helm-mode.el: Issue #117 Show action in action buffer for both *comp-read a...Thierry Volpiatto2012-09-22
* * helm-mode.el (helm-c-read-file-name): always expand result.Thierry Volpiatto2012-09-02