comparison 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
comparison
equal deleted inserted replaced
109034:3bd67aa6b7e2 109035:20747b4a7983
1 2010-06-22 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xfns.c (x_default_font_parameter): Try to open font from system
4 before using it (bug#6478). Rename got_from_gconf to got_from_system.
5
1 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change) 6 2010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
2 7
3 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437). 8 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
4 9
5 2010-06-20 Eli Zaretskii <eliz@gnu.org> 10 2010-06-20 Eli Zaretskii <eliz@gnu.org>