update. r21-2-44-utf-2000-0_19-nc4-b5-1-2
authortomo <tomo>
Mon, 12 Aug 2002 14:37:06 +0000 (14:37 +0000)
committertomo <tomo>
Mon, 12 Aug 2002 14:37:06 +0000 (14:37 +0000)
lisp/ChangeLog
src/ChangeLog

index 91048f4..dfa0727 100644 (file)
@@ -1,3 +1,14 @@
+2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * mule/mule-charset.el: Don't specify `auto-fill-chars' for
+       `katakana-jisx0201', `japanese-jisx0208', `japanese-jisx0212',
+       `chinese-gb2312', `chinese-big5-1' and `chinese-big5-2'.
+       (default-coded-charset-priority-list): Add `chinese-big5-1' and
+       `chinese-big5-2' in UTF-2000.
+
+       * mule/chinese.el: Set syntax-entry "w" for `chinese-big5' instead
+       of `chinese-big5-1' and `chinese-big5-2' in UTF-2000.
+
 2002-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
 
        * mule/chinese.el: Add new coding-systems `big5-er', `big5-eten',
index 232bb65..5f44316 100644 (file)
@@ -1,3 +1,23 @@
+2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
+
+       * char-ucs.h (DECODE_CHAR): Delete special code for
+       `chinese-big5-1' and `chinese-big5-2'.
+
+       * mule-charset.c (Qbig5_1): New variable in UTF-2000.
+       (Qbig5_2): Likewise.
+       (decode_defined_char): Support CONVERSION_BIG5_1 and
+       CONVERSION_BIG5_2.
+       (decode_builtin_char): Likewise.
+       (charset_code_point): Likewise.
+       (Fmake_charset): Accept `big5-1' and `big5-2' as a value of
+       'conversion in UTF-2000.
+       (syms_of_mule_charset): Add new symbol `big5-1' and `big5-2'.
+       (complex_vars_of_mule_charset): Define `chinese-big5-1' and
+       `chinese-big5-2' as children of `chinese-big5'.
+
+       * char-ucs.h (CONVERSION_BIG5_1): New macro.
+       (CONVERSION_BIG5_2): New macro.
+
 2002-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
 
        * text-coding.c (char_encode_big5): Support entity-reference.