Mercurial > emacs
comparison lisp/ChangeLog @ 30732:1f8280a188f2
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 10 Aug 2000 10:35:40 +0000 |
parents | b81e74b4a7a6 |
children | 103f6840bba1 |
comparison
equal
deleted
inserted
replaced
30731:4ce2b3d23348 | 30732:1f8280a188f2 |
---|---|
1 2000-08-10 Miles Bader <miles@gnu.org> | |
2 | |
3 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) | |
4 (comint-last-prompt-overlay): New variables. | |
5 (comint-output-filter): Implement prompt highlighting. | |
6 (comint-snapshot-last-prompt): New function. | |
7 (comint-send-input): Snapshot the last prompt. | |
8 Use comint-highlight-input-face. | |
9 (comint-highlight-input-face): Renamed from `comint-highlight-face'. | |
10 Use defface instead of defcustom. | |
11 (send-invisible, comint-send-eof): Snapshot the last prompt. | |
12 (comint-delchar-or-maybe-eof): Use comint-send-eof. | |
13 (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | |
14 | |
1 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> | 15 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> |
2 | 16 |
3 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. | 17 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove. |
4 (regexp-opt-group): Use a list of chars for `letters'. | 18 (regexp-opt-group): Use a list of chars for `letters'. |
5 (regexp-opt-charset): `chars' is now a list of chars. | 19 (regexp-opt-charset): `chars' is now a list of chars. |