From: Kenichi Handa Date: Tue, 7 May 2002 04:55:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/1a0c5ca96645a078d7425720fdaeda2bb752fb63 *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index b9e3b170d8..222d02b038 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,13 @@ +2002-05-07 Kenichi Handa + + * charsets/Makefile (MAPS): Add gbk.map and gb18030-bmp.map. + (ICUDIR): New macro. + (gbk.map, gb18030-bmp.map): New targets. + + * charsets/gbk.map, charsets/gb18030-bmp.map: New files. + + * charsets/gbk18030.awk: New file. + 2002-03-01 Kenichi Handa * charsets: New directory for charset mapping tables. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3fe01c53d0..dab6666f8e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2002-05-07 Kenichi Handa + + * international/fontset.el: Change the registry for + chinese-gb2312 and add the registry for chinese-gbk. + + * international/mule.el (charset-chars): Fix typo. + + * international/mule-conf.el (chinese-gbk): New charset. + + * international/titdic-cnv.el (titdic-convert): Read into a + unibyte buffer then make the buffer multibyte. + 2002-03-07 Kenichi Handa * international/mule-conf.el (utf-16-le): Use :bom attribute diff --git a/src/ChangeLog b/src/ChangeLog index 4953bbf2d6..dbc79a9027 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-05-07 Kenichi Handa + + * xdisp.c (display_mode_element): When the variable `elt' is + changed, update `this' and `lisp_string'. + 2002-05-07 Kenichi Handa * buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling. @@ -55,6 +60,7 @@ * coding.c (produce_chars): Set the variable `multibytep' correctly. (decode_coding_gap): Set coding->dst_multibyte correctly. +>>>>>>> 1.2479.2.9 2002-03-07 Kenichi Handa * coding.c (encode_coding_utf_8): Initialize produced_chars to 0.