# HG changeset patch # User Richard M. Stallman # Date 1019860413 0 # Node ID e3b9f45140a5e87992809f4c07d0dca63e2c54b9 # Parent b743991863349a968f0831d0cf5626c45281f966 *** empty log message *** diff -r b74399186334 -r e3b9f45140a5 lisp/ChangeLog --- 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 + * 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