aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/em-hist.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* ; Fix documentation of a recent change in EshellEli Zaretskii2024-12-121-6/+6
* Rework history Isearch for EshellPengji Zhang2024-12-111-134/+192
* Don't save to history from 'eshell-command' when abortingJim Porter2024-07-151-18/+2
* Be more efficient when buffering output in EshellJim Porter2024-06-081-7/+6
* Use 'esh-module-autoload' for Eshell modules' defgroupsJim Porter2024-05-291-6/+1
* Fix adding to history via 'eshell-command'Jim Porter2024-05-281-6/+7
* Erase existing duplicates in eshell-history-ringRobin Joy2024-05-241-5/+3
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix typosStefan Kangas2023-12-101-1/+1
* | Add option eshell-history-appendLiu Hui2023-12-071-3/+13
* | Improve read/append behavior of eshell history commandLiu Hui2023-11-101-16/+33
* | Fix behavior of 'eshell-hist-ignoredups' when set to 'erase'Jim Porter2023-08-231-14/+13
* | Make eshell-redisplay into alias for redisplayStefan Kangas2023-08-051-1/+1
* | Allow unloading EshellJim Porter2023-02-151-0/+4
* | ; Don't require 'eshell' in other Eshell filesJim Porter2023-02-151-2/+2
* | Make 'eshell-bol' obsoleteJim Porter2023-01-141-3/+3
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Autoload string-blank-pStefan Kangas2022-08-091-1/+0
* Fix some quoting problems in defcustom :typeLars Ingebrigtsen2022-05-101-1/+1
* Don't use 'eshell-convert' when all we want is a numberJim Porter2022-03-291-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Prefer the defcustom :risky property in eshellStefan Kangas2021-12-241-3/+2
* | * lisp/eshell/em-hist.el (eshell-hist-match-partial): Minor doc fix.Stefan Kangas2021-12-241-2/+2
* | Use defvar-keymap in eshellStefan Kangas2021-12-241-25/+22
* | Respect changes in eshell-hist-match-partialStefan Kangas2021-12-241-13/+23
|/
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-1/+1
* Adjust eshell and ps-print to not use emacs-kill-hookLars Ingebrigtsen2021-07-041-2/+3
* Fix problem with empty command histories in eshell and `erase'Lars Ingebrigtsen2021-06-031-1/+1
* Replace two functions with seq-subseqStefan Kangas2021-04-031-1/+1
* Allow eshell to have an "erasedups"-like historyLars Ingebrigtsen2021-02-041-8/+22
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in eshellStefan Kangas2020-12-041-6/+5
* Don't quote lambdas in eshell/*.elStefan Kangas2020-11-161-11/+8
* Fix misuses of `make-local-variable` on hooksStefan Monnier2020-11-041-27/+13
* eshell: Remove unnecessary check in em-histBrian Leung2020-08-261-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix eshell-mode-map initializationAlex Branham2019-08-151-28/+34
* Fix regexp branches that subsume other branchesPaul Eggert2019-04-191-1/+1
* Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier2019-04-091-1/+1
* Eshell: Try to untangle the dependencies; move 'provide's to the endStefan Monnier2019-04-081-9/+11
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix resolving symlinks in Eshell history file namesEli Zaretskii2018-12-091-1/+1
* | Follow symlink in Eshell historyPhilip Hudson2018-12-081-4/+5
* | Make eshell history expansion more like bash (Bug#29821)Jay Kamat2018-01-051-20/+40
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/