summaryrefslogtreecommitdiff
path: root/doc/misc/eshell.texi
AgeCommit message (Expand)Author
2026-02-21; Make the document language in Info manuals explicitly statedEli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-09-17* doc/misc/eshell.texi (Scripts): Improve wording for 'eshell-batch-file'.Eric Frederickson
2025-09-17; * doc/misc/eshell.texi (Built-ins): Correct a typo.Eric Frederickson
2025-08-24; * doc/misc/eshell.texi (Globbing): Fix typo and clarify (bug#79175).Jim Porter
2025-01-25Merge from origin/emacs-30Eli Zaretskii
2025-01-24Avoid double spaces around abbrevations in TexinfoStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-11Rework history Isearch for EshellPengji Zhang
2024-11-23Remove 'eshell-escape-arg'Jim Porter
2024-11-03Add support for range objects in Eshell "for" loopsJim Porter
2024-10-19Lazily convert numeric strings to Lisp numbers in EshellJim Porter
2024-10-16Add support for chaining conditionals in EshellJim Porter
2024-10-16Improve correctness of Eshell sub-formsJim Porter
2024-07-24Merge from savannah/emacs-30Po Lu
2024-07-21; Fix punctuation in docsStefan Kangas
2024-07-19Merge from origin/emacs-30Stefan Monnier
2024-07-18Allow specifying stdout/stderr separately in some Eshell commandsJim Porter
2024-07-18; * doc/misc/eshell.texi (Bugs and ideas): Remove now-implemented idea.Jim Porter
2024-07-18; Fix typosStefan Kangas
2024-07-16Merge from savannah/emacs-30Po Lu
2024-07-15; Replace (non-)nil with (non-)@code{nil} in texinfo filesSteven Allen
2024-07-11Merge from savannah/emacs-30Po Lu
2024-07-09Improve Eshell's behavior when waiting for processesJim Porter
2024-07-09Document Eshell entry pointsJim Porter
2024-06-04Spelling fixesPaul Eggert
2024-06-03Add an "Interaction" chapter to the Eshell manualJim Porter
2024-05-29Fix calling Eshell scripts outside of EshellJim Porter
2024-05-29Add ability for Eshell virtual targets to handle closing the targetJim Porter
2024-05-16Add new Eshell built-in command 'funcall'Jim Porter
2024-05-15Use "/local:" prefix in Eshell to run local commands when cwd is remoteJim Porter
2024-02-09Add concept indices for some Eshell commandsJim Porter
2024-02-09In Eshell manual, put command index anchors above the itemJim Porter
2024-02-09Put the list of built-in Eshell commands in its own manual nodeJim Porter
2024-02-04Document arguments to Eshell's built-in commandsJim Porter
2024-01-25Add support for running commands via Eshell's "env" commandJim Porter
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-07Add option eshell-history-appendLiu Hui
2023-10-24Add a new Eshell special reference type for markersJim Porter
2023-10-24Add 'eshell-special-ref-alist' to allow extending Eshell special refsJim Porter
2023-10-02Support Eshell iterative evaluation in the backgroundJim Porter
2023-09-15Fix documented Eshell behavior of ignoring leading nils in commandsJim Porter
2023-09-02Display the exit code if the last command failed in EshellDavide Masserut
2023-09-02Merge from origin/emacs-29Eli Zaretskii
2023-08-31Add debug instrumentation for Eshell process managementJim Porter
2023-08-31Fix handling of Eshell debug modesJim Porter
2023-08-27Adapt Eshell manualMichael Albinus
2023-08-23Support 'comint-pager' in EshellJim Porter