aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
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
52000-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
52000-09-13 Kenichi Handa <handa@etl.go.jp> 262000-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