aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/shell.el (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-09-20Fix 'shell-resync-dirs' for multi-line prompt.Janneke Nieuwenhuizen1-5/+6
2025-03-19Promote bookmark-handler prop 'bookmark-inhibit to list (bug#65039)shipmints1-1/+1
2025-03-15Recommend using 'keymap-set' in CommentariesStefan Kangas1-2/+2
2025-03-06; Fix last commitMichael Albinus1-14/+10
2025-03-06Add shell-mode bookmark support for local and remote shells (bug#65039)shipmints1-0/+129
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-12Delete remaining calls to purecopyStefan Kangas1-1/+1
2024-12-04Remove obsolete 'display-comint-buffer-action' (bug#74361)Juri Linkov1-2/+2
2024-10-24Mark if-let and when-let obsoleteSean Whitton1-2/+2
2024-10-04Prefer defcustom :local specifierStefan Kangas1-1/+1
2024-10-03* Fix few warnings in lisp/shell.elAndrea Corallo1-3/+3
2024-07-12Fix infloop in 'shell-resync-dirs'Eli Zaretskii1-4/+8
2024-06-28Make `shell-mode' more robustMichael Albinus1-3/+4
2024-06-02New user option 'shell-history-file-name'Michael Albinus1-20/+42
2024-06-01shell-command-mode: New major mode for async-shell-commandDmitry Gutov1-0/+7
2024-05-27; Fix typosStefan Kangas1-1/+1
2024-04-25Suppress warnings for obsolete display-comint-buffer-action (bug#69983)Juri Linkov1-1/+2
2024-03-29; * lisp/shell.el (w32-application-type): Fix 'declare-function'.Eli Zaretskii1-1/+1
2024-03-29Support `shell-resync-dirs' on msys bash (Bug#70012)Sam Steingold1-0/+8
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-09-22Improve remote-file-name-inhibit-cache :typeBasil L. Contovounesios1-8/+8
2023-09-17Fix shell-indirect-setup-hook :type (Bug#66051)Mauro Aranda1-2/+1
2023-09-10Fix file name completion in `shell'Michael Albinus1-1/+2
2023-08-20New user option pcomplete-remote-file-ignoreMichael Albinus1-0/+2
2023-07-08Fix 'shell-dirtrack-mode' showing as enabled in unrelated buffersVladimir Sedach1-19/+21
2023-03-31Allow old input to include continuation lines in shell-modeBob Rogers1-0/+40
2023-01-25Update Android portPo Lu1-1/+6
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-22Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov1-3/+1
2022-12-10Fix infloop in 'shell-resync-dirs' with tcshEli Zaretskii1-0/+1
2022-12-01; Fix typos (don't abbreviate "with" or "without")Stefan Kangas1-1/+1
2022-11-17shell: Add repeat-map for shell-{forward,backward}-promptBrian Leung1-0/+8
2022-09-30Rename comint-fl-* to comint-fontify-input-* and mention it in NEWSMiha Rihtaršič1-16/+17
2022-09-29; Fix typos (prefer American spelling)Stefan Kangas1-1/+1
2022-09-11Improve some shell highlight doc stringsMiha Rihtaršič1-8/+19
2022-09-09; Fix doc strings in shell.elEli Zaretskii1-7/+7
2022-09-09Input indentation for M-x shellMiha Rihtaršič1-0/+4
2022-09-09Highlight non-existent commands in M-x shellMiha Rihtaršič1-3/+227
2022-09-09Input fontification for M-x shellMiha Rihtaršič1-0/+41
2022-07-04Remove some useless `eval-when-compile`Mattias Engdegård1-6/+5
2022-05-29* lisp/shell.el (shell): Fix last changeStefan Monnier1-32/+41
2022-05-27* lisp/shell.el (shell): Query shell file name from `interactive`Stefan Monnier1-17/+19
2022-05-20Add option to kill a shell buffer when the process endsPhilip Kaludercic1-0/+17
2022-05-05Advertise OSC directory tracking moreLars Ingebrigtsen1-1/+3
2022-04-22Further doc string quoting fixesLars Ingebrigtsen1-2/+2
2022-04-11Ensure shell.el loading properlyLars Ingebrigtsen1-0/+1
2022-04-10Revert "Make shell-resync-dirs handle whitespace in directory names"Lars Ingebrigtsen1-35/+19
2022-03-22Add a shell-filter-ring-bell functionLars Ingebrigtsen1-1/+15