summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Expand)AuthorAge
* Add eshell-shell-command and eshell-expand-to-eshell-shell-commandseries/unexpanded-input-v2Sean Whitton2021-12-24
* Add eshell-restore-unexpanded-inputSean Whitton2021-12-24
* Merge from origin/emacs-28Stefan Kangas2021-12-13
|\
| * Fix eshell for systems that do not have subprocessesPo Lu2021-12-12
* | eshell: Prefer octal number for file modesStefan Kangas2021-12-12
* | 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
* ; Stylistic docfixes in eshell/*.el found by checkdocStefan Kangas2021-09-19
* Docfix: use command substitution for 'universal-argument'Stefan Kangas2021-09-16
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* ; More minor docfixes found by checkdocStefan Kangas2021-09-14
* ; * lisp/eshell/em-unix.el (nil-blank-string): Doc fixHanno Perrey2021-09-12
* Fix completion of extended "..." syntax in eshellMichalis V2021-08-27
* Make `eshell-command' also work when asynchronousThierry Volpiatto2021-08-27
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Adjust eshell and ps-print to not use emacs-kill-hookLars Ingebrigtsen2021-07-04
* Fix problem with empty command histories in eshell and `erase'Lars Ingebrigtsen2021-06-03
* * lisp/eshell/em-pred.el: Take advantage of lexical scopingStefan Monnier2021-05-18
* Cleanup in em-extra.elStefan Kangas2021-04-17
* * lisp/eshell/esh-util.el: Require `seq`Stefan Monnier2021-04-11
* * lisp/eshell/esh-proc.el (eshell-kill-process-function): Use `remove-hook`Stefan Monnier2021-04-11
* Fix cd to directories called "eshell" in eshellUtkarsh Singh2021-04-05
* Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-05
* Replace two functions with seq-subseqStefan Kangas2021-04-03
* Remove redundant #' before lambda in eshell/*.elStefan Kangas2021-04-03
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-24
* Delete some commented out defgroupsStefan Kangas2021-03-24
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-11
* Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-12
* Make pcomplete-ignore-case obsoleteLars Ingebrigtsen2021-02-09
* Allow eshell to have an "erasedups"-like historyLars Ingebrigtsen2021-02-04
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-02
* Make two eshell aliases obsoleteStefan Kangas2021-02-01
* * lisp/eshell/em-cmpl.el (eshell--complete-commands-list): Fix last fixStefan Monnier2021-01-31
* * lisp/eshell/em-cmpl.el: Try and fix bug#41423Stefan Monnier2021-01-31
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix some over-wide docstringsStefan Kangas2020-12-30
* Prefer setq to set+quoteStefan Kangas2020-12-14
* * lisp/eshell/esh-mode.el (eshell-mode): Remove XEmacs compat code.Stefan Kangas2020-12-04
* Prefer setq-local in eshellStefan Kangas2020-12-04
* Fix "grep foo bar" in eshellLars Ingebrigtsen2020-12-03
* Don't make grep arguments invisible in eshellLars Ingebrigtsen2020-12-03
* Remove redundant requires of envStefan Kangas2020-12-02
* Use null-device where appropriateMichael Albinus2020-11-25
* Assume font-lock is provided; it's preloaded since 22.1Stefan Kangas2020-11-19
* Use 'eshell-find-alias-function' instead of fboundpRuthra Kumar2020-11-16