Mercurial > emacs
changeset 88755:97a127f9efeb
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 12 Jun 2002 00:57:01 +0000 |
parents | d4acd0fec14c |
children | c2d4566b3cde |
files | lisp/ChangeLog lisp/international/mule.el src/ChangeLog |
diffstat | 3 files changed, 18 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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)
--- 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'
--- 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.