diff options
| author | Kenichi Handa | 2000-06-30 02:56:11 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-06-30 02:56:11 +0000 |
| commit | dca9961d8108623065cd3a8f4e74a2b41eac0ed0 (patch) | |
| tree | b1290ebd5983f2a2efc465f2e3e2b0041cb492ba | |
| parent | af5c25e1981e0ea153075f9b244dc7ad95cdf168 (diff) | |
| download | emacs-dca9961d8108623065cd3a8f4e74a2b41eac0ed0.tar.gz emacs-dca9961d8108623065cd3a8f4e74a2b41eac0ed0.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dfecb3bd2c8..7ab860989eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-06-30 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * coding.c (code_convert_region): Even if the length of text is | ||
| 4 | zero, try to convert it if coding->type is coding_type_ccl. | ||
| 5 | (decode_coding_string, encode_coding_string): Likewise. | ||
| 6 | |||
| 1 | 2000-06-28 Gerd Moellmann <gerd@gnu.org> | 7 | 2000-06-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 8 | ||
| 3 | * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse | 9 | * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse |