1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
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
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
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
Paul Eggert
56c8bc03c4 Add coding: local variable, to avoid bootstrapping problem
if you need to recompile all the Lisp files using interpreted code.
1998-08-31 19:59:02 +00:00
Kenichi Handa
64e49fa893 (cyrillic-koi8): Fix the value of
`valid-code' property.
(cyrillic-alternativnyj): Likewise.
(cyrillic-alternativnyj-encode-table): Fix the initial value.
1998-08-18 13:15:18 +00:00
Kenichi Handa
a564ccf933 ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
the value to setup-XXX-environment-internal.  Add properties
nonascii-translation, input-method, features, unibyte-syntax, and
unibyte-display.
1998-08-10 06:29:02 +00:00
Kenichi Handa
70c58a1f51 (cyrillic-koi8-r-decode-table): New
variable.
(cyrillic-koi8-r-encode-table): Likewise.
(ccl-decode-koi8): Use cyrillic-koi8-r-decode-table.
(ccl-encode-koi8): Use cyrillic-koi8-r-encode-table.
(ccl-encode-koi8-font): Likewise.
(cyrillic-koi8-r-nonascii-translation-table): New variable.
("Cyrillic-KOI8"): Add nonascii-translation-table and
charset-origin-alist properties.
(cyrillic-alternativnyj-decode-table): New variable.
(cyrillic-alternativnyj-encode-table): Likewise.
(ccl-decode-alternativnyj): Use
cyrillic-alternativnyj-decode-table.
(ccl-encode-alternativnyj): Use
cyrillic-alternativnyj-encode-table.
(ccl-encode-alternativnyj-font): Likewise.
(cyrillic-alternativnyj-nonascii-translation-table): New variable.
("Cyrillic-ALT"): Add nonascii-translation-table and
charset-origin-alist properties.
1998-08-02 01:06:57 +00:00
Kenichi Handa
7fbf766f70 FLAGS arguments for make-coding-system changed. 1998-04-20 02:14:20 +00:00
Kenichi Handa
11b77f144b Remove setting up of
describe-cyrillic-environment-map and
setup-cyrillic-environment-map.  Exclude them in args of calls to
set-language-info-alist.  Adjusted for the change of
make-coding-system.  Register coding-priority key in
language-info-alist.
1998-01-22 01:48:25 +00:00
Kenichi Handa
c6965ddb68 (ccl-encode-koi8-font): Fix bug of CCL
program.
(ccl-encode-alternativnyj-font): Likewise.
1997-11-08 03:08:10 +00:00
Kenichi Handa
6def618668 Give proper SAFE-CHARSET argument in each
call of make-coding-system.
1997-10-23 12:03:41 +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
71eabd24ae Swap args to define-coding-system-alias. 1997-07-02 00:06:30 +00:00
Richard M. Stallman
b79e7b7b3e Update copyright notice. 1997-06-26 21:08:49 +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
4b9121fc86 Adjusted for coding system name change. 1997-06-10 01:08:21 +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
49716ecdd5 (koi8-r): Use R for mode line. 1997-06-02 04:56:33 +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
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
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
2b01336d9a Change coding system name koi8 to koi8-r.
Remove prefix "coding-system-" from coding system symbol names.
1997-02-26 12:27:06 +00:00
Karl Heuer
369314dc63 Fix FSF address in comment. 1997-02-23 09:20:52 +00:00
Karl Heuer
4ed4686978 Initial revision 1997-02-20 07:02:49 +00:00