aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 130019b07af..f0f4e6fb84e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -87,6 +87,16 @@ spurious warnings about an unused var.
87 87
88* Lisp changes in Emacs 24.4 88* Lisp changes in Emacs 24.4
89 89
90** Face changes
91
92*** The `face-spec-set' is now analogous to `setq' for face specs.
93Its third arg now accepts values specifying exactly which face spec to
94set (defface, custom, or user spec), and it directly sets the relevant
95property using the supplied face spec.
96
97*** Face specs set via Custom themes now replace the `defface' spec
98rather than inheriting from it (as do face specs set via Customize).
99
90** time-to-seconds is not obsolete any more. 100** time-to-seconds is not obsolete any more.
91** New function special-form-p. 101** New function special-form-p.
92** Docstrings can be made dynamic by adding a `dynamic-docstring-function' 102** Docstrings can be made dynamic by adding a `dynamic-docstring-function'