Mercurial > emacs
changeset 103776:5ea232c72787
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 08 Jul 2009 03:49:31 +0000 |
parents | 9bc67103bc1d |
children | 8d8b87dd38e7 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jul 08 03:49:12 2009 +0000 +++ b/src/ChangeLog Wed Jul 08 03:49:31 2009 +0000 @@ -1,5 +1,10 @@ 2009-07-08 Kenichi Handa <handa@m17n.org> + * fontset.c (fontset_find_font): Fix the logic of handling + charset_matched. + (font_for_char): Delete unused var. + (generate_ascii_font_name): Delete it. + * coding.h (JIS_TO_SJIS2): Fix the code range check. * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly.