aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Ehsell visual-commands documentationAidan Gauland2013-06-101-4/+14
* Fix Eshell bugAidan Gauland2013-06-091-6/+7
* Tidy module initialisation functionsAidan Gauland2013-06-093-14/+19
* * eshell/esh-mode.el (eshell-mode): Fix key bindings.Leo Liu2013-06-051-5/+2
* * eshell/em-term.el (cl-lib): Require `cl-lib'.Tassilo Horn2013-06-031-0/+1
* * NEWS: Document eshell visual subcommands and options.Tassilo Horn2013-06-031-3/+3
* * lisp/eshell/em-term.el: New defcustoms need :version tags.Glenn Morris2013-06-021-2/+6
* * eshell/esh-ext.el (eshell-external-command): Pass args toTassilo Horn2013-06-024-15/+59
* * eshell/em-cmpl.el (eshell-cmpl-initialize): Replace obsolete aliasGlenn Morris2013-06-011-2/+2
* In Eshell, replace obsolete lisp-complete-symbolGlenn Morris2013-05-291-3/+9
* Added -r option to eshell/cpAidan Gauland2013-05-281-1/+3
* Silence em-ls compilationGlenn Morris2013-05-231-1/+3
* Silence many eshell compilation warningsGlenn Morris2013-05-2221-30/+56
* * lisp/eshell/em-ls.el (eshell-ls-dir): Fix -A handling.Glenn Morris2013-05-221-3/+3
* Misc custom group fixesGlenn Morris2013-05-151-5/+6
* Fix a bunch of custom types (thank you cus-test.el)Glenn Morris2013-05-081-1/+2
* * lisp/eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.Glenn Morris2013-05-071-15/+12
* * lisp/eshell/em-cmpl.el: Simply require pcomplete;Glenn Morris2013-05-061-2/+1
* Added eshell-tramp moduleAidan Gauland2013-03-272-80/+144
* * lisp/eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insertStefan Monnier2013-03-251-0/+1
* * lisp/eshell/em-cmpl.el: Corrected "context-related help"Aidan Gauland2013-02-241-1/+1
* Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ruGlenn Morris2013-02-181-2/+2
|\
| * * eshell/em-unix.el (eshell/su): Require tramp.Michael Albinus2013-02-181-2/+2
* | * lisp/eshell/esh-proc.el (eshell/kill): Fix last change.Stefan Monnier2013-02-082-34/+30
* | * lisp/eshell: Minor fixes.Aidan Gauland2013-02-082-40/+49
* | * eshell/esh-util.el (eshell-path-env): Make it buffer local, inJürgen Hötzel2013-01-171-0/+1
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-0227-30/+34
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-0127-27/+27
| * * eshell/em-cmpl.el (eshell-pcomplete): More thoroughly imitate pcomplete.Glenn Morris2012-12-311-3/+7
* | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.eduGlenn Morris2012-11-201-3/+5
|\ \ | |/
| * * lisp/eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:Stefan Monnier2012-11-191-3/+5
* | * lisp/eshell/em-unix.el (eshell/mkdir): Handle "--parents".Jürgen Hötzel2012-11-161-1/+2
|/
* * lisp/eshell/em-cmpl.el (eshell-pcomplete): New command. Glenn Morris2012-11-141-2/+9
* Fix for Eshell's for loop.Chong Yidong2012-10-201-13/+15
* Aliases to defcustoms must come before the defcustom.Glenn Morris2012-10-061-3/+3
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-252-7/+3
* * em-term.el (eshell-term-name): Default to term-term-name. (Bug#12485)Glenn Morris2012-09-241-1/+4
* Improve previous eshell changeGlenn Morris2012-09-241-4/+4
* * eshell/esh-cmd.el (eshell-find-alias-function): Tighten up file-name regexp.Glenn Morris2012-09-241-1/+2
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-172-5/+5
* * lisp/eshell/em-unix.el (eshell/sudo): Explicitly drop return value.Stefan Monnier2012-09-091-1/+1
* * eshell/em-unix.el (eshell/sudo): When we have an ad-hocMichael Albinus2012-09-021-0/+2
* * eshell/esh-ext.el: Explain, why we suppress the check inMichael Albinus2012-08-311-3/+4
* * eshell/esh-ext.el (eshell-external-command): Do not examineMichael Albinus2012-08-291-1/+5
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-152-3/+3
* Remove some unnecessary bindings of same-window-* variables.Chong Yidong2012-08-111-19/+8
* * lisp/eshell/esh-ext.el (eshell/addpath): Use mapconcat.Glenn Morris2012-08-061-6/+6
* Tweak previous esh-ext.el changeGlenn Morris2012-08-051-15/+9
* * lisp/eshell/esh-ext.el (eshell/addpath): Also update eshell-path-env.Glenn Morris2012-08-041-1/+2
* * eshell/em-ls.el (eshell/ls): Use `apply'.Michael Albinus2012-07-162-24/+25