summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-hist.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12; Fix documentation of a recent change in EshellEli Zaretskii
2024-12-11Rework history Isearch for EshellPengji Zhang
2024-07-15Don't save to history from 'eshell-command' when abortingJim Porter
2024-06-08Be more efficient when buffering output in EshellJim Porter
2024-05-29Use 'esh-module-autoload' for Eshell modules' defgroupsJim Porter
2024-05-28Fix adding to history via 'eshell-command'Jim Porter
2024-05-24Erase existing duplicates in eshell-history-ringRobin Joy
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-10; Fix typosStefan Kangas
2023-12-07Add option eshell-history-appendLiu Hui
2023-11-10Improve read/append behavior of eshell history commandLiu Hui
2023-08-23Fix behavior of 'eshell-hist-ignoredups' when set to 'erase'Jim Porter
2023-08-05Make eshell-redisplay into alias for redisplayStefan Kangas
2023-02-15Allow unloading EshellJim Porter
2023-02-15; Don't require 'eshell' in other Eshell filesJim Porter
2023-01-14Make 'eshell-bol' obsoleteJim Porter
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-09Autoload string-blank-pStefan Kangas
2022-05-10Fix some quoting problems in defcustom :typeLars Ingebrigtsen
2022-03-29Don't use 'eshell-convert' when all we want is a numberJim Porter
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-24Prefer the defcustom :risky property in eshellStefan Kangas
2021-12-24* lisp/eshell/em-hist.el (eshell-hist-match-partial): Minor doc fix.Stefan Kangas
2021-12-24Use defvar-keymap in eshellStefan Kangas
2021-12-24Respect changes in eshell-hist-match-partialStefan Kangas
2021-09-14; More minor docfixes found by checkdocStefan Kangas
2021-07-04Adjust eshell and ps-print to not use emacs-kill-hookLars Ingebrigtsen
2021-06-03Fix problem with empty command histories in eshell and `erase'Lars Ingebrigtsen
2021-04-03Replace two functions with seq-subseqStefan Kangas
2021-02-04Allow eshell to have an "erasedups"-like historyLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-04Prefer setq-local in eshellStefan Kangas
2020-11-16Don't quote lambdas in eshell/*.elStefan Kangas
2020-11-04Fix misuses of `make-local-variable` on hooksStefan Monnier
2020-08-26eshell: Remove unnecessary check in em-histBrian Leung
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-15Fix eshell-mode-map initializationAlex Branham
2019-04-19Fix regexp branches that subsume other branchesPaul Eggert
2019-04-09Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier
2019-04-08Eshell: Try to untangle the dependencies; move 'provide's to the endStefan Monnier
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Fix resolving symlinks in Eshell history file namesEli Zaretskii
2018-12-08Follow symlink in Eshell historyPhilip Hudson
2018-01-05Make eshell history expansion more like bash (Bug#29821)Jay Kamat
2018-01-01Merge from origin/emacs-26Paul Eggert