aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2002-05-07 04:55:49 +0000
committerKenichi Handa2002-05-07 04:55:49 +0000
commit1a0c5ca96645a078d7425720fdaeda2bb752fb63 (patch)
tree984d16bd961fb10bb144de53d550a4e7b815ecbc /src/ChangeLog
parentf8e12783e2835c688174ef048bf5d6732346e798 (diff)
downloademacs-1a0c5ca96645a078d7425720fdaeda2bb752fb63.tar.gz
emacs-1a0c5ca96645a078d7425720fdaeda2bb752fb63.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-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.