summaryrefslogtreecommitdiff
path: root/lisp/shell.el
AgeCommit message (Expand)Author
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
2022-05-27* lisp/shell.el (shell): Query shell file name from `interactive`Stefan Monnier
2022-05-20Add option to kill a shell buffer when the process endsPhilip Kaludercic
2022-05-05Advertise OSC directory tracking moreLars Ingebrigtsen
2022-04-22Further doc string quoting fixesLars Ingebrigtsen
2022-04-11Ensure shell.el loading properlyLars Ingebrigtsen
2022-03-22Add a shell-filter-ring-bell functionLars Ingebrigtsen
2022-03-17Avoid repeated prompts in `M-x shell' if using ~/.emacs_bashLars Ingebrigtsen
2022-03-17Make shell-resync-dirs work with zshLars Ingebrigtsen
2022-02-18Merge from origin/emacs-28Eli Zaretskii
2022-02-15Fix problem with popd for in remote shell buffersMichael Albinus
2022-01-11More fixes for display-comint-buffer-actionJuri Linkov
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-28Fix bug#52467 by adding a new custom variable 'display-comint-buffer-action'Sam Steingold
2021-11-09Prefer locate-user-emacs-fileStefan Kangas
2021-10-23Revert commit 225ca617b7, and apply another fixMichael Albinus