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

618 Commits

Author SHA1 Message Date
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
Karl Heuer
0f835e871c (input-method-function): Add permanent-local property. 1999-04-12 18:25:26 +00:00
Eli Zaretskii
ca128d7556 (auto-coding-alist-lookup): Include ms-dos
in the list of case-insensitive filesystems.
1999-04-11 16:26:11 +00:00
Kenichi Handa
75447cdd77 (create-fontset-from-fontset-spec):
Don't register duplicated alias fontset names.
1999-04-10 02:23:06 +00:00
Richard M. Stallman
8a59213176 (auto-coding-alist-lookup): New function.
(set-auto-coding): Use auto-coding-alist-lookup.
1999-04-08 22:27:44 +00:00
Richard M. Stallman
509064c5dd (find-new-buffer-file-coding-system): Doc fix. 1999-04-06 19:53:10 +00:00
Karl Heuer
ebef6d9376 (current-language-environment): Doc fix. 1999-03-30 21:38:20 +00:00
Eli Zaretskii
4e2ac2d940 (set-language-environment): Fix
previous change: don't use dos-codepage when unbound.
1999-03-17 11:29:05 +00:00
Eli Zaretskii
ec241f58e0 (set-language-environment): Don't use
cpNNN-nonascii-translation-table if it is unbound.
1999-03-16 14:18:40 +00:00
Kenichi Handa
e74d79268b (detect-coding-with-priority): Restore the internal database. 1999-03-15 00:51:20 +00:00
Eli Zaretskii
7e37faa356 (cp1250-decode-table, cp1251-decode-table, cp1253-decode-table,
cp1257-decode-table): New translation tables for MS Windows
codepages.
(cp-make-coding-systems-for-codepage): Accept 4 digit
codepages.
1999-03-08 12:06:07 +00:00