summaryrefslogtreecommitdiff
path: root/lisp/shell.el
Commit message (Expand)AuthorAge
* 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
* Don't quote lambdas in several placesStefan Kangas2020-10-01
* Fix pcomplete completion of things like `xargs` and `sudo` (bug#16197)Stefan Monnier2020-09-27
* Make shell-resync-dirs handle whitespace in directory namesNoah Friedman2020-08-19
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-14
* Add zsh extended_history handling for comint.el input ringMatthew Bauer2020-08-10
* Merge from origin/emacs-27Glenn Morris2020-07-20
|\
| * Revert "Fix filename completion in shell mode buffers"Eli Zaretskii2020-07-18
* | Add and remove backslashes in regexpsMattias Engdegård2020-02-20
|/
* Fix infloop in shell.elPieter van Oostrum2020-01-18
* Update copyright year to 2020Paul Eggert2020-01-01
* * lisp/shell.el (shell): Make shell buffer the current buffer. (Bug#37745)Michael Albinus2019-10-17
* Fix `shell' doc keymap expansionsDavid Röthlisberger2019-10-12
* Fix possible initialisation error in shell-mode-mapLars Ingebrigtsen2019-10-09
* Fix filename completion in shell mode buffersAlex Branham2019-08-27
* Signal an error on `M-x shell-mode'Lars Ingebrigtsen2019-08-22
* Support history files in remote shells (Bug#36742)Michael Albinus2019-07-22
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* Fix Bug#34943Michael Albinus2019-03-23
* Merge from origin/emacs-26Glenn Morris2019-03-20
|\
| * Don't clobber 'comint-input-autoexpand' in 'read-shell-command'Eli Zaretskii2019-03-15
* | Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723Michael Albinus2019-03-09
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
| * Fix Bug#29149 in shell.elMichael Albinus2018-01-14
* | * lisp/shell.el (shell--parse-pcomplete-arguments): Stop at semi-colonStefan Monnier2018-12-04
* | * lisp/comint.el: Clean up namespaceStefan Monnier2018-07-18
* | * lisp/shell.el (shell-completion-vars):Michael Albinus2018-07-04
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-01
* | Implement command completion in remote shells. (Bug#31704)Michael Albinus2018-06-20
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-20