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