diff options
| -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. |