diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-07-03 14:32:58 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-07-03 14:32:58 +0000 |
commit | 2f294ab882e915531173ea9c96402e561211a1c9 (patch) | |
tree | dca819c42c50676807c8df7b0c80a055f03114b6 | |
parent | b99489fee1436ad69ef8eefa6247eda8a141fa35 (diff) | |
download | emacs-2f294ab882e915531173ea9c96402e561211a1c9.tar.gz emacs-2f294ab882e915531173ea9c96402e561211a1c9.tar.bz2 emacs-2f294ab882e915531173ea9c96402e561211a1c9.zip |
facemenu-unlisted-faces deleted, new variable facemenu-listed-faces
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5172,6 +5172,12 @@ property names as argument rather than a property list. ** Face changes +++ +*** The variable `facemenu-unlisted-faces' has been removed. +Emacs has a lot more faces than in the past, and nearly all of them +needed to be excluded. The new variable `facemenu-listed-faces' lists +the faces to include in the face menu. + ++++ *** The new face attribute condition `min-colors' can be used to tailor the face color to the number of colors supported by a display, and define the foreground and background colors accordingly so that they |