changeset 44889:e3b9f45140a5

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Apr 2002 22:33:33 +0000
parents b74399186334
children 01b93e5e53a7
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Apr 26 22:33:23 2002 +0000
+++ b/lisp/ChangeLog	Fri Apr 26 22:33:33 2002 +0000
@@ -1,5 +1,16 @@
 2002-04-26  Richard M. Stallman  <rms@gnu.org>
 
+	* cus-edit.el (customize-face): Use read-face-name
+	and handle multiple faces.
+	(customize-face-other-window): Make it work similarly.
+
+	* faces.el (read-face-name): New defaulting features.
+	New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
+	(list-faces-display): Use the face, not its name string,
+	as arg when running customize-face.
+	Put a `read-face-name' prop on the entire line.
+	(describe-face): Handle multiple faces via read-face-name.
+
 	* textmodes/tex-mode.el (tex-start-tex): Fix previous change.
 
 2002-04-26  Sam Steingold  <sds@gnu.org>