1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 02:20:21 -08:00
Commit graph

375 commits

Author SHA1 Message Date
Kenichi Handa
9a6662a34c (set-language-info-alist): Change
iso-2022-7bit to iso-2022-jp.
1997-08-26 11:47:06 +00:00
Kenichi Handa
9243aabac5 (tibetan-composition): Add autoload cookies. 1997-08-26 11:47:06 +00:00
Kenichi Handa
834503135c (setup-cyrillic-environment): Deleted.
(setup-cyrillic-iso-environment): New function.
(setup-cyrillic-koi8-environment): New function.
(setup-cyrillic-alternativnyj-environment): New function.
1997-08-22 01:22:17 +00:00
Kenichi Handa
5f1d80c7c2 Make describe-cyrillic-environment-map and
setup-cyrillic-environment-map prefix commands and bind [Cyrillic]
to them in describe-environment-map and setup-environment-map
respectively.  Divide language environemnt "Cyrillic" into three:
"Cyrillic-ISO", "Cyrillic-KOI8", and "Cyrillic-ALTERNATIVNYJ".
1997-08-22 01:22:17 +00:00
Richard M. Stallman
e5023df970 Don't set primary-language. 1997-08-19 04:48:43 +00:00
Richard M. Stallman
c5637d842b (setup-cyrillic-environment): Don't set primary-language. 1997-08-19 04:48:22 +00:00
Richard M. Stallman
916b00d855 (setup-ethiopic-environment): Don't set primary-language. 1997-08-19 04:48:02 +00:00
Richard M. Stallman
c4ece79389 (setup-latin1-environment): Don't set special-microsoft-code-table here. 1997-08-16 21:57:47 +00:00
Kenichi Handa
f7b46c2d62 (setup-chinese-gb-environment): Delete
a code setting default value of default-input-method.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.
1997-08-16 01:55:27 +00:00
Kenichi Handa
8d2c52850d (setup-ethiopic-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
920edc7dbc (setup-8-bit-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
a5aab75c84 (setup-japanese-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
cf4e60276a (setup-korean-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
d086dcc71f (setup-tibetan-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Richard M. Stallman
cfc1d0ba95 (setup-8-bit-environment): Use `require' to load the latin-N file. 1997-08-15 19:32:53 +00:00
Richard M. Stallman
5043ddd4d4 (setup-latin1-environment): Set code 222 in special-microsoft-code-table. 1997-08-11 18:32:12 +00:00
Kenichi Handa
251929849b Make coding system iso-2022-jp instead of
declaring it as an alias of iso-2022-7bit.
1997-08-10 05:53:45 +00:00
Kenichi Handa
33a46dbc78 (setup-chinese-gb-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.
1997-08-10 04:09:49 +00:00
Kenichi Handa
ea1d661bb5 (setup-english-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.
1997-08-10 04:09:49 +00:00
Kenichi Handa
282f5d02e7 (setup-8-bit-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.
1997-08-10 04:09:49 +00:00
Kenichi Handa
e20fe65753 (setup-japanese-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.
1997-08-10 04:09:49 +00:00
Kenichi Handa
3518ac16b5 Set t for Rao-SEMIVOWEL-SIGN-LO in
ignore-relative-composition.
1997-08-10 04:09:49 +00:00
Kenichi Handa
b688d08199 Correct setting of char-code-property `name'. 1997-08-10 04:09:49 +00:00
Kenichi Handa
57e6c4cde1 (setup-tibetan-environment): Do not
change sendmail-coding-system and rmail-file-coding-system.
1997-08-10 04:09:49 +00:00
Richard M. Stallman
f58bb396e8 (cyrillic-language-alist): Fix punctuation. 1997-08-08 06:40:52 +00:00
Richard M. Stallman
729b30aeb3 (cyrillic-language-alist): Add one language. 1997-08-07 08:30:32 +00:00
Richard M. Stallman
3cea0ca7f8 Fix copyright holder name. 1997-08-05 05:32:28 +00:00
Richard M. Stallman
2631431ffc (standard-display-cyrillic-translit):
Set standard-display-table here, not when loading the file.
Read argument properly with `interactive'.
1997-08-05 05:00:55 +00:00
Kenichi Handa
7286c88e13 (cyrillic-language-alist): New variable.
(standard-display-cyrillic-translit): Add autoload cookie.
1997-08-05 01:10:07 +00:00
Kenichi Handa
96cf572e1e (setup-chinese-gb-environment): Do not
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.
1997-08-04 07:01:31 +00:00
Kenichi Handa
bd14cdd0cb (setup-english-environment): Call set-default-coding-systems. 1997-08-04 07:01:31 +00:00
Kenichi Handa
1158c5be3a (setup-8-bit-environment): Do not
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
1997-08-04 07:01:31 +00:00
Kenichi Handa
b711bb8038 (setup-japanese-environment): Do not
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
1997-08-04 07:01:31 +00:00
Kenichi Handa
45bd6bb715 (setup-korean-environment): Do not
call set-terminal-coding-system and set-keyboard-coding-system,
instead call set-defualt-coding-systems.
1997-08-04 07:01:31 +00:00
Kenichi Handa
8b7be11f41 (setup-chinese-gb-environment): Set
default value of default-input-method.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.  Correct input method
name.
1997-08-03 02:54:04 +00:00
Kenichi Handa
4eba152358 (setup-ethiopic-environment): Bind
correct commands in global-map, rmail-mode-map, and mail-mode-map.
Set default value of default-input-method.
1997-08-03 02:54:04 +00:00
Kenichi Handa
15e8ea5a02 (ccl-encode-ethio-font): Fix typo in doc-string. 1997-08-03 02:54:04 +00:00
Kenichi Handa
3144063d73 (setup-8-bit-environment): Set default value of default-input-method. 1997-08-03 02:54:04 +00:00
Kenichi Handa
2a9f3a0e04 (setup-japanese-environment): Set default value of default-input-method. 1997-08-03 02:54:04 +00:00
Kenichi Handa
4d0cccaeb6 (setup-korean-environment): Set default value of default-input-method. 1997-08-03 02:54:04 +00:00
Kenichi Handa
737acdc678 (setup-tibetan-environment): Set default value of default-input-method. 1997-08-03 02:54:04 +00:00
Richard M. Stallman
71ed499293 (standard-display-cyrillic-translit): New function. 1997-08-01 17:09:45 +00:00
Kenichi Handa
b34fe18227 (setup-thai-environment): Add correct autoload cookie. 1997-07-25 07:44:24 +00:00
Kenichi Handa
94154c84d4 (setup-tibetan-environment): Correct
coding system names.  Set default-input-method to "tibetan-wylie".
1997-07-25 07:44:24 +00:00
Kenichi Handa
3ff0ea16ac (setup-vietnamese-environment): Add autoload cookie. 1997-07-25 07:44:24 +00:00
Richard M. Stallman
049f742524 (setup-cyrillic-environment): Fix paren error. 1997-07-21 19:57:26 +00:00
Kenichi Handa
ca7495f7f8 (setup-chinese-gb-environment): Adjusted for the change of coding
category names.  Set default-input-method to chinese-py-punct.
(setup-chinese-big5-environment): Set default-input-method to
chinese-py-punct-b5.
(setup-chinese-cns-environment): Set default-input-method correctly.
1997-07-15 08:22:18 +00:00
Kenichi Handa
abbd695757 (setup-english-environment): Adjusted for the change of coding
category names.
1997-07-15 08:22:18 +00:00
Kenichi Handa
ae7f24dea7 (setup-ethiopic-environment): Set default-input-method correctly. 1997-07-15 08:22:18 +00:00
Kenichi Handa
e2cbe74db7 (setup-japanese-environment): Adjusted for the change of coding
category names.  Set default-input-method correctly.
1997-07-15 08:22:18 +00:00