| Commit message (Expand) | Author | Age | Files | Lines |
* | (comint-send-input): Fix description of `comint-process-echoes' in the | Miles Bader | 2001-11-08 | 1 | -6/+8 |
* | (comint-password-prompt-regexp): Make it less restrictive, letting | Francesco Potortì | 2001-10-17 | 1 | -1/+1 |
* | (comint-insert-previous-argument): New function. | Miles Bader | 2001-10-09 | 1 | -0/+57 |
* | (comint-send-input): When waiting for echoed input, don't save the | Miles Bader | 2001-09-11 | 1 | -20/+25 |
* | (comint-send-input): Handle comint-process-echoes | Gerd Moellmann | 2001-09-07 | 1 | -4/+25 |
* | (comint-send-input): Change help-echo. | Gerd Moellmann | 2001-09-04 | 1 | -1/+1 |
* | (comint-insert-clicked-input): Goto point-max before | Gerd Moellmann | 2001-09-04 | 1 | -0/+1 |
* | (comint-next-prompt): Don't loop infinitely if | Miles Bader | 2001-08-27 | 1 | -2/+9 |
* | (comint-get-old-input-default): Don't signal an error if point is not on | Miles Bader | 2001-08-27 | 1 | -19/+18 |
* | (comint-send-input): Add `inhibit-line-move-field-capture' property to | Miles Bader | 2001-08-16 | 1 | -0/+1 |
* | Emacs lisp coding convention fixes. | Pavel JanÃk | 2001-07-14 | 1 | -2/+2 |
* | (comint-send-input): Add help-echo to mouse-highlighted text. | Eli Zaretskii | 2001-06-17 | 1 | -0/+3 |
* | (comint-carriage-motion): Doc-string tweaks. | Miles Bader | 2001-05-28 | 1 | -4/+4 |
* | (comint-carriage-motion): Renamed from | Gerd Moellmann | 2001-05-28 | 1 | -20/+34 |
* | Comment fix. | Gerd Moellmann | 2001-05-16 | 1 | -1/+0 |
* | (comint-cr-magic): New function. | Gerd Moellmann | 2001-04-18 | 1 | -0/+24 |
* | (comint-exec-1): Set columns of the terminal to | Gerd Moellmann | 2001-03-20 | 1 | -2/+2 |
* | (comint-insert-clicked-input): Use the last key | Gerd Moellmann | 2001-03-09 | 1 | -4/+5 |
* | (comint-replace-by-expanded-history-before-point): Fix | Gerd Moellmann | 2001-01-24 | 1 | -0/+1 |
* | (comint-goto-process-mark): Don't print a message | Gerd Moellmann | 2001-01-11 | 1 | -1/+2 |
* | (comint-input-history-ignore): New variable. | Gerd Moellmann | 2001-01-02 | 1 | -5/+11 |
* | From Markus Rost <markus.rost@mathematik.uni-regensburg.de>: | Miles Bader | 2000-12-22 | 1 | -1/+1 |
* | (comint-send-string, comint-send-region): Also accept a buffer, buffer-name, | Miles Bader | 2000-12-15 | 1 | -2/+10 |
* | (comint-mode): Don't both with make-local-hook. | Stefan Monnier | 2000-11-03 | 1 | -1/+0 |
* | Capital in last change. | Dave Love | 2000-11-03 | 1 | -1/+1 |
* | (comint-completion-addsuffix): Fix custom type. | Dave Love | 2000-11-03 | 1 | -1/+5 |
* | (comint-add-to-input-history): New function. | Eric M. Ludlam | 2000-11-02 | 1 | -7/+11 |
* | (comint-get-old-input-default): Reword error message. | Miles Bader | 2000-10-30 | 1 | -1/+1 |
* | (comint-replace-by-expanded-history): Don't use | Miles Bader | 2000-10-30 | 1 | -6/+9 |
* | (comint-highlight-prompt): Add :type. | Miles Bader | 2000-10-29 | 1 | -0/+1 |
* | (make-comint-in-buffer): New function. | Miles Bader | 2000-10-27 | 1 | -10/+23 |
* | (comint-mode): Locally set `next-line-add-newlines' to nil. | Miles Bader | 2000-10-26 | 1 | -3/+13 |
* | (comint-output-filter, comint-send-input): | Miles Bader | 2000-10-25 | 1 | -10/+5 |
* | (comint-highlight-input, comint-highlight-prompt): | Miles Bader | 2000-10-22 | 1 | -7/+6 |
* | (comint-write-output): Add APPEND argument. Rework interactive spec. | Miles Bader | 2000-10-19 | 1 | -20/+20 |
* | (comint-mode-map): Bind `C-c C-s' to comint-write-output. | Miles Bader | 2000-10-19 | 1 | -0/+1 |
* | (comint-write-output, comint-append-output-to-file): New functions. | Miles Bader | 2000-10-19 | 1 | -1/+32 |
* | (comint-read-input-ring): Bugfix such that the first | Gerd Moellmann | 2000-10-18 | 1 | -16/+15 |
* | (comint-delete-output): Renamed from `comint-kill-output'. | Miles Bader | 2000-10-18 | 1 | -7/+9 |
* | (comint-output-filter): | Miles Bader | 2000-10-18 | 1 | -4/+7 |
* | Cleanup whitespace. | Miles Bader | 2000-10-09 | 1 | -135/+135 |
* | (comint-watch-for-password-prompt): Use STRING as a prompt. | Miles Bader | 2000-10-06 | 1 | -2/+3 |
* | (comint-mode-hook): Docstring fix. | Stefan Monnier | 2000-09-29 | 1 | -32/+20 |
* | (comint-output-filter): | Miles Bader | 2000-09-13 | 1 | -9/+47 |
* | (comint-send-input): | Miles Bader | 2000-08-29 | 1 | -2/+2 |
* | (comint-output-filter): | Miles Bader | 2000-08-22 | 1 | -1/+4 |
* | (comint-output-filter): | Miles Bader | 2000-08-19 | 1 | -1/+1 |
* | (comint-output-filter): Remove ad-hoc saving of restriction, and just | Miles Bader | 2000-08-19 | 1 | -75/+62 |
* | (comint-bol): Use `forward-line 0' instead of calling beginning-of-line | Miles Bader | 2000-08-14 | 1 | -3/+2 |
* | (comint-output-filter): Don't bother frobbing window-start, it doesn't | Miles Bader | 2000-08-12 | 1 | -6/+3 |