diff options
| author | Kenichi Handa | 2004-10-04 01:23:59 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-10-04 01:23:59 +0000 |
| commit | 1bb0f345464fa075e54be469a84bc73f128d5992 (patch) | |
| tree | 4ded7937cc50ccbf4566e319c3f530e26e6cacfe /src | |
| parent | 46e7b3849d5dbe23916093ba943215fcfc5b8c89 (diff) | |
| download | emacs-1bb0f345464fa075e54be469a84bc73f128d5992.tar.gz emacs-1bb0f345464fa075e54be469a84bc73f128d5992.zip | |
*** empty log message ***
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 |