summaryrefslogtreecommitdiff
path: root/lisp/eshell
AgeCommit message (Expand)Author
2026-05-17Allow child processes to continue after EPIPEJim Porter
2026-03-10Use single-arg form of `signal` to re-throw an errorStefan Monnier
2026-02-21Preserve the original order of Eshell aliases when loadingJim Porter
2026-02-21Sort Eshell aliases when adding new onesArto Jantunen
2026-02-13Autoload 'diff-no-select'Philip Kaludercic
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-11-07; Add missing defcustom types in eshell and eww (bug#79607)Jacob S. Gordon
2025-09-03lisp/eshell/em-glob.el (eshell-glob-translate-alist): Don't quote lambdaStefan Monnier
2025-07-26Merge from origin/emacs-30Eli Zaretskii
2025-07-22Handle Eshell prompts where stickiness properties are 't'Jim Porter
2025-07-21Fix Eshell call to 'string-suffix-p' when checking for trailing newlineJim Porter
2025-07-20; * lisp/eshell/esh-cmd.el (eshell-lisp-command): Simplify.Jim Porter
2025-02-26Prefer incf to cl-incf in remaining filesStefan Kangas
2025-02-25Use cl-with-gensyms in a few more casesStefan Kangas
2025-02-23Prefer decf to cl-decfStefan Kangas
2025-02-11Delete redundant lambdas around unary functionsStefan Kangas
2025-01-11Make Eshell's "ls" command return a non-zero status on errorsJim Porter
2025-01-06Improve integer file mode options docstringsStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-28Merge from origin/emacs-30Eli Zaretskii
2024-12-26Don't start docstrings with "This function" or similarStefan Kangas
2024-12-22; Update version tags of defcustomsEli Zaretskii
2024-12-12; Fix documentation of a recent change in EshellEli Zaretskii
2024-12-11Rework history Isearch for EshellPengji Zhang
2024-12-08Fix usage reporting for Eshell commandsJim Porter
2024-12-08Return non-zero exit status when Eshell's "which" fails to find a commandJim Porter
2024-12-04Remove obsolete 'display-comint-buffer-action' (bug#74361)Juri Linkov
2024-11-23Remove 'eshell-escape-arg'Jim Porter
2024-11-21; Fix typosStefan Kangas
2024-11-14Don't clobber stickiness text properties when printing Eshell promptJim Porter
2024-11-09When using Eshell's "du" implementation, deduplicate hard linksJim Porter
2024-11-09Don't use dynamically-bound variables for Eshell's "du" commandJim Porter
2024-11-09Use the Lisp implemention of "du" in Eshell when querying remote dirsJim Porter
2024-11-07Always print the expanded directory name for Eshell's "pwd" commandJim Porter
2024-11-03Add support for range objects in Eshell "for" loopsJim Porter
2024-11-03Move more of Eshell range handling to the parser phaseJim Porter
2024-11-03Add QUOTED argument to 'eshell-stringify'Jim Porter
2024-11-03Improve handling of Eshell "for" loopsJim Porter
2024-11-01Don't start docstrings with "This function"Stefan Kangas
2024-11-01Improve evaluation of conditional Eshell formsJim Porter
2024-10-31Improve correctness of Eshell globs when using escape charactersJim Porter
2024-10-31Fix and improve behavior of 'eshell/clear'Jim Porter
2024-10-31Don't remove trailing slash in Eshell "pwd" for remote root directoriesJim Porter
2024-10-27Fix definitions of Eshell "xtra" functionsJim Porter
2024-10-26Fix Eshell incompatibility with "[" command when eshell-pred is disabledJim Porter
2024-10-26; Ensure 'eshell-split-filename' doesn't expand the filename firstJim Porter
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-24Merge from origin/emacs-30Sean Whitton