From: Glenn Morris Date: Mon, 3 Mar 2014 01:16:58 +0000 (-0800) Subject: * etc/NEWS: Minor edit X-Git-Tag: emacs-24.3.90~315 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b20e120e698de4f1abc01979dedae2ecf71d4989;p=emacs.git * etc/NEWS: Minor edit --- diff --git a/etc/NEWS b/etc/NEWS index a5919069000..88b32d81a13 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1374,8 +1374,10 @@ custom, or override spec), and the relevant spec is set accordingly. *** New function `add-face-text-property', which can be used to conveniently prepend/append new face properties. +--- *** Face specs set via Custom themes now replace the `defface' spec -rather than inheriting from it (as do face specs set via Customize). +rather than inheriting from it. In other words, setting a face via a +theme now behaves like setting it via Customize. --- *** New face characteristic (supports :underline (:style wave))