change maintainer.
[bpt/emacs.git] / lisp / shell.el
1997-07-15 Simon Marshallchange maintainer.
1997-05-05 Richard M. Stallman(shell-mode): Add a mode-class property.
1997-04-17 Simon MarshallUse EVAL form for shell-prompt-pattern.
1997-04-13 Richard M. StallmanAdd defgroup's; use defcustom for user vars.
1997-01-18 Richard M. Stallman(shell-mode): Don't set list-buffers-directory.
1996-08-26 Richard M. Stallman(shell-mode): Don't assume /dev/null is its own truename.
1996-08-01 Richard M. Stallman(shell-file-name-chars): Was shell-file-name-regexp.
1996-07-12 Simon MarshallBind shell-file-name-quote-list and shell-file-name...
1996-06-09 Richard M. Stallman(shell-directory-tracker): Use comint-substitute-in...
1996-06-04 Richard M. Stallman(shell-match-partial-variable): Doc fix.
1996-02-03 Simon MarshallResync directories properly for the ksh.
1996-01-25 Karl Heuer(shell-dirstack-message): Pass proper format string...
1996-01-14 Erik NaggumUpdate FSF's address.
1995-06-19 Karl Heuer(shell-directory-tracker): Check for terminator after
1995-06-14 Richard M. Stallman(shell-mode): Make shell-directory-tracker a hook funct...
1995-06-13 Simon Marshallcheck comint-input-ring-file-name for the empty string...
1995-04-24 Simon Marshallshell-font-lock-keywords efficiency fix.
1995-04-03 Simon MarshallSet comint-file-name-quote-list to new shell-file-name...
1995-03-30 Richard M. StallmanComment change.
1995-03-12 Richard M. Stallman(shell): Use pop-to-buffer.
1995-03-02 Simon MarshallMake sure shell-cd sets list-buffers-directory to a...
1995-02-25 Simon MarshallMoved buffer truncation functionality to comint.el.
1995-02-25 Simon MarshallAdded shell-truncate-buffer function to restrict buffer...
1995-02-21 Simon MarshallChange all `cd's to `shell-cd's, where `shell-cd' chang...
1995-02-04 Richard M. StallmanComment changes.
1995-01-27 Richard M. Stallman(shell): If we create a new shell buffer,
1995-01-10 Simon MarshallDoc fixes (simon's email address and shell-mode)
1994-11-19 Richard M. StallmanComment change.
1994-10-12 Simon Marshall* shell.el: (shell-font-lock-keywords): Add `\n' to...
1994-10-07 Richard M. Stallman(shell-font-lock-keywords): New variable.
1994-10-03 Richard M. Stallman(shell-strip-ctrl-m): Function moved to comint.el and...
1994-10-02 Richard M. Stallman(shell-mode): Compare the truename with /dev/null.
1994-09-18 Richard M. Stallman(shell-mode-map): Inherit comint-mode-map, but copy...
1994-09-03 Richard M. Stallman(shell-command-regexp): Use a simpler faster regexp.
1994-07-16 Richard M. StallmanComment change.
1994-07-01 Richard M. Stallman(shell-mode): Don't read history from /dev/null.
1994-06-23 Richard M. Stallman(shell-prefixed-directory-name): Do nothing if
1994-05-22 Richard M. Stallman(shell-strip-ctrl-m): Strip multiple ^Ms.
1994-05-07 Karl Heuer(shell-forward-command, shell-backward-command): Fix...
1994-04-24 Richard M. Stallman(shell-dirstack-query): Defaults to nil.
1994-04-14 Karl Heuer(shell-mode-map): Fix menu bar options.
1994-04-14 Karl Heuer(shell-dynamic-complete-as-command): Don't match ignore...
1994-03-24 Richard M. Stallman(shell-strip-ctrl-m): New command.
1994-03-10 Richard M. Stallman(shell-dynamic-complete-as-command): Make ignored-exten...
1994-03-08 Richard M. Stallman(shell-completion-fignore): New variable.
1994-03-03 Richard M. StallmanRename comint-input-filter-functions and
1994-03-03 Richard M. Stallman(shell-dynamic-complete-functions): New variable.
1994-03-02 Richard M. Stallman(shell-delimiter-argument-list): Now has chars, not...
1994-03-02 Richard M. Stallman(shell-dirtrackp): Variable definition added.
1994-03-02 Richard M. Stallman(shell-mode-map): Use copy-keymap.
1994-02-10 Richard M. Stallman(shell-get-current-command): Make regexp more selective.
1994-01-09 Richard M. Stallman(shell-input-autoexpand): New variable.
1994-01-06 Roland McGrath(shell-cd): Function removed.
1993-12-24 Richard M. Stallman(shell-backward-command): If comint-bol moves forward,
1993-12-23 Richard M. Stallman(shell-mode): Pass t to comint-read-input-ring.
1993-11-25 Richard M. StallmanComment change.
1993-11-08 Richard M. StallmanDoc fixes.
1993-10-22 Richard M. Stallman(shell-after-partial-filename): Renamed from
1993-09-08 Roland McGrath(shell-dirstack-message): Recognize ~ by matching the...
1993-09-08 Roland McGrath(shell-cd): New function, like `cd' but prepend comint...
1993-09-08 Roland McGrath(shell-resync-dirs, shell-process-cd, shell-process...
1993-07-18 Jim Blandy* shell.el (shell-process-pushd): Fix syntax error in
1993-06-01 Richard M. Stallman(shell-prompt-pattern): Use defvar.
1993-04-29 Richard M. Stallman(shell-prompt-pattern): Undo last change.
1993-04-24 Noah Friedman*** empty log message ***
1993-04-23 Eric S. RaymondAll fsets changed to defaliases.
1993-04-19 Roland McGrath(shell-mode): isationization (doc fix).
1993-04-19 Roland McGrath(shell-mode): Capitalize mode name.
1993-04-07 Jim BlandyDoc fix.
1993-03-25 Eric S. RaymondBrent Benson's patch to support `cd -'.
1993-01-15 Richard M. Stallman(shell): Doc fix.
1992-09-04 Richard M. Stallmanentered into RCS
1992-08-04 Richard M. Stallman*** empty log message ***
1992-07-22 Eric S. Raymond*** empty log message ***
1992-07-17 Eric S. Raymond*** empty log message ***
1992-07-16 Eric S. Raymond*** empty log message ***
1992-07-15 Eric S. Raymond*** empty log message ***
1992-05-30 Eric S. Raymond*** empty log message ***
1991-05-08 Jim Blandy*** empty log message ***
1990-11-05 David LawrenceInitial revision