| Commit message (Expand) | Author | Age | Files | Lines |
* | (comint-regexp-arg): Fix no-input case. | Glenn Morris | 2008-01-16 | 1 | -2/+4 |
* | (comint-insert-input): Set point first. | Nick Roberts | 2008-01-10 | 1 | -0/+1 |
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | (comint-mode-map): Explicitly bind `delete' and `kp-delete' | Richard M. Stallman | 2007-12-25 | 1 | -0/+4 |
* | (comint-password-prompt-regexp): Match `Enter Password'. | Richard M. Stallman | 2007-12-22 | 1 | -1/+2 |
* | Chris Moore <christopher.ian.moore at gmail.com> | Glenn Morris | 2007-10-23 | 1 | -1/+2 |
* | (comint-password-prompt-regexp): Add 'LDAP'. | Eli Zaretskii | 2007-10-13 | 1 | -1/+1 |
* | (comint-mode): Don't set scroll-conservatively. | Glenn Morris | 2007-09-02 | 1 | -2/+8 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | (comint-simple-send): Concat newline before sending. | Jason Rumney | 2007-07-22 | 1 | -6/+12 |
* | (comint-send-input): Widen the buffer first. | Chong Yidong | 2007-04-02 | 1 | -2/+3 |
* | (comint-proc-query, comint-dynamic-list-completions): | Stefan Monnier | 2007-03-28 | 1 | -2/+2 |
* | (comint-arguments): Mark backslash-escaped chars. | Chong Yidong | 2007-03-17 | 1 | -10/+26 |
* | (comint-read-input-ring): Use comint-input-ring-size from the comint buffer | Eli Zaretskii | 2007-02-23 | 1 | -1/+1 |
* | Delete extra copy of `comint-copy-old-input' added in previous change to | Romain Francoise | 2007-01-31 | 1 | -11/+0 |
* | - Prevent non-keyword fontification by default. | J.D. Smith | 2007-01-31 | 1 | -1/+12 |
* | (comint-insert-input): Handle situation where the selected buffer is | Chong Yidong | 2007-01-29 | 1 | -9/+18 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | Comment change. | Richard M. Stallman | 2006-12-17 | 1 | -1/+1 |
* | Revert last change. | Romain Francoise | 2006-12-09 | 1 | -3/+2 |
* | (comint-insert-input): Delete obsolete comment. | Romain Francoise | 2006-12-09 | 1 | -4/+3 |
* | (comint-exec-1): Provide Emacs version and `comint' in INSIDE_EMACS. | Richard M. Stallman | 2006-11-28 | 1 | -1/+1 |
* | (comint-exec-1): Set EMACS and INSIDE_EMACS to t. | Chong Yidong | 2006-11-18 | 1 | -1/+2 |
* | (comint-mode): Bind font-lock-defaults non-nil. | Richard M. Stallman | 2006-09-28 | 1 | -1/+4 |
* | * etc/NEWS: In terminal-oriented subshells, the EMACS environment | Paul Eggert | 2006-09-12 | 1 | -1/+2 |
* | (comint-send-input): Do not add help-echo and mouse-face to input if | Luc Teirlinck | 2006-06-02 | 1 | -12/+12 |
* | (comint-kill-whole-line): Rename arg to count. Fix | Reiner Steib | 2006-05-26 | 1 | -6/+6 |
* | (comint-insert-input): Just make it when | Nick Roberts | 2006-05-10 | 1 | -29/+32 |
* | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-272 | Miles Bader | 2006-05-10 | 1 | -2/+1 |
* | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-271 | Miles Bader | 2006-05-10 | 1 | -1/+1 |
* | (comint-insert-input): Make it work when comint-use-prompt-regexp is t. | Nick Roberts | 2006-05-10 | 1 | -22/+27 |
* | (comint-match-partial-filename): Doc fix. | Romain Francoise | 2006-04-22 | 1 | -1/+1 |
* | Remove C-c C-j binding. | J.D. Smith | 2006-04-19 | 1 | -1/+0 |
* | (comint-previous-input): Don't clobber input line when moving off either | J.D. Smith | 2006-04-18 | 1 | -7/+39 |
* | (comint-dynamic-list-completions): Allow user to select *Completions* buffer. | Nick Roberts | 2006-03-27 | 1 | -4/+3 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (comint-insert-input): Use `posn-set-point' instead of | John Paul Wallington | 2005-11-17 | 1 | -1/+1 |
* | (comint-send-input): Call `comint-update-fence' when | Luc Teirlinck | 2005-10-30 | 1 | -1/+5 |
* | (comint-redirect-subvert-readonly): Doc fix. | Richard M. Stallman | 2005-10-02 | 1 | -2/+2 |
* | (comint-show-output): Really set point at the beginning of the output | Romain Francoise | 2005-09-28 | 1 | -1/+5 |
* | (comint-file-name-prefix): Add autoload. | Richard M. Stallman | 2005-08-25 | 1 | -0/+1 |
* | (send-invisible): Identify buffer, if not selected. | Richard M. Stallman | 2005-08-09 | 1 | -3/+9 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+1 |
* | (comint-use-prompt-regexp, comint-send-input, comint-source-default, | Juanma Barranquero | 2005-07-21 | 1 | -30/+27 |
* | (comint-postoutput-scroll-to-bottom) | Eli Zaretskii | 2005-07-08 | 1 | -2/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (comint-completion, comint-source): Finsh `degroup' descriptions with period. | Juanma Barranquero | 2005-07-04 | 1 | -4/+4 |
* | (comint-password-prompt-regexp): Accept ", try again". | Richard M. Stallman | 2005-06-28 | 1 | -2/+2 |
* | (comint-replace-by-expanded-filename, comint-prompt-regexp, | Juanma Barranquero | 2005-06-16 | 1 | -5/+5 |
* | (comint-check-proc, make-comint-in-buffer, comint-source-default): Doc fixes. | Juanma Barranquero | 2005-06-10 | 1 | -5/+5 |