log lisp/comint.el @ 112453:06719a229a46 default tip

age author description
Sat, 22 Jan 2011 11:36:45 -0800 Glenn Morris Merge from emacs-23
Fri, 21 Jan 2011 15:56:24 -0500 Stefan Monnier * lisp/comint.el (comint-replace-by-expanded-history-before-point): Fix
Thu, 20 Jan 2011 17:36:12 -0500 Stefan Monnier Don't mess with *temp*.
Sat, 15 Jan 2011 18:21:30 -0800 Glenn Morris Refill some copyright headers.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Sun, 09 Jan 2011 16:07:30 -0500 Chong Yidong * lisp/comint.el (comint-highlight-prompt): Inherit from minibuffer-prompt.
Mon, 13 Dec 2010 10:27:36 -0500 Stefan Monnier Merge from emacs-23
Sat, 04 Dec 2010 19:55:00 -0500 Chong Yidong Doc fixes for comint functions (Bug#7499).
Thu, 09 Dec 2010 19:36:46 -0800 Glenn Morris * lisp/comint.el (comint-input-ring-file-name): Doc fix.
Wed, 17 Nov 2010 22:54:14 -0500 Stefan Monnier Merge from emacs-23
Wed, 17 Nov 2010 22:44:35 -0500 Stefan Monnier * comint.el (comint-kill-region): Fix last change.
Wed, 17 Nov 2010 21:09:41 -0500 Stefan Monnier Make the yank-handler argument obsolete.
Sat, 23 Oct 2010 12:15:44 -0700 Glenn Morris Fix bug#7224.
Sat, 23 Oct 2010 12:56:57 -0700 Glenn Morris * lisp/comint.el (comint-password-prompt-regexp): Make it less vague.
Fri, 01 Oct 2010 19:46:13 -0700 Glenn Morris Remove some functions, variables and aliases obsolete since at least 21.1.
Thu, 23 Sep 2010 00:09:24 -0700 Glenn Morris Tiny comint.el change.
Sun, 29 Aug 2010 12:17:13 -0400 Chong Yidong Add "Package:" file headers to denote built-in packages.
Fri, 06 Aug 2010 15:53:59 +0200 Michael Albinus * comint.el (comint-mode): Make directory tracking functions
Sat, 10 Jul 2010 14:52:53 -0400 Chong Yidong Merge changes from emacs-23 branch.
Wed, 23 Jun 2010 23:38:09 -0700 Glenn Morris Doc fix.
Fri, 11 Jun 2010 10:39:54 -0400 Chong Yidong Fix for comint-password-prompt-regexp (Bug#6367).
Fri, 21 May 2010 00:38:59 +0300 Juri Linkov Remove obsolete comment.
Sat, 10 Apr 2010 19:54:50 -0400 Chong Yidong Update comint-password-prompt-regexp (Bug#2817).
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Fri, 01 Jan 2010 13:43:25 -0500 Chong Yidong * comint.el (comint-input-ring-size): Make it a defcustom and
Mon, 07 Dec 2009 22:36:58 +0000 Juri Linkov Don't lazy-highlight the comint output in history Isearch mode.
Tue, 01 Dec 2009 20:31:57 +0000 Stefan Monnier (comint-insert-input): Ignore clicks to the right of
Mon, 30 Nov 2009 16:11:18 +0000 Juri Linkov (comint-mode-map): Rebind `M-r' from
Mon, 23 Nov 2009 20:30:33 +0000 Juri Linkov Implement Isearch in comint input history. (Bug#3746)
Wed, 11 Nov 2009 19:24:20 +0000 Dan Nicolaescu * widget.el (define-widget): Purecopy the docstring.
Tue, 03 Nov 2009 00:39:10 +0000 Chong Yidong * comint.el (comint-replace-by-expanded-history-before-point):
Sat, 24 Oct 2009 03:50:20 +0000 Glenn Morris (comint-dynamic-list-completions): Use choose-completion rather than
Thu, 22 Oct 2009 03:24:31 +0000 Stefan Monnier (comint-read-input-ring, comint-write-input-ring)
Thu, 15 Oct 2009 01:50:17 +0000 Stefan Monnier Replace completion-base-size by completion-base-position to fix bugs
Fri, 02 Oct 2009 03:48:36 +0000 Juanma Barranquero Use `called-interactively-p' instead of `interactive-p'.
Fri, 25 Sep 2009 03:42:22 +0000 Chong Yidong * comint.el (comint-exec, comint-run, make-comint): Doc
Sun, 30 Aug 2009 22:24:05 +0000 Nick Roberts (comint-exec-1): Check command is non-null first.
Sun, 30 Aug 2009 05:10:22 +0000 Stefan Monnier (comint-insert-input): Be careful to only set point if we
Tue, 23 Jun 2009 07:25:12 +0000 Glenn Morris (comint-insert-input): Doc fix.
Mon, 05 Jan 2009 03:18:22 +0000 Glenn Morris Add 2009 to copyright years.
Sat, 20 Dec 2008 03:26:00 +0000 Glenn Morris (comint-save-input-ring-index): Add missing initial value.
Wed, 03 Dec 2008 05:48:14 +0000 Lute Kamstra * align.el:
Sun, 28 Sep 2008 16:56:48 +0000 Romain Francoise (comint-show-output): Adjust to stickiness changes of the output field.
Thu, 25 Sep 2008 19:26:03 +0000 Chong Yidong (comint-dynamic-complete-as-filename): Quote directory name when
Fri, 19 Sep 2008 00:37:30 +0000 Miles Bader (comint-output-filter): Make output field properties front-sticky
Wed, 27 Aug 2008 17:14:32 +0000 Chong Yidong (comint-dynamic-list-filename-completions): Quote common substring.
Wed, 27 Aug 2008 17:04:34 +0000 Chong Yidong (comint-dynamic-complete-as-filename): Generalize last change to allow
Tue, 26 Aug 2008 23:49:01 +0000 Chong Yidong (comint-dynamic-complete-as-filename): If case is ignored while
Fri, 13 Jun 2008 16:22:16 +0000 Stefan Monnier * progmodes/compile.el (compilation-start): Don't disable undo in
Tue, 10 Jun 2008 16:08:48 +0000 Stefan Monnier * window.c (Vwindow_point_insertion_type): New var.
Tue, 06 May 2008 07:58:00 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Fri, 21 Mar 2008 23:58:06 +0000 Juri Linkov * comint.el (comint-dynamic-simple-complete):
Fri, 21 Mar 2008 23:51:40 +0000 Juri Linkov (comint-dynamic-complete-as-filename)
Wed, 12 Mar 2008 17:56:57 +0000 Stefan Monnier Fix up indentation and comment style. Remove `function'.
Wed, 05 Mar 2008 01:57:57 +0000 Kenichi Handa (comint-exec-1): Don't change the coding-system for
Wed, 30 Jan 2008 07:57:28 +0000 Miles Bader Merge from emacs--devo--0
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Sat, 29 Dec 2007 02:39:17 +0000 Miles Bader Merge from emacs--devo--0
Sat, 27 Oct 2007 09:12:07 +0000 Miles Bader Merge from emacs--devo--0
Mon, 15 Oct 2007 05:03:21 +0000 Miles Bader Merge from emacs--devo--0
Thu, 11 Oct 2007 16:14:00 +0000 Miles Bader Merge from emacs--devo--0
Wed, 29 Aug 2007 05:03:40 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Sun, 15 Jul 2007 04:47:46 +0000 Miles Bader Merge from emacs--devo--0
Wed, 11 Apr 2007 00:17:47 +0000 Miles Bader Merge from emacs--devo--0
Wed, 21 Mar 2007 13:33:07 +0000 Miles Bader Merge from emacs--devo--0
Mon, 26 Feb 2007 23:03:45 +0000 Miles Bader Merge from emacs--devo--0
Tue, 13 Feb 2007 12:14:16 +0000 Miles Bader Merge from emacs--devo--0
Tue, 30 Jan 2007 22:22:43 +0000 Miles Bader Merge from emacs--devo--0
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Mon, 01 Jan 2007 03:21:06 +0000 Miles Bader Merge from emacs--devo--0
Sat, 16 Dec 2006 01:29:26 +0000 Miles Bader Merge from emacs--devo--0
Thu, 07 Dec 2006 04:14:14 +0000 Miles Bader Merge from emacs--devo--0
Tue, 21 Nov 2006 08:56:38 +0000 Miles Bader Merge from emacs--devo--0
Tue, 03 Oct 2006 05:04:21 +0000 Miles Bader Merge from emacs--devo--0
Thu, 14 Sep 2006 09:24:00 +0000 Miles Bader Merge from emacs--devo--0
Wed, 07 Jun 2006 18:05:10 +0000 Miles Bader Merge from emacs--devo--0
Wed, 17 May 2006 07:46:49 +0000 Miles Bader Merge from emacs--devo--0 unicode-pre-font-backend
Wed, 10 May 2006 20:42:41 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60
Tue, 02 May 2006 05:51:52 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58
Fri, 21 Apr 2006 05:39:14 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57
Tue, 28 Mar 2006 23:08:20 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49
Wed, 08 Feb 2006 04:26:44 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Mon, 16 Jan 2006 08:37:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Fri, 07 Oct 2005 07:15:40 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88
Fri, 30 Sep 2005 11:43:45 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Fri, 22 Jul 2005 08:27:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
Thu, 14 Jul 2005 08:02:00 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Thu, 30 Jun 2005 00:31:46 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67
Fri, 24 Jun 2005 01:59:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65
Wed, 15 Jun 2005 23:32:15 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63
Mon, 06 Jun 2005 02:39:45 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Thu, 05 May 2005 00:04:55 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
Thu, 21 Apr 2005 05:59:53 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39
Thu, 14 Apr 2005 05:03:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37
Sat, 09 Apr 2005 02:16:29 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35
Thu, 31 Mar 2005 09:58:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31
Sun, 13 Feb 2005 07:19:08 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13
Wed, 02 Feb 2005 01:54:00 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-10
Wed, 08 Dec 2004 05:02:30 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
Thu, 04 Nov 2004 08:55:40 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69
Fri, 22 Oct 2004 10:13:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62
Thu, 14 Oct 2004 08:50:09 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-57
Tue, 29 Jun 2004 16:46:06 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17
Mon, 28 Jun 2004 07:56:49 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
Fri, 16 Apr 2004 12:51:06 +0000 Kenichi Handa Sync to HEAD
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Tue, 22 Jan 2008 23:53:46 +0000 Miles Bader Merge from emacs--rel--22
Wed, 16 Jan 2008 08:10:54 +0000 Glenn Morris (comint-regexp-arg): Fix no-input case.
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Fri, 28 Dec 2007 22:26:14 +0000 Miles Bader Merge from emacs--rel--22
Thu, 25 Oct 2007 03:53:10 +0000 Glenn Morris Chris Moore <christopher.ian.moore at gmail.com>
Mon, 15 Oct 2007 02:07:53 +0000 Miles Bader Merge from emacs--rel--22
Sun, 02 Sep 2007 01:27:57 +0000 Glenn Morris (comint-mode): Don't set scroll-conservatively.
Wed, 22 Aug 2007 19:47:57 +0000 Michael Albinus * comint.el (comint-exec-1): Raise an error if
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Sun, 15 Jul 2007 01:00:37 +0000 Jason Rumney (comint-simple-send): Concat newline before sending.
Thu, 12 Jul 2007 04:14:48 +0000 Stefan Monnier (comint-dynamic-complete-as-filename,comint-dynamic-list-filename-completions):
Tue, 10 Jul 2007 19:52:11 +0000 Michael Albinus * comint.el (make-comint, make-comint-in-buffer)
Wed, 16 Jan 2008 08:10:15 +0000 Glenn Morris (comint-regexp-arg): Fix no-input case.
Thu, 10 Jan 2008 11:28:33 +0000 Nick Roberts (comint-insert-input): Set point first.
Mon, 07 Jan 2008 02:45:14 +0000 Glenn Morris Add 2008 to copyright years.
Tue, 25 Dec 2007 16:56:20 +0000 Richard M. Stallman (comint-mode-map): Explicitly bind `delete' and `kp-delete'
Sat, 22 Dec 2007 16:22:33 +0000 Richard M. Stallman (comint-password-prompt-regexp): Match `Enter Password'.
Tue, 23 Oct 2007 07:10:41 +0000 Glenn Morris Chris Moore <christopher.ian.moore at gmail.com>
Sat, 13 Oct 2007 11:33:19 +0000 Eli Zaretskii (comint-password-prompt-regexp): Add 'LDAP'.
Sun, 02 Sep 2007 01:29:35 +0000 Glenn Morris (comint-mode): Don't set scroll-conservatively.
Wed, 25 Jul 2007 04:47:42 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 22 Jul 2007 22:54:14 +0000 Jason Rumney (comint-simple-send): Concat newline before sending.
Mon, 02 Apr 2007 14:01:02 +0000 Chong Yidong (comint-send-input): Widen the buffer first.
Wed, 28 Mar 2007 00:51:08 +0000 Stefan Monnier (comint-proc-query, comint-dynamic-list-completions):
Sat, 17 Mar 2007 18:08:50 +0000 Chong Yidong (comint-arguments): Mark backslash-escaped chars.
Fri, 23 Feb 2007 19:21:25 +0000 Eli Zaretskii (comint-read-input-ring): Use comint-input-ring-size from the comint buffer
Wed, 31 Jan 2007 13:20:52 +0000 Romain Francoise Delete extra copy of `comint-copy-old-input' added in previous change to
Wed, 31 Jan 2007 05:51:20 +0000 J.D. Smith - Prevent non-keyword fontification by default.
Mon, 29 Jan 2007 02:31:22 +0000 Chong Yidong (comint-insert-input): Handle situation where the selected buffer is
Sun, 21 Jan 2007 03:53:13 +0000 Glenn Morris Add 2007 to copyright years.
Sun, 17 Dec 2006 20:39:33 +0000 Richard M. Stallman Comment change.
Sat, 09 Dec 2006 13:10:01 +0000 Romain Francoise Revert last change.
Sat, 09 Dec 2006 11:14:35 +0000 Romain Francoise (comint-insert-input): Delete obsolete comment.
Tue, 28 Nov 2006 02:19:20 +0000 Richard M. Stallman (comint-exec-1): Provide Emacs version and `comint' in INSIDE_EMACS.
Sat, 18 Nov 2006 21:01:33 +0000 Chong Yidong (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
Thu, 28 Sep 2006 19:09:19 +0000 Richard M. Stallman (comint-mode): Bind font-lock-defaults non-nil.
Tue, 12 Sep 2006 16:43:25 +0000 Paul Eggert * etc/NEWS: In terminal-oriented subshells, the EMACS environment
Fri, 02 Jun 2006 02:04:15 +0000 Luc Teirlinck (comint-send-input): Do not add help-echo and mouse-face to input if
Fri, 26 May 2006 16:44:53 +0000 Reiner Steib (comint-kill-whole-line): Rename arg to count. Fix
Wed, 10 May 2006 21:31:09 +0000 Nick Roberts (comint-insert-input): Just make it when
Wed, 10 May 2006 02:07:12 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--devo--0--patch-272
Wed, 10 May 2006 01:58:37 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--devo--0--patch-271
Wed, 10 May 2006 00:34:02 +0000 Nick Roberts (comint-insert-input): Make it work when comint-use-prompt-regexp is t.
Sat, 22 Apr 2006 23:30:13 +0000 Romain Francoise (comint-match-partial-filename): Doc fix.
Wed, 19 Apr 2006 21:17:12 +0000 J.D. Smith Remove C-c C-j binding.
Tue, 18 Apr 2006 23:48:53 +0000 J.D. Smith (comint-previous-input): Don't clobber input line when moving off either
Mon, 27 Mar 2006 08:50:20 +0000 Nick Roberts (comint-dynamic-list-completions): Allow user to select *Completions* buffer.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Thu, 17 Nov 2005 22:58:11 +0000 John Paul Wallington (comint-insert-input): Use `posn-set-point' instead of
Sun, 30 Oct 2005 16:42:48 +0000 Luc Teirlinck (comint-send-input): Call `comint-update-fence' when
Sun, 02 Oct 2005 03:34:29 +0000 Richard M. Stallman (comint-redirect-subvert-readonly): Doc fix.
Wed, 28 Sep 2005 17:47:00 +0000 Romain Francoise (comint-show-output): Really set point at the beginning of the output
Thu, 25 Aug 2005 10:56:51 +0000 Richard M. Stallman (comint-file-name-prefix): Add autoload.
Tue, 09 Aug 2005 11:25:35 +0000 Richard M. Stallman (send-invisible): Identify buffer, if not selected.
Sat, 06 Aug 2005 22:13:43 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Thu, 21 Jul 2005 15:11:27 +0000 Juanma Barranquero (comint-use-prompt-regexp, comint-send-input, comint-source-default,
Fri, 08 Jul 2005 13:44:42 +0000 Eli Zaretskii (comint-postoutput-scroll-to-bottom)
Mon, 04 Jul 2005 23:32:44 +0000 Lute Kamstra Update FSF's address.
Mon, 04 Jul 2005 01:49:19 +0000 Juanma Barranquero (comint-completion, comint-source): Finsh `degroup' descriptions with period.
Tue, 28 Jun 2005 18:55:00 +0000 Richard M. Stallman (comint-password-prompt-regexp): Accept ", try again".
Thu, 16 Jun 2005 16:06:10 +0000 Juanma Barranquero (comint-replace-by-expanded-filename, comint-prompt-regexp,
Fri, 10 Jun 2005 00:17:49 +0000 Juanma Barranquero (comint-check-proc, make-comint-in-buffer, comint-source-default): Doc fixes.
Thu, 09 Jun 2005 21:16:40 +0000 Luc Teirlinck (comint-mode-hook): Do not enable Font Lock by default.
Thu, 09 Jun 2005 21:08:13 +0000 Luc Teirlinck (comint-send-input): Bind `inhibit-read-only' around call to `delete-region'.
Thu, 26 May 2005 13:13:36 +0000 Lute Kamstra Use run-mode-hooks in example.
Fri, 29 Apr 2005 00:27:51 +0000 Luc Teirlinck (comint-output-filter-functions): Add autoload cookie.
Tue, 26 Apr 2005 23:11:17 +0000 Luc Teirlinck (comint-prompt-regexp, comint-get-old-input)
Sun, 17 Apr 2005 15:04:40 +0000 Richard M. Stallman (comint-output-filter): Run comint-output-filter-functions
Sun, 10 Apr 2005 23:26:57 +0000 Richard M. Stallman (comint-send-input): New arg ARTIFICIAL. Callers in this file changed.
Fri, 08 Apr 2005 23:45:09 +0000 Luc Teirlinck (comint-highlight-prompt): Fix face spec.
Fri, 08 Apr 2005 20:55:09 +0000 Dan Nicolaescu * cus-edit.el (custom-modified-face):
Fri, 08 Apr 2005 14:26:13 +0000 Dan Nicolaescu * mh-customize.el (mh-speedbar-selected-folder-face): Special case
Thu, 07 Apr 2005 23:01:54 +0000 Luc Teirlinck (comint-prompt-read-only): Doc fix.
Tue, 05 Apr 2005 01:21:23 +0000 Luc Teirlinck (comint-prompt-read-only): Doc fix.
Thu, 24 Mar 2005 21:21:13 +0000 Stefan Monnier (comint-insert-input): Obey mouse-yank-at-point.
Wed, 09 Feb 2005 15:50:47 +0000 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
Sat, 29 Jan 2005 16:58:34 +0000 Richard M. Stallman (comint-insert-input): Undo previous changes;
Sat, 27 Nov 2004 19:02:14 +0000 Richard M. Stallman (comint-read-noecho): Add trivial compatibility definition.
Sun, 21 Nov 2004 00:40:32 +0000 Richard M. Stallman (comint-input-ring-size): Increase to 150.
Tue, 02 Nov 2004 14:16:30 +0000 Richard M. Stallman (comint-insert-input): Fix previous change.
Tue, 19 Oct 2004 16:51:14 +0000 Richard M. Stallman (comint-insert-input): Use @ in `interactive'.
Sun, 17 Oct 2004 06:51:10 +0000 Richard M. Stallman (comint-output-filter-functions): Add comint-watch-for-password-prompt.
Sun, 10 Oct 2004 05:06:47 +0000 Stefan Monnier (comint-output-filter): Typo.
Sun, 10 Oct 2004 04:29:21 +0000 Stefan Monnier (comint-mouse-insert-input): Remove.
Wed, 23 Jun 2004 18:04:43 +0000 Nick Roberts (comint-insert-clicked-input, comint-copy-old-input):
Wed, 02 Jun 2004 00:02:18 +0000 Stefan Monnier (comint-replace-by-expanded-history-before-point):
Sat, 01 May 2004 20:14:23 +0000 Luc Teirlinck (comint-prompt-read-only): Update docstring.
Thu, 29 Apr 2004 03:41:48 +0000 Luc Teirlinck (comint-prompt-read-only): New variable.
Sat, 24 Apr 2004 23:06:03 +0000 Luc Teirlinck (comint-delete-output): Bind inhibit-read-only to t.
Wed, 14 Apr 2004 18:57:45 +0000 Stefan Monnier Doc fixes.
Mon, 29 Dec 2003 19:10:24 +0000 Richard M. Stallman (comint-arguments): Set COUNT after ARGS is complete.
Mon, 29 Dec 2003 13:42:37 +0000 Eli Zaretskii (comint-watch-for-password-prompt): Pass `string' as
Wed, 24 Dec 2003 10:05:31 +0000 Andreas Schwab (comint-quote-filename): Correctly handle backslash
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Tue, 29 Jul 2003 20:28:09 +0000 Juanma Barranquero (comint-read-noecho): Use `clear-string' instead of `fillarray'.
Tue, 03 Jun 2003 11:06:42 +0000 Richard M. Stallman (comint-move-point-for-output): Renamed from
Tue, 13 May 2003 18:30:46 +0000 Stefan Monnier (comint-carriage-motion, comint-output-filter):
Fri, 31 Jan 2003 15:24:20 +0000 Juanma Barranquero Cygwin support patch.
Sat, 28 Dec 2002 21:28:09 +0000 Richard M. Stallman (comint-mode): Localy set scroll-conservatively.
Tue, 10 Sep 2002 16:44:58 +0000 Richard M. Stallman (comint-mode): Add font-lock-defontify to change-major-mode-hook.
Wed, 28 Aug 2002 04:40:42 +0000 Miles Bader (comint-carriage-motion): Start at START.
Mon, 19 Aug 2002 05:03:21 +0000 Miles Bader [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
Mon, 08 Jul 2002 08:45:00 +0000 Miles Bader (comint-dynamic-list-completions): Sort COMPLETIONS before first use.
Thu, 04 Jul 2002 06:44:34 +0000 Miles Bader (comint-displayed-dynamic-completions): New variable.
Thu, 20 Jun 2002 07:30:04 +0000 Miles Bader (comint-get-old-input-default): Strip text properties for fields too.
Tue, 18 Jun 2002 14:36:07 +0000 Juanma Barranquero (comint-next-prompt, comint-previous-prompt): Fix typos.
Mon, 17 Jun 2002 08:10:22 +0000 Miles Bader (comint-insert-clicked-input): Insert clicked-on previous input without
Sat, 15 Jun 2002 14:26:06 +0000 Richard M. Stallman (comint-skip-input): New function.
Fri, 14 Jun 2002 09:41:20 +0000 Juanma Barranquero (comint-snapshot-last-prompt): Bind `inhibit-read-only' to t to support
Thu, 13 Jun 2002 09:28:35 +0000 Miles Bader (comint-mode): Don't set `font-lock-defaults'.
Wed, 12 Jun 2002 09:16:51 +0000 Miles Bader (comint-send-input): Properly handle empty and no-newline input regions.
Mon, 10 Jun 2002 08:14:26 +0000 Miles Bader Make comint use text properties for highlighting instead of overlays:
Mon, 10 Jun 2002 06:20:33 +0000 Miles Bader (comint-send-input, comint-output-filter): Use the `font-lock-face'
Thu, 18 Apr 2002 19:41:57 +0000 Francesco Potort (comint-watch-for-password-prompt): Remove whitespace
Wed, 17 Apr 2002 08:04:38 +0000 Francesco Potort (comint-password-prompt-regexp): Match "Repeat passphrase".
Fri, 12 Apr 2002 07:57:56 +0000 Francesco Potort (comint-password-prompt-regexp): Match" SMB password".
Mon, 11 Mar 2002 21:12:49 +0000 Colin Walters Remove documentation on setting up pcomplete.
Wed, 27 Feb 2002 19:31:00 +0000 Richard M. Stallman (comint-preoutput-filter-functions): Doc fix.
Mon, 25 Feb 2002 21:06:03 +0000 Kim F. Storm (comint-replace-by-expanded-filename): Do nothing if
Sat, 23 Feb 2002 21:34:25 +0000 Colin Walters Document how use new pcomplete completion facility.
Fri, 01 Feb 2002 04:15:14 +0000 Richard M. Stallman (comint-scroll-show-maximum-output): Default is t.
Mon, 21 Jan 2002 22:49:43 +0000 Richard M. Stallman Comment change.
Fri, 18 Jan 2002 23:25:16 +0000 Richard M. Stallman (comint-redirect-send-command-to-process): Restore previous current buffer.
Thu, 17 Jan 2002 01:41:11 +0000 Richard M. Stallman (comint-simple-send): Fix previous change.
Sun, 13 Jan 2002 10:09:20 +0000 Pavel Jank Fix typo.
Sun, 13 Jan 2002 04:43:12 +0000 Richard M. Stallman (comint-input-sender): Doc fix.
Sat, 12 Jan 2002 06:59:02 +0000 Richard M. Stallman (comint-dynamic-list-completions): Repeating the command
Mon, 31 Dec 2001 20:18:09 +0000 Richard M. Stallman (comint-highlight-input): Use :weight, not :bold.
Wed, 26 Dec 2001 21:27:54 +0000 Richard M. Stallman Comment change.
Thu, 20 Dec 2001 18:59:32 +0000 Pavel Jank Doc fixes.
Tue, 18 Dec 2001 04:14:20 +0000 Richard M. Stallman (comint-dynamic-list-input-ring-select): New function.
Tue, 11 Dec 2001 06:03:46 +0000 Richard M. Stallman (comint-password-prompt-regexp): Match "UNIX Password".
Fri, 16 Nov 2001 14:22:03 +0000 Stefan Monnier (comint-mode): Simplify.
Thu, 08 Nov 2001 11:54:06 +0000 Miles Bader (comint-send-input): Fix description of `comint-process-echoes' in the
Wed, 17 Oct 2001 15:37:42 +0000 Francesco Potort (comint-password-prompt-regexp): Make it less restrictive, letting
Tue, 09 Oct 2001 02:26:00 +0000 Miles Bader (comint-insert-previous-argument): New function.
Tue, 11 Sep 2001 08:40:08 +0000 Miles Bader (comint-send-input): When waiting for echoed input, don't save the
Fri, 07 Sep 2001 13:29:35 +0000 Gerd Moellmann (comint-send-input): Handle comint-process-echoes
Tue, 04 Sep 2001 13:20:45 +0000 Gerd Moellmann (comint-send-input): Change help-echo.
Tue, 04 Sep 2001 12:44:49 +0000 Gerd Moellmann (comint-insert-clicked-input): Goto point-max before
Mon, 27 Aug 2001 18:13:39 +0000 Miles Bader (comint-next-prompt): Don't loop infinitely if
Mon, 27 Aug 2001 12:59:39 +0000 Miles Bader (comint-get-old-input-default): Don't signal an error if point is not on
Thu, 16 Aug 2001 14:52:16 +0000 Miles Bader (comint-send-input): Add `inhibit-line-move-field-capture' property to
Sat, 14 Jul 2001 11:21:08 +0000 Pavel Jank Emacs lisp coding convention fixes.
Sun, 17 Jun 2001 11:17:17 +0000 Eli Zaretskii (comint-send-input): Add help-echo to mouse-highlighted text.
Mon, 28 May 2001 15:09:44 +0000 Miles Bader (comint-carriage-motion): Doc-string tweaks.
Mon, 28 May 2001 13:01:24 +0000 Gerd Moellmann (comint-carriage-motion): Renamed from
Wed, 16 May 2001 11:12:57 +0000 Gerd Moellmann Comment fix.
Wed, 18 Apr 2001 14:18:44 +0000 Gerd Moellmann (comint-cr-magic): New function.
Tue, 20 Mar 2001 15:10:50 +0000 Gerd Moellmann (comint-exec-1): Set columns of the terminal to
Fri, 09 Mar 2001 14:20:59 +0000 Gerd Moellmann (comint-insert-clicked-input): Use the last key
Wed, 24 Jan 2001 16:21:56 +0000 Gerd Moellmann (comint-replace-by-expanded-history-before-point): Fix
Thu, 11 Jan 2001 15:39:27 +0000 Gerd Moellmann (comint-goto-process-mark): Don't print a message
Tue, 02 Jan 2001 14:15:22 +0000 Gerd Moellmann (comint-input-history-ignore): New variable.
Fri, 22 Dec 2000 16:24:53 +0000 Miles Bader From Markus Rost <markus.rost@mathematik.uni-regensburg.de>:
Fri, 15 Dec 2000 14:09:22 +0000 Miles Bader (comint-send-string, comint-send-region): Also accept a buffer, buffer-name,
Fri, 03 Nov 2000 20:59:18 +0000 Stefan Monnier (comint-mode): Don't both with make-local-hook.
Fri, 03 Nov 2000 11:38:38 +0000 Dave Love Capital in last change.
Fri, 03 Nov 2000 11:31:34 +0000 Dave Love (comint-completion-addsuffix): Fix custom type.
Thu, 02 Nov 2000 02:25:27 +0000 Eric M. Ludlam (comint-add-to-input-history): New function.
Mon, 30 Oct 2000 06:25:26 +0000 Miles Bader (comint-get-old-input-default): Reword error message.
Mon, 30 Oct 2000 06:21:13 +0000 Miles Bader (comint-replace-by-expanded-history): Don't use
Sun, 29 Oct 2000 14:48:11 +0000 Miles Bader (comint-highlight-prompt): Add :type.
Fri, 27 Oct 2000 08:00:32 +0000 Miles Bader (make-comint-in-buffer): New function.
Thu, 26 Oct 2000 00:46:47 +0000 Miles Bader (comint-mode): Locally set `next-line-add-newlines' to nil.
Wed, 25 Oct 2000 05:21:54 +0000 Miles Bader (comint-output-filter, comint-send-input):
Sun, 22 Oct 2000 12:34:29 +0000 Miles Bader (comint-highlight-input, comint-highlight-prompt):
Thu, 19 Oct 2000 04:21:09 +0000 Miles Bader (comint-write-output): Add APPEND argument. Rework interactive spec.
Thu, 19 Oct 2000 03:46:11 +0000 Miles Bader (comint-mode-map): Bind `C-c C-s' to comint-write-output.
Thu, 19 Oct 2000 02:12:03 +0000 Miles Bader (comint-write-output, comint-append-output-to-file): New functions.
Wed, 18 Oct 2000 14:42:38 +0000 Gerd Moellmann (comint-read-input-ring): Bugfix such that the first
Wed, 18 Oct 2000 14:08:27 +0000 Miles Bader (comint-delete-output): Renamed from `comint-kill-output'.
Wed, 18 Oct 2000 01:43:01 +0000 Miles Bader (comint-output-filter):
Mon, 09 Oct 2000 02:29:48 +0000 Miles Bader Cleanup whitespace.
Fri, 06 Oct 2000 04:54:57 +0000 Miles Bader (comint-watch-for-password-prompt): Use STRING as a prompt.
Fri, 29 Sep 2000 02:05:07 +0000 Stefan Monnier (comint-mode-hook): Docstring fix.
Wed, 13 Sep 2000 12:04:55 +0000 Miles Bader (comint-output-filter):
Tue, 29 Aug 2000 11:21:09 +0000 Miles Bader (comint-send-input):
Tue, 22 Aug 2000 10:09:56 +0000 Miles Bader (comint-output-filter):
Sat, 19 Aug 2000 12:36:48 +0000 Miles Bader (comint-output-filter):
Sat, 19 Aug 2000 01:55:40 +0000 Miles Bader (comint-output-filter): Remove ad-hoc saving of restriction, and just
Mon, 14 Aug 2000 12:56:03 +0000 Miles Bader (comint-bol): Use `forward-line 0' instead of calling beginning-of-line
Sat, 12 Aug 2000 01:46:20 +0000 Miles Bader (comint-output-filter): Don't bother frobbing window-start, it doesn't
Fri, 11 Aug 2000 19:15:51 +0000 Miles Bader (comint-send-string, comint-send-region): Make into real functions.
Thu, 10 Aug 2000 13:02:52 +0000 Miles Bader (comint-output-filter): Doc fixes & misc code cleanup.
Thu, 10 Aug 2000 10:52:29 +0000 Miles Bader (comint-send-input): Make the newline boundary overlay rear-nonsticky.
Thu, 10 Aug 2000 10:34:14 +0000 Miles Bader (comint-highlight-prompt, comint-highlight-prompt-face)
Tue, 08 Aug 2000 22:55:38 +0000 Miles Bader (comint-output-filter): Properly handle the case where the text
Mon, 07 Aug 2000 14:50:09 +0000 Miles Bader (comint-use-prompt-regexp-instead-of-fields): New variable.
Wed, 19 Jul 2000 15:50:13 +0000 Gerd Moellmann (comint-highlight-input, comint-highlight-face):
Fri, 23 Jun 2000 07:05:13 +0000 Gerd Moellmann (comint-substitute-in-file-name): Call replace-match
Mon, 22 May 2000 17:41:53 +0000 Dave Love Add to debug-ignored-errors.
Thu, 11 May 2000 20:34:51 +0000 Gerd Moellmann (comint-read-input-ring): Move reference to
Wed, 08 Mar 2000 23:46:09 +0000 Stefan Monnier (comint-exec-1): Add the current-dir to the exec-path when
Mon, 06 Dec 1999 17:44:17 +0000 Gerd Moellmann (comint-redirect-results-list)
Fri, 26 Nov 1999 21:24:39 +0000 Dave Love Fix last change.
Fri, 26 Nov 1999 17:34:30 +0000 Richard M. Stallman (comint-preoutput-filter-functions): Doc fix.
Tue, 23 Nov 1999 10:17:25 +0000 Gerd Moellmann Add redirection.from active comint buffers into
Mon, 25 Oct 1999 13:43:15 +0000 Gerd Moellmann (comint-output-filter): Make the Comint buffer current
Sun, 29 Aug 1999 20:55:30 +0000 Richard M. Stallman (comint-input-ring-separator): New variable.
Mon, 16 Aug 1999 04:04:27 +0000 Karl Heuer Fix maintainer address.
Tue, 20 Jul 1999 04:17:05 +0000 Karl Heuer (comint-arguments): Handle \ followed by space or tab.
Sun, 27 Jun 1999 21:39:42 +0000 Karl Heuer (comint-password-prompt-regexp): Allow "(again)".
Mon, 24 May 1999 06:45:49 +0000 Karl Heuer (comint-bol-or-process-mark): Doc fix.
Tue, 11 May 1999 22:32:52 +0000 Joel N. Weber II (comint-password-prompt-regexp): Modified to match the output of ksu
Sun, 09 May 1999 00:44:50 +0000 Karl Heuer (comint-password-prompt-regexp): Fix last change to be more specific.
Fri, 07 May 1999 05:26:44 +0000 Joel N. Weber II (comint-password-prompt-regexp): Modified so that it matches the
Thu, 11 Mar 1999 22:56:58 +0000 Karl Heuer (comint-password-prompt-regexp): Accept "login password:"
Mon, 02 Nov 1998 18:59:11 +0000 Markus Rost (comint-file-name-quote-list): Doc fix.
Tue, 29 Sep 1998 10:14:44 +0000 Simon Marshall make pre-command-hook & comint-exec-hook local hooks.
Mon, 07 Sep 1998 23:39:23 +0000 Geoff Voelker (comint-arguments): Ignore backslashes when using
Sat, 15 Aug 1998 22:27:54 +0000 Richard M. Stallman (comint-postoutput-scroll-to-bottom): Cope with unset
Tue, 04 Aug 1998 09:30:02 +0000 Richard M. Stallman (comint-bol-or-process-mark): Refer to this command's name correctly.
Tue, 30 Jun 1998 21:43:39 +0000 Richard M. Stallman (comint-exec-1): Setup coding systems appropriately.
Wed, 24 Jun 1998 08:50:14 +0000 Andreas Schwab (comint-input-autoexpand): Use `other' widget type.
Thu, 28 May 1998 01:16:21 +0000 Richard M. Stallman (comint-mode-map): Move bindings of
Wed, 27 May 1998 21:06:56 +0000 Richard M. Stallman (comint-get-next-from-history): New command.
Tue, 05 May 1998 21:29:28 +0000 Richard M. Stallman (comint-replace-by-expanded-history-before-point):
Thu, 23 Apr 1998 03:55:36 +0000 Richard M. Stallman (comint-replace-by-expanded-history): New arg START.
Fri, 17 Apr 1998 05:23:53 +0000 Geoff Voelker (comint-filename-chars): Combine DOS and Windows strings.
Sat, 21 Mar 1998 06:16:35 +0000 Richard M. Stallman (comint-preoutput-filter-functions): Doc fix.
Sat, 14 Mar 1998 04:42:18 +0000 Richard M. Stallman (comint-word): store-match-data => set-match-data.
Mon, 02 Mar 1998 19:02:28 +0000 Richard M. Stallman (comint-arguments): Treat \" and such as part of one arg.
Fri, 27 Feb 1998 12:58:26 +0000 Simon Marshall Changed to use directory-sep-char rather than "/".
Sat, 14 Feb 1998 04:32:38 +0000 Richard M. Stallman (comint-interrupt-subjob): Call comint-kill-input.
Thu, 11 Dec 1997 07:25:16 +0000 Karl Heuer (comint-strip-ctrl-m): Don't die if
Thu, 02 Oct 1997 03:03:32 +0000 Karl Heuer (comint-regexp-arg): No need to bind
Tue, 09 Sep 1997 07:24:02 +0000 Richard M. Stallman (comint-file-name-chars): Doc fix.
Tue, 02 Sep 1997 19:37:39 +0000 Geoff Voelker (comint-file-name-chars): Use separate sets for ms-dos and windows-nt.
Sun, 24 Aug 1997 21:38:12 +0000 Richard M. Stallman (comint-preoutput-filter-functions): New variable.
Tue, 15 Jul 1997 08:32:51 +0000 Simon Marshall change maintainer.
Tue, 27 May 1997 15:32:03 +0000 Richard M. Stallman Comment change.
Mon, 26 May 1997 09:53:59 +0000 Simon Marshall Use insert to preserve marker positions (pmark) and delete last.
Mon, 05 May 1997 01:07:37 +0000 Richard M. Stallman (comint-mode): Add a mode-class property.
Sun, 27 Apr 1997 22:05:34 +0000 Richard M. Stallman (comint-input-face): Deleted.
Sun, 13 Apr 1997 02:41:42 +0000 Richard M. Stallman Fix previous change.
Sun, 13 Apr 1997 02:39:56 +0000 Richard M. Stallman Add defgroup's; use defcustom for user vars.
Mon, 31 Mar 1997 22:25:27 +0000 Karl Heuer (comint-delchar-or-maybe-eof): Check for null proc.
Sat, 15 Mar 1997 13:10:07 +0000 Simon Marshall minor bug fixes/enhancements to comint-delchar-or-maybe-eof, send-invisible, comint-exec-1.
Mon, 27 Jan 1997 22:55:04 +0000 Richard M. Stallman (comint-exec-1): Use file-accessible-directory-p.
Wed, 08 Jan 1997 14:59:41 +0000 Simon Marshall remove references in comments to long defunct make-shell.
Sun, 17 Nov 1996 19:38:48 +0000 Karl Heuer (comint-password-prompt-regexp): Recognize AIX format.
Sat, 09 Nov 1996 09:21:20 +0000 Richard M. Stallman (comint-output-filter): Run comint-output-filter-functions
Tue, 08 Oct 1996 23:00:54 +0000 Richard M. Stallman (comint-read-noecho): Clear out the intermediate strings.
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.
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 ***