summaryrefslogtreecommitdiff
path: root/lisp/shell.el
Commit message (Expand)AuthorAge
* 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>Kim F. Storm2006-10-15
* Comment change.Richard M. Stallman2006-10-09
* (explicit-csh-args, explicit-bash-args): Add commentKim F. Storm2006-10-09
* (shell-filter-ctrl-a-ctrl-b): Check if `comint-last-output-start' isJuri Linkov2006-09-02
* (shell-mode): Only change the buffer-local value ofStefan Monnier2006-07-07
* (shell-mode): Use shell-mode-map in docstring.Luc Teirlinck2006-06-02
* (shell-mode): Call shell-dirtrack-mode after list-buffers-directory isLuc Teirlinck2006-05-26
* (shell-dirtrack-mode): Make it into a proper minor mode, soStefan Monnier2006-05-17
* (shell-directory-tracker, shell-dynamic-complete-command): Doc fixes.Eli Zaretskii2006-04-01
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (shell-resync-dirs): Handle echoing processes more reliably. Don'tRomain Francoise2005-09-17
* (shell-mode, shell-resync-dirs): Fix typos in docstrings.Juanma Barranquero2005-08-29
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-06
* Update FSF's address.Lute Kamstra2005-07-04
* (shell): Finish `defgroup' description with period.Juanma Barranquero2005-07-04
* (shell-prompt-pattern, shell-dynamic-complete-functions, shell-mode,Juanma Barranquero2005-06-16
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-16
* (shell-prompt-pattern): Doc fix.Luc Teirlinck2005-04-26
* (shell-file-name-chars): Add [].Richard M. Stallman2003-12-29
* (shell-file-name-quote-list): Add backslash.Andreas Schwab2003-12-24
* Add arch taglinesMiles Bader2003-09-01
* (shell): With prefix-arg, suggest a new buffer name.Markus Rost2003-08-12
* (shell-command-separator-regexp): New variable.Juanma Barranquero2003-06-12
* (shell-resync-dirs): Tolerate an extra line of output before the list ofJuanma Barranquero2003-06-06
* (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' onLute Kamstra2003-06-05
* Cygwin support patch.Juanma Barranquero2003-01-31
* (explicit-bash-args): Bash 1.x doesn't grookKim F. Storm2002-10-31
* (shell): Look for .emacs_SHELL under ~/.emacs.d after looking in ~.Richard M. Stallman2002-10-26
* Fix typo.Juanma Barranquero2002-07-03
* (explicit-bash-args): New user option.Andreas Schwab2002-06-28
* (shell-mode): Use (ring-empty-p rather than (zerop (ring-length.Francesco Potortì2002-05-14
* (shell-mode): Make second part of initialisationFrancesco Potortì2002-05-14
* (shell-replace-by-expanded-directory):Richard M. Stallman2002-05-10
* (shell-mode): Don't reinit comint-input-ring if that was already done.Richard M. Stallman2002-04-03
* (toplevel): Revert previous change to use pcomplete.Colin Walters2002-03-11
* (shell-pcomplete-setup-done): New variable.Kim F. Storm2002-02-25
* (shell-mode-map): Add "Complete" header so completionKim F. Storm2002-02-25
* (shell-pcomplete, shell-pcomplete-reverse): New functions.Colin Walters2002-02-23
* (shell): Use shell-file-name.Stefan Monnier2001-12-02
* Emacs lisp coding convention fixes.Pavel Janík2001-07-14
* shell-write-history-on-exit: make sure the error message goes to the right bu...Sam Steingold2001-01-28
* (shell-unquote-argument): If the shell is one of theEli Zaretskii2001-01-27
* (shell-mode): Use define-derived-mode.Stefan Monnier2000-11-21
* (shell): Add BUFFER argument.Miles Bader2000-10-27
* (shell-write-history-on-exit): New function.Andrew Innes2000-09-14
* (shell-font-lock-keywords): Remove prompt highlighting, since this isMiles Bader2000-08-22
* (shell-prompt-pattern): Doc change.Miles Bader2000-08-07
* Fix maintainer address.Karl Heuer1999-08-16
* (shell-unquote-argument): New function.Karl Heuer1999-07-20
* Comment fix.Karl Heuer1999-05-17