# HG changeset patch # User Kenichi Handa # Date 1023843421 0 # Node ID 97a127f9efeb976ca9e59066432735a208869332 # Parent d4acd0fec14c8c65fde68a920ec4c61b8f02cf54 *** empty log message *** diff -r d4acd0fec14c -r 97a127f9efeb lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 12 00:50:09 2002 +0000 +++ b/lisp/ChangeLog Wed Jun 12 00:57:01 2002 +0000 @@ -1,3 +1,19 @@ +2002-06-12 Kenichi Handa + + * 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 * language/cyril-util.el (cyrillic-encode-koi8-r-char) diff -r d4acd0fec14c -r 97a127f9efeb lisp/international/mule.el --- a/lisp/international/mule.el Wed Jun 12 00:50:09 2002 +0000 +++ b/lisp/international/mule.el Wed Jun 12 00:57:01 2002 +0000 @@ -49,7 +49,7 @@ "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' diff -r d4acd0fec14c -r 97a127f9efeb src/ChangeLog --- a/src/ChangeLog Wed Jun 12 00:50:09 2002 +0000 +++ b/src/ChangeLog Wed Jun 12 00:57:01 2002 +0000 @@ -36,6 +36,7 @@ (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.