log lisp/comint.el @ 25352:9d8bd4841e77

age author description
1999-08-16 Karl Heuer Fix maintainer address.
1999-07-20 Karl Heuer (comint-arguments): Handle \ followed by space or tab.
1999-06-27 Karl Heuer (comint-password-prompt-regexp): Allow "(again)".
1999-05-24 Karl Heuer (comint-bol-or-process-mark): Doc fix.
1999-05-11 Joel N. Weber II (comint-password-prompt-regexp): Modified to match the output of ksu
1999-05-09 Karl Heuer (comint-password-prompt-regexp): Fix last change to be more specific.
1999-05-07 Joel N. Weber II (comint-password-prompt-regexp): Modified so that it matches the
1999-03-11 Karl Heuer (comint-password-prompt-regexp): Accept "login password:"
1998-11-02 Markus Rost (comint-file-name-quote-list): Doc fix.
1998-09-29 Simon Marshall make pre-command-hook & comint-exec-hook local hooks.
1998-09-07 Geoff Voelker (comint-arguments): Ignore backslashes when using
1998-08-15 Richard M. Stallman (comint-postoutput-scroll-to-bottom): Cope with unset
1998-08-04 Richard M. Stallman (comint-bol-or-process-mark): Refer to this command's name correctly.
1998-06-30 Richard M. Stallman (comint-exec-1): Setup coding systems appropriately.
1998-06-24 Andreas Schwab (comint-input-autoexpand): Use `other' widget type.
1998-05-28 Richard M. Stallman (comint-mode-map): Move bindings of
1998-05-27 Richard M. Stallman (comint-get-next-from-history): New command.
1998-05-05 Richard M. Stallman (comint-replace-by-expanded-history-before-point):
1998-04-23 Richard M. Stallman (comint-replace-by-expanded-history): New arg START.
1998-04-17 Geoff Voelker (comint-filename-chars): Combine DOS and Windows strings.
1998-03-21 Richard M. Stallman (comint-preoutput-filter-functions): Doc fix.
1998-03-14 Richard M. Stallman (comint-word): store-match-data => set-match-data.
1998-03-02 Richard M. Stallman (comint-arguments): Treat \" and such as part of one arg.
1998-02-27 Simon Marshall Changed to use directory-sep-char rather than "/".
1998-02-14 Richard M. Stallman (comint-interrupt-subjob): Call comint-kill-input.
1997-12-11 Karl Heuer (comint-strip-ctrl-m): Don't die if
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-dos and windows-nt.
1997-08-24 Richard M. Stallman (comint-preoutput-filter-functions): New variable.
1997-07-15 Simon Marshall change maintainer.
1997-05-27 Richard M. Stallman Comment change.
1997-05-26 Simon Marshall Use insert to preserve marker positions (pmark) and delete last.
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. Stallman Fix previous change.
1997-04-13 Richard M. Stallman Add 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 Marshall minor bug fixes/enhancements to comint-delchar-or-maybe-eof, send-invisible, comint-exec-1.
1997-01-27 Richard M. Stallman (comint-exec-1): Use file-accessible-directory-p.
1997-01-08 Simon Marshall remove references in comments to long defunct make-shell.
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 Marshall 1. For fns like comint-postoutput-scroll-to-bottom on comint-output-filter-functions, don't count back using the length of STRING, as previous fns may have changed the buffer. Count from process-mark.
1996-06-28 Richard M. Stallman (comint-send-input): Use insert-before-markers for all the insertions.
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-nt]:
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 Naggum Update FSF's address.
1996-01-04 Karl Heuer (comint-ptyp, comint-completion-autolist): Doc fix.
1995-12-11 Simon Marshall Use comint-input-sender to send text (Peter Gabriel <gabriel@or.iabg.de>).
1995-10-22 Richard M. Stallman (comint-exec-1): Don't alter EMACS envvar if it's already defined.
1995-09-29 Richard M. Stallman Fix 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 Marshall Don't go forward over a word-char if we're at bob, and set match-data.
1995-04-08 Richard M. Stallman (make-comint): Error, if start-process is not fboundp.
1995-04-07 Karl Heuer Update copyright.
1995-04-03 Simon Marshall Added support for special (quoted) characters in file names:
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 Marshall Added comint-buffer-maximum-size and comint-truncate-buffer.
1995-02-25 Simon Marshall Let file-name-handler-alist to nil in comint-dynamic-complete-as-filename and
1995-02-08 Simon Marshall Add % to comint-match-partial-filename.
1995-01-25 Richard M. Stallman Comment change.
1995-01-17 Simon Marshall Make sure the event read by comint-dynamic-list-completions isn't
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 dir.
1994-11-01 Richard M. Stallman (comint-read-noecho): Use `read-char-exclusive' instead of `read-char'.
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-m and moved here.
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. Stallman Comment change.
1994-07-16 Richard M. Stallman (comint-mode-map): Move comint-bol to C-c C-a.
1994-06-29 Noah Friedman comint-password-prompt-regexp: New variable.
1994-06-25 Richard M. Stallman (comint-send-input): Update markers before actually sending the input.
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 *Completions*.
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. Stallman Comment change.
1994-04-24 Richard M. Stallman (comint-mode): Remove space after `:' in mode-line-process.
1994-04-23 Richard M. Stallman (comint-mode-map): comint-dynamic-list-input-ring now on C-c C-l.
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 prompt.
1994-04-15 Karl Heuer Doc fix.
1994-04-14 Karl Heuer (comint-replace-by-expanded-history-before-point): Advance 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 match before calling other
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 Heuer Comment 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 of arg
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, but push the mark.
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 erring when the
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