diff options
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 6172430e19a..9a7a6bc650b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,11 +1,16 @@ | |||
| 1 | 2002-05-14 Kenichi Handa <handa@etl.go.jp> | 1 | 2002-05-14 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * buffer.c (Fset_buffer_multibyte): Convert 8-bit bytes to | ||
| 4 | multibyte form correctly. | ||
| 5 | |||
| 3 | * fontset.c (fs_load_font): Check fontp->full_name (not fontname) | 6 | * fontset.c (fs_load_font): Check fontp->full_name (not fontname) |
| 4 | against Vfont_encoding_alist. | 7 | against Vfont_encoding_alist. |
| 5 | 8 | ||
| 6 | * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the | 9 | * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the |
| 7 | handling of charset list. | 10 | handling of charset list. |
| 8 | (encode_coding_iso_2022): Setup coding->safe_charsets in advance. | 11 | (encode_coding_iso_2022): Setup coding->safe_charsets in advance. |
| 12 | (decode_coding_object): Move point to coding->dst_pos before | ||
| 13 | calling post-read-conversion function. | ||
| 9 | 14 | ||
| 10 | * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2). | 15 | * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2). |
| 11 | 16 | ||