Thu, 01 Aug 1996 22:34:09 +0000 |
Richard M. Stallman |
(comint-file-name-chars): Was comint-file-name-regexp.
|
Wed, 17 Jul 1996 21:09:42 +0000 |
Karl Heuer |
(send-invisble): Comment fix.
|
Fri, 12 Jul 1996 07:32:45 +0000 |
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.
|
Fri, 28 Jun 1996 08:08:45 +0000 |
Richard M. Stallman |
(comint-send-input): Use insert-before-markers for all the insertions.
|
Sun, 09 Jun 1996 20:31:04 +0000 |
Richard M. Stallman |
(comint-dynamic-complete-as-filename)
|
Sun, 09 Jun 1996 12:51:53 +0000 |
Karl Heuer |
(comint-file-name-quote-list): Doc fix.
|
Wed, 05 Jun 1996 18:24:14 +0000 |
Richard M. Stallman |
(comint-dynamic-complete-filename) [ms-dos, windows-nt]:
|
Sun, 17 Mar 1996 15:29:34 +0000 |
Richard M. Stallman |
(comint-exec-1): Use dumb instead of unknown, for terminfo.
|
Thu, 22 Feb 1996 02:50:30 +0000 |
Erik Naggum |
(make-comint, comint-run): Fix autoload cookie.
|
Sun, 14 Jan 1996 07:34:30 +0000 |
Erik Naggum |
Update FSF's address.
|
Thu, 04 Jan 1996 23:30:16 +0000 |
Karl Heuer |
(comint-ptyp, comint-completion-autolist): Doc fix.
|
Mon, 11 Dec 1995 13:52:09 +0000 |
Simon Marshall |
Use comint-input-sender to send text (Peter Gabriel <gabriel@or.iabg.de>).
|
Sun, 22 Oct 1995 16:56:46 +0000 |
Richard M. Stallman |
(comint-exec-1): Don't alter EMACS envvar if it's already defined.
|
Fri, 29 Sep 1995 03:50:47 +0000 |
Richard M. Stallman |
Fix previous change.
|
Fri, 29 Sep 1995 03:49:35 +0000 |
Richard M. Stallman |
(comint-password-prompt-regexp): Recognize
|
Wed, 12 Jul 1995 19:18:45 +0000 |
Karl Heuer |
(comint-kill-output): Preserve entire partial line at
|
Tue, 13 Jun 1995 23:31:17 +0000 |
Karl Heuer |
(comint-mode): Use make-local-hook.
|
Fri, 02 Jun 1995 07:42:12 +0000 |
Simon Marshall |
Don't go forward over a word-char if we're at bob, and set match-data.
|
Sat, 08 Apr 1995 20:48:07 +0000 |
Richard M. Stallman |
(make-comint): Error, if start-process is not fboundp.
|
Fri, 07 Apr 1995 01:20:53 +0000 |
Karl Heuer |
Update copyright.
|
Mon, 03 Apr 1995 13:06:25 +0000 |
Simon Marshall |
Added support for special (quoted) characters in file names:
|
Thu, 30 Mar 1995 23:38:23 +0000 |
Karl Heuer |
(comint-read-noecho): Don't log prompt messages.
|
Tue, 28 Mar 1995 22:27:56 +0000 |
Karl Heuer |
(comint-read-noecho): Use a format string, in case
|
Sat, 25 Feb 1995 16:24:51 +0000 |
Simon Marshall |
Added comint-buffer-maximum-size and comint-truncate-buffer.
|
Sat, 25 Feb 1995 15:22:57 +0000 |
Simon Marshall |
Let file-name-handler-alist to nil in comint-dynamic-complete-as-filename and
|
Wed, 08 Feb 1995 12:59:25 +0000 |
Simon Marshall |
Add % to comint-match-partial-filename.
|
Wed, 25 Jan 1995 01:33:26 +0000 |
Richard M. Stallman |
Comment change.
|
Tue, 17 Jan 1995 10:33:24 +0000 |
Simon Marshall |
Make sure the event read by comint-dynamic-list-completions isn't
|
Wed, 07 Dec 1994 10:25:44 +0000 |
Richard M. Stallman |
(comint-mode-map): Treat C-up, C-down like M-p, M-n.
|
Tue, 15 Nov 1994 00:06:26 +0000 |
Richard M. Stallman |
(comint-exec-1): Terminate TERMCAP with colon.
|
Wed, 09 Nov 1994 20:54:45 +0000 |
Richard M. Stallman |
(comint-exec-1): Make sure default-directory is a real dir.
|
Tue, 01 Nov 1994 01:30:16 +0000 |
Richard M. Stallman |
(comint-read-noecho): Use `read-char-exclusive' instead of `read-char'.
|
Fri, 07 Oct 1994 10:20:37 +0000 |
Richard M. Stallman |
(comint-check-proc): Recognise `open'.
|
Mon, 03 Oct 1994 01:11:15 +0000 |
Richard M. Stallman |
(comint-strip-ctrl-m): Renamed from shell-strip-crtl-m and moved here.
|
Sat, 24 Sep 1994 04:58:15 +0000 |
Richard M. Stallman |
(comint-input-chunk-size): Variable deleted.
|
Sat, 27 Aug 1994 19:06:19 +0000 |
Richard M. Stallman |
(comint-arguments): Treat \n and \t like space.
|
Wed, 24 Aug 1994 23:31:55 +0000 |
Richard M. Stallman |
(comint-arguments): Rewrite for speed.
|
Sun, 31 Jul 1994 20:47:15 +0000 |
Richard M. Stallman |
(comint-password-prompt-regexp): Handle PGP prompt.
|
Mon, 25 Jul 1994 21:10:10 +0000 |
Richard M. Stallman |
(comint-dynamic-list-completions): Listify the key
|
Sat, 16 Jul 1994 21:31:11 +0000 |
Richard M. Stallman |
Comment change.
|
Sat, 16 Jul 1994 21:28:30 +0000 |
Richard M. Stallman |
(comint-mode-map): Move comint-bol to C-c C-a.
|
Wed, 29 Jun 1994 18:21:34 +0000 |
Noah Friedman |
comint-password-prompt-regexp: New variable.
|
Sat, 25 Jun 1994 22:27:06 +0000 |
Richard M. Stallman |
(comint-send-input): Update markers before actually sending the input.
|
Thu, 23 Jun 1994 23:11:23 +0000 |
Richard M. Stallman |
(comint-read-input-ring): Use ring-insert-at-beginning.
|
Fri, 10 Jun 1994 23:02:04 +0000 |
Richard M. Stallman |
(comint-dynamic-list-completions): No space in *Completions*.
|
Thu, 02 Jun 1994 16:29:05 +0000 |
Richard M. Stallman |
(comint-dynamic-complete-as-filename)
|
Mon, 30 May 1994 12:23:10 +0000 |
Richard M. Stallman |
(comint-read-input-ring): Make regexp stricter.
|
Thu, 05 May 1994 03:58:49 +0000 |
Richard M. Stallman |
Comment change.
|
Sun, 24 Apr 1994 08:14:46 +0000 |
Richard M. Stallman |
(comint-mode): Remove space after `:' in mode-line-process.
|
Sat, 23 Apr 1994 06:52:33 +0000 |
Richard M. Stallman |
(comint-mode-map): comint-dynamic-list-input-ring now on C-c C-l.
|
Thu, 21 Apr 1994 06:42:24 +0000 |
Richard M. Stallman |
(comint-mode): Set comint-last-input-start and
|
Tue, 19 Apr 1994 00:51:24 +0000 |
Karl Heuer |
(comint-replace-by-expanded-history): Expand only at prompt.
|
Fri, 15 Apr 1994 19:25:34 +0000 |
Karl Heuer |
Doc fix.
|
Thu, 14 Apr 1994 20:16:54 +0000 |
Karl Heuer |
(comint-replace-by-expanded-history-before-point): Advance point
|
Wed, 13 Apr 1994 16:18:35 +0000 |
Karl Heuer |
(comint-dynamic-complete-as-filename): Simplify.
|
Mon, 11 Apr 1994 20:30:44 +0000 |
Karl Heuer |
(comint-dynamic-complete-as-filename): Save end of match before calling other
|
Fri, 08 Apr 1994 06:57:27 +0000 |
Karl Heuer |
(comint-exec-1): Handle both termcap and terminfo.
|
Thu, 24 Mar 1994 07:50:47 +0000 |
Richard M. Stallman |
(comint-run): New command.
|
Tue, 08 Mar 1994 17:43:37 +0000 |
Richard M. Stallman |
(comint-completion-fignore): New variable.
|
Mon, 07 Mar 1994 20:21:56 +0000 |
Karl Heuer |
Comment fix.
|