log lisp/comint.el @ 7351:f5cf08a3a645

age author description
1994-05-05 Richard M. Stallman Comment change.
1994-04-24 Richard M. Stallman (comint-mode): Remove space after `:' in mode-line-process.
1994-04-23 Richard M. Stallman (comint-mode-map): comint-dynamic-list-input-ring now on C-c C-l.
1994-04-21 Richard M. Stallman (comint-mode): Set comint-last-input-start and
1994-04-19 Karl Heuer (comint-replace-by-expanded-history): Expand only at prompt.
1994-04-15 Karl Heuer Doc fix.
1994-04-14 Karl Heuer (comint-replace-by-expanded-history-before-point): Advance point
1994-04-13 Karl Heuer (comint-dynamic-complete-as-filename): Simplify.
1994-04-11 Karl Heuer (comint-dynamic-complete-as-filename): Save end of match before calling other
1994-04-08 Karl Heuer (comint-exec-1): Handle both termcap and terminfo.
1994-03-24 Richard M. Stallman (comint-run): New command.
1994-03-08 Richard M. Stallman (comint-completion-fignore): New variable.
1994-03-07 Karl Heuer Comment fix.
1994-03-03 Richard M. Stallman (comint-input-filter-functions)
1994-03-03 Richard M. Stallman (comint-after-partial-filename-command,
1994-03-02 Richard M. Stallman (comint-arguments): Use just one regexp to find end of arg
1994-03-02 Richard M. Stallman (full-copy-sparse-keymap): Function deleted.
1994-02-26 Karl Heuer (comint-exec-1): Force a local copy of the environment.
1994-01-15 Richard M. Stallman (comint-show-output): Leave point at start of output, but push the mark.
1994-01-09 Richard M. Stallman (comint-input-autoexpand): Make default nil.
1994-01-06 Roland McGrath (comint-show-output): Use (point-max) rather than erring when the
1994-01-03 Richard M. Stallman (comint-last-output-start): Add defvar.
1993-12-24 Richard M. Stallman (comint-next-matching-input-from-input): Doc fix.
1993-12-23 Richard M. Stallman (comint-read-input-ring): New arg SILENT.
1993-11-25 Richard M. Stallman (comint-send-input): Don't call comint-arguments
1993-11-24 Richard M. Stallman (comint-send-input): Don't call comint-arguments while
1993-11-23 Richard M. Stallman (comint-preinput-scroll-to-bottom): If SCROLL is `this',
1993-11-17 Richard M. Stallman (comint-scroll-show-maximum-output): Make default nil.
1993-11-16 Richard M. Stallman (comint-send-input): Run comint-output-filter-functions
1993-11-15 Richard M. Stallman (comint-read-input-ring, comint-write-input-ring):
1993-11-13 Richard M. Stallman (comint-match-partial-filename): Consider +@: part of
1993-11-11 Richard M. Stallman Comment change.
1993-11-10 Richard M. Stallman (comint-postoutput-scroll-to-bottom):
1993-11-10 Richard M. Stallman (comint-postoutput-scroll-to-bottom):
1993-11-08 Richard M. Stallman (comint-preinput-scroll-to-bottom): Added
1993-11-08 Richard M. Stallman (comint-postoutput-scroll-to-bottom):
1993-11-07 Richard M. Stallman (comint-postoutput-scroll-to-bottom):
1993-10-27 Richard M. Stallman (comint-mode-map): Merge menu bar item Output into Input.
1993-10-25 Richard M. Stallman (comint-scroll-to-bottom-on-input): Default to nil.
1993-10-25 Richard M. Stallman (comint-scroll-to-bottom-on-input)
1993-10-22 Richard M. Stallman (comint-after-partial-file-name-command):
1993-09-08 Roland McGrath (comint-filename-prefix): New variable.
1993-08-10 Paul Eggert ring-mod -> mod
1993-08-09 Richard M. Stallman (comint-mode-map): Delete C-c C-y binding.
1993-08-03 Roland McGrath (comint-dynamic-list-completions): Expand PATHDIR in call to
1993-08-02 Roland McGrath (comint-dynamic-complete): If called interactively twice in a row, give the
1993-08-02 Roland McGrath (comint-dynamic-complete): Expand PATHDIR in call to file-name-completion.
1993-08-02 Roland McGrath (comint-dynamic-completion): Say "Sole completion", not "Unique
1993-07-28 Roland McGrath (comint-replace-by-expanded-filename, comint-dynamic-complete): Say "Sole
1993-07-16 Roland McGrath (comint-{next,prev}-prompt, comint-send-eof): New functions.
1993-07-04 Jim Blandy * comint.el (comint-prompt-regexp): Double the backslashes in the
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-06-01 Richard M. Stallman (comint-filter): Put window-start before the input.
1993-05-26 Richard M. Stallman (comint-filter): Restore buffer-read-only in proper buffer.
1993-05-12 Richard M. Stallman (comint-filter): Increment opoint only if after insertion point.
1993-05-06 Richard M. Stallman (comint-filter): New function.
1993-05-06 Richard M. Stallman (comint-previous-matching-input): Use let* in the interactive.
1993-05-06 Richard M. Stallman (comint-previous-matching-input): New command, on M-r.
1993-05-03 Jim Blandy * comint.el (comint-match-partial-pathname): Move "---" range in
1993-04-25 Eric S. Raymond (comint-mod): Nuked. A call to ring-mod replaces it.