diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-12-16 03:32:46 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-12-16 03:32:46 +0000 |
commit | b5356c3948cabb45f4206fa13876b8c87152297c (patch) | |
tree | af5d80094ba700eebf0249cd8d7cc80e1e3f4e0f /src | |
parent | 55d150f329baeda983b8caed1e8e18be32899dcd (diff) | |
download | emacs-b5356c3948cabb45f4206fa13876b8c87152297c.tar.gz emacs-b5356c3948cabb45f4206fa13876b8c87152297c.tar.bz2 emacs-b5356c3948cabb45f4206fa13876b8c87152297c.zip |
* font.c (font_update_drivers): Fix mistake in reconstructing the
driver list.
* font.c (font_clear_cache): Fix format of font cache data.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fec7ebb8c12..b5a00c49482 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2008-12-16 Chetan Pandya <pandyacus@sbcglobal.net> (tiny change) + + * font.c (font_update_drivers): Fix mistake in reconstructing the + driver list. + +2008-12-16 Chong Yidong <cyd@stupidchicken.com> + + * font.c (font_clear_cache): Fix format of font cache data. + 2008-12-15 Chong Yidong <cyd@stupidchicken.com> * xftfont.c (xftfont_open): Free Xft font pattern if |