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*.
|