changeset 88461:3673d55fd425

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 07 May 2002 04:55:49 +0000
parents cfd4bb506aa7
children 0a2b7a261e66
files etc/ChangeLog lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ChangeLog	Tue May 07 04:55:32 2002 +0000
+++ b/etc/ChangeLog	Tue May 07 04:55:49 2002 +0000
@@ -1,3 +1,13 @@
+2002-05-07  Kenichi Handa  <handa@etl.go.jp>
+
+	* 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  <handa@etl.go.jp>
 
 	* charsets: New directory for charset mapping tables.
--- a/lisp/ChangeLog	Tue May 07 04:55:32 2002 +0000
+++ b/lisp/ChangeLog	Tue May 07 04:55:49 2002 +0000
@@ -1,3 +1,15 @@
+2002-05-07  Kenichi Handa  <handa@etl.go.jp>
+
+	* 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  <handa@etl.go.jp>
 
 	* international/mule-conf.el (utf-16-le): Use :bom attribute
--- a/src/ChangeLog	Tue May 07 04:55:32 2002 +0000
+++ b/src/ChangeLog	Tue May 07 04:55:49 2002 +0000
@@ -1,3 +1,8 @@
+2002-05-07  Kenichi Handa  <handa@etl.go.jp>
+
+	* xdisp.c (display_mode_element): When the variable `elt' is
+	changed, update `this' and `lisp_string'.
+
 2002-05-07  Kenichi Handa  <handa@etl.go.jp>
 
 	* 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  <handa@etl.go.jp>
 
 	* coding.c (encode_coding_utf_8): Initialize produced_chars to 0.