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.
|
Thu, 03 Mar 1994 23:53:46 +0000 |
Richard M. Stallman |
(comint-input-filter-functions)
|
Thu, 03 Mar 1994 23:30:57 +0000 |
Richard M. Stallman |
(comint-after-partial-filename-command,
|
Wed, 02 Mar 1994 22:00:24 +0000 |
Richard M. Stallman |
(comint-arguments): Use just one regexp to find end of arg
|
Wed, 02 Mar 1994 16:45:12 +0000 |
Richard M. Stallman |
(full-copy-sparse-keymap): Function deleted.
|
Sat, 26 Feb 1994 02:24:51 +0000 |
Karl Heuer |
(comint-exec-1): Force a local copy of the environment.
|
Sat, 15 Jan 1994 13:02:16 +0000 |
Richard M. Stallman |
(comint-show-output): Leave point at start of output, but push the mark.
|
Sun, 09 Jan 1994 17:12:18 +0000 |
Richard M. Stallman |
(comint-input-autoexpand): Make default nil.
|
Thu, 06 Jan 1994 20:24:06 +0000 |
Roland McGrath |
(comint-show-output): Use (point-max) rather than erring when the
|
Mon, 03 Jan 1994 10:46:53 +0000 |
Richard M. Stallman |
(comint-last-output-start): Add defvar.
|
Fri, 24 Dec 1993 02:40:33 +0000 |
Richard M. Stallman |
(comint-next-matching-input-from-input): Doc fix.
|
Thu, 23 Dec 1993 03:39:27 +0000 |
Richard M. Stallman |
(comint-read-input-ring): New arg SILENT.
|
Thu, 25 Nov 1993 04:14:10 +0000 |
Richard M. Stallman |
(comint-send-input): Don't call comint-arguments
|
Wed, 24 Nov 1993 05:12:36 +0000 |
Richard M. Stallman |
(comint-send-input): Don't call comint-arguments while
|
Tue, 23 Nov 1993 07:52:33 +0000 |
Richard M. Stallman |
(comint-preinput-scroll-to-bottom): If SCROLL is `this',
|
Wed, 17 Nov 1993 14:20:31 +0000 |
Richard M. Stallman |
(comint-scroll-show-maximum-output): Make default nil.
|
Tue, 16 Nov 1993 09:29:01 +0000 |
Richard M. Stallman |
(comint-send-input): Run comint-output-filter-functions
|
Mon, 15 Nov 1993 05:18:33 +0000 |
Richard M. Stallman |
(comint-read-input-ring, comint-write-input-ring):
|
Sat, 13 Nov 1993 00:02:20 +0000 |
Richard M. Stallman |
(comint-match-partial-filename): Consider +@: part of
|
Thu, 11 Nov 1993 10:05:51 +0000 |
Richard M. Stallman |
Comment change.
|
Wed, 10 Nov 1993 07:10:58 +0000 |
Richard M. Stallman |
(comint-postoutput-scroll-to-bottom):
|
Wed, 10 Nov 1993 00:38:47 +0000 |
Richard M. Stallman |
(comint-postoutput-scroll-to-bottom):
|
Mon, 08 Nov 1993 23:55:50 +0000 |
Richard M. Stallman |
(comint-preinput-scroll-to-bottom): Added
|
Mon, 08 Nov 1993 12:44:18 +0000 |
Richard M. Stallman |
(comint-postoutput-scroll-to-bottom):
|
Sun, 07 Nov 1993 10:43:36 +0000 |
Richard M. Stallman |
(comint-postoutput-scroll-to-bottom):
|
Wed, 27 Oct 1993 03:32:10 +0000 |
Richard M. Stallman |
(comint-mode-map): Merge menu bar item Output into Input.
|
Mon, 25 Oct 1993 20:01:29 +0000 |
Richard M. Stallman |
(comint-scroll-to-bottom-on-input): Default to nil.
|
Mon, 25 Oct 1993 04:53:22 +0000 |
Richard M. Stallman |
(comint-scroll-to-bottom-on-input)
|
Fri, 22 Oct 1993 02:57:36 +0000 |
Richard M. Stallman |
(comint-after-partial-file-name-command):
|
Wed, 08 Sep 1993 06:59:23 +0000 |
Roland McGrath |
(comint-filename-prefix): New variable.
|
Tue, 10 Aug 1993 04:14:17 +0000 |
Paul Eggert |
ring-mod -> mod
|
Mon, 09 Aug 1993 00:57:19 +0000 |
Richard M. Stallman |
(comint-mode-map): Delete C-c C-y binding.
|
Tue, 03 Aug 1993 07:52:10 +0000 |
Roland McGrath |
(comint-dynamic-list-completions): Expand PATHDIR in call to
|
Mon, 02 Aug 1993 23:33:41 +0000 |
Roland McGrath |
(comint-dynamic-complete): If called interactively twice in a row, give the
|
Mon, 02 Aug 1993 23:04:05 +0000 |
Roland McGrath |
(comint-dynamic-complete): Expand PATHDIR in call to file-name-completion.
|
Mon, 02 Aug 1993 22:56:58 +0000 |
Roland McGrath |
(comint-dynamic-completion): Say "Sole completion", not "Unique
|
Wed, 28 Jul 1993 22:41:43 +0000 |
Roland McGrath |
(comint-replace-by-expanded-filename, comint-dynamic-complete): Say "Sole
|
Fri, 16 Jul 1993 20:30:18 +0000 |
Roland McGrath |
(comint-{next,prev}-prompt, comint-send-eof): New functions.
|
Sun, 04 Jul 1993 21:02:21 +0000 |
Jim Blandy |
* comint.el (comint-prompt-regexp): Double the backslashes in the
|
Wed, 09 Jun 1993 11:59:12 +0000 |
Jim Blandy |
Apply typo patches from Paul Eggert.
|
Tue, 01 Jun 1993 05:31:15 +0000 |
Richard M. Stallman |
(comint-filter): Put window-start before the input.
|
Wed, 26 May 1993 17:03:51 +0000 |
Richard M. Stallman |
(comint-filter): Restore buffer-read-only in proper buffer.
|
Wed, 12 May 1993 20:32:32 +0000 |
Richard M. Stallman |
(comint-filter): Increment opoint only if after insertion point.
|
Thu, 06 May 1993 19:51:08 +0000 |
Richard M. Stallman |
(comint-filter): New function.
|
Thu, 06 May 1993 18:51:49 +0000 |
Richard M. Stallman |
(comint-previous-matching-input): Use let* in the interactive.
|
Thu, 06 May 1993 14:30:09 +0000 |
Richard M. Stallman |
(comint-previous-matching-input): New command, on M-r.
|
Mon, 03 May 1993 03:35:01 +0000 |
Jim Blandy |
* comint.el (comint-match-partial-pathname): Move "---" range in
|
Sun, 25 Apr 1993 22:26:51 +0000 |
Eric S. Raymond |
(comint-mod): Nuked. A call to ring-mod replaces it.
|
Fri, 16 Apr 1993 13:06:01 +0000 |
Noah Friedman |
*** empty log message ***
|
Sat, 10 Apr 1993 14:27:54 +0000 |
Eric S. Raymond |
Clean up cmu* uses in header comments.
|
Sat, 03 Apr 1993 11:00:56 +0000 |
Noah Friedman |
new comint-read-noecho.
|
Mon, 22 Mar 1993 03:27:18 +0000 |
Eric S. Raymond |
Added or corrected Commentary sections
|
Thu, 18 Mar 1993 21:29:42 +0000 |
Eric S. Raymond |
Add or correct keywords
|
Sat, 06 Mar 1993 06:03:19 +0000 |
Richard M. Stallman |
Fix bug in previous change.
|
Sat, 06 Mar 1993 05:56:08 +0000 |
Richard M. Stallman |
(comint-dynamic-list-completions): Handle any event when flushing the display.
|
Fri, 05 Feb 1993 18:28:05 +0000 |
Roland McGrath |
(make-comint): Added docstring.
|
Tue, 26 Jan 1993 01:58:16 +0000 |
Jim Blandy |
JimB's changes since January 18th
|
Mon, 16 Nov 1992 01:28:14 +0000 |
Jim Blandy |
* bytecomp.el: Declare unread-command-char an obsolete variable.
|
Sat, 10 Oct 1992 07:33:59 +0000 |
Richard M. Stallman |
(comint-last-input-match): defvar moved up.
|
Fri, 09 Oct 1992 21:06:02 +0000 |
Christopher Zaborsky |
Dox fix.
|
Tue, 06 Oct 1992 21:01:11 +0000 |
Christopher Zaborsky |
Doc fix.
|
Sun, 13 Sep 1992 21:51:49 +0000 |
Richard M. Stallman |
entered into RCS
|
Tue, 04 Aug 1992 21:17:42 +0000 |
Richard M. Stallman |
*** empty log message ***
|
Tue, 04 Aug 1992 05:07:43 +0000 |
Richard M. Stallman |
*** empty log message ***
|
Mon, 03 Aug 1992 02:02:37 +0000 |
Richard M. Stallman |
*** empty log message ***
|
Fri, 24 Jul 1992 22:37:33 +0000 |
Richard M. Stallman |
*** empty log message ***
|
Fri, 24 Jul 1992 08:17:31 +0000 |
Richard M. Stallman |
*** empty log message ***
|
Fri, 24 Jul 1992 05:00:23 +0000 |
Richard M. Stallman |
*** empty log message ***
|
Wed, 22 Jul 1992 04:22:42 +0000 |
Eric S. Raymond |
*** empty log message ***
|
Fri, 17 Jul 1992 08:15:29 +0000 |
Eric S. Raymond |
*** empty log message ***
|
Thu, 16 Jul 1992 21:47:34 +0000 |
Eric S. Raymond |
*** empty log message ***
|
Thu, 16 Jul 1992 07:28:05 +0000 |
Eric S. Raymond |
*** empty log message ***
|
Wed, 15 Jul 1992 02:24:58 +0000 |
Jim Blandy |
*** empty log message ***
|
Tue, 14 Jul 1992 02:41:33 +0000 |
Eric S. Raymond |
*** empty log message ***
|
Wed, 10 Jun 1992 01:34:51 +0000 |
Jim Blandy |
*** empty log message ***
|
Sat, 30 May 1992 23:54:21 +0000 |
Eric S. Raymond |
*** empty log message ***
|
Sun, 10 May 1992 18:15:10 +0000 |
Jim Blandy |
*** empty log message ***
|
Mon, 16 Mar 1992 20:39:07 +0000 |
Jim Blandy |
*** empty log message ***
|
Sat, 02 Feb 1991 12:41:08 +0000 |
Jim Blandy |
*** empty log message ***
|