summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Add autoload cookie to eshell-bookmark-jumpStefan Kangas2020-09-061-0/+1
* * lisp/eshell/esh-mode.el: Remove redundant :group args.Stefan Kangas2020-09-031-34/+17
* Support bookmarking Eshell buffersStefan Kangas2020-09-031-0/+25
* Set the current buffer in esh-mode before running filter functionsSteven Allen2020-08-161-37/+38
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove some XEmacs compat code from esh*.elLars Ingebrigtsen2019-10-051-13/+7
* Fix eshell-mode-map initializationAlex Branham2019-08-151-32/+26
* Fix compilation warning in esh-modeLars Ingebrigtsen2019-06-201-5/+3
* Declare function in esh-mode before #'-ing itLars Ingebrigtsen2019-06-161-0/+3
* Avoid slow overlay ansi coloring in eshell (Bug#29854)Noam Postavsky2019-05-041-2/+4
* Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-091-1/+1
* Eshell: Try to untangle the dependencies; move 'provide's to the endStefan Monnier2019-04-081-15/+18
* Fix repeated 'custom-add-option' in esh-mode.el (Bug#34993)Mauro Aranda2019-04-031-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Detect Chinese sudo password prompts (Bug#31075)Noam Postavsky2018-08-231-1/+2
* | Fix infinite recursion in eshell/clear (Bug#31326)Jonathan Kyle Mitchell2018-07-101-2/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Let ansi-color overlay hooks work in eshell (Bug#27407)Noam Postavsky2017-07-031-1/+3
* Don't record eshell/clear "command" in history (Bug#25838)Noam Postavsky2017-02-261-2/+4
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-12-071-1/+1
|\ \ | |/
| * Fix a typo in an Eshell defcustomChunyang Xu2016-11-251-1/+1
* | Fix Eshell display when RTL characters are involvedEli Zaretskii2016-06-041-0/+5
* | Make spelling of "Eshell" consistentLars Ingebrigtsen2016-02-231-1/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix eshell/clear not working if the output has a small line countVibhav Pant2015-10-291-3/+2
* Bind inhibit-modification-hooks rather than a/b-c-fStefan Monnier2015-09-121-3/+4
* No longer set dired-directory in eshell. (Bug#16477)Glenn Morris2015-05-261-1/+0
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Spelling fixesPaul Eggert2015-04-191-1/+1
* Add option to eshell/clear to clear scrollback.Vibhav Pant2015-04-191-5/+13
* Add 'clear' functionality to eshell.Vibhav Pant2015-03-171-0/+7
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * eshell/esh-mode.el (eshell-password-prompt-regexp):Michael Albinus2014-01-191-6/+7
* Spelling fixes.Paul Eggert2014-01-131-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.Stefan Monnier2013-09-171-1/+1
* * lisp/eshell/*.el: Use lexical-binding.Stefan Monnier2013-09-121-1/+1
* * lisp/eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization.Stefan Monnier2013-09-111-34/+33
* Use define-derived-mode (and derived-mode-p).Stefan Monnier2013-09-101-84/+65
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* * eshell/esh-mode.el (eshell-mode): Fix key bindings.Leo Liu2013-06-051-5/+2
* Silence many eshell compilation warningsGlenn Morris2013-05-221-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Aliases to defcustoms must come before the defcustom.Glenn Morris2012-10-061-3/+3
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* Remove incorrect uses of "modeline".Chong Yidong2012-06-021-9/+12