+2002-06-12 Kenichi Handa <handa@etl.go.jp>
+
+ * international/quail.el (quail-update-leim-list-file): Force
+ writing the file by iso-2022-7bit.
+
+ * international/titdic-cnv.el (miscdic-convert): Force writing the
+ file by iso-2022-7bit.
+
+ * international/mule.el (define-charset): Change the attribute
+ :parents to :subset or :superset.
+
+ * international/mule-conf.el: Adjusted for the change of
+ define-charset (:parent -> :subset or :superset).
+
+ * international/characters.el: Fix the last change.
+
2002-06-11 Dave Love <fx@gnu.org>
* language/cyril-util.el (cyrillic-encode-koi8-r-char)
"Define NAME (symbol) as a charset with DOCSTRING.
The remaining arguments must come in pairs ATTRIBUTE VALUE. ATTRIBUTE
may be any symbol. The following have special meanings, and one of
-`:code-offset', `:map', `:parents' must be specified.
+`:code-offset', `:map', `:subset', `:superset' must be specified.
`:short-name'
(encode_char): Adjusted for the change of
Fdefine_charset_internal.
(syms_of_charset): Likewise.
+ (Ffind_charset_string): Setup the vector `charsets' correctly.
* chartab.c (sub_char_table_ref_and_range): New arg defalt. Fix
the previous change.