| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix maintainer address. | Karl Heuer | 1999-08-16 | 1 | -2/+2 |
| | | |||||
| * | (shell-unquote-argument): New function. | Karl Heuer | 1999-07-20 | 1 | -0/+21 |
| | | | | | (shell-directory-tracker): Use shell-unquote-argument. | ||||
| * | Comment fix. | Karl Heuer | 1999-05-17 | 1 | -1/+1 |
| | | |||||
| * | * shell.el (shell-dirtrack-verbose): New custom variable. | Simon Marshall | 1999-01-14 | 1 | -18/+26 |
| | | | | | (shell-dirstack-message): Use it. | ||||
| * | (shell-prompt-pattern): Add defcustom. | Richard M. Stallman | 1998-11-22 | 1 | -2/+4 |
| | | |||||
| * | (shell-input-autoexpand): Fix customization group. | Richard M. Stallman | 1998-10-17 | 1 | -1/+1 |
| | | |||||
| * | (shell-input-autoexpand): Fix customize type. | Andreas Schwab | 1998-09-18 | 1 | -1/+4 |
| | | |||||
| * | (shell-file-name-quote-list): Add # to the value. | Karl Heuer | 1998-09-10 | 1 | -1/+1 |
| | | |||||
| * | (shell-copy-environment-variable): Fix doc typo. | Richard M. Stallman | 1998-06-28 | 1 | -15/+15 |
| | | |||||
| * | (shell-file-name-chars): Add ',' and ':'. | Geoff Voelker | 1998-04-17 | 1 | -1/+1 |
| | | |||||
| * | (shell-dirtrack-mode): Renamed from shell-dirtrack-toggle. | Karl Heuer | 1998-02-25 | 1 | -5/+7 |
| | | | | | (dirtrack-mode, shell-dirtrack-toggle): Defined as aliases. | ||||
| * | (shell-chdrive-regexp): Likewise. | Richard M. Stallman | 1997-09-09 | 1 | -1/+2 |
| | | |||||
| * | (shell-snarf-envar, shell-copy-environment-variable): New functions. | Richard M. Stallman | 1997-08-22 | 1 | -0/+31 |
| | | |||||
| * | Make shell-last-dir buffer-local. | Simon Marshall | 1997-08-22 | 1 | -0/+1 |
| | | |||||
| * | (shell): Doc fix. | Richard M. Stallman | 1997-08-04 | 1 | -0/+7 |
| | | |||||
| * | (shell-mode): Do set list-files-directory locally. | Richard M. Stallman | 1997-07-20 | 1 | -2/+4 |
| | | |||||
| * | change maintainer. | Simon Marshall | 1997-07-15 | 1 | -2/+3 |
| | | |||||
| * | (shell-mode): Add a mode-class property. | Richard M. Stallman | 1997-05-05 | 1 | -0/+2 |
| | | |||||
| * | Use EVAL form for shell-prompt-pattern. | Simon Marshall | 1997-04-17 | 1 | -4/+4 |
| | | |||||
| * | Add defgroup's; use defcustom for user vars. | Richard M. Stallman | 1997-04-13 | 1 | -29/+70 |
| | | |||||
| * | (shell-mode): Don't set list-buffers-directory. | Richard M. Stallman | 1997-01-18 | 1 | -2/+2 |
| | | |||||
| * | (shell-mode): Don't assume /dev/null is its own truename. | Richard M. Stallman | 1996-08-26 | 1 | -1/+2 |
| | | |||||
| * | (shell-file-name-chars): Was shell-file-name-regexp. | Richard M. Stallman | 1996-08-01 | 1 | -4/+4 |
| | | | | | (shell-mode): Set comint-file-name-chars to this variable. | ||||
| * | Bind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG. | Simon Marshall | 1996-07-12 | 1 | -4/+16 |
| | | |||||
| * | (shell-directory-tracker): Use comint-substitute-in-file-name to | Richard M. Stallman | 1996-06-09 | 1 | -10/+22 |
| | | | | | | | | | | handle system-specific syntax. (shell-chdrive-regexp): New variable. (shell-mode): Update doc string. (shell-directory-tracker): Detect drive changes. Update doc string. | ||||
| * | (shell-match-partial-variable): Doc fix. | Richard M. Stallman | 1996-06-04 | 1 | -1/+1 |
| | | |||||
| * | Resync directories properly for the ksh. | Simon Marshall | 1996-02-03 | 1 | -6/+8 |
| | | |||||
| * | (shell-dirstack-message): Pass proper format string to message. | Karl Heuer | 1996-01-25 | 1 | -1/+1 |
| | | |||||
| * | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -69/+66 |
| | | |||||
| * | (shell-directory-tracker): Check for terminator after | Karl Heuer | 1995-06-19 | 1 | -5/+11 |
| | | | | | | | cd, pushd, or popd, so that we don't try to do directory tracking on things like "cdump". Don't use \\s patterns inside brackets. | ||||
| * | (shell-mode): Make shell-directory-tracker a hook function locally only. | Richard M. Stallman | 1995-06-14 | 1 | -1/+1 |
| | | |||||
| * | check comint-input-ring-file-name for the empty string too. | Simon Marshall | 1995-06-13 | 1 | -1/+2 |
| | | |||||
| * | shell-font-lock-keywords efficiency fix. | Simon Marshall | 1995-04-24 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | | | | (same-window-buffer-names): Add *shell* to the list. | ||||
| * | 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 |
| | | | | | at most shell-buffer-maximum-size lines in length. | ||||
| * | Change all `cd's to `shell-cd's, where `shell-cd' changes the value of | Simon Marshall | 1995-02-21 | 1 | -15/+23 |
| | | | | | | list-buffers-directory so that a buffer list contains the cwd in the `file' field. | ||||
| * | 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 |
| | | | | | select that buffer even if it has been renamed. | ||||
| * | 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-mode): Set font-lock-defaults. | ||||
| * | (shell-font-lock-keywords): New variable. | Richard M. Stallman | 1994-10-07 | 1 | -0/+8 |
| | | | | | (shell-mode): Set font-lock-keywords locally. | ||||
| * | (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 |
| | | |||||