diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index dca358e8850..c8c57beca6e 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2004-10-04 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * xdisp.c (message_dolog, set_message_1): Call | ||
| 4 | unibyte_char_to_multibyte with arg type int. | ||
| 5 | |||
| 6 | * fileio.c (Fsubstitute_in_file_name): Fix previous change. | ||
| 7 | |||
| 8 | * lread.c (read1): Fix reading of a char-table. | ||
| 9 | |||
| 10 | * print.c (print_object): Include sub char-table in cicularities | ||
| 11 | detection. | ||
| 12 | |||
| 1 | 2004-10-01 Kenichi Handa <handa@m17n.org> | 13 | 2004-10-01 Kenichi Handa <handa@m17n.org> |
| 2 | 14 | ||
| 3 | * keymap.c (where_is_internal_2): Fix for the case that KEY is a | 15 | * keymap.c (where_is_internal_2): Fix for the case that KEY is a |