aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-06-03 11:57:01 +0000
committerKenichi Handa2008-06-03 11:57:01 +0000
commiteea9c5c4941d2e9a1a513ab9ef25323ee99ccb8c (patch)
treec9f9020a26213f69e550251fbc58e986b0bc8fca /src/ChangeLog
parente6cb3cf55ff0a1a7c637528804a246edf3e77fad (diff)
downloademacs-eea9c5c4941d2e9a1a513ab9ef25323ee99ccb8c.tar.gz
emacs-eea9c5c4941d2e9a1a513ab9ef25323ee99ccb8c.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fcdb1d4515d..e1b8325b359 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12008-06-03 Kenichi Handa <handa@m17n.org> 12008-06-03 Kenichi Handa <handa@m17n.org>
2 2
3 * font.c (font_prop_validate_spacing): Handle uppercase symbols.
4 (font_parse_fcname): Fix handling of unknown key.
5
6 * xfont.c (xfont_list): Try an alias.
7
3 * charset.c (char_charset): Return NULL if the arg charset_list is 8 * charset.c (char_charset): Return NULL if the arg charset_list is
4 specified and C doesn't belong to any of them. 9 specified and C doesn't belong to any of them.
5 10