aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
Commit message (Expand)AuthorAgeFilesLines
* (comint-insert-input): Obey mouse-yank-at-point.Stefan Monnier2005-03-241-3/+5
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-2/+2
* (comint-insert-input): Undo previous changes;Richard M. Stallman2005-01-291-1/+3
* (comint-read-noecho): Add trivial compatibility definition.Richard M. Stallman2004-11-271-0/+4
* (comint-input-ring-size): Increase to 150.Richard M. Stallman2004-11-211-1/+1
* (comint-insert-input): Fix previous change.Richard M. Stallman2004-11-021-1/+1
* (comint-insert-input): Use @ in `interactive'.Richard M. Stallman2004-10-191-4/+4
* (comint-output-filter-functions): Add comint-watch-for-password-prompt.Richard M. Stallman2004-10-171-61/+3
* (comint-output-filter): Typo.Stefan Monnier2004-10-101-1/+1
* (comint-mouse-insert-input): Remove.Stefan Monnier2004-10-101-136/+119
* (comint-insert-clicked-input, comint-copy-old-input):Nick Roberts2004-06-231-20/+13
* (comint-replace-by-expanded-history-before-point):Stefan Monnier2004-06-021-10/+13
* (comint-prompt-read-only): Update docstring.Luc Teirlinck2004-05-011-1/+95
* (comint-prompt-read-only): New variable.Luc Teirlinck2004-04-291-7/+24
* (comint-delete-output): Bind inhibit-read-only to t.Luc Teirlinck2004-04-241-1/+2
* Doc fixes.Stefan Monnier2004-04-141-195/+185
* (comint-arguments): Set COUNT after ARGS is complete.Richard M. Stallman2003-12-291-50/+61
* (comint-watch-for-password-prompt): Pass `string' asEli Zaretskii2003-12-291-15/+13
* (comint-quote-filename): Correctly handle backslashAndreas Schwab2003-12-241-3/+5
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (comint-read-noecho): Use `clear-string' instead of `fillarray'.Juanma Barranquero2003-07-291-4/+4
* (comint-move-point-for-output): Renamed fromRichard M. Stallman2003-06-031-21/+36
* (comint-carriage-motion, comint-output-filter):Stefan Monnier2003-05-131-6/+6
* Cygwin support patch.Juanma Barranquero2003-01-311-4/+4
* (comint-mode): Localy set scroll-conservatively.Richard M. Stallman2002-12-281-1/+4
* (comint-mode): Add font-lock-defontify to change-major-mode-hook.Richard M. Stallman2002-09-101-0/+1
* (comint-carriage-motion): Start at START.Miles Bader2002-08-281-0/+1
* [original idea from Luc Teirlinck <[email protected]>]Miles Bader2002-08-191-35/+39
* (comint-dynamic-list-completions): Sort COMPLETIONS before first use.Miles Bader2002-07-081-1/+2
* (comint-displayed-dynamic-completions): New variable.Miles Bader2002-07-041-1/+20
* (comint-get-old-input-default): Strip text properties for fields too.Miles Bader2002-06-201-4/+5
* (comint-next-prompt, comint-previous-prompt): Fix typos.Juanma Barranquero2002-06-181-2/+2
* (comint-insert-clicked-input): Insert clicked-on previous input withoutMiles Bader2002-06-171-4/+3
* (comint-skip-input): New function.Richard M. Stallman2002-06-151-4/+17
* (comint-snapshot-last-prompt): Bind `inhibit-read-only' to t to supportJuanma Barranquero2002-06-141-7/+9
* (comint-mode): Don't set `font-lock-defaults'.Miles Bader2002-06-131-3/+1
* (comint-send-input): Properly handle empty and no-newline input regions.Miles Bader2002-06-121-2/+2
* Make comint use text properties for highlighting instead of overlays:Miles Bader2002-06-101-70/+51
* (comint-send-input, comint-output-filter): Use the `font-lock-face'Miles Bader2002-06-101-39/+27
* (comint-watch-for-password-prompt): Remove whitespaceFrancesco Potortì2002-04-181-0/+2
* (comint-password-prompt-regexp): Match "Repeat passphrase".Francesco Potortì2002-04-171-2/+3
* (comint-password-prompt-regexp): Match" SMB password".Francesco Potortì2002-04-121-2/+3
* Remove documentation on setting up pcomplete.Colin Walters2002-03-111-28/+0
* (comint-preoutput-filter-functions): Doc fix.Richard M. Stallman2002-02-271-8/+25
* (comint-replace-by-expanded-filename): Do nothing ifKim F. Storm2002-02-251-2/+4
* Document how use new pcomplete completion facility.Colin Walters2002-02-231-0/+28
* (comint-scroll-show-maximum-output): Default is t.Richard M. Stallman2002-02-011-1/+1
* Comment change.Richard M. Stallman2002-01-211-1/+1
* (comint-redirect-send-command-to-process): Restore previous current buffer.Richard M. Stallman2002-01-181-33/+33
* (comint-simple-send): Fix previous change.Richard M. Stallman2002-01-171-1/+1