1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

288 Commits

Author SHA1 Message Date
Sam Steingold
3a8e2ba917 ignore *.elc 2000-06-19 16:16:01 +00:00
Kenichi Handa
3e799ba149 (tibetan-composable-pattern): Fix previous change.
(tibetan-vowel-transcription-alist): More rules added.
(tibetan-composite-vowel-alist): New variable.
(tibetan-precomposition-rule-alist): More rules added.
2000-06-12 06:51:13 +00:00
Kenichi Handa
7258f9caa4 Convert all tibetan-1-column characters
to the corresponding tibetan characters.
(tibetan-add-components): Delete code for the special treatment of
'a chung.
2000-06-12 06:11:56 +00:00
Kenichi Handa
1f487ef8ac Remove eval-when-compile.
(cyrillic-koi8-r-nonascii-translation-table): Define it as a
translation table made from cyrillic-koi8-r-decode-table.
(cyrillic-koi8-r-encode-table): Define it as a translation table
made from the reverse map of above.
(ccl-decode-koi8): Use translate-character.
(ccl-encode-koi8, ccl-encode-koi8-font): Likewize
(cyrillic-alternativnyj-nonascii-translation-table): Define it as
a translation table made from cyrillic-alternativnyj-decode-table.
(cyrillic-alternativnyj-encode-table): Define it as a translation
table made from the reverse map of above.
(ccl-decode-alternativnyj): Use translate-character.
(ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
Likewize
2000-06-06 02:10:04 +00:00
Kenichi Handa
0d833551c7 Remove eval-when-compile.
(viet-viscii-nonascii-translation-table): Define it as a
translation table made from viet-viscii-decode-table.
(viet-viscii-encode-table): Define it as a translation table made
from the reverse map of above.
(viet-vscii-nonascii-translation-table): Define it as a
translation table made from viet-vscii-decode-table.
(viet-vscii-encode-table): Define it as a translation table made
from the reverse map of above.
(ccl-decode-viscii): Use translate-character.
(ccl-encode-viscii, ccl-encode-viscii-font)
(ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
Likewize.
2000-06-06 02:09:30 +00:00
Kenichi Handa
ab3f48908d (tibetan-composable-pattern): More
characters included.
(tibetan-consonant-transcription-alist): Rule for "R" added.
(tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
"+R" added.
(tibetan-base-to-subjoined-alist): Rule for "RA" added.
2000-06-01 11:02:58 +00:00
Kenichi Handa
6b12c74972 (tibetan-add-components): Fixes for new
encoding of Tibetan characters.
(tibetan-decompose-precomposition-alist): New variable.
(tibetan-decompose-region): Convert precomposed characters to
non-precomposed characters.
(tibetan-decompose-string): Likewise.
(tibetan-composition-function): Fix args to
thibetan-compose-string.
2000-06-01 10:59:56 +00:00
Kenichi Handa
1513ad08f1 (lao-composition-function): Fix args to compose-string. 2000-06-01 07:03:07 +00:00
Kenichi Handa
6e33873327 (thai-composition-function): Fix args to compose-string. 2000-06-01 07:02:41 +00:00
Eli Zaretskii
b81fa2f945 (iso-8859-8-e, iso-8859-8-i): For now, just
aliases for hebrew-iso-8bit.
2000-05-24 16:03:39 +00:00
Kenichi Handa
b4c93b68df (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554. 2000-05-24 03:58:42 +00:00
Kenichi Handa
bd14077116 (iso-2022-jp): Exclude katakana-jisx0201
to conform to RFC1468.
2000-05-24 03:55:32 +00:00
Dave Love
0922d3b44c Remove all the setup-...-environment functions. 2000-05-14 15:21:41 +00:00
Kenichi Handa
9b21ecc23f (lao-compose-region): New function. 2000-05-03 03:28:39 +00:00
Gerd Moellmann
8585266f55 (iso-latin-4): Fix typo. 2000-04-25 19:12:56 +00:00
Kenichi Handa
a4aee4cf1c (viet-vscii-decode-table): Fix a bug. 2000-04-10 11:18:57 +00:00
Kenichi Handa
843930b70c Fix encoding of the file. 2000-04-03 11:39:31 +00:00
Kenichi Handa
b9427ca6bb ("Polish"): New language environment.
(setup-polish-environment): New function.
2000-03-31 01:11:51 +00:00
Kenichi Handa
f81e6c49b5 (thai-composition-function): Delete
superfluous `a'.
2000-01-25 03:26:27 +00:00
Kenichi Handa
d169c89e68 Register tibetan-composition-function in
composition-function-table.
(tibetan-composable-pattern): New variable.
(tibetan-subjoined-transcription-alist): Change key "R" to "+R".
(tibetan-precomposition-rule-alist): Move punctuations to
tibetan-punctuation-transcription-alist and
tibetan-obsolete-glyphs.
(tibetan-punctuation-transcription-alist): New variable.
(tibetan-obsolete-glyphs): New variable.
(tibetan-regexp): Improve the initialization code.
1999-12-15 00:50:58 +00:00
Kenichi Handa
3bdf8898b0 Most functions rewritten.
(tibetan-char-p): Renamed from tibetan-char-examin.
(tibetan-composable-examin) (tibetan-complete-char-examin)
(tibetan-vertical-stacking) (tibetan-composition): Deleted.
(tibetan-add-components): New function.
(tibetan-composition-function): New function.
1999-12-15 00:50:18 +00:00
Kenichi Handa
c27737aa24 Register thai-composition-function in
composition-function-table.
(thai-tis620): Delete `pre-write-conversion' property.
1999-12-15 00:48:14 +00:00
Kenichi Handa
31ce771921 Mostly rewritten. 1999-12-15 00:47:53 +00:00
Kenichi Handa
86e2a80397 Register lao-composition-function in
composition-function-table.
1999-12-15 00:47:31 +00:00
Kenichi Handa
c595d8887d (thai-category-table): Use
make-category-table, not copy-category-table, to initialize it.
(thai-composition-pattern): New variable.
(thai-with-thai-category-table): New macro.
(thai-compose-region, thai-compose-string): Rewritten.
(thai-post-read-conversion): Rewritten.
(thai-pre-write-conversion): Deleted.
(thai-composition-function): New function.
1999-12-15 00:46:54 +00:00
Dave Love
af480bd8cb Latin-8 doc fix. 1999-10-22 16:19:18 +00:00
Paul Eggert
ef83dfaf7d * language/japan-util.el (setup-japanese-environment-internal):
Prefer japanese-iso-8bit if the system-type is usg-unix-v.
1999-10-19 07:20:29 +00:00
Dave Love
cce3ba480a Add Latin-8, Latin-9. Modify some doc
strings.
1999-10-14 09:53:01 +00:00
Kenichi Handa
1aee038180 (cyrillic-koi8-r-decode-table): Map 8-bit
code not used by KOI8 to the same 8-bit code instead of mapping to
SPC.
(cyrillic-alternativnyj-decode-table): Likewise.
1999-09-29 11:44:57 +00:00
Kenichi Handa
d22c4fb960 ("Turkish"): New language environment. 1999-09-20 02:08:36 +00:00
Kenichi Handa
01ba5cc0c1 (default-korean-keyboard): Initialize it
according to the environment variable HANGUL_KEYBOARD_TYPE.
1999-09-08 01:22:00 +00:00
Karl Heuer
9743b26d94 Delete obsolete provide. 1999-08-10 17:07:58 +00:00
Richard M. Stallman
44446f59f7 ("Cyrillic-KOI8", "Cyrillic-ALT"): Use cyrillic-jcuken as default input method. 1999-07-13 19:03:04 +00:00
Kenichi Handa
2d1cc7d91e (setup-ethiopic-environment-internal):
Use quail-activate-hook instead of obsolete hook quail-mode-hook.
(exit-ethiopic-environment): Likewize.
1999-06-14 07:16:21 +00:00
Kenichi Handa
2324f7a23c (ccl-encode-vscii): Typo fixed
(viet-viscii-...->viet-vscii...).
1999-06-03 23:53:52 +00:00
Kenichi Handa
e72da895c0 * language/korea-util.el (isearch-toggle-korean-input-method):
Adjusted for the change of input method handling in isearch.el.
(isearch-hangul-switch-symbol-ksc): Likewise.
(isearch-hangul-switch-hanja): Likewise.
1999-05-11 04:28:26 +00:00
Kenichi Handa
5d22a4c96c (tis-620): New alias coding system for thai-tis620. 1999-03-09 11:57:05 +00:00
Kenichi Handa
337ae039f2 (iso-2022-jp-2): New coding system.
("Japanese"): Put iso-2022-jp-2 in coding-priority property.
1999-02-17 00:15:34 +00:00
Kenichi Handa
ffd809f2f2 (japanese-shift-jis): Add charset-origin-alist property. 1999-02-16 07:32:43 +00:00
Kenichi Handa
d4c975091d (chinese-big5): Add charset-origin-alist property.
("Chinese-CNS"): Remove charset-origin-alist property.
1999-02-12 07:46:42 +00:00
Kenichi Handa
cf46123515 (cyrillic-koi8): Add charset-origin-alist property.
(cyrillic-alternativnyj): Likewise.
("Cyrillic-KOI8"): Remove charset-origin-alist property.
("Cyrillic-ALT"): Likewise.
1999-02-12 07:46:42 +00:00
Kenichi Handa
909a166d31 (vietnamese-viqr): Add charset-origin-alist property.
("Vietnamese"): Remove charset-origin-alist property.
1999-02-12 07:46:42 +00:00
Richard M. Stallman
e098014205 (setup-slovenian-environment): New function.
("Slovenian"): New language environment.
1999-02-06 05:50:59 +00:00
Kenichi Handa
1d5021c352 (tibetan-vertical-stacking): If the arg
FIRST is a composite character, decompose it at first.
1999-01-24 04:25:14 +00:00
Kenichi Handa
0a57cf5133 (thai-compose-string): New function. 1999-01-05 04:07:10 +00:00
Kenichi Handa
f7e81f7f32 (thai-post-read-conversion): Handle Thai
composition sequence correctly here instead of calling
thai-compose-region.
1999-01-05 02:38:37 +00:00
Eli Zaretskii
f2719637a3 Don't use sublists in the flags argument passed to make-coding-system. 1998-12-15 11:15:11 +00:00
Kenichi Handa
ebcc4e2e77 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
handle devanagari-decomposition-rules.
1998-12-15 04:35:38 +00:00
Kenichi Handa
054ecba248 ("Chinese-BIG5"): Add charset-origin-alist property. 1998-11-26 08:12:12 +00:00
Kenichi Handa
b194460e44 (japanese-zenkaku-region): New optional arg KATAKANA-ONLY. 1998-11-16 06:26:27 +00:00