summaryrefslogtreecommitdiff
path: root/lisp/shell.el
AgeCommit message (Expand)Author
2026-05-29* lisp/shell.el (shell): Fix typo: use process-live-p (bug#81145).Augusto Stoffel
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-09-20Fix 'shell-resync-dirs' for multi-line prompt.Janneke Nieuwenhuizen
2025-03-19Promote bookmark-handler prop 'bookmark-inhibit to list (bug#65039)shipmints
2025-03-15Recommend using 'keymap-set' in CommentariesStefan Kangas
2025-03-06; Fix last commitMichael Albinus
2025-03-06Add shell-mode bookmark support for local and remote shells (bug#65039)shipmints
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Delete remaining calls to purecopyStefan Kangas
2024-12-04Remove obsolete 'display-comint-buffer-action' (bug#74361)Juri Linkov
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-04Prefer defcustom :local specifierStefan Kangas
2024-10-03* Fix few warnings in lisp/shell.elAndrea Corallo
2024-07-12Fix infloop in 'shell-resync-dirs'Eli Zaretskii
2024-06-28Make `shell-mode' more robustMichael Albinus
2024-06-02New user option 'shell-history-file-name'Michael Albinus
2024-06-01shell-command-mode: New major mode for async-shell-commandDmitry Gutov
2024-06-01Merge from origin/emacs-29Eli Zaretskii
2024-05-27; Fix typosStefan Kangas
2024-04-25Suppress warnings for obsolete display-comint-buffer-action (bug#69983)Juri Linkov
2024-03-29; * lisp/shell.el (w32-application-type): Fix 'declare-function'.Eli Zaretskii
2024-03-29Support `shell-resync-dirs' on msys bash (Bug#70012)Sam Steingold
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-23Merge from origin/emacs-29Eli Zaretskii
2023-09-23Merge from origin/emacs-29Eli Zaretskii
2023-09-22Improve remote-file-name-inhibit-cache :typeBasil L. Contovounesios
2023-09-17Fix shell-indirect-setup-hook :type (Bug#66051)Mauro Aranda
2023-09-10Fix file name completion in `shell'Michael Albinus
2023-08-20New user option pcomplete-remote-file-ignoreMichael Albinus
2023-07-09Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-08Fix 'shell-dirtrack-mode' showing as enabled in unrelated buffersVladimir Sedach
2023-04-01Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-03-31Allow old input to include continuation lines in shell-modeBob Rogers
2023-01-25Update Android portPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-22Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov
2022-12-10Fix infloop in 'shell-resync-dirs' with tcshEli Zaretskii
2022-12-01; Fix typos (don't abbreviate "with" or "without")Stefan Kangas
2022-11-17shell: Add repeat-map for shell-{forward,backward}-promptBrian Leung
2022-09-30Rename comint-fl-* to comint-fontify-input-* and mention it in NEWSMiha Rihtaršič
2022-09-29; Fix typos (prefer American spelling)Stefan Kangas
2022-09-11Improve some shell highlight doc stringsMiha Rihtaršič
2022-09-09; Fix doc strings in shell.elEli Zaretskii
2022-09-09Input indentation for M-x shellMiha Rihtaršič
2022-09-09Highlight non-existent commands in M-x shellMiha Rihtaršič
2022-09-09Input fontification for M-x shellMiha Rihtaršič
2022-07-04Remove some useless `eval-when-compile`Mattias Engdegård
2022-05-29* lisp/shell.el (shell): Fix last changeStefan Monnier