| Commit message (Expand) | Author | Age | Files | Lines |
* | Set comint-file-name-quote-list to new shell-file-name-quote-list. | Simon Marshall | 1995-04-03 | 1 | -8/+19 |
* | Comment change. | Richard M. Stallman | 1995-03-30 | 1 | -1/+1 |
* | (shell): Use pop-to-buffer. | Richard M. Stallman | 1995-03-12 | 1 | -9/+15 |
* | Make sure shell-cd sets list-buffers-directory to a directory ending with `/'. | Simon Marshall | 1995-03-02 | 1 | -1/+3 |
* | Moved buffer truncation functionality to comint.el. | Simon Marshall | 1995-02-25 | 1 | -13/+1 |
* | Added shell-truncate-buffer function to restrict buffer size to | Simon Marshall | 1995-02-25 | 1 | -4/+19 |
* | Change all `cd's to `shell-cd's, where `shell-cd' changes the value of | Simon Marshall | 1995-02-21 | 1 | -15/+23 |
* | Comment changes. | Richard M. Stallman | 1995-02-04 | 1 | -2/+0 |
* | (shell): If we create a new shell buffer, | Richard M. Stallman | 1995-01-27 | 1 | -2/+3 |
* | Doc fixes (simon's email address and shell-mode) | Simon Marshall | 1995-01-10 | 1 | -7/+10 |
* | Comment change. | Richard M. Stallman | 1994-11-19 | 1 | -32/+0 |
* | * shell.el: (shell-font-lock-keywords): Add `\n' to [^] regexps. | Simon Marshall | 1994-10-12 | 1 | -3/+4 |
* | (shell-font-lock-keywords): New variable. | Richard M. Stallman | 1994-10-07 | 1 | -0/+8 |
* | (shell-strip-ctrl-m): Function moved to comint.el and renamed. | Richard M. Stallman | 1994-10-03 | 1 | -14/+0 |
* | (shell-mode): Compare the truename with /dev/null. | Richard M. Stallman | 1994-10-02 | 1 | -1/+1 |
* | (shell-mode-map): Inherit comint-mode-map, but copy the completion menu. | Richard M. Stallman | 1994-09-18 | 1 | -1/+3 |
* | (shell-command-regexp): Use a simpler faster regexp. | Richard M. Stallman | 1994-09-03 | 1 | -4/+3 |
* | Comment change. | Richard M. Stallman | 1994-07-16 | 1 | -1/+1 |
* | (shell-mode): Don't read history from /dev/null. | Richard M. Stallman | 1994-07-01 | 1 | -0/+2 |
* | (shell-prefixed-directory-name): Do nothing if | Richard M. Stallman | 1994-06-23 | 1 | -6/+8 |
* | (shell-strip-ctrl-m): Strip multiple ^Ms. | Richard M. Stallman | 1994-05-22 | 1 | -3/+2 |
* | (shell-forward-command, shell-backward-command): Fix regexp. | Karl Heuer | 1994-05-07 | 1 | -2/+2 |
* | (shell-dirstack-query): Defaults to nil. | Richard M. Stallman | 1994-04-24 | 1 | -6/+8 |
* | (shell-mode-map): Fix menu bar options. | Karl Heuer | 1994-04-14 | 1 | -27/+22 |
* | (shell-dynamic-complete-as-command): Don't match ignored-extensions if it's nil. | Karl Heuer | 1994-04-14 | 1 | -1/+2 |
* | (shell-strip-ctrl-m): New command. | Richard M. Stallman | 1994-03-24 | 1 | -37/+24 |
* | (shell-dynamic-complete-as-command): Make ignored-extensions | Richard M. Stallman | 1994-03-10 | 1 | -2/+3 |
* | (shell-completion-fignore): New variable. | Richard M. Stallman | 1994-03-08 | 1 | -6/+17 |
* | Rename comint-input-filter-functions and | Richard M. Stallman | 1994-03-03 | 1 | -8/+8 |
* | (shell-dynamic-complete-functions): New variable. | Richard M. Stallman | 1994-03-03 | 1 | -73/+172 |
* | (shell-delimiter-argument-list): Now has chars, not strings. | Richard M. Stallman | 1994-03-02 | 1 | -4/+3 |
* | (shell-dirtrackp): Variable definition added. | Richard M. Stallman | 1994-03-02 | 1 | -3/+3 |
* | (shell-mode-map): Use copy-keymap. | Richard M. Stallman | 1994-03-02 | 1 | -2/+2 |
* | (shell-get-current-command): Make regexp more selective. | Richard M. Stallman | 1994-02-10 | 1 | -1/+1 |
* | (shell-input-autoexpand): New variable. | Richard M. Stallman | 1994-01-09 | 1 | -2/+14 |
* | (shell-cd): Function removed. | Roland McGrath | 1994-01-06 | 1 | -18/+22 |
* | (shell-backward-command): If comint-bol moves forward, | Richard M. Stallman | 1993-12-24 | 1 | -3/+5 |
* | (shell-mode): Pass t to comint-read-input-ring. | Richard M. Stallman | 1993-12-23 | 1 | -2/+2 |
* | Comment change. | Richard M. Stallman | 1993-11-25 | 1 | -10/+1 |
* | Doc fixes. | Richard M. Stallman | 1993-11-08 | 1 | -12/+12 |
* | (shell-after-partial-filename): Renamed from | Richard M. Stallman | 1993-10-22 | 1 | -190/+328 |
* | (shell-dirstack-message): Recognize ~ by matching the expansion of "~" with | Roland McGrath | 1993-09-08 | 1 | -4/+13 |
* | (shell-cd): New function, like `cd' but prepend comint-filename-prefix. | Roland McGrath | 1993-09-08 | 1 | -8/+12 |
* | (shell-resync-dirs, shell-process-cd, shell-process-pushd, | Roland McGrath | 1993-09-08 | 1 | -6/+8 |
* | * shell.el (shell-process-pushd): Fix syntax error in | Jim Blandy | 1993-07-18 | 1 | -3/+8 |
* | (shell-prompt-pattern): Use defvar. | Richard M. Stallman | 1993-06-01 | 1 | -1/+1 |
* | (shell-prompt-pattern): Undo last change. | Richard M. Stallman | 1993-04-29 | 1 | -83/+14 |
* | *** empty log message *** | Noah Friedman | 1993-04-24 | 1 | -1/+1 |
* | All fsets changed to defaliases. | Eric S. Raymond | 1993-04-23 | 1 | -2/+2 |
* | (shell-mode): isationization (doc fix). | Roland McGrath | 1993-04-19 | 1 | -3/+3 |