From: Daniel Pfeiffer Date: Thu, 5 May 2005 19:10:58 +0000 (+0000) Subject: Advertise new `font-lock-negation-char-face'. X-Git-Tag: ttn-vms-21-2-B4~525 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b854556ff5e9a70efff7a46915a9804c257700c3;p=emacs.git Advertise new `font-lock-negation-char-face'. --- diff --git a/etc/NEWS b/etc/NEWS index 357e502b49c..fa99b3f8f18 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -500,6 +500,11 @@ elements are deleted. ** Redisplay Changes +*** Easy to overlook single character negation is now font-locked. +You can use the new variable `font-lock-negation-char-face' and the face of +the same name to customize this. Currently the cc-modes, sh-script-mode, +cperl-mode and make-mode support this. + +++ *** Control characters and escape glyphs are now shown in the new escape-glyph face.