# HG changeset patch # User Chong Yidong # Date 1228281378 0 # Node ID 03bc92681181a2b5e2e2f27cf8eb500d42d7361f # Parent 7add351b47c9fb40bc0df0db7f07d9f127dfd77e (font_update_lface): Handle fonts with corrupted size specs, i.e. non-int and non-float. diff -r 7add351b47c9 -r 03bc92681181 src/ChangeLog --- a/src/ChangeLog Wed Dec 03 05:10:50 2008 +0000 +++ b/src/ChangeLog Wed Dec 03 05:16:18 2008 +0000 @@ -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.