summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-mode.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-07; Add missing defcustom types in eshell and eww (bug#79607)Jacob S. Gordon
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-11-01Don't start docstrings with "This function"Stefan Kangas
2024-10-31Fix and improve behavior of 'eshell/clear'Jim Porter
2024-10-21Fix a race condition when running Eshell startup scriptsJim Porter
2024-10-17; Mark interactive Eshell output as such after inserting into the bufferJim Porter
2024-06-20Limit the amount of text we examine when looking for password promptsJim Porter
2024-06-08Improve implementations of some Eshell output filter functionsJim Porter
2024-06-03Check for a real process when trying to find password prompts in EshellJim Porter
2024-06-02; Remove superfluous 'quit' handler in 'eshell-send-input'Jim Porter
2024-05-29Fix calling Eshell scripts outside of EshellJim Porter
2024-05-29Consolidate Eshell module loading/unloading codeJim Porter
2024-05-28esh-mode.el: Refrain from hiding buffer modifications (bug#70966)Stefan Monnier
2024-05-10; Clean up some 'require' and 'declare-function' calls in EshellJim Porter
2024-05-02Only run 'eshell-first-time-mode-hook' once per Emacs sessionLin Sun
2024-02-15When deleting output in Eshell, optionally add it to the kill ring.Tomas Volf
2024-01-26Fix detection of directly-invokable commands in EshellJim Porter
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-11Fix behavior of Eshell prompt when yanking output into itJim Porter
2023-10-02Support Eshell iterative evaluation in the backgroundJim Porter
2023-02-23; Throw strings as the values for 'eshell-incomplete'Jim Porter
2023-02-15Allow unloading EshellJim Porter
2023-02-15; Don't require 'eshell' in other Eshell filesJim Porter
2023-02-13Add new user option password-colon-equivalentsMichael Albinus
2023-02-11Make sure core Eshell modules are loadedJim Porter
2023-02-09Ensure that Eshell users can run lines of command output as inputJim Porter
2023-01-14Use the 'field' property to navigate through Eshell promptsJim Porter
2023-01-14Make 'eshell-bol' obsoleteJim Porter
2023-01-14Set the 'field' property for Eshell outputJim Porter
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-22Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov
2022-11-17esh-mode: Add repeat-map for eshell-{forward,backward}-argumentBrian Leung
2022-10-07Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier
2022-09-19Abolish max-specpdl-size (bug#57911)Mattias Engdegård
2022-09-09Delete many items obsolete since 24.3Stefan Kangas
2022-08-15Make eshell-mode more resilient towards `mode-line-format'Lars Ingebrigtsen
2022-07-05Make some defcustom types more restrictiveStefan Kangas
2022-06-19Fix starting eshell with missing/invalid modules definedStefan Kangas
2022-06-17Set bookmark handler type for EshellStefan Kangas
2022-02-03When executing an Eshell pipeline, send input to the first processJim Porter
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-24Use defvar-keymap in eshellStefan Kangas
2021-11-24Change eshell-mode mode-line-format insinuationLars Ingebrigtsen
2021-11-08Improve undoing of RET in comint and eshellMiha Rihtaršič
2021-10-25Merge from origin/emacs-28Glenn Morris