summaryrefslogtreecommitdiff
path: root/helm-eshell.el
Commit message (Expand)AuthorAge
* Forget to add helm-eshell group docstring, fix it.Thierry Volpiatto2015-10-05
* Allow customizing behavior of eshell-hist-ignoredups.Thierry Volpiatto2015-10-05
* Unquote lambda's.Thierry Volpiatto2015-09-30
* Fix comment about how to enable helm completion in eshell.Thierry Volpiatto2015-09-13
* Require helm-help in several places.Thierry Volpiatto2015-07-14
* Fix limit of looking-back to 1 before point.Thierry Volpiatto2015-05-11
* Use the second arg of looking-back in several places (#985).Thierry Volpiatto2015-04-19
* Fix eshell target (#946).Thierry Volpiatto2015-03-26
* Update copyrights.Thierry Volpiatto2015-03-24
* * helm-eshell.el (helm-esh-pcomplete): Fix target.Thierry Volpiatto2015-03-01
* Fix non--quoted argument to helm-make-source.Thierry Volpiatto2015-01-13
* Sort candidates at end of loop (#748).Thierry Volpiatto2014-12-12
* * helm-eshell.el: Fix completion after real commands.Thierry Volpiatto2014-11-05
* Finally reindent with the cl indentation behavior of 24.4.50.Thierry Volpiatto2014-04-25
* Reindent all again.Thierry Volpiatto2014-04-25
* Reindent all files again.Thierry Volpiatto2014-04-25
* Reindent all files.Thierry Volpiatto2014-04-18
* Allow disabling marked candidates.Thierry Volpiatto2014-03-27
* * helm-eshell.el: Fix insertion with input starting with "./" (#447).Thierry Volpiatto2014-03-14
* * helm-eshell.el (helm-source-esh): ignore for persistent-action (#438).Thierry Volpiatto2014-03-08
* * helm-eshell.el (helm-source-esh): Display same thing as what will be insert...Thierry Volpiatto2014-03-07
* * helm-eshell.el (helm-ec-insert): Don't insert full path when not needed (#438)Thierry Volpiatto2014-03-07
* * helm-eshell.el (helm-esh-get-candidates): Fix :/tmp/foo/ $ cd foo.Thierry Volpiatto2014-02-18
* * helm-eshell.el (helm-source-esh): Sort candidates with helm-generic-sort-fn.Thierry Volpiatto2014-02-03
* Update copyrights.Thierry Volpiatto2014-01-02
* Enable lexical-binding in all files.Thierry Volpiatto2013-11-14
* reindent.Thierry Volpiatto2013-11-04
* 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-eshell.el: Issue #315 Add a keymap for eshell completion.Thierry Volpiatto2013-10-25
* * helm-eshell.el: Revert previous changes.Thierry Volpiatto2013-10-22
* * helm-eshell.el: Issue #314 Fix user calling non--interactively helm eshell ...Thierry Volpiatto2013-10-22
* * helm-eshell.el (helm-esh-get-candidates): Remove Emacs23 compatibility (pro...Thierry Volpiatto2013-09-23
* * helm-eshell.el (helm-esh-get-candidates): Cleanup.Thierry Volpiatto2013-09-23
* * helm-eshell.el (helm-esh-get-candidates): Don't add entry when completion i...Thierry Volpiatto2013-09-23
* * helm-eshell.el (helm-esh-get-candidates): Don't add entry when already in p...Thierry Volpiatto2013-09-23
* * helm-eshell.el (helm-esh-get-candidates): Fix wrong-type-argument errors.Thierry Volpiatto2013-09-22
* * helm-eshell.el (helm-esh-get-candidates): Keep fixing duplication of entry.Thierry Volpiatto2013-09-22
* * helm-eshell.el (helm-esh-get-candidates): Revert previous change and fix (e...Thierry Volpiatto2013-09-21
* * helm-eshell.el (helm-esh-get-candidates): Don't display relative and full p...Thierry Volpiatto2013-09-21
* * helm-eshell.el (helm-source-eshell-history): Use append in eshell-write-his...Thierry Volpiatto2013-08-24
* Update copyrights.Thierry Volpiatto2013-03-17
* Replace "helm-c-" prefix by "helm-" in all files.Thierry Volpiatto2013-02-26
* * helm-bmkext.el: Use 'global buffer names.Thierry Volpiatto2013-02-17
* Remove all byte-compile-dynamic and update autoloads.Thierry Volpiatto2012-11-08
* * helm-eshell.el (helm-c-source-eshell-history): Remove APPEND arg of eshell-...Thierry Volpiatto2012-08-28
* * helm-elisp.el: Fix error when trying completion on nothing.Thierry Volpiatto2012-08-13
* * helm-eshell.el (helm-esh-get-candidates): Call pcomplete-completions outsid...Thierry Volpiatto2012-08-13
* Disable compile warnings and add new keyword to helm.Thierry Volpiatto2012-07-30
* * helm-eshell.el: Don't resume eshell completion sessions.Thierry Volpiatto2012-04-30