comparison src/ChangeLog @ 88461:3673d55fd425

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 07 May 2002 04:55:49 +0000
parents b26c2954b807
children 0a2b7a261e66
comparison
equal deleted inserted replaced
88460:cfd4bb506aa7 88461:3673d55fd425
1 2002-05-07 Kenichi Handa <handa@etl.go.jp>
2
3 * xdisp.c (display_mode_element): When the variable `elt' is
4 changed, update `this' and `lisp_string'.
5
1 2002-05-07 Kenichi Handa <handa@etl.go.jp> 6 2002-05-07 Kenichi Handa <handa@etl.go.jp>
2 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
53 2002-03-11 Kenichi Handa <handa@etl.go.jp> 58 2002-03-11 Kenichi Handa <handa@etl.go.jp>
54 59
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.
61 (decode_coding_utf_16): Fix converting high and low bytes to 67 (decode_coding_utf_16): Fix converting high and low bytes to
62 code-point. 68 code-point.