aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
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 @@
12002-05-07 Kenichi Handa <handa@etl.go.jp> 12002-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
62002-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
582002-03-07 Kenichi Handa <handa@etl.go.jp> 642002-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.