diff options
| author | Kenichi Handa | 2009-07-08 03:49:31 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-07-08 03:49:31 +0000 |
| commit | 374bf7e4347e785727a992e2eca4ddacce9ced32 (patch) | |
| tree | e9eb844bfacf073ee8f6d8a609fc1a5eae2cb159 /src/ChangeLog | |
| parent | 678bc1f5248f0cf513e2306555564881355a6825 (diff) | |
| download | emacs-374bf7e4347e785727a992e2eca4ddacce9ced32.tar.gz emacs-374bf7e4347e785727a992e2eca4ddacce9ced32.zip | |
(fontset_find_font): Fix the logic of handling
charset_matched.
(font_for_char): Delete unused var.
(generate_ascii_font_name): Delete it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 94c71a92176..c39e73a39b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2009-07-08 Kenichi Handa <handa@m17n.org> | 1 | 2009-07-08 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * fontset.c (fontset_find_font): Fix the logic of handling | ||
| 4 | charset_matched. | ||
| 5 | (font_for_char): Delete unused var. | ||
| 6 | (generate_ascii_font_name): Delete it. | ||
| 7 | |||
| 3 | * coding.h (JIS_TO_SJIS2): Fix the code range check. | 8 | * coding.h (JIS_TO_SJIS2): Fix the code range check. |
| 4 | 9 | ||
| 5 | * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly. | 10 | * coding.c (detect_coding_sjis): Handle shift_jis-2004 correctly. |