summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-mode.el
Commit message (Expand)AuthorAge
* ; Throw strings as the values for 'eshell-incomplete'Jim Porter2023-02-23
* Allow unloading EshellJim Porter2023-02-15
* ; Don't require 'eshell' in other Eshell filesJim Porter2023-02-15
* Add new user option password-colon-equivalentsMichael Albinus2023-02-13
* Make sure core Eshell modules are loadedJim Porter2023-02-11
* Ensure that Eshell users can run lines of command output as inputJim Porter2023-02-09
* Use the 'field' property to navigate through Eshell promptsJim Porter2023-01-14
* Make 'eshell-bol' obsoleteJim Porter2023-01-14
* Set the 'field' property for Eshell outputJim Porter2023-01-14
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov2022-12-22
* esh-mode: Add repeat-map for eshell-{forward,backward}-argumentBrian Leung2022-11-17
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-07
* Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-19
* Delete many items obsolete since 24.3Stefan Kangas2022-09-09
* Make eshell-mode more resilient towards `mode-line-format'Lars Ingebrigtsen2022-08-15
* Make some defcustom types more restrictiveStefan Kangas2022-07-05
* Fix starting eshell with missing/invalid modules definedStefan Kangas2022-06-19
* Set bookmark handler type for EshellStefan Kangas2022-06-17
* When executing an Eshell pipeline, send input to the first processJim Porter2022-02-03
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Use defvar-keymap in eshellStefan Kangas2021-12-24
* | Change eshell-mode mode-line-format insinuationLars Ingebrigtsen2021-11-24
* | Improve undoing of RET in comint and eshellMiha Rihtaršič2021-11-08
* | Merge from origin/emacs-28Glenn Morris2021-10-25
|\|
| * Fix issue with interpreting ANSI codes in eshellMiha Rihtaršič2021-10-25
* | *-watch-for-password-prompt: Use run-at-time to read passwordMiha Rihtaršič2021-10-18
|/
* * etc/NEWS: Announce Eshell bookmarks.Stefan Kangas2021-09-29
* ; More minor docfixes found by checkdocStefan Kangas2021-09-14
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-24
* Update copyright year to 2021Paul Eggert2021-01-01
* * lisp/eshell/esh-mode.el (eshell-mode): Remove XEmacs compat code.Stefan Kangas2020-12-04
* Prefer setq-local in eshellStefan Kangas2020-12-04
* Don't quote lambdas in eshell/*.elStefan Kangas2020-11-16
* Add autoload cookie to eshell-bookmark-jumpStefan Kangas2020-09-06
* * lisp/eshell/esh-mode.el: Remove redundant :group args.Stefan Kangas2020-09-03
* Support bookmarking Eshell buffersStefan Kangas2020-09-03
* Set the current buffer in esh-mode before running filter functionsSteven Allen2020-08-16
* Update copyright year to 2020Paul Eggert2020-01-01
* Remove some XEmacs compat code from esh*.elLars Ingebrigtsen2019-10-05
* Fix eshell-mode-map initializationAlex Branham2019-08-15
* Fix compilation warning in esh-modeLars Ingebrigtsen2019-06-20
* Declare function in esh-mode before #'-ing itLars Ingebrigtsen2019-06-16
* Avoid slow overlay ansi coloring in eshell (Bug#29854)Noam Postavsky2019-05-04
* Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-09
* Eshell: Try to untangle the dependencies; move 'provide's to the endStefan Monnier2019-04-08
* Fix repeated 'custom-add-option' in esh-mode.el (Bug#34993)Mauro Aranda2019-04-03
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01