2004-10-17 |
Richard M. Stallman |
(comint-output-filter-functions): Add comint-watch-for-password-prompt.
|
2004-10-10 |
Stefan Monnier |
(comint-output-filter): Typo.
|
2004-10-10 |
Stefan Monnier |
(comint-mouse-insert-input): Remove.
|
2004-06-23 |
Nick Roberts |
(comint-insert-clicked-input, comint-copy-old-input):
|
2004-06-02 |
Stefan Monnier |
(comint-replace-by-expanded-history-before-point):
|
2004-05-01 |
Luc Teirlinck |
(comint-prompt-read-only): Update docstring.
|
2004-04-29 |
Luc Teirlinck |
(comint-prompt-read-only): New variable.
|
2004-04-24 |
Luc Teirlinck |
(comint-delete-output): Bind inhibit-read-only to t.
|
2004-04-14 |
Stefan Monnier |
Doc fixes.
|
2003-12-29 |
Richard M. Stallman |
(comint-arguments): Set COUNT after ARGS is complete.
|
2003-12-29 |
Eli Zaretskii |
(comint-watch-for-password-prompt): Pass `string' as
|
2003-12-24 |
Andreas Schwab |
(comint-quote-filename): Correctly handle backslash
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-07-29 |
Juanma Barranquero |
(comint-read-noecho): Use `clear-string' instead of `fillarray'.
|
2003-06-03 |
Richard M. Stallman |
(comint-move-point-for-output): Renamed from
|
2003-05-13 |
Stefan Monnier |
(comint-carriage-motion, comint-output-filter):
|
2003-01-31 |
Juanma Barranquero |
Cygwin support patch.
|
2002-12-28 |
Richard M. Stallman |
(comint-mode): Localy set scroll-conservatively.
|
2002-09-10 |
Richard M. Stallman |
(comint-mode): Add font-lock-defontify to change-major-mode-hook.
|
2002-08-28 |
Miles Bader |
(comint-carriage-motion): Start at START.
|
2002-08-19 |
Miles Bader |
[original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
|
2002-07-08 |
Miles Bader |
(comint-dynamic-list-completions): Sort COMPLETIONS before first use.
|
2002-07-04 |
Miles Bader |
(comint-displayed-dynamic-completions): New variable.
|
2002-06-20 |
Miles Bader |
(comint-get-old-input-default): Strip text properties for fields too.
|
2002-06-18 |
Juanma Barranquero |
(comint-next-prompt, comint-previous-prompt): Fix typos.
|
2002-06-17 |
Miles Bader |
(comint-insert-clicked-input): Insert clicked-on previous input without
|
2002-06-15 |
Richard M. Stallman |
(comint-skip-input): New function.
|
2002-06-14 |
Juanma Barranquero |
(comint-snapshot-last-prompt): Bind `inhibit-read-only' to t to support
|
2002-06-13 |
Miles Bader |
(comint-mode): Don't set `font-lock-defaults'.
|
2002-06-12 |
Miles Bader |
(comint-send-input): Properly handle empty and no-newline input regions.
|
2002-06-10 |
Miles Bader |
Make comint use text properties for highlighting instead of overlays:
|
2002-06-10 |
Miles Bader |
(comint-send-input, comint-output-filter): Use the `font-lock-face'
|
2002-04-18 |
Francesco Potortì |
(comint-watch-for-password-prompt): Remove whitespace
|
2002-04-17 |
Francesco Potortì |
(comint-password-prompt-regexp): Match "Repeat passphrase".
|
2002-04-12 |
Francesco Potortì |
(comint-password-prompt-regexp): Match" SMB password".
|
2002-03-11 |
Colin Walters |
Remove documentation on setting up pcomplete.
|
2002-02-27 |
Richard M. Stallman |
(comint-preoutput-filter-functions): Doc fix.
|
2002-02-25 |
Kim F. Storm |
(comint-replace-by-expanded-filename): Do nothing if
|
2002-02-23 |
Colin Walters |
Document how use new pcomplete completion facility.
|
2002-02-01 |
Richard M. Stallman |
(comint-scroll-show-maximum-output): Default is t.
|
2002-01-21 |
Richard M. Stallman |
Comment change.
|
2002-01-18 |
Richard M. Stallman |
(comint-redirect-send-command-to-process): Restore previous current buffer.
|
2002-01-17 |
Richard M. Stallman |
(comint-simple-send): Fix previous change.
|
2002-01-13 |
Pavel Janík |
Fix typo.
|
2002-01-13 |
Richard M. Stallman |
(comint-input-sender): Doc fix.
|
2002-01-12 |
Richard M. Stallman |
(comint-dynamic-list-completions): Repeating the command
|
2001-12-31 |
Richard M. Stallman |
(comint-highlight-input): Use :weight, not :bold.
|
2001-12-26 |
Richard M. Stallman |
Comment change.
|
2001-12-20 |
Pavel Janík |
Doc fixes.
|
2001-12-18 |
Richard M. Stallman |
(comint-dynamic-list-input-ring-select): New function.
|
2001-12-11 |
Richard M. Stallman |
(comint-password-prompt-regexp): Match "UNIX Password".
|
2001-11-16 |
Stefan Monnier |
(comint-mode): Simplify.
|
2001-11-08 |
Miles Bader |
(comint-send-input): Fix description of `comint-process-echoes' in the
|
2001-10-17 |
Francesco Potortì |
(comint-password-prompt-regexp): Make it less restrictive, letting
|
2001-10-09 |
Miles Bader |
(comint-insert-previous-argument): New function.
|
2001-09-11 |
Miles Bader |
(comint-send-input): When waiting for echoed input, don't save the
|
2001-09-07 |
Gerd Moellmann |
(comint-send-input): Handle comint-process-echoes
|
2001-09-04 |
Gerd Moellmann |
(comint-send-input): Change help-echo.
|
2001-09-04 |
Gerd Moellmann |
(comint-insert-clicked-input): Goto point-max before
|
2001-08-27 |
Miles Bader |
(comint-next-prompt): Don't loop infinitely if
|