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

62 commits

Author SHA1 Message Date
Kenichi Handa
766d03c2c1 (setup-greek-environment): Call setup-8-bit-environment correctly. 1997-07-02 12:58:24 +00:00
Kenichi Handa
aa330894f7 (setup-hebrew-environment): Call setup-8-bit-environment correctly. 1997-07-02 12:58:24 +00:00
Kenichi Handa
740cfcfdb3 (setup-8-bit-environment): New argument
LANGUAGE.
(setup-latin1-environment): Adjusted for the above change.
(setup-latin2-environment): Likewise.
(setup-latin3-environment): Likewise.
(setup-latin4-environment): Likewise.
(setup-latin5-environment): Likewise.
1997-07-02 12:58:23 +00:00
Kenichi Handa
aa062fefae Change category 5 to 1. 1997-07-02 12:58:22 +00:00
Richard M. Stallman
523312397a (in-is13194-devanagari): Define this name rather than devanagari.
(devanagari): Make this an alias.
1997-07-02 00:06:55 +00:00
Richard M. Stallman
71eabd24ae Swap args to define-coding-system-alias. 1997-07-02 00:06:30 +00:00
Richard M. Stallman
2e21aa274a Fix calls to define-coding-system-alias. 1997-07-01 23:29:26 +00:00
Richard M. Stallman
b79e7b7b3e Update copyright notice. 1997-06-26 21:08:49 +00:00
Richard M. Stallman
e31bd500ac (read-hiragana-string): Call read-multilingual-string correctly. 1997-06-23 05:03:04 +00:00
Richard M. Stallman
fa526c4a22 Change copyright notice. 1997-06-22 08:57:18 +00:00
Kenichi Handa
650e8505e2 Provide XXX-util instead of
language/XXX-util.  Delete local variable declartion.
Delete the code of calling register-input-method form
all files under this directory.
1997-06-18 13:06:17 +00:00
Kenichi Handa
efbc7e89e3 Don't make the keymap
describe-cyrillic-environment-map and
setup-cyrillic-environment-manp.  Names of coding systems changed.
Give them more informative doc-string. Make iso-8859-5 alias of
cyrillic-iso-8bit, alternativenyj alias of
cyrillic-alternativenyj.  For Cyrillic, provide single langauge
environment "Cyrillic".
Delete the code of calling register-input-method.
1997-06-18 13:03:19 +00:00
Kenichi Handa
9e9af2e94f Provide cyril-util nstead of language/cyril-util.
(setup-cyrillic-iso-environment,
setup-cyrillic-koi8-environment,
setup-cyrillic-alternativnyj-environment): Deleted.
(setup-cyrillic-environment): New function.
1997-06-18 13:02:11 +00:00
Kenichi Handa
a69ed912b7 Provide ethio-util instead of language/ethio-util.
(ethio-fidel-to-tex-map): Correct several elements.
1997-06-18 13:00:03 +00:00
Richard M. Stallman
996169356b (Latin-2): List Croatian as alternative name for Serbo-Croatian. 1997-06-14 06:33:29 +00:00
Kenichi Handa
4b9121fc86 Adjusted for coding system name change. 1997-06-10 01:08:21 +00:00
Richard M. Stallman
15bc5d3b52 (setup-8-bit-environment):
Load the file with load, not require, so that we reload it if nec.
1997-06-07 07:02:02 +00:00
Richard M. Stallman
aad1beef66 ("English"): Improve doc string. 1997-06-07 06:20:06 +00:00
Richard M. Stallman
3d48f82823 (describe-european-environment-map):
Renamed from describe-european-support-map.

(setup-8-bit-environment):
Do not set set-case-syntax-offset.
Subtract 128 when setting nonascii-insert-offset.
Require latin-N if appropriate.
1997-06-07 05:56:20 +00:00
Richard M. Stallman
cff1677f48 (describe-chinese-environment-map):
Renamed from describe-chinese-support-map.
1997-06-07 05:54:32 +00:00
Richard M. Stallman
101496b159 (describe-cyrillic-environment-map):
Renamed from describe-cyrillic-support-map.
1997-06-07 05:54:15 +00:00
Richard M. Stallman
b15c3f11ac describe-indian-environment-map renamed from describe-indian-support-map. 1997-06-07 05:53:53 +00:00
Richard M. Stallman
1111a6da57 (describe-indian-environment-map):
Renamed from describe-indian-support-map.
1997-06-07 05:53:10 +00:00
Richard M. Stallman
607631539c (iso-8859-1): Use `1' for mode line.
(Latin-1...Latin-4 coding systems): Add lists of languages
which use these coding systems.
1997-06-02 04:57:39 +00:00
Richard M. Stallman
49716ecdd5 (koi8-r): Use R for mode line. 1997-06-02 04:56:33 +00:00
Richard M. Stallman
5c4794f392 Rename language environments from LatinN to Latin-N. 1997-05-31 07:10:20 +00:00
Kenichi Handa
d6c7b552ca Initial revision 1997-05-28 03:41:18 +00:00
Kenichi Handa
044f5c26bc (setup-english-environment): Set several
default values more appropriately.
1997-05-28 03:40:44 +00:00
Kenichi Handa
335a7ad768 Most of setup-LANGUAGE-environment functions are
moved form LANGUAGE.el to LANG-util.el.  These functions now at
first call setup-english-environment to reset various values to
the defaults.
1997-05-28 03:39:03 +00:00
Richard M. Stallman
c47ec7c4a8 Comment change for testing. 1997-05-16 22:16:27 +00:00
Kenichi Handa
78eee0edd1 Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
Delete functions describe-LANGUAGE-support.
Delete describe-function entries and change documentation
entries in each language specific information.
1997-05-16 00:59:09 +00:00
Kenichi Handa
567b103cfa (viqr-pre-write-conversion): Make it work
for the case the arg FROM is a string.
1997-05-12 07:00:28 +00:00
Kenichi Handa
5d0ae7290b (tibetan-pre-write-conversion): Make it work
for the case the arg FROM is a string.
1997-05-12 07:00:26 +00:00
Kenichi Handa
1d1180f718 (thai-pre-write-conversion): Make it work
for the case the arg FROM is a string.
1997-05-12 07:00:25 +00:00
Kenichi Handa
68fc7d81b7 (fidel-to-tex-map): Name changed to ethio-fidel-to-tex-map. 1997-05-12 07:00:21 +00:00
Kenichi Handa
cefa701a27 (in-is13194-devanagari-post-read-conversion): New function.
(in-is13194-devanagari-pre-write-conversion): New function.
1997-05-12 07:00:18 +00:00
Kenichi Handa
dc09922d1e Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
1997-05-12 07:00:16 +00:00
Kenichi Handa
fb8c8b4731 Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
Setting of syntax and category is moved to characters.el.
1997-05-12 07:00:15 +00:00
Kenichi Handa
710b5fab9f Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
Bug fixed in making coding system iso-2022-kr.
1997-05-12 07:00:13 +00:00
Kenichi Handa
3ce72daee1 Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
(setup-japanese-environemnt): Set
sendmail-coding-system and rmail-file-coding-system to
iso-2022-jp.
1997-05-12 07:00:12 +00:00
Kenichi Handa
580250aafd Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
Typo in comment fixed.
1997-05-12 07:00:09 +00:00
Kenichi Handa
164c39f77e Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
(setup-english-environment): Set
sendmail-coding-system and rmail-file-coding-system to nil.
1997-05-12 07:00:08 +00:00
Kenichi Handa
8f3c9fa069 Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
Change function of post-read-conversion
and pre-write-conversion of coding system in-is13194-devanagari to
in-is13194-devanagari-post-read-conversion and
in-is13194-devanagari-pre-write-conversion respectively.
Setting of syntax and category for Devanagari characters are moved
to characters.el.
1997-05-12 07:00:07 +00:00
Kenichi Handa
fab8252e84 Make functions setup-LANGUAGE-environment
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported.  Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
(pre-write-encode-hz): Make it work for the
case the arg FROM is a string.
(setup-chinese-cns-environemnt): Set default-input-method to
quail-quich-cns.
1997-05-12 07:00:05 +00:00
Kenichi Handa
3fdc9c8f41 Fix the format of the first line. 1997-04-07 05:36:52 +00:00
Kenichi Handa
e803d6bdaf Fix FSF address in comment. 1997-04-07 05:12:16 +00:00
Kenichi Handa
8dfef5034a English related codes are moved to
language/english.el.
(setup-european-environment): Call setup-english-environment to
reset to default setting at first.
1997-04-05 02:45:30 +00:00
Kenichi Handa
80d75b56bd Initial revision 1997-04-05 02:44:02 +00:00
Kenichi Handa
37cdc7adb3 Handle more Devanagari characters correctly. 1997-04-05 02:40:11 +00:00
Kenichi Handa
60acfd1593 Completely updated. 1997-04-05 02:40:11 +00:00