| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/comint.el (comint-highlight-prompt): Inherit from minibuffer-prompt. | Chong Yidong | 2011-01-09 | 1 | -3/+1 |
* | Merge from emacs-23 | Stefan Monnier | 2010-12-13 | 1 | -18/+19 |
|\ |
|
| * | Doc fixes for comint functions (Bug#7499). | Chong Yidong | 2010-12-04 | 1 | -18/+19 |
* | | * lisp/comint.el (comint-input-ring-file-name): Doc fix. | Glenn Morris | 2010-12-09 | 1 | -2/+2 |
* | | Merge from emacs-23 | Stefan Monnier | 2010-11-17 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | * comint.el (comint-kill-region): Fix last change. | Stefan Monnier | 2010-11-17 | 1 | -1/+1 |
| * | Make the yank-handler argument obsolete. | Stefan Monnier | 2010-11-17 | 1 | -0/+1 |
| * | Fix bug#7224. | Glenn Morris | 2010-10-23 | 1 | -1/+2 |
* | | * lisp/comint.el (comint-password-prompt-regexp): Make it less vague. | Glenn Morris | 2010-10-23 | 1 | -5/+7 |
* | | Remove some functions, variables and aliases obsolete since at least 21.1. | Glenn Morris | 2010-10-01 | 1 | -2/+0 |
* | | Tiny comint.el change. | Glenn Morris | 2010-09-23 | 1 | -8/+6 |
* | | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
* | | * comint.el (comint-mode): Make directory tracking functions | Michael Albinus | 2010-08-06 | 1 | -0/+3 |
* | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | Doc fix. | Štěpán Němec | 2010-06-23 | 1 | -2/+6 |
* | | Fix for comint-password-prompt-regexp (Bug#6367). | Chong Yidong | 2010-06-11 | 1 | -1/+1 |
* | | Remove obsolete comment. | Juri Linkov | 2010-05-21 | 1 | -1/+0 |
* | | Update comint-password-prompt-regexp (Bug#2817). | Chong Yidong | 2010-04-10 | 1 | -5/+11 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * comint.el (comint-input-ring-size): Make it a defcustom and | Chong Yidong | 2010-01-01 | 1 | -2/+5 |
* | Don't lazy-highlight the comint output in history Isearch mode. | Juri Linkov | 2009-12-07 | 1 | -5/+5 |
* | (comint-insert-input): Ignore clicks to the right of | Stefan Monnier | 2009-12-01 | 1 | -1/+4 |
* | (comint-mode-map): Rebind `M-r' from | Juri Linkov | 2009-11-30 | 1 | -6/+6 |
* | Implement Isearch in comint input history. (Bug#3746) | Juri Linkov | 2009-11-23 | 1 | -0/+196 |
* | * widget.el (define-widget): Purecopy the docstring. | Dan Nicolaescu | 2009-11-11 | 1 | -1/+1 |
* | * comint.el (comint-replace-by-expanded-history-before-point): | Chong Yidong | 2009-11-03 | 1 | -4/+1 |
* | (comint-dynamic-list-completions): Use choose-completion rather than | Glenn Morris | 2009-10-24 | 1 | -1/+1 |
* | (comint-read-input-ring, comint-write-input-ring) | Stefan Monnier | 2009-10-22 | 1 | -29/+30 |
* | Replace completion-base-size by completion-base-position to fix bugs | Stefan Monnier | 2009-10-15 | 1 | -5/+5 |
* | Use `called-interactively-p' instead of `interactive-p'. | Juanma Barranquero | 2009-10-02 | 1 | -2/+3 |
* | * comint.el (comint-exec, comint-run, make-comint): Doc | Chong Yidong | 2009-09-25 | 1 | -3/+5 |
* | (comint-exec-1): Check command is non-null first. | Nick Roberts | 2009-08-30 | 1 | -1/+1 |
* | (comint-insert-input): Be careful to only set point if we | Stefan Monnier | 2009-08-30 | 1 | -10/+13 |
* | (comint-insert-input): Doc fix. | Glenn Morris | 2009-06-23 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (comint-save-input-ring-index): Add missing initial value. | Glenn Morris | 2008-12-20 | 1 | -2/+3 |
* | * align.el: | Lute Kamstra | 2008-12-03 | 1 | -16/+16 |
* | (comint-show-output): Adjust to stickiness changes of the output field. | Romain Francoise | 2008-09-28 | 1 | -5/+1 |
* | (comint-dynamic-complete-as-filename): Quote directory name when | Chong Yidong | 2008-09-25 | 1 | -1/+1 |
* | (comint-output-filter): Make output field properties front-sticky | Miles Bader | 2008-09-19 | 1 | -1/+3 |
* | (comint-dynamic-list-filename-completions): Quote common substring. | Chong Yidong | 2008-08-27 | 1 | -1/+1 |
* | (comint-dynamic-complete-as-filename): Generalize last change to allow | Chong Yidong | 2008-08-27 | 1 | -13/+6 |
* | (comint-dynamic-complete-as-filename): If case is ignored while | Chong Yidong | 2008-08-26 | 1 | -3/+16 |
* | * progmodes/compile.el (compilation-start): Don't disable undo in | Stefan Monnier | 2008-06-13 | 1 | -6/+2 |
* | * window.c (Vwindow_point_insertion_type): New var. | Stefan Monnier | 2008-06-10 | 1 | -42/+4 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | * comint.el (comint-dynamic-simple-complete): | Juri Linkov | 2008-03-21 | 1 | -4/+6 |
* | (comint-dynamic-complete-as-filename) | Juri Linkov | 2008-03-21 | 1 | -8/+21 |
* | Fix up indentation and comment style. Remove `function'. | Stefan Monnier | 2008-03-12 | 1 | -184/+168 |
* | (comint-exec-1): Don't change the coding-system for | Kenichi Handa | 2008-03-05 | 1 | -32/+49 |