diff options
| author | Chong Yidong | 2008-12-03 05:16:18 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-03 05:16:18 +0000 |
| commit | ba207571de95dfcd549ea4d70eff4de2cad4c76f (patch) | |
| tree | 7506117df16c8f16c2b000e57bbf79082e5b53fa /src | |
| parent | d03b5cdb8cc5a71f01a78f1191b4d207472525cd (diff) | |
| download | emacs-ba207571de95dfcd549ea4d70eff4de2cad4c76f.tar.gz emacs-ba207571de95dfcd549ea4d70eff4de2cad4c76f.zip | |
(font_update_lface): Handle fonts with corrupted size specs,
i.e. non-int and non-float.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d078159455e..d32c53c9bb0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | 2008-12-03 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-12-03 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * font.c (Fopen_font): Compute pixel size correctly. | 3 | * font.c (Fopen_font): Compute pixel size correctly. |
| 4 | (font_update_lface): Handle fonts with corrupted size specs, | ||
| 5 | i.e. non-int and non-float. | ||
| 4 | 6 | ||
| 5 | * ftfont.c (ftfont_match): Initialize entity variable. | 7 | * ftfont.c (ftfont_match): Initialize entity variable. |
| 6 | (ftfont_resolve_generic_family): Avoid using uninitialized var. | 8 | (ftfont_resolve_generic_family): Avoid using uninitialized var. |