aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-06-30 02:08:44 +0000
committerChong Yidong <[email protected]>2008-06-30 02:08:44 +0000
commit44b754c7c9125e63e0969b50778654547a9c9097 (patch)
treed71cd53b0e79cc0e7c8d4f04ebca6150fcda3842
parent8e303a2fe1b412d30939e5ea656f513816ed2386 (diff)
* xfaces.c (Finternal_merge_in_global_face): If default face was
modified, realize it again. Update the font face attribute.
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 956c265617..1d82db5fd7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-30 Chong Yidong <[email protected]>
+
+ * xfaces.c (Finternal_merge_in_global_face): If default face was
+ modified, realize it again. Update the font face attribute.
+
2008-06-29 Jason Rumney <[email protected]>
* w32term.c (x_set_frame_alpha): Fix logic.