Mercurial > emacs
diff src/ChangeLog @ 100166:03bc92681181
(font_update_lface): Handle fonts with corrupted size specs,
i.e. non-int and non-float.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 03 Dec 2008 05:16:18 +0000 |
parents | 8234dff2e505 |
children | 4d13bea1e4bb |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> * 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.