aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2007-12-30 16:26:54 +0000
committerRichard M. Stallman2007-12-30 16:26:54 +0000
commit833547aacbfbf3269619341d8bec9ec6d2282230 (patch)
treed37f3cfb0772aa86b84cf4b3904b61c1093e3eff /etc
parent80f9d13bfff89c026469d172128a3ea58ce31627 (diff)
downloademacs-833547aacbfbf3269619341d8bec9ec6d2282230.tar.gz
emacs-833547aacbfbf3269619341d8bec9ec6d2282230.zip
(face-all-attributes): New function.
(face-differs-from-default-p): Compute list of attr names from face-attribute-name-alist.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c71fb2ae349..90cc3efaf8d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -470,6 +470,9 @@ the specified files).
470 470
471** The new function `read-color' reads a color name using the minibuffer. 471** The new function `read-color' reads a color name using the minibuffer.
472 472
473** The new function `face-all-attributes' returns an alist
474describing all the basic attributes of a given face.
475
473** `interprogram-paste-function' can now return one string or a list 476** `interprogram-paste-function' can now return one string or a list
474of strings. In the latter case, Emacs puts the second and following 477of strings. In the latter case, Emacs puts the second and following
475strings on the kill ring. 478strings on the kill ring.