summaryrefslogtreecommitdiff
path: root/lisp/shell.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov2022-12-22
* Fix infloop in 'shell-resync-dirs' with tcshEli Zaretskii2022-12-10
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-01
* shell: Add repeat-map for shell-{forward,backward}-promptBrian Leung2022-11-17
* Rename comint-fl-* to comint-fontify-input-* and mention it in NEWSMiha Rihtaršič2022-09-30
* ; Fix typos (prefer American spelling)Stefan Kangas2022-09-29
* Improve some shell highlight doc stringsMiha Rihtaršič2022-09-11
* ; Fix doc strings in shell.elEli Zaretskii2022-09-09
* Input indentation for M-x shellMiha Rihtaršič2022-09-09
* Highlight non-existent commands in M-x shellMiha Rihtaršič2022-09-09
* Input fontification for M-x shellMiha Rihtaršič2022-09-09
* Remove some useless `eval-when-compile`Mattias Engdegård2022-07-04
* * lisp/shell.el (shell): Fix last changeStefan Monnier2022-05-29
* * lisp/shell.el (shell): Query shell file name from `interactive`Stefan Monnier2022-05-27
* Add option to kill a shell buffer when the process endsPhilip Kaludercic2022-05-20
* Advertise OSC directory tracking moreLars Ingebrigtsen2022-05-05
* Further doc string quoting fixesLars Ingebrigtsen2022-04-22
* Ensure shell.el loading properlyLars Ingebrigtsen2022-04-11
* Add a shell-filter-ring-bell functionLars Ingebrigtsen2022-03-22
* Avoid repeated prompts in `M-x shell' if using ~/.emacs_bashLars Ingebrigtsen2022-03-17
* Make shell-resync-dirs work with zshLars Ingebrigtsen2022-03-17
* Merge from origin/emacs-28Eli Zaretskii2022-02-18
|\
| * Fix problem with popd for in remote shell buffersMichael Albinus2022-02-15
* | More fixes for display-comint-buffer-actionJuri Linkov2022-01-11
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Fix bug#52467 by adding a new custom variable 'display-comint-buffer-action'Sam Steingold2021-12-28
* | Prefer locate-user-emacs-fileStefan Kangas2021-11-09
|/
* Revert commit 225ca617b7, and apply another fixMichael Albinus2021-10-23
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Correctly call completion-in-region in shell.elMadhu2021-08-19
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Autoload `split-string-shell-command'Lars Ingebrigtsen2021-07-15
* Rename shell-split-string to split-string-shell-commandLars Ingebrigtsen2021-07-15
* Add a new function 'shell-split-string'Lars Ingebrigtsen2021-07-15
* Fix bug#49229 in shell.elMichael Albinus2021-06-28
* Handle auto-cd in shell-modeJason Kim2021-06-09
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-11
* Delete some commented out defgroupsStefan Kangas2021-03-24
* Use pop-to-buffer-same-window for shellTheodor Thornhill2021-03-21
* Fix how `shell-mode' avoids being called interactivelyLars Ingebrigtsen2021-02-14
* Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-12
* Remove some unnecessary references to Emacs 18Stefan Kangas2021-02-05
* Make comint-read-input-ring skip uninteresting text in .zsh_historyBrian Leung2021-01-11
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer setq-local in shell.elStefan Kangas2020-12-08
* Define explicit-shell-file-name only in shell.elBasil L. Contovounesios2020-12-03
* Use null-device where appropriateMichael Albinus2020-11-25
* New shell-mode command to narrow to the command under pointPierre Neidhardt2020-10-17