Mercurial > emacs
diff src/ChangeLog @ 109035:20747b4a7983
Don't use font names from GConf if font backend can't handle it (bug#6478).
* xfns.c (x_default_font_parameter): Try to open font from system
before using it (bug#6478). Rename got_from_gconf to got_from_system.
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Tue, 22 Jun 2010 09:55:08 +0200 |
parents | d8720405694a |
children | 3e9a832a5533 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jun 22 00:51:46 2010 -0700 +++ b/src/ChangeLog Tue Jun 22 09:55:08 2010 +0200 @@ -1,3 +1,8 @@ +2010-06-22 Jan Djärv <jan.h.d@swipnet.se> + + * xfns.c (x_default_font_parameter): Try to open font from system + before using it (bug#6478). Rename got_from_gconf to got_from_system. + 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change) * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).