summaryrefslogtreecommitdiff
path: root/lisp/comint.el
AgeCommit message (Expand)Author
2005-04-07(comint-prompt-read-only): Doc fix.Luc Teirlinck
2005-04-05(comint-prompt-read-only): Doc fix.Luc Teirlinck
2005-03-24(comint-insert-input): Obey mouse-yank-at-point.Stefan Monnier
2005-02-09Change release version from 21.4 to 22.1 throughout.Kim F. Storm
2005-01-29(comint-insert-input): Undo previous changes;Richard M. Stallman
2004-11-27(comint-read-noecho): Add trivial compatibility definition.Richard M. Stallman
2004-11-21(comint-input-ring-size): Increase to 150.Richard M. Stallman
2004-11-02(comint-insert-input): Fix previous change.Richard M. Stallman
2004-10-19(comint-insert-input): Use @ in `interactive'.Richard M. Stallman
2004-10-17(comint-output-filter-functions): Add comint-watch-for-password-prompt.Richard M. Stallman
2004-10-10(comint-output-filter): Typo.Stefan Monnier
2004-10-10(comint-mouse-insert-input): Remove.Stefan Monnier
2004-06-23(comint-insert-clicked-input, comint-copy-old-input):Nick Roberts
2004-06-02(comint-replace-by-expanded-history-before-point):Stefan Monnier
2004-05-01(comint-prompt-read-only): Update docstring.Luc Teirlinck
2004-04-29(comint-prompt-read-only): New variable.Luc Teirlinck
2004-04-24(comint-delete-output): Bind inhibit-read-only to t.Luc Teirlinck
2004-04-14Doc fixes.Stefan Monnier
2003-12-29(comint-arguments): Set COUNT after ARGS is complete.Richard M. Stallman
2003-12-29(comint-watch-for-password-prompt): Pass `string' asEli Zaretskii
2003-12-24(comint-quote-filename): Correctly handle backslashAndreas Schwab
2003-09-01Add arch taglinesMiles Bader
2003-07-29(comint-read-noecho): Use `clear-string' instead of `fillarray'.Juanma Barranquero
2003-06-03(comint-move-point-for-output): Renamed fromRichard M. Stallman
2003-05-13(comint-carriage-motion, comint-output-filter):Stefan Monnier
2003-01-31Cygwin support patch.Juanma Barranquero
2002-12-28(comint-mode): Localy set scroll-conservatively.Richard M. Stallman
2002-09-10(comint-mode): Add font-lock-defontify to change-major-mode-hook.Richard M. Stallman
2002-08-28(comint-carriage-motion): Start at START.Miles Bader
2002-08-19[original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]Miles Bader
2002-07-08(comint-dynamic-list-completions): Sort COMPLETIONS before first use.Miles Bader
2002-07-04(comint-displayed-dynamic-completions): New variable.Miles Bader
2002-06-20(comint-get-old-input-default): Strip text properties for fields too.Miles Bader
2002-06-18(comint-next-prompt, comint-previous-prompt): Fix typos.Juanma Barranquero
2002-06-17(comint-insert-clicked-input): Insert clicked-on previous input withoutMiles Bader
2002-06-15(comint-skip-input): New function.Richard M. Stallman
2002-06-14(comint-snapshot-last-prompt): Bind `inhibit-read-only' to t to supportJuanma Barranquero
2002-06-13(comint-mode): Don't set `font-lock-defaults'.Miles Bader
2002-06-12(comint-send-input): Properly handle empty and no-newline input regions.Miles Bader
2002-06-10Make comint use text properties for highlighting instead of overlays:Miles Bader
2002-06-10(comint-send-input, comint-output-filter): Use the `font-lock-face'Miles Bader
2002-04-18(comint-watch-for-password-prompt): Remove whitespaceFrancesco Potortì
2002-04-17(comint-password-prompt-regexp): Match "Repeat passphrase".Francesco Potortì
2002-04-12(comint-password-prompt-regexp): Match" SMB password".Francesco Potortì
2002-03-11Remove documentation on setting up pcomplete.Colin Walters
2002-02-27(comint-preoutput-filter-functions): Doc fix.Richard M. Stallman
2002-02-25(comint-replace-by-expanded-filename): Do nothing ifKim F. Storm
2002-02-23Document how use new pcomplete completion facility.Colin Walters
2002-02-01(comint-scroll-show-maximum-output): Default is t.Richard M. Stallman
2002-01-21Comment change.Richard M. Stallman