1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
Commit Graph

628 Commits

Author SHA1 Message Date
Kenichi Handa
817e162fea (quail-install-map): New optional arg
NAME.
(quail-get-translation): If DEF is a symbol but not a function,
ignore it.
(quail-start-translation): Put a key sequence undefined in the
translation keymap in unread-command-events, not generated-events.
Return parameterized event (compose-last-chars N) if the input
characters should be composed.
(quail-map-definition): If DEF is t, treat it as nil.
(quail-delete-last-char): Delete the quail region.
(quail-show-translations): Don't show list of translations if the
quail package is deterministic.
(quail-completion-max-depth): New variable.
(quail-completion-1): Pay attention to the above variable.  Fix
for the case that a translation is a function.
(quail-map-from-table, quail-map-from-table-1,
quail-map-from-table-2): New functions.
(quail-lookup-map-and-concat): New function
1999-12-15 00:42:43 +00:00
Kenichi Handa
72594565db (set-nested-alist): Set BRANCHES (if
non-nil) at the tail of ALIST.
(compose-region, decompose-region, decompse-string,
reference-point-alist, compose-chars): Moved to composite.el.
(compose-chars-component, compose-chars-rule,
decompose-composite-char): Deleted.
1999-12-15 00:42:14 +00:00
Kenichi Handa
ccac3d772c (iso-2022-7bit, iso-2022-7bit-ss2
iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
x-ctext): Give `composition' property t.
1999-12-15 00:41:44 +00:00
Kenichi Handa
5b8d2ff502 (encode-coding-char): Don't check
composite character.
1999-12-15 00:41:22 +00:00
Kenichi Handa
35554641be (mule-version): Updated to 5.0 (AOI).
(mule-version-date): Updated to 1999.12.7.
(with-category-table): New macro.
1999-12-15 00:40:48 +00:00
Kenichi Handa
0c4f97d011 (vertical-centering-font-regexp): New
variable.
1999-12-15 00:40:24 +00:00
Kenichi Handa
d5f05a67da Fix cateogries of Lao symbols. 1999-12-15 00:39:59 +00:00
Gerd Moellmann
5806e8a61d (default-input-method): Specify
that it should be set after current-language-environment.
1999-12-14 13:00:09 +00:00
Kenichi Handa
aeef8f07d6 Docstring modified. 1999-12-06 04:53:04 +00:00
Gerd Moellmann
9ac06837e1 (truncate-string-to-width): Docsting fixed. 1999-12-03 10:31:28 +00:00
Gerd Moellmann
867ef43ab1 (list-coding-categories): Fix typo;
automatic -> autoload.
1999-12-02 14:38:17 +00:00
Gerd Moellmann
e4a7fdfc6b (charsetp): Fix typo in docstring. 1999-12-02 14:34:59 +00:00
Gerd Moellmann
9bd2bb5ba1 (iso-languages): Add more characters for Portuguese. 1999-11-18 16:37:48 +00:00
Kenichi Handa
bf294e6edb (read-input-method-name): Handle the
case that the arg DEFAULT is symbol.
1999-10-26 13:01:20 +00:00
Kenichi Handa
d4b11c67a7 (mule-diag): Handle the case that
default-input-method is symbol.
1999-10-26 12:53:53 +00:00
Paul Eggert
6ececc4d6e * (locale-language-names):
Use Latin-1 (not Latin-3) for Afrikaans, Galician.
Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
Use Latin-8 for Welsh.
Use Latin-1 for English if "en" is explicitly specified.
Use Latin-1 for Scots Gaelic, Tagalog.
Use Latin-1 (not Latin-4) for Greenlandic.
Use Latin-1 (not Latin-2) for Albanian.
(locale-preferred-coding-systems, locale-language-names):
Remove generic ISO 8859 locales; locale-charset-language-names now
does this.
(locale-charset-language-names): New variable.
(set-locale-environment): Use language name specified by
locale-charset-language-names if its charsets disagree with the
language name specified by locale-language-names.
1999-10-22 22:51:33 +00:00
Dave Love
4187707ba5 Avoid non-ASCII characters to prevent loadup failure. 1999-10-22 11:53:05 +00:00
Paul Eggert
40c81f74c3 * international/mule-cmds.el (global-map):
Do not use backquote, because that makes a bootstrapping
problem if you need to recompile all Lisp files using interpreted code.
* international/mule.el (charset-id, charset-bytes,
charset-dimension, charset-chars, charset-width,
charset-direction, charset-iso-final-char,
charset-iso-graphic-plane, charset-reverse-charset,
charset-short-name, charset-long-name, charset-description,
charset-plist): Likewise.

* international/mule-cmds.el
(set-display-table-and-terminal-coding-system): New function,
containing code migrated out of set-language-environment.
(set-language-environment, set-locale-environment): Use it.
(locale-translation-file-name): Moved here from startup.el.
(locale-language-names, locale-preferred-coding-systems):
New vars.
(locale-name-match, set-locale-environment): New functions.
1999-10-19 07:20:09 +00:00
Dave Love
7a860cf267 Add latin-iso8859-1[45]. 1999-10-14 09:49:12 +00:00
Stefan Monnier
2e2246388b (select-safe-coding-system, leim-list-header): avoid the use of strings
that start with backslash newline since lread.c:read1 has a hack to turn
those strings into integer 0 during the loadup.el process.
1999-10-13 22:45:28 +00:00
Dave Love
291759e27e Fix footer comment. 1999-09-19 14:38:00 +00:00
Dave Love
a1efbc1c0c Fix paren error. 1999-09-19 14:36:56 +00:00
Kenichi Handa
665111a638 Delete duplicated code. 1999-09-03 01:28:20 +00:00
Karl Heuer
5b957ad81e Provide latin-3', not latin-3.el'. 1999-08-13 17:52:48 +00:00
Richard M. Stallman
8dd08b5b47 (load-with-code-conversion): Pass t to eval-buffer for DO-ALLOW-PRINT. 1999-08-07 03:18:48 +00:00
Dave Love
74fa21200a Comment. 1999-08-06 21:06:14 +00:00
Dave Love
38f5db877b Comments. 1999-08-06 21:05:20 +00:00
Eli Zaretskii
d318fcf471 (set-auto-coding): Allow whitespace before
and after the "variable: value" pair.
1999-08-01 10:20:43 +00:00
Dave Love
12c038d4a8 Initial revision 1999-07-29 21:45:46 +00:00
Dave Love
b352e3bf79 Update comments. 1999-07-29 21:35:51 +00:00
Kenichi Handa
982d26735a (ccl-embed-symbol): New function.
(ccl-program-p): Deleted.  Now it's implemented in C code.
(ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
(ccl-compile-translate-character): Likewise.
(ccl-compile-map-single): Likewise.
(ccl-compile-multiple-map-function): Likewise.
(declare-ccl-program): Doc-string modified.
(check-ccl-program): Check compiled CCL code by ccl-program-p.
1999-07-26 11:54:24 +00:00
Kenichi Handa
946fdacfd8 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
but push it to unread-command-events.
(encoded-kbd-self-insert-iso2022-8bit): Likewise.
(encoded-kbd-self-insert-sjis): Likewise.
(encoded-kbd-self-insert-big5): Likewise.
1999-07-23 07:20:12 +00:00
Kenichi Handa
935f6bf5a1 (coding-system-eol-type-mnemonic):
Docstring modified.  Return a string.
1999-06-17 12:12:47 +00:00
Kenichi Handa
bb89cd2aa0 (describe-current-coding-system-briefly): Fix format string. 1999-06-17 12:12:07 +00:00
Kenichi Handa
f2979bdbdc (describe-current-input-method):
Current-input-method is string.
(toggle-input-method): Docstring fixed.
1999-06-17 12:11:46 +00:00
Kenichi Handa
9429dee6ef (quail-define-rules): Fix typo in docstring. 1999-06-07 11:02:33 +00:00
Kenichi Handa
3374b353e6 (iso-2022-7bit-lock-ss2): Typo fixed. 1999-06-03 23:28:22 +00:00
Karl Heuer
b1fb5d1b3e Add commentary. 1999-06-01 16:59:41 +00:00
Karl Heuer
005f783076 (iso-transl-language-alist): Interchange n and N. 1999-05-31 17:41:54 +00:00
Kenichi Handa
aaa9f206fd Typo fixed; prefered->preferred. 1999-05-26 12:29:18 +00:00
Kenichi Handa
0e0a9ac30d (find-coding-systems-for-charsets):
Typo fixed; prefered->preferred.
1999-05-26 12:27:38 +00:00
Kenichi Handa
aa8bb64501 (charset-info): Fix previous change. 1999-05-26 08:05:50 +00:00
Kenichi Handa
08b4ace55d (charset-info): Doc-string for DIRECTION fixed. 1999-05-26 07:14:06 +00:00
Kenichi Handa
33d17698ff Change MULE to Mule in docstrings and menus. 1999-05-14 00:33:27 +00:00
Kenichi Handa
3fdaafa630 (mule-diag): Change MULE to Mule in docstring. 1999-05-14 00:33:07 +00:00
Karl Heuer
5ab71ca589 (iso-languages): Add latin-2 cedillas. 1999-05-04 18:42:26 +00:00
Kenichi Handa
806066661c (describe-coding-system): Fix English message. 1999-05-04 05:48:54 +00:00
Dave Love
0735296c8c (auto-coding-alist): Add .tgz. 1999-05-02 13:41:07 +00:00
Andrew Innes
07a96c4609 (cp-coding-system-for-codepage-1):
Make the magnification parameter for the -dos encoder be 2.
1999-05-02 09:48:22 +00:00
Kenichi Handa
d49a483500 (x-ctext): New coding system. 1999-04-13 04:57:18 +00:00