(pascal-font-lock-keywords): New variable.
[bpt/emacs.git] / lisp / comint.el
1994-10-03 Richard M. Stallman(comint-strip-ctrl-m): Renamed from shell-strip-crtl...
1994-09-24 Richard M. Stallman(comint-input-chunk-size): Variable deleted.
1994-08-27 Richard M. Stallman(comint-arguments): Treat \n and \t like space.
1994-08-24 Richard M. Stallman(comint-arguments): Rewrite for speed.
1994-07-31 Richard M. Stallman(comint-password-prompt-regexp): Handle PGP prompt.
1994-07-25 Richard M. Stallman(comint-dynamic-list-completions): Listify the key
1994-07-16 Richard M. StallmanComment change.
1994-07-16 Richard M. Stallman(comint-mode-map): Move comint-bol to C-c C-a.
1994-06-29 Noah Friedmancomint-password-prompt-regexp: New variable.
1994-06-25 Richard M. Stallman(comint-send-input): Update markers before actually...
1994-06-23 Richard M. Stallman(comint-read-input-ring): Use ring-insert-at-beginning.
1994-06-10 Richard M. Stallman(comint-dynamic-list-completions): No space in *Complet...
1994-06-02 Richard M. Stallman(comint-dynamic-complete-as-filename)
1994-05-30 Richard M. Stallman(comint-read-input-ring): Make regexp stricter.
1994-05-05 Richard M. StallmanComment change.
1994-04-24 Richard M. Stallman(comint-mode): Remove space after `:' in mode-line...
1994-04-23 Richard M. Stallman(comint-mode-map): comint-dynamic-list-input-ring now...
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...
1994-04-15 Karl HeuerDoc fix.
1994-04-14 Karl Heuer(comint-replace-by-expanded-history-before-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...
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 HeuerComment 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...
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...
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 errin...
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. StallmanComment 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...
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 Eggertring-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...
1993-08-02 Roland McGrath(comint-dynamic-complete): If called interactively...
1993-08-02 Roland McGrath(comint-dynamic-complete): Expand PATHDIR in call to...
1993-08-02 Roland McGrath(comint-dynamic-completion): Say "Sole completion"...
1993-07-28 Roland McGrath(comint-replace-by-expanded-filename, comint-dynamic...
1993-07-16 Roland McGrath(comint-{next,prev}-prompt, comint-send-eof): New funct...
1993-07-04 Jim Blandy* comint.el (comint-prompt-regexp): Double the backslas...
1993-06-09 Jim BlandyApply 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...
1993-05-12 Richard M. Stallman(comint-filter): Increment opoint only if after inserti...
1993-05-06 Richard M. Stallman(comint-filter): New function.
1993-05-06 Richard M. Stallman(comint-previous-matching-input): Use let* in the inter...
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 ...
1993-04-25 Eric S. Raymond(comint-mod): Nuked. A call to ring-mod replaces it.
1993-04-16 Noah Friedman*** empty log message ***
1993-04-10 Eric S. RaymondClean up cmu* uses in header comments.
1993-04-03 Noah Friedmannew comint-read-noecho.
1993-03-22 Eric S. RaymondAdded or corrected Commentary sections
1993-03-18 Eric S. RaymondAdd or correct keywords
1993-03-06 Richard M. StallmanFix bug in previous change.
1993-03-06 Richard M. Stallman(comint-dynamic-list-completions): Handle any event...
1993-02-05 Roland McGrath(make-comint): Added docstring.
1993-01-26 Jim BlandyJimB's changes since January 18th
1992-11-16 Jim Blandy* bytecomp.el: Declare unread-command-char an obsolete...
1992-10-10 Richard M. Stallman(comint-last-input-match): defvar moved up.
1992-10-09 Christopher ZaborskyDox fix.
1992-10-06 Christopher ZaborskyDoc fix.
1992-09-13 Richard M. Stallmanentered into RCS
1992-08-04 Richard M. Stallman*** empty log message ***
1992-08-04 Richard M. Stallman*** empty log message ***
1992-08-03 Richard M. Stallman*** empty log message ***
1992-07-24 Richard M. Stallman*** empty log message ***
1992-07-24 Richard M. Stallman*** empty log message ***
1992-07-24 Richard M. Stallman*** empty log message ***
1992-07-22 Eric S. Raymond*** empty log message ***
1992-07-17 Eric S. Raymond*** empty log message ***
1992-07-16 Eric S. Raymond*** empty log message ***
1992-07-16 Eric S. Raymond*** empty log message ***
1992-07-15 Jim Blandy*** empty log message ***
1992-07-14 Eric S. Raymond*** empty log message ***
next