aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2009-11-20 09:44:42 +0000
committerJan Djärv2009-11-20 09:44:42 +0000
commit0d1d0d26a9f5634372da7f5b624e46fc2d54998b (patch)
tree6060c7180398dd389b5813550e83f620c25c27ef /src/ChangeLog
parent4a8e097d4ee5a28bcf551ee4fbeec3126c07be79 (diff)
downloademacs-0d1d0d26a9f5634372da7f5b624e46fc2d54998b.tar.gz
emacs-0d1d0d26a9f5634372da7f5b624e46fc2d54998b.zip
Always suggest system font because .emacs may not have been read yet.
* xfns.c (x_default_font_parameter): Call xsettings_get_system_font. * xsettings.h: Declare xsettings_get_system_font. * xsettings.c (xsettings_get_system_font): New function. (init_gconf): No use initiating gconf unless we have Xft also. (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and HAVE_GCONF.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e1cce91b646..cefcd6145f8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12009-11-20 Jan Djärv <jan.h.d@swipnet.se> 12009-11-20 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
4
5 * xsettings.h: Declare xsettings_get_system_font.
6
7 * xsettings.c (xsettings_get_system_font): New function.
8 (init_gconf): No use initiating gconf unless we have Xft also.
9 (syms_of_xsettings): Only provide system-font-setting if HAVE_XFT and
10 HAVE_GCONF.
11
3 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty 12 * gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
4 add a blank entry so it doesn't collapse into nothing. 13 add a blank entry so it doesn't collapse into nothing.
5 14