log lisp/comint.el @ 81490:802dc93432c1

age author description
2007-04-02 Chong Yidong (comint-send-input): Widen the buffer first.
2007-03-28 Stefan Monnier (comint-proc-query, comint-dynamic-list-completions):
2007-03-17 Chong Yidong (comint-arguments): Mark backslash-escaped chars.
2007-02-23 Eli Zaretskii (comint-read-input-ring): Use comint-input-ring-size from the comint buffer
2007-01-31 Romain Francoise Delete extra copy of `comint-copy-old-input' added in previous change to
2007-01-31 J.D. Smith - Prevent non-keyword fontification by default.
2007-01-29 Chong Yidong (comint-insert-input): Handle situation where the selected buffer is
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-12-17 Richard M. Stallman Comment change.
2006-12-09 Romain Francoise Revert last change.
2006-12-09 Romain Francoise (comint-insert-input): Delete obsolete comment.
2006-11-28 Richard M. Stallman (comint-exec-1): Provide Emacs version and `comint' in INSIDE_EMACS.
2006-11-18 Chong Yidong (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
2006-09-28 Richard M. Stallman (comint-mode): Bind font-lock-defaults non-nil.
2006-09-12 Paul Eggert * etc/NEWS: In terminal-oriented subshells, the EMACS environment
2006-06-02 Luc Teirlinck (comint-send-input): Do not add help-echo and mouse-face to input if
2006-05-26 Reiner Steib (comint-kill-whole-line): Rename arg to count. Fix
2006-05-10 Nick Roberts (comint-insert-input): Just make it when
2006-05-10 Miles Bader Revision: emacs@sv.gnu.org/emacs--devo--0--patch-272
2006-05-10 Miles Bader Revision: emacs@sv.gnu.org/emacs--devo--0--patch-271
2006-05-10 Nick Roberts (comint-insert-input): Make it work when comint-use-prompt-regexp is t.
2006-04-22 Romain Francoise (comint-match-partial-filename): Doc fix.
2006-04-19 J.D. Smith Remove C-c C-j binding.
2006-04-18 J.D. Smith (comint-previous-input): Don't clobber input line when moving off either
2006-03-27 Nick Roberts (comint-dynamic-list-completions): Allow user to select *Completions* buffer.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-11-17 John Paul Wallington (comint-insert-input): Use `posn-set-point' instead of
2005-10-30 Luc Teirlinck (comint-send-input): Call `comint-update-fence' when
2005-10-02 Richard M. Stallman (comint-redirect-subvert-readonly): Doc fix.
2005-09-28 Romain Francoise (comint-show-output): Really set point at the beginning of the output
2005-08-25 Richard M. Stallman (comint-file-name-prefix): Add autoload.
2005-08-09 Richard M. Stallman (send-invisible): Identify buffer, if not selected.
2005-08-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-21 Juanma Barranquero (comint-use-prompt-regexp, comint-send-input, comint-source-default,
2005-07-08 Eli Zaretskii (comint-postoutput-scroll-to-bottom)
2005-07-04 Lute Kamstra Update FSF's address.
2005-07-04 Juanma Barranquero (comint-completion, comint-source): Finsh `degroup' descriptions with period.
2005-06-28 Richard M. Stallman (comint-password-prompt-regexp): Accept ", try again".
2005-06-16 Juanma Barranquero (comint-replace-by-expanded-filename, comint-prompt-regexp,
2005-06-10 Juanma Barranquero (comint-check-proc, make-comint-in-buffer, comint-source-default): Doc fixes.
2005-06-09 Luc Teirlinck (comint-mode-hook): Do not enable Font Lock by default.
2005-06-09 Luc Teirlinck (comint-send-input): Bind `inhibit-read-only' around call to `delete-region'.
2005-05-26 Lute Kamstra Use run-mode-hooks in example.
2005-04-29 Luc Teirlinck (comint-output-filter-functions): Add autoload cookie.
2005-04-26 Luc Teirlinck (comint-prompt-regexp, comint-get-old-input)
2005-04-17 Richard M. Stallman (comint-output-filter): Run comint-output-filter-functions
2005-04-10 Richard M. Stallman (comint-send-input): New arg ARTIFICIAL. Callers in this file changed.
2005-04-08 Luc Teirlinck (comint-highlight-prompt): Fix face spec.
2005-04-08 Dan Nicolaescu * cus-edit.el (custom-modified-face):
2005-04-08 Dan Nicolaescu * mh-customize.el (mh-speedbar-selected-folder-face): Special case
2005-04-07 Luc Teirlinck (comint-prompt-read-only): Doc fix.
2005-04-05 Luc Teirlinck (comint-prompt-read-only): Doc fix.
2005-03-24 Stefan Monnier (comint-insert-input): Obey mouse-yank-at-point.
2005-02-09 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
2005-01-29 Richard M. Stallman (comint-insert-input): Undo previous changes;
2004-11-27 Richard M. Stallman (comint-read-noecho): Add trivial compatibility definition.
2004-11-21 Richard M. Stallman (comint-input-ring-size): Increase to 150.
2004-11-02 Richard M. Stallman (comint-insert-input): Fix previous change.
2004-10-19 Richard M. Stallman (comint-insert-input): Use @ in `interactive'.
2004-10-17 Richard M. Stallman (comint-output-filter-functions): Add comint-watch-for-password-prompt.