summaryrefslogtreecommitdiff
path: root/lisp/shell.el
Commit message (Expand)AuthorAge
* 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
* | * lisp/shell.el (shell-mode): Check if buffer has a live process.Juri Linkov2018-04-04
* | Fix Bug#29149 in shell.elMichael Albinus2018-01-13
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* * lisp/shell.el (explicit-shell-file-name): Mention shell-file-nameStefan Monnier2017-08-04
* Make sure that `shell' makes BUFFER currentMartin Rudalics2017-04-10
* Add Tramp testMichael Albinus2017-04-03
* Apply connecion-local variables for shellsMichael Albinus2017-04-02
* Ensure last line is at window bottom in shell buffersEli Zaretskii2017-01-27
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Minor shell-mode fix for zshMatt Armstrong2016-12-10
* | Add file-local-nameMichael Albinus2016-11-20