X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2FChangeLog;h=d732959e16c534b8ae97e0a317d0fe8914ef4acf;hb=afc391781b1eb4961172bbf0c872aafc46341da6;hp=876e70fae80c00741dc8d37b9e19a1bf92734654;hpb=ec6bec60dc3d2f9f7a80db97afc65e1f980b92dd;p=chise%2Fxemacs-chise.git diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 876e70f..d732959 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,62 +1,53 @@ -1999-06-29 MORIOKA Tomohiko +1999-06-30 MORIOKA Tomohiko - * mule/korean.el: Use `define-coding-system-alias' instead of - `copy-coding-system'. - ("Korean"): Add `input-method' and `features' keys. + * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system' + instead of `list-coding-system'. -1999-06-29 MORIOKA Tomohiko +1999-06-30 MORIOKA Tomohiko - * mule/mule-cmds.el (set-language-environment-coding-systems): - Treat duplicated coding-categories. + * mule/mule-cmds.el (reset-language-environment): Must specify + coding-systems of coding-categories `ucs-4' and `utf-8'. 1999-06-29 MORIOKA Tomohiko - * mule/misc-lang.el (setup-ipa-environment): Just call - `set-language-environment'. - ("IPA"): Add `input-method' key. + * menubar-items.el (default-menubar): `select-input-method' was + renamed to `set-input-method'. -1999-06-29 MORIOKA Tomohiko + * mule/mule-cmds.el (set-language-info-alist): Fix setting for + "Set Language Environment" menu. - * mule/japanese.el: - - Use `define-coding-system-alias' instead of `copy-coding-system'. - - Register `input-method' and `features' keys into - language-info-alist. + * mule/mule-cmds.el (set-language-info-alist): Fix setting for + "Describe Language Support" menu. 1999-06-29 MORIOKA Tomohiko - * mule/vietnamese.el: - - Specify `iso-8-1' as a category of coding-system `viscii'. - - Register `input-method' and `features' keys into - language-info-alist. + * mule/chinese.el ("Chinese-GB"): Rename + `chinese-gb-environment-setup-function' to + `setup-chinese-gb-environment-internal'. 1999-06-29 MORIOKA Tomohiko - * mule/hebrew.el (setup-hebrew-environment): Just call - `set-language-environment'. - ("Hebrew"): Add `input-method' property. + * mule/korean.el: Use `define-coding-system-alias' instead of + `copy-coding-system'. + +1999-06-29 MORIOKA Tomohiko - * mule/greek.el (setup-greek-environment): Just call - `set-language-environment'. - - Specify `coding-priority' and `input-method' properties of each - language environment. + * mule/mule-cmds.el (set-language-environment-coding-systems): + Treat duplicated coding-categories. 1999-06-29 MORIOKA Tomohiko - * mule/european.el (setup-latin1-environment): Just call - `set-language-environment'. - - Specify `coding-priority' and `input-method' properties of each - language environment. + * mule/japanese.el: Use `define-coding-system-alias' instead of + `copy-coding-system'. 1999-06-29 MORIOKA Tomohiko - * mule/english.el (setup-english-environment): Don't setup - `setup-function' property of English environment. + * mule/vietnamese.el: Specify `iso-8-1' as a category of + coding-system `viscii'. 1999-06-29 MORIOKA Tomohiko * mule/cyrillic.el: - - Register `coding-priority', `input-method' and `features' keys - into language-info-alist. - Specify `iso-8-1' as a category of coding-system `koi8-r'. (cyrillic-alternativnyj-decode-table): New variable. (cyrillic-alternativnyj-encode-table): New variable. @@ -70,7 +61,6 @@ - Use `define-coding-system-alias' instead of `copy-coding-system'. - Register `chinese-gb-environment-setup-function' as a `setup-function' of "Chinese-GB" environment. - - Register input-method key in language-info-alist. 1999-06-29 MORIOKA Tomohiko @@ -195,17 +185,22 @@ 1999-04-12 Richard M. Stallman - * mule/mule-cmds.el (input-method-function): - Add permanent-local property. + * mule/mule-cmds.el (input-method-function): Add permanent-local + property. 1999-03-30 Dave Love * mule/mule-cmds.el (current-language-environment): Doc fix. +1999-02-06 Richard Stallman + + * mule/european.el (setup-slovenian-environment): New function. + ("Slovenian"): New language environment. + 1999-01-27 Dave Love - * mule/mule-cmds.el (current-language-environment): - Provide :link, :type (choices) and appropriate :get. + * mule/mule-cmds.el (current-language-environment): Provide :link, + :type (choices) and appropriate :get. 1999-01-14 Kenichi Handa @@ -220,9 +215,9 @@ 1998-12-30 Eli Zaretskii - * mule/mule-cmds.el (prefer-coding-system): If the - argument requires specific EOL conversion type, make the default - coding systems use that. + * mule/mule-cmds.el (prefer-coding-system): If the argument + requires specific EOL conversion type, make the default coding + systems use that. 1998-12-17 Eli Zaretskii @@ -276,8 +271,20 @@ avoid bootstrapping problem if you need to recompile all the Lisp files using interpreted code. +1998-08-26 Kenichi Handa + + * mule/european.el ("Latin-1"): Modify `documentation' key value. + ("Latin-2"): Likewise. + +1998-08-18 Per Starback + + * mule/european.el (setup-latin2-environment): Fix typo. + 1998-08-18 Kenichi Handa + * mule/european.el: Give proper value of `input-method' key to all + lang. env. + * mule/mule-cmds.el (activate-input-method): Handle the case that the arg INPUT-METHOD is nil correctly. (read-multilingual-string): Activate the specified input method @@ -289,6 +296,8 @@ * mule/mule-cmds.el (language-info-alist): Doc-string modified. (set-language-info-alist): Fix typo in doc-string. + * mule/hebrew.el ("Hebrew"): Delete describe-function key. + 1998-08-09 Kenichi HANDA * mule/mule-cmds.el (language-info-alist): Doc-string modified. @@ -299,6 +308,17 @@ (read-language-name): Handle the case that the arg KEY is nil. (describe-language-environment): Handle input-method property. + * mule/: All files under this directory, which related with + specific languages (such as mule/european.el, mule/greek.el, + mule/hebrew.el, mule/misc-lang.el), modified as below. + (setup-XXX-environment): Just call set-language-environment. If + they used to do some other jobs than what done by + set-language-environment, those jobs are done in + setup-XXX-environment-internal now. + ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change + the value to setup-XXX-environment-internal. Add properties + input-method and features. + * mule/english.el (setup-english-environment): Just call reset-language-environment. @@ -337,6 +357,10 @@ * mule/misc-lang.el ("IPA"): Add coding-priority and coding-system. +1998-06-26 Ken'ichi Handa + + * mule/greek.el: Add coding-priority. + 1998-05-23 Richard Stallman * mule/mule-cmds.el (register-input-method): Rename arg ENV to @@ -387,8 +411,8 @@ 1998-03-02 Kenichi Handa - * mule/mule-cmds.el (set-default-coding-systems): - Doc-string modified. + * mule/mule-cmds.el (set-default-coding-systems): Doc-string + modified. (prefer-coding-system): Doc-string modified. 1998-01-21 Kenichi Handa @@ -408,6 +432,29 @@ set-language-info-alist. Register coding-priority key in language-info-alist. + * mule/cyrillic.el: Remove setting up of + describe-cyrillic-environment-map and + setup-cyrillic-environment-map. Exclude them in args of calls to + set-language-info-alist. Register coding-priority key in + language-info-alist. + + * mule/english.el: Register coding-priority key in + language-info-alist. + + * mule/ethiopic.el: Register coding-priority key in + language-info-alist. + + * mule/european.el: Remove setting up of + describe-european-environment-map and + setup-european-environment-map. Exclude them in args of calls to + set-language-info-alist. Register coding-priority key in + language-info-alist. Add "German" language env. + (setup-8-bit-environment): Delete CODING-SYSTEM arg. + (setup-german-environment): New function. + + * mule/greek.el (setup-greek-environment): For Greek lang. env., + change default input method to "greek-postfix". + * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register coding-priority key in @@ -445,7 +492,7 @@ (activate-input-method): Check if we can run the registered function to activate an input method. - * language/korean.el: Set exit-function for language environment + * mule/korean.el: Set exit-function for language environment "Korean" to exit-korean-environment. (setup-korean-environment): Moved to korea-util.el. @@ -494,6 +541,16 @@ * files.el (insert-file-contents-literally): Treat file as binary; call file-name-handlers. [sync with Emacs 20.3.10] +1999-06-25 Charles G Waldman + + * cus-face.el (custom-face-italic): insert missing args + +1999-06-24 Michael Sperber [Mr. Preprocessor] + + * packages.el (package-locations): Changed default early package + hierarchies to ~/.xemacs/mule-packages and + ~/.xemacs/xemacs-packages. + 1999-06-23 SL Baur * mule/mule-category.el (Top Level): ASCII is also latin-1.