| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't use sublists in the flags argument passed to make-coding-system. | Eli Zaretskii | 1998-12-15 | 1 | -1/+1 |
| | | |||||
| * | Add coding: local variable, to avoid bootstrapping problem | Paul Eggert | 1998-08-31 | 1 | -1/+1 |
| | | | | | if you need to recompile all the Lisp files using interpreted code. | ||||
| * | ("Hebrew"): Delete describe-function key. | Kenichi Handa | 1998-08-15 | 1 | -2/+1 |
| | | |||||
| * | (setup-XXX-environment): Just call set-language-environment. If | Kenichi Handa | 1998-08-10 | 1 | -3/+5 |
| | | | | | | | | | | | they used to do some other jobs than what done by set-language-environment, those jobs are done in setup-XXX-environment-internal now. ("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. | ||||
| * | ("Hebrew"): Add coding-priority. | Kenichi Handa | 1998-07-08 | 1 | -0/+1 |
| | | |||||
| * | Adjusted for the change of | Kenichi Handa | 1998-01-22 | 1 | -3/+3 |
| | | | | | make-coding-system and setup-8-bit-environment. | ||||
| * | Give proper SAFE-CHARSET argument in each | Kenichi Handa | 1997-10-23 | 1 | -1/+2 |
| | | | | | call of make-coding-system. | ||||
| * | (setup-hebrew-environment): Call setup-8-bit-environment correctly. | Kenichi Handa | 1997-07-02 | 1 | -2/+2 |
| | | |||||
| * | Swap args to define-coding-system-alias. | Richard M. Stallman | 1997-07-02 | 1 | -1/+1 |
| | | |||||
| * | Change copyright notice. | Richard M. Stallman | 1997-06-22 | 1 | -1/+1 |
| | | |||||
| * | Provide XXX-util instead of | Kenichi Handa | 1997-06-18 | 1 | -3/+0 |
| | | | | | | | language/XXX-util. Delete local variable declartion. Delete the code of calling register-input-method form all files under this directory. | ||||
| * | Adjusted for coding system name change. | Kenichi Handa | 1997-06-10 | 1 | -4/+7 |
| | | |||||
| * | Most of setup-LANGUAGE-environment functions are | Kenichi Handa | 1997-05-28 | 1 | -14/+3 |
| | | | | | | | moved form LANGUAGE.el to LANG-util.el. These functions now at first call setup-english-environment to reset various values to the defaults. | ||||
| * | Coding system names changed as follows: | Kenichi Handa | 1997-05-16 | 1 | -6/+2 |
| | | | | | | | | | | 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. | ||||
| * | Make functions setup-LANGUAGE-environment | Kenichi Handa | 1997-05-12 | 1 | -2/+11 |
| | | | | | | | 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. | ||||
| * | Remove prefix "coding-system-" from coding system symbol names. | Kenichi Handa | 1997-02-26 | 1 | -6/+6 |
| | | |||||
| * | Fix FSF address in comment. | Karl Heuer | 1997-02-23 | 1 | -2/+3 |
| | | |||||
| * | Initial revision | Karl Heuer | 1997-02-20 | 1 | -0/+60 |