diff options
| author | Gerd Moellmann | 2000-09-14 12:38:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-14 12:38:09 +0000 |
| commit | 986b7dee46cb8885276d85c2e80d2f2df346ce45 (patch) | |
| tree | fd60862894b17a29e37536ce53ab51794f0131be /lisp/ChangeLog | |
| parent | b9ce5694b37a8f139bca81e5dfad288447e1472d (diff) | |
| download | emacs-986b7dee46cb8885276d85c2e80d2f2df346ce45.tar.gz emacs-986b7dee46cb8885276d85c2e80d2f2df346ce45.zip | |
(ansi-colors): Doc change.
(ansi-color-get-face): Simplified regexp.
(ansi-color-faces-vector): Added more faces, doc change.
(ansi-color-names-vector): Doc change.
(ansi-color-regexp): Simplified regexp.
(ansi-color-parameter-regexp): New regexp.
(ansi-color-filter-apply): Doc change.
(ansi-color-filter-region): Doc change.
(ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
deal with zero length parameters.
(ansi-color-apply-on-region): Doc change.
(ansi-color-map): Doc change.
(ansi-color-map-update): Removed debugging message.
(ansi-color-get-face-1): Added condition-case to trap
args-out-of-range errors.
(ansi-color-get-face): Doc change.
(ansi-color-make-face): Removed.
(ansi-color-for-shell-mode): New option.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42df38b4ba1..315958d693e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,27 @@ | |||
| 2 | 2 | ||
| 3 | * indent.el (indent-for-tab-command): Doc fix. | 3 | * indent.el (indent-for-tab-command): Doc fix. |
| 4 | 4 | ||
| 5 | 2000-09-14 Alex Schroeder <alex@gnu.org> | ||
| 6 | |||
| 7 | * ansi-color.el (ansi-colors): Doc change. | ||
| 8 | (ansi-color-get-face): Simplified regexp. | ||
| 9 | (ansi-color-faces-vector): Added more faces, doc change. | ||
| 10 | (ansi-color-names-vector): Doc change. | ||
| 11 | (ansi-color-regexp): Simplified regexp. | ||
| 12 | (ansi-color-parameter-regexp): New regexp. | ||
| 13 | (ansi-color-filter-apply): Doc change. | ||
| 14 | (ansi-color-filter-region): Doc change. | ||
| 15 | (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face, | ||
| 16 | deal with zero length parameters. | ||
| 17 | (ansi-color-apply-on-region): Doc change. | ||
| 18 | (ansi-color-map): Doc change. | ||
| 19 | (ansi-color-map-update): Removed debugging message. | ||
| 20 | (ansi-color-get-face-1): Added condition-case to trap | ||
| 21 | args-out-of-range errors. | ||
| 22 | (ansi-color-get-face): Doc change. | ||
| 23 | (ansi-color-make-face): Removed. | ||
| 24 | (ansi-color-for-shell-mode): New option. | ||
| 25 | |||
| 5 | 2000-09-13 Kenichi Handa <handa@etl.go.jp> | 26 | 2000-09-13 Kenichi Handa <handa@etl.go.jp> |
| 6 | 27 | ||
| 7 | * international/quail.el (quail-start-translation): Translate KEY | 28 | * international/quail.el (quail-start-translation): Translate KEY |