aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2013-11-02 14:14:55 +0100
committerJan Djärv2013-11-02 14:14:55 +0100
commit39dd7bb286ee192105545f7f7774b0fefeed4717 (patch)
tree079e55f14076d7f3ceed74114866c8e21c96190d /src/ChangeLog
parent920d06544a0b32635af3e89711a1a8cf39793185 (diff)
downloademacs-39dd7bb286ee192105545f7f7774b0fefeed4717.tar.gz
emacs-39dd7bb286ee192105545f7f7774b0fefeed4717.zip
* xfaces.c (realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8209f47f6f8..1cea67b8689 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * xfaces.c (check_lface_attrs, realize_default_face): Add 3 * xfaces.c (check_lface_attrs, realize_default_face): Add
4 LFACE_DISTANT_FOREGROUND_INDEX (Bug#15788). 4 LFACE_DISTANT_FOREGROUND_INDEX (Bug#15788).
5 (realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg.
5 6
62013-11-02 Paul Eggert <eggert@cs.ucla.edu> 72013-11-02 Paul Eggert <eggert@cs.ucla.edu>
7 8