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