diff options
| author | Kenichi Handa | 2002-03-11 11:28:06 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-03-11 11:28:06 +0000 |
| commit | 85779cf5b729a963dc708131232b9c1a6963c20e (patch) | |
| tree | 389e1349ee925c14c42d9b97d9278a71b5d4e483 /src | |
| parent | dd6d5c011335d0cafb17d7a124425673316d7c6d (diff) | |
| download | emacs-85779cf5b729a963dc708131232b9c1a6963c20e.tar.gz emacs-85779cf5b729a963dc708131232b9c1a6963c20e.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a42764ac1c6..351d5fa1377 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-03-11 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * coding.c (produce_chars): Set the variable `multibytep' correctly. | ||
| 4 | (decode_coding_gap): Set coding->dst_multibyte correctly. | ||
| 5 | |||
| 1 | 2002-03-07 Kenichi Handa <handa@etl.go.jp> | 6 | 2002-03-07 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * coding.c (encode_coding_utf_8): Initialize produced_chars to 0. | 8 | * coding.c (encode_coding_utf_8): Initialize produced_chars to 0. |
| @@ -27,6 +32,8 @@ | |||
| 27 | * chartab.c (sub_char_table_set_range): Optimized for the case | 32 | * chartab.c (sub_char_table_set_range): Optimized for the case |
| 28 | DEPTH == 3. Add workaround code for a GCC optimization bug. | 33 | DEPTH == 3. Add workaround code for a GCC optimization bug. |
| 29 | 34 | ||
| 35 | * charset.c (parse_charset_map): Remove an unused variable. | ||
| 36 | |||
| 30 | * coding.c: Delete unused variables. | 37 | * coding.c: Delete unused variables. |
| 31 | 38 | ||
| 32 | * fileio.c (Finsert_file_contents): Set coding_system to Qnil | 39 | * fileio.c (Finsert_file_contents): Set coding_system to Qnil |