(replace_buffer_in_all_windows):
[bpt/emacs.git] / lisp / comint.el
1997-10-02 Karl Heuer(comint-regexp-arg): No need to bind
1997-09-09 Richard M. Stallman(comint-file-name-chars): Doc fix.
1997-09-02 Geoff Voelker(comint-file-name-chars): Use separate sets for ms...
1997-08-24 Richard M. Stallman(comint-preoutput-filter-functions): New variable.
1997-07-15 Simon Marshallchange maintainer.
1997-05-27 Richard M. StallmanComment change.
1997-05-26 Simon MarshallUse insert to preserve marker positions (pmark) and...
1997-05-05 Richard M. Stallman(comint-mode): Add a mode-class property.
1997-04-27 Richard M. Stallman(comint-input-face): Deleted.
1997-04-13 Richard M. StallmanFix previous change.
1997-04-13 Richard M. StallmanAdd defgroup's; use defcustom for user vars.
1997-03-31 Karl Heuer(comint-delchar-or-maybe-eof): Check for null proc.
1997-03-15 Simon Marshallminor bug fixes/enhancements to comint-delchar-or-maybe...
1997-01-27 Richard M. Stallman(comint-exec-1): Use file-accessible-directory-p.
1997-01-08 Simon Marshallremove references in comments to long defunct make...
1996-11-17 Karl Heuer(comint-password-prompt-regexp): Recognize AIX format.
1996-11-09 Richard M. Stallman(comint-output-filter): Run comint-output-filter-functions
1996-10-08 Richard M. Stallman(comint-read-noecho): Clear out the intermediate strings.
1996-08-01 Richard M. Stallman(comint-file-name-chars): Was comint-file-name-regexp.
1996-07-17 Karl Heuer(send-invisble): Comment fix.
1996-07-12 Simon Marshall1. For fns like comint-postoutput-scroll-to-bottom...
1996-06-28 Richard M. Stallman(comint-send-input): Use insert-before-markers for...
1996-06-09 Richard M. Stallman(comint-dynamic-complete-as-filename)
1996-06-09 Karl Heuer(comint-file-name-quote-list): Doc fix.
1996-06-05 Richard M. Stallman(comint-dynamic-complete-filename) [ms-dos, windows...
1996-03-17 Richard M. Stallman(comint-exec-1): Use dumb instead of unknown, for terminfo.
1996-02-22 Erik Naggum(make-comint, comint-run): Fix autoload cookie.
1996-01-14 Erik NaggumUpdate FSF's address.
1996-01-04 Karl Heuer(comint-ptyp, comint-completion-autolist): Doc fix.
1995-12-11 Simon MarshallUse comint-input-sender to send text (Peter Gabriel...
1995-10-22 Richard M. Stallman(comint-exec-1): Don't alter EMACS envvar if it's alrea...
1995-09-29 Richard M. StallmanFix previous change.
1995-09-29 Richard M. Stallman(comint-password-prompt-regexp): Recognize
1995-07-12 Karl Heuer(comint-kill-output): Preserve entire partial line at
1995-06-13 Karl Heuer(comint-mode): Use make-local-hook.
1995-06-02 Simon MarshallDon't go forward over a word-char if we're at bob,...
1995-04-08 Richard M. Stallman(make-comint): Error, if start-process is not fboundp.
1995-04-07 Karl HeuerUpdate copyright.
1995-04-03 Simon MarshallAdded support for special (quoted) characters in file...
1995-03-30 Karl Heuer(comint-read-noecho): Don't log prompt messages.
1995-03-28 Karl Heuer(comint-read-noecho): Use a format string, in case
1995-02-25 Simon MarshallAdded comint-buffer-maximum-size and comint-truncate...
1995-02-25 Simon MarshallLet file-name-handler-alist to nil in comint-dynamic...
1995-02-08 Simon MarshallAdd % to comint-match-partial-filename.
1995-01-25 Richard M. StallmanComment change.
1995-01-17 Simon MarshallMake sure the event read by comint-dynamic-list-complet...
1994-12-07 Richard M. Stallman(comint-mode-map): Treat C-up, C-down like M-p, M-n.
1994-11-15 Richard M. Stallman(comint-exec-1): Terminate TERMCAP with colon.
1994-11-09 Richard M. Stallman(comint-exec-1): Make sure default-directory is a real...
1994-11-01 Richard M. Stallman(comint-read-noecho): Use `read-char-exclusive' instead...
1994-10-07 Richard M. Stallman(comint-check-proc): Recognise `open'.
1994-10-03 Richard M. Stallman(comint-strip-ctrl-m): Renamed from shell-strip-crtl...
1994-09-24 Richard M. Stallman(comint-input-chunk-size): Variable deleted.
1994-08-27 Richard M. Stallman(comint-arguments): Treat \n and \t like space.
1994-08-24 Richard M. Stallman(comint-arguments): Rewrite for speed.
1994-07-31 Richard M. Stallman(comint-password-prompt-regexp): Handle PGP prompt.
1994-07-25 Richard M. Stallman(comint-dynamic-list-completions): Listify the key
1994-07-16 Richard M. StallmanComment change.
1994-07-16 Richard M. Stallman(comint-mode-map): Move comint-bol to C-c C-a.
1994-06-29 Noah Friedmancomint-password-prompt-regexp: New variable.
1994-06-25 Richard M. Stallman(comint-send-input): Update markers before actually...
1994-06-23 Richard M. Stallman(comint-read-input-ring): Use ring-insert-at-beginning.
1994-06-10 Richard M. Stallman(comint-dynamic-list-completions): No space in *Complet...
1994-06-02 Richard M. Stallman(comint-dynamic-complete-as-filename)
1994-05-30 Richard M. Stallman(comint-read-input-ring): Make regexp stricter.
1994-05-05 Richard M. StallmanComment change.
1994-04-24 Richard M. Stallman(comint-mode): Remove space after `:' in mode-line...
1994-04-23 Richard M. Stallman(comint-mode-map): comint-dynamic-list-input-ring now...
1994-04-21 Richard M. Stallman(comint-mode): Set comint-last-input-start and
1994-04-19 Karl Heuer(comint-replace-by-expanded-history): Expand only at...
1994-04-15 Karl HeuerDoc fix.
1994-04-14 Karl Heuer(comint-replace-by-expanded-history-before-point):...
1994-04-13 Karl Heuer(comint-dynamic-complete-as-filename): Simplify.
1994-04-11 Karl Heuer(comint-dynamic-complete-as-filename): Save end of...
1994-04-08 Karl Heuer(comint-exec-1): Handle both termcap and terminfo.
1994-03-24 Richard M. Stallman(comint-run): New command.
1994-03-08 Richard M. Stallman(comint-completion-fignore): New variable.
1994-03-07 Karl HeuerComment fix.
1994-03-03 Richard M. Stallman(comint-input-filter-functions)
1994-03-03 Richard M. Stallman(comint-after-partial-filename-command,
1994-03-02 Richard M. Stallman(comint-arguments): Use just one regexp to find end...
1994-03-02 Richard M. Stallman(full-copy-sparse-keymap): Function deleted.
1994-02-26 Karl Heuer(comint-exec-1): Force a local copy of the environment.
1994-01-15 Richard M. Stallman(comint-show-output): Leave point at start of output...
1994-01-09 Richard M. Stallman(comint-input-autoexpand): Make default nil.
1994-01-06 Roland McGrath(comint-show-output): Use (point-max) rather than errin...
1994-01-03 Richard M. Stallman(comint-last-output-start): Add defvar.
1993-12-24 Richard M. Stallman(comint-next-matching-input-from-input): Doc fix.
1993-12-23 Richard M. Stallman(comint-read-input-ring): New arg SILENT.
1993-11-25 Richard M. Stallman(comint-send-input): Don't call comint-arguments
1993-11-24 Richard M. Stallman(comint-send-input): Don't call comint-arguments while
1993-11-23 Richard M. Stallman(comint-preinput-scroll-to-bottom): If SCROLL is `this',
1993-11-17 Richard M. Stallman(comint-scroll-show-maximum-output): Make default nil.
1993-11-16 Richard M. Stallman(comint-send-input): Run comint-output-filter-functions
1993-11-15 Richard M. Stallman(comint-read-input-ring, comint-write-input-ring):
1993-11-13 Richard M. Stallman(comint-match-partial-filename): Consider +@: part of
1993-11-11 Richard M. StallmanComment change.
1993-11-10 Richard M. Stallman(comint-postoutput-scroll-to-bottom):
1993-11-10 Richard M. Stallman(comint-postoutput-scroll-to-bottom):
1993-11-08 Richard M. Stallman(comint-preinput-scroll-to-bottom): Added
next