aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-05-07 04:55:49 +0000
committerKenichi Handa2002-05-07 04:55:49 +0000
commit1a0c5ca96645a078d7425720fdaeda2bb752fb63 (patch)
tree984d16bd961fb10bb144de53d550a4e7b815ecbc
parentf8e12783e2835c688174ef048bf5d6732346e798 (diff)
downloademacs-1a0c5ca96645a078d7425720fdaeda2bb752fb63.tar.gz
emacs-1a0c5ca96645a078d7425720fdaeda2bb752fb63.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog10
-rw-r--r--lisp/ChangeLog12
-rw-r--r--src/ChangeLog6
3 files changed, 28 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index b9e3b170d84..222d02b0384 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,13 @@
12002-05-07 Kenichi Handa <handa@etl.go.jp>
2
3 * charsets/Makefile (MAPS): Add gbk.map and gb18030-bmp.map.
4 (ICUDIR): New macro.
5 (gbk.map, gb18030-bmp.map): New targets.
6
7 * charsets/gbk.map, charsets/gb18030-bmp.map: New files.
8
9 * charsets/gbk18030.awk: New file.
10
12002-03-01 Kenichi Handa <handa@etl.go.jp> 112002-03-01 Kenichi Handa <handa@etl.go.jp>
2 12
3 * charsets: New directory for charset mapping tables. 13 * charsets: New directory for charset mapping tables.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3fe01c53d0b..dab6666f8e6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12002-05-07 Kenichi Handa <handa@etl.go.jp>
2
3 * international/fontset.el: Change the registry for
4 chinese-gb2312 and add the registry for chinese-gbk.
5
6 * international/mule.el (charset-chars): Fix typo.
7
8 * international/mule-conf.el (chinese-gbk): New charset.
9
10 * international/titdic-cnv.el (titdic-convert): Read into a
11 unibyte buffer then make the buffer multibyte.
12
12002-03-07 Kenichi Handa <handa@etl.go.jp> 132002-03-07 Kenichi Handa <handa@etl.go.jp>
2 14
3 * international/mule-conf.el (utf-16-le): Use :bom attribute 15 * international/mule-conf.el (utf-16-le): Use :bom attribute
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.