aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 885c8c92a82..92399745975 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,16 @@
12002-04-26 Richard M. Stallman <rms@gnu.org> 12002-04-26 Richard M. Stallman <rms@gnu.org>
2 2
3 * cus-edit.el (customize-face): Use read-face-name
4 and handle multiple faces.
5 (customize-face-other-window): Make it work similarly.
6
7 * faces.el (read-face-name): New defaulting features.
8 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
9 (list-faces-display): Use the face, not its name string,
10 as arg when running customize-face.
11 Put a `read-face-name' prop on the entire line.
12 (describe-face): Handle multiple faces via read-face-name.
13
3 * textmodes/tex-mode.el (tex-start-tex): Fix previous change. 14 * textmodes/tex-mode.el (tex-start-tex): Fix previous change.
4 15
52002-04-26 Sam Steingold <sds@gnu.org> 162002-04-26 Sam Steingold <sds@gnu.org>