comparison lisp/ChangeLog @ 44889:e3b9f45140a5

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Apr 2002 22:33:33 +0000
parents 467b1524d1cb
children 01b93e5e53a7
comparison
equal deleted inserted replaced
44888:b74399186334 44889:e3b9f45140a5
1 2002-04-26 Richard M. Stallman <rms@gnu.org> 1 2002-04-26 Richard M. Stallman <rms@gnu.org>
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.
2 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
5 2002-04-26 Sam Steingold <sds@gnu.org> 16 2002-04-26 Sam Steingold <sds@gnu.org>
6 17