# HG changeset patch # User Miles Bader # Date 967287591 0 # Node ID 5275607ad5d0f09b8ece3b056909c2ca7b12196b # Parent 85a616c90339d180a761d46b410c11da775d821f *** empty log message *** diff -r 85a616c90339 -r 5275607ad5d0 lisp/ChangeLog --- a/lisp/ChangeLog Sat Aug 26 10:58:32 2000 +0000 +++ b/lisp/ChangeLog Sat Aug 26 10:59:51 2000 +0000 @@ -1,5 +1,21 @@ 2000-08-26 Miles Bader + * faces.el (set-face-attribute): Update doc string. + (face-attribute-name-alist): Add :inherit. + (face-valid-attribute-values): Handle :inherit. + (face-read-string): Rephrase prompt to be less confusing. + Assume that DEFAULT is a string, since we must return a string. + (face-read-integer): Use `format' to turn DEFAULT into an + acceptable default for face-read-string. Match NEW-VALUE against + the string "unspecified", not the symbol `unspecified', since + that's what face-read-string returns. + (read-face-attribute): Lookup a name for old-value in valid, and + use it as a default if we find one. Treat all values from + face-read-string as strings. If the default is used, don't do any + more processing on the value, just use the old value directly. + (read-face-and-attribute, modify-face): Tweak prompt. + (read-face-name): Don't assume prompt ends with a space. + * faces.el (describe-face): Add support for :inherit attribute. 2000-08-25 Kenichi Handa