From: Chong Yidong Date: Wed, 3 Dec 2008 05:16:18 +0000 (+0000) Subject: (font_update_lface): Handle fonts with corrupted size specs, X-Git-Tag: emacs-pretest-23.0.90~1322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba207571de95dfcd549ea4d70eff4de2cad4c76f;p=emacs.git (font_update_lface): Handle fonts with corrupted size specs, i.e. non-int and non-float. --- diff --git a/src/ChangeLog b/src/ChangeLog index d078159455e..d32c53c9bb0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,8 @@ 2008-12-03 Chong Yidong * font.c (Fopen_font): Compute pixel size correctly. + (font_update_lface): Handle fonts with corrupted size specs, + i.e. non-int and non-float. * ftfont.c (ftfont_match): Initialize entity variable. (ftfont_resolve_generic_family): Avoid using uninitialized var.