diff options
| -rw-r--r-- | etc/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-03-01 Kenichi Handa <handa@etl.go.jp> | 11 | 2002-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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-03-07 Kenichi Handa <handa@etl.go.jp> | 13 | 2002-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 @@ | |||
| 1 | 2002-05-07 Kenichi Handa <handa@etl.go.jp> | 1 | 2002-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 | |||
| 6 | 2002-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 | ||
| 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. |