aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-05-31 09:58:27 +0000
committerKenichi Handa2008-05-31 09:58:27 +0000
commite4c93315ecdc925217d4f526d39563c27a61f374 (patch)
tree34f507aa7f88a9bf6e7fe46ce9e7c8e93e503fdb /src/ChangeLog
parentdaf7e339db09be6f95f87d774830b759a0386c52 (diff)
downloademacs-e4c93315ecdc925217d4f526d39563c27a61f374.tar.gz
emacs-e4c93315ecdc925217d4f526d39563c27a61f374.zip
(font_list_entities): Fix the car part of data to be
stored in the cache.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 030c2a186bf..34a825d0720 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12008-05-31 Kenichi Handa <handa@m17n.org> 12008-05-31 Kenichi Handa <handa@m17n.org>
2 2
3 * font.c (font_list_entities): Fix the car part of data to be
4 stored in the cache.
5
3 * ftfont.c (ftfont_font_format): Don't use strcasestr. 6 * ftfont.c (ftfont_font_format): Don't use strcasestr.
4 7
52008-05-30 Stefan Monnier <monnier@iro.umontreal.ca> 82008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>