diff options
| author | Kenichi Handa | 2002-05-07 04:55:49 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-05-07 04:55:49 +0000 |
| commit | 1a0c5ca96645a078d7425720fdaeda2bb752fb63 (patch) | |
| tree | 984d16bd961fb10bb144de53d550a4e7b815ecbc /src | |
| parent | f8e12783e2835c688174ef048bf5d6732346e798 (diff) | |
| download | emacs-1a0c5ca96645a078d7425720fdaeda2bb752fb63.tar.gz emacs-1a0c5ca96645a078d7425720fdaeda2bb752fb63.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4953bbf2d62..dbc79a90274 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2002-05-07 Kenichi Handa <handa@etl.go.jp> | 1 | 2002-05-07 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * xdisp.c (display_mode_element): When the variable `elt' is | ||
| 4 | changed, update `this' and `lisp_string'. | ||
| 5 | |||
| 6 | 2002-05-07 Kenichi Handa <handa@etl.go.jp> | ||
| 7 | |||
| 3 | * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling. | 8 | * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling. |
| 4 | 9 | ||
| 5 | * callproc.c (Fcall_process): Be sure to give the current buffer | 10 | * callproc.c (Fcall_process): Be sure to give the current buffer |
| @@ -55,6 +60,7 @@ | |||
| 55 | * coding.c (produce_chars): Set the variable `multibytep' correctly. | 60 | * coding.c (produce_chars): Set the variable `multibytep' correctly. |
| 56 | (decode_coding_gap): Set coding->dst_multibyte correctly. | 61 | (decode_coding_gap): Set coding->dst_multibyte correctly. |
| 57 | 62 | ||
| 63 | >>>>>>> 1.2479.2.9 | ||
| 58 | 2002-03-07 Kenichi Handa <handa@etl.go.jp> | 64 | 2002-03-07 Kenichi Handa <handa@etl.go.jp> |
| 59 | 65 | ||
| 60 | * coding.c (encode_coding_utf_8): Initialize produced_chars to 0. | 66 | * coding.c (encode_coding_utf_8): Initialize produced_chars to 0. |