summaryrefslogtreecommitdiff
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * comint.el (comint-input-ring-size): Make it a defcustom andChong Yidong2010-01-011-2/+5
* Don't lazy-highlight the comint output in history Isearch mode.Juri Linkov2009-12-071-5/+5
* (comint-insert-input): Ignore clicks to the right ofStefan Monnier2009-12-011-1/+4
* (comint-mode-map): Rebind `M-r' fromJuri Linkov2009-11-301-6/+6
* Implement Isearch in comint input history. (Bug#3746)Juri Linkov2009-11-231-0/+196
* * widget.el (define-widget): Purecopy the docstring.Dan Nicolaescu2009-11-111-1/+1
* * comint.el (comint-replace-by-expanded-history-before-point):Chong Yidong2009-11-031-4/+1
* (comint-dynamic-list-completions): Use choose-completion rather thanGlenn Morris2009-10-241-1/+1
* (comint-read-input-ring, comint-write-input-ring)Stefan Monnier2009-10-221-29/+30
* Replace completion-base-size by completion-base-position to fix bugsStefan Monnier2009-10-151-5/+5
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-2/+3
* * comint.el (comint-exec, comint-run, make-comint): DocChong Yidong2009-09-251-3/+5
* (comint-exec-1): Check command is non-null first.Nick Roberts2009-08-301-1/+1
* (comint-insert-input): Be careful to only set point if weStefan Monnier2009-08-301-10/+13
* (comint-insert-input): Doc fix.Glenn Morris2009-06-231-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (comint-save-input-ring-index): Add missing initial value.Glenn Morris2008-12-201-2/+3
* * align.el:Lute Kamstra2008-12-031-16/+16
* (comint-show-output): Adjust to stickiness changes of the output field.Romain Francoise2008-09-281-5/+1
* (comint-dynamic-complete-as-filename): Quote directory name whenChong Yidong2008-09-251-1/+1
* (comint-output-filter): Make output field properties front-stickyMiles Bader2008-09-191-1/+3
* (comint-dynamic-list-filename-completions): Quote common substring.Chong Yidong2008-08-271-1/+1
* (comint-dynamic-complete-as-filename): Generalize last change to allowChong Yidong2008-08-271-13/+6
* (comint-dynamic-complete-as-filename): If case is ignored whileChong Yidong2008-08-261-3/+16
* * progmodes/compile.el (compilation-start): Don't disable undo inStefan Monnier2008-06-131-6/+2
* * window.c (Vwindow_point_insertion_type): New var.Stefan Monnier2008-06-101-42/+4
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* * comint.el (comint-dynamic-simple-complete):Juri Linkov2008-03-211-4/+6
* (comint-dynamic-complete-as-filename)Juri Linkov2008-03-211-8/+21
* Fix up indentation and comment style. Remove `function'.Stefan Monnier2008-03-121-184/+168
* (comint-exec-1): Don't change the coding-system forKenichi Handa2008-03-051-32/+49
* Merge from emacs--rel--22Miles Bader2008-01-221-0/+1
|\
| * (comint-regexp-arg): Fix no-input case.Glenn Morris2008-01-161-2/+4
| * (comint-insert-input): Set point first.Nick Roberts2008-01-101-0/+1
* | (comint-regexp-arg): Fix no-input case.Glenn Morris2008-01-161-2/+4
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ \ | |/
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | Merge from emacs--rel--22Miles Bader2007-12-281-1/+6
|\ \ | |/
| * (comint-mode-map): Explicitly bind `delete' and `kp-delete'Richard M. Stallman2007-12-251-0/+4
| * (comint-password-prompt-regexp): Match `Enter Password'.Richard M. Stallman2007-12-221-1/+2
| * Chris Moore <christopher.ian.moore at gmail.com>Glenn Morris2007-10-231-1/+2
* | Chris Moore <christopher.ian.moore at gmail.com>Glenn Morris2007-10-251-1/+2
* | Merge from emacs--rel--22Miles Bader2007-10-151-1/+1
|\ \ | |/
| * (comint-password-prompt-regexp): Add 'LDAP'.Eli Zaretskii2007-10-131-1/+1
| * (comint-mode): Don't set scroll-conservatively.Glenn Morris2007-09-021-2/+8
* | (comint-mode): Don't set scroll-conservatively.Glenn Morris2007-09-021-2/+8
* | * comint.el (comint-exec-1): Raise an error ifMichael Albinus2007-08-221-0/+2
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1