]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 12 Jun 2002 00:57:01 +0000 (00:57 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 12 Jun 2002 00:57:01 +0000 (00:57 +0000)
lisp/ChangeLog
lisp/international/mule.el
src/ChangeLog

index bb13ef00f8a42ba7326c92dc6891c90bbbc7549a..f306e471c8924a8273cc57826951081676c2cddb 100644 (file)
@@ -1,3 +1,19 @@
+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)
index dd91e997783909a0bdfac9a1cb9f668e179c407e..391fb87eedb90a86d5750e93ad326cb3b52e83db 100644 (file)
@@ -49,7 +49,7 @@ Distribution date of this version of MULE (multilingual environment).")
   "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'
 
index c72d4dd89b957c6793c69e18a64e9f736fea1d7b..9e52d7fc38bf6962db76feb7cf9d3a1461a6a917 100644 (file)
@@ -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.