summaryrefslogtreecommitdiff
path: root/lisp/shell.el
AgeCommit message (Expand)Author
1997-05-05(shell-mode): Add a mode-class property.Richard M. Stallman
1997-04-17Use EVAL form for shell-prompt-pattern.Simon Marshall
1997-04-13Add defgroup's; use defcustom for user vars.Richard M. Stallman
1997-01-18(shell-mode): Don't set list-buffers-directory.Richard M. Stallman
1996-08-26(shell-mode): Don't assume /dev/null is its own truename.Richard M. Stallman
1996-08-01(shell-file-name-chars): Was shell-file-name-regexp.Richard M. Stallman
1996-07-12Bind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG.Simon Marshall
1996-06-09(shell-directory-tracker): Use comint-substitute-in-file-name toRichard M. Stallman
1996-06-04(shell-match-partial-variable): Doc fix.Richard M. Stallman
1996-02-03Resync directories properly for the ksh.Simon Marshall
1996-01-25(shell-dirstack-message): Pass proper format string to message.Karl Heuer
1996-01-14Update FSF's address.Erik Naggum
1995-06-19(shell-directory-tracker): Check for terminator afterKarl Heuer
1995-06-14(shell-mode): Make shell-directory-tracker a hook function locally only.Richard M. Stallman
1995-06-13check comint-input-ring-file-name for the empty string too.Simon Marshall
1995-04-24shell-font-lock-keywords efficiency fix.Simon Marshall
1995-04-03Set comint-file-name-quote-list to new shell-file-name-quote-list.Simon Marshall
1995-03-30Comment change.Richard M. Stallman
1995-03-12(shell): Use pop-to-buffer.Richard M. Stallman
1995-03-02Make sure shell-cd sets list-buffers-directory to a directory ending with `/'.Simon Marshall
1995-02-25Moved buffer truncation functionality to comint.el.Simon Marshall
1995-02-25Added shell-truncate-buffer function to restrict buffer size toSimon Marshall
1995-02-21Change all `cd's to `shell-cd's, where `shell-cd' changes the value ofSimon Marshall
1995-02-04Comment changes.Richard M. Stallman
1995-01-27(shell): If we create a new shell buffer,Richard M. Stallman
1995-01-10Doc fixes (simon's email address and shell-mode)Simon Marshall
1994-11-19Comment change.Richard M. Stallman
1994-10-12* shell.el: (shell-font-lock-keywords): Add `\n' to [^] regexps.Simon Marshall
1994-10-07(shell-font-lock-keywords): New variable.Richard M. Stallman
1994-10-03(shell-strip-ctrl-m): Function moved to comint.el and renamed.Richard M. Stallman
1994-10-02(shell-mode): Compare the truename with /dev/null.Richard M. Stallman
1994-09-18(shell-mode-map): Inherit comint-mode-map, but copy the completion menu.Richard M. Stallman
1994-09-03(shell-command-regexp): Use a simpler faster regexp.Richard M. Stallman
1994-07-16Comment change.Richard M. Stallman
1994-07-01(shell-mode): Don't read history from /dev/null.Richard M. Stallman
1994-06-23(shell-prefixed-directory-name): Do nothing ifRichard M. Stallman
1994-05-22(shell-strip-ctrl-m): Strip multiple ^Ms.Richard M. Stallman
1994-05-07(shell-forward-command, shell-backward-command): Fix regexp.Karl Heuer
1994-04-24(shell-dirstack-query): Defaults to nil.Richard M. Stallman
1994-04-14(shell-mode-map): Fix menu bar options.Karl Heuer
1994-04-14(shell-dynamic-complete-as-command): Don't match ignored-extensions if it's nil.Karl Heuer
1994-03-24(shell-strip-ctrl-m): New command.Richard M. Stallman
1994-03-10(shell-dynamic-complete-as-command): Make ignored-extensionsRichard M. Stallman
1994-03-08(shell-completion-fignore): New variable.Richard M. Stallman
1994-03-03Rename comint-input-filter-functions andRichard M. Stallman
1994-03-03(shell-dynamic-complete-functions): New variable.Richard M. Stallman
1994-03-02(shell-delimiter-argument-list): Now has chars, not strings.Richard M. Stallman
1994-03-02(shell-dirtrackp): Variable definition added.Richard M. Stallman
1994-03-02(shell-mode-map): Use copy-keymap.Richard M. Stallman
1994-02-10(shell-get-current-command): Make regexp more selective.Richard M. Stallman