aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/shell.el (unfollow)
Commit message (Expand)AuthorFilesLines
1999-08-16Fix maintainer address.Karl Heuer1-2/+2
1999-07-20(shell-unquote-argument): New function.Karl Heuer1-0/+21
1999-05-17Comment fix.Karl Heuer1-1/+1
1999-01-14* shell.el (shell-dirtrack-verbose): New custom variable.Simon Marshall1-18/+26
1998-11-22(shell-prompt-pattern): Add defcustom.Richard M. Stallman1-2/+4
1998-10-17(shell-input-autoexpand): Fix customization group.Richard M. Stallman1-1/+1
1998-09-18(shell-input-autoexpand): Fix customize type.Andreas Schwab1-1/+4
1998-09-10(shell-file-name-quote-list): Add # to the value.Karl Heuer1-1/+1
1998-06-28(shell-copy-environment-variable): Fix doc typo.Richard M. Stallman1-15/+15
1998-04-17(shell-file-name-chars): Add ',' and ':'.Geoff Voelker1-1/+1
1998-02-25(shell-dirtrack-mode): Renamed from shell-dirtrack-toggle.Karl Heuer1-5/+7
1997-09-09(shell-chdrive-regexp): Likewise.Richard M. Stallman1-1/+2
1997-08-22(shell-snarf-envar, shell-copy-environment-variable): New functions.Richard M. Stallman1-0/+31
1997-08-22Make shell-last-dir buffer-local.Simon Marshall1-0/+1
1997-08-04(shell): Doc fix.Richard M. Stallman1-0/+7
1997-07-20(shell-mode): Do set list-files-directory locally.Richard M. Stallman1-2/+4
1997-07-15change maintainer.Simon Marshall1-2/+3
1997-05-05(shell-mode): Add a mode-class property.Richard M. Stallman1-0/+2
1997-04-17Use EVAL form for shell-prompt-pattern.Simon Marshall1-4/+4
1997-04-13Add defgroup's; use defcustom for user vars.Richard M. Stallman1-29/+70
1997-01-18(shell-mode): Don't set list-buffers-directory.Richard M. Stallman1-2/+2
1996-08-26(shell-mode): Don't assume /dev/null is its own truename.Richard M. Stallman1-1/+2
1996-08-01(shell-file-name-chars): Was shell-file-name-regexp.Richard M. Stallman1-4/+4
1996-07-12Bind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG.Simon Marshall1-4/+16
1996-06-09(shell-directory-tracker): Use comint-substitute-in-file-name toRichard M. Stallman1-10/+22
1996-06-04(shell-match-partial-variable): Doc fix.Richard M. Stallman1-1/+1
1996-02-03Resync directories properly for the ksh.Simon Marshall1-6/+8
1996-01-25(shell-dirstack-message): Pass proper format string to message.Karl Heuer1-1/+1
1996-01-14Update FSF's address.Erik Naggum1-69/+66
1995-06-19(shell-directory-tracker): Check for terminator afterKarl Heuer1-5/+11
1995-06-14(shell-mode): Make shell-directory-tracker a hook function locally only.Richard M. Stallman1-1/+1
1995-06-13check comint-input-ring-file-name for the empty string too.Simon Marshall1-1/+2
1995-04-24shell-font-lock-keywords efficiency fix.Simon Marshall1-1/+1
1995-04-03Set comint-file-name-quote-list to new shell-file-name-quote-list.Simon Marshall1-8/+19
1995-03-30Comment change.Richard M. Stallman1-1/+1
1995-03-12(shell): Use pop-to-buffer.Richard M. Stallman1-9/+15
1995-03-02Make sure shell-cd sets list-buffers-directory to a directory ending with `/'.Simon Marshall1-1/+3
1995-02-25Moved buffer truncation functionality to comint.el.Simon Marshall1-13/+1
1995-02-25Added shell-truncate-buffer function to restrict buffer size toSimon Marshall1-4/+19
1995-02-21Change all `cd's to `shell-cd's, where `shell-cd' changes the value ofSimon Marshall1-15/+23
1995-02-04Comment changes.Richard M. Stallman1-2/+0
1995-01-27(shell): If we create a new shell buffer,Richard M. Stallman1-2/+3
1995-01-10Doc fixes (simon's email address and shell-mode)Simon Marshall1-7/+10
1994-11-19Comment change.Richard M. Stallman1-32/+0
1994-10-12* shell.el: (shell-font-lock-keywords): Add `\n' to [^] regexps.Simon Marshall1-3/+4
1994-10-07(shell-font-lock-keywords): New variable.Richard M. Stallman1-0/+8
1994-10-03(shell-strip-ctrl-m): Function moved to comint.el and renamed.Richard M. Stallman1-14/+0
1994-10-02(shell-mode): Compare the truename with /dev/null.Richard M. Stallman1-1/+1
1994-09-18(shell-mode-map): Inherit comint-mode-map, but copy the completion menu.Richard M. Stallman1-1/+3
1994-09-03(shell-command-regexp): Use a simpler faster regexp.Richard M. Stallman1-4/+3