diff options
| author | Kenichi Handa | 2002-06-12 00:57:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-06-12 00:57:01 +0000 |
| commit | bec25accac0aa033ed3d19636c4a16437ff5c7cf (patch) | |
| tree | 2a21554b31c02a22d9a2221bddc64622f40fbce9 | |
| parent | 8caac0a1706cbbc8f472e95874691545253c0504 (diff) | |
| download | emacs-bec25accac0aa033ed3d19636c4a16437ff5c7cf.tar.gz emacs-bec25accac0aa033ed3d19636c4a16437ff5c7cf.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 16 | ||||
| -rw-r--r-- | lisp/international/mule.el | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 1 |
3 files changed, 18 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb13ef00f8a..f306e471c89 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2002-06-12 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * international/quail.el (quail-update-leim-list-file): Force | ||
| 4 | writing the file by iso-2022-7bit. | ||
| 5 | |||
| 6 | * international/titdic-cnv.el (miscdic-convert): Force writing the | ||
| 7 | file by iso-2022-7bit. | ||
| 8 | |||
| 9 | * international/mule.el (define-charset): Change the attribute | ||
| 10 | :parents to :subset or :superset. | ||
| 11 | |||
| 12 | * international/mule-conf.el: Adjusted for the change of | ||
| 13 | define-charset (:parent -> :subset or :superset). | ||
| 14 | |||
| 15 | * international/characters.el: Fix the last change. | ||
| 16 | |||
| 1 | 2002-06-11 Dave Love <fx@gnu.org> | 17 | 2002-06-11 Dave Love <fx@gnu.org> |
| 2 | 18 | ||
| 3 | * language/cyril-util.el (cyrillic-encode-koi8-r-char) | 19 | * language/cyril-util.el (cyrillic-encode-koi8-r-char) |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index dd91e997783..391fb87eedb 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -49,7 +49,7 @@ Distribution date of this version of MULE (multilingual environment).") | |||
| 49 | "Define NAME (symbol) as a charset with DOCSTRING. | 49 | "Define NAME (symbol) as a charset with DOCSTRING. |
| 50 | The remaining arguments must come in pairs ATTRIBUTE VALUE. ATTRIBUTE | 50 | The remaining arguments must come in pairs ATTRIBUTE VALUE. ATTRIBUTE |
| 51 | may be any symbol. The following have special meanings, and one of | 51 | may be any symbol. The following have special meanings, and one of |
| 52 | `:code-offset', `:map', `:parents' must be specified. | 52 | `:code-offset', `:map', `:subset', `:superset' must be specified. |
| 53 | 53 | ||
| 54 | `:short-name' | 54 | `:short-name' |
| 55 | 55 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index c72d4dd89b9..9e52d7fc38b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -36,6 +36,7 @@ | |||
| 36 | (encode_char): Adjusted for the change of | 36 | (encode_char): Adjusted for the change of |
| 37 | Fdefine_charset_internal. | 37 | Fdefine_charset_internal. |
| 38 | (syms_of_charset): Likewise. | 38 | (syms_of_charset): Likewise. |
| 39 | (Ffind_charset_string): Setup the vector `charsets' correctly. | ||
| 39 | 40 | ||
| 40 | * chartab.c (sub_char_table_ref_and_range): New arg defalt. Fix | 41 | * chartab.c (sub_char_table_ref_and_range): New arg defalt. Fix |
| 41 | the previous change. | 42 | the previous change. |