log lisp/comint.el @ 88933:b47c197101cf

age author description
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
2001-08-27 Miles Bader (comint-get-old-input-default): Don't signal an error if point is not on
2001-08-16 Miles Bader (comint-send-input): Add `inhibit-line-move-field-capture' property to
2001-07-14 Pavel Janík Emacs lisp coding convention fixes.
2001-06-17 Eli Zaretskii (comint-send-input): Add help-echo to mouse-highlighted text.
2001-05-28 Miles Bader (comint-carriage-motion): Doc-string tweaks.
2001-05-28 Gerd Moellmann (comint-carriage-motion): Renamed from
2001-05-16 Gerd Moellmann Comment fix.
2001-04-18 Gerd Moellmann (comint-cr-magic): New function.
2001-03-20 Gerd Moellmann (comint-exec-1): Set columns of the terminal to
2001-03-09 Gerd Moellmann (comint-insert-clicked-input): Use the last key
2001-01-24 Gerd Moellmann (comint-replace-by-expanded-history-before-point): Fix
2001-01-11 Gerd Moellmann (comint-goto-process-mark): Don't print a message
2001-01-02 Gerd Moellmann (comint-input-history-ignore): New variable.
2000-12-22 Miles Bader From Markus Rost <markus.rost@mathematik.uni-regensburg.de>:
2000-12-15 Miles Bader (comint-send-string, comint-send-region): Also accept a buffer, buffer-name,
2000-11-03 Stefan Monnier (comint-mode): Don't both with make-local-hook.
2000-11-03 Dave Love Capital in last change.
2000-11-03 Dave Love (comint-completion-addsuffix): Fix custom type.
2000-11-02 Eric M. Ludlam (comint-add-to-input-history): New function.
2000-10-30 Miles Bader (comint-get-old-input-default): Reword error message.
2000-10-30 Miles Bader (comint-replace-by-expanded-history): Don't use
2000-10-29 Miles Bader (comint-highlight-prompt): Add :type.
2000-10-27 Miles Bader (make-comint-in-buffer): New function.
2000-10-26 Miles Bader (comint-mode): Locally set `next-line-add-newlines' to nil.
2000-10-25 Miles Bader (comint-output-filter, comint-send-input):
2000-10-22 Miles Bader (comint-highlight-input, comint-highlight-prompt):
2000-10-19 Miles Bader (comint-write-output): Add APPEND argument. Rework interactive spec.
2000-10-19 Miles Bader (comint-mode-map): Bind `C-c C-s' to comint-write-output.
2000-10-19 Miles Bader (comint-write-output, comint-append-output-to-file): New functions.
2000-10-18 Gerd Moellmann (comint-read-input-ring): Bugfix such that the first
2000-10-18 Miles Bader (comint-delete-output): Renamed from `comint-kill-output'.
2000-10-18 Miles Bader (comint-output-filter):
2000-10-09 Miles Bader Cleanup whitespace.
2000-10-06 Miles Bader (comint-watch-for-password-prompt): Use STRING as a prompt.
2000-09-29 Stefan Monnier (comint-mode-hook): Docstring fix.
2000-09-13 Miles Bader (comint-output-filter):
2000-08-29 Miles Bader (comint-send-input):