Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When calling put-charset-property, ignore errors. | Richard M. Stallman | 1997-04-08 | 1 | -3/+5 |
| | | | | (x-charset-registries): Turn Tibetan on again. | ||||
* | (x-charset-registries): Turn off Tibetan. | Richard M. Stallman | 1997-04-07 | 1 | -2/+2 |
| | |||||
* | Fix the format of the first line. | Kenichi Handa | 1997-04-07 | 7 | -7/+7 |
| | |||||
* | Comment fixed. | Kenichi Handa | 1997-04-05 | 1 | -1/+1 |
| | |||||
* | Change a category of one Japanese character. | Kenichi Handa | 1997-04-05 | 1 | -1/+2 |
| | |||||
* | (x-charset-registries): Add Tibetan entries. | Kenichi Handa | 1997-04-05 | 1 | -1/+4 |
| | |||||
* | Prefix for Mule related commands is changed. | Kenichi Handa | 1997-04-05 | 1 | -3/+6 |
| | | | | (view-hello-file): Allways does correct decoding of HELLO file. | ||||
* | Change descriptions for Arabic, Indian, and | Kenichi Handa | 1997-04-05 | 1 | -7/+13 |
| | | | | Vietnamese character sets. Define Tibetan character sets. | ||||
* | (x-complement-fontset-spec): Setup | Kenichi Handa | 1997-03-19 | 1 | -13/+28 |
| | | | | alternative-fontname-alist while complementing fontnames. | ||||
* | (x-charset-registries): Change entry for Ethiopic. | Kenichi Handa | 1997-03-18 | 1 | -7/+20 |
| | | | | | | | | | Typo in comments fixed. (fontset-plain-name): Set correct size information. (x-reduce-font-name): New function. (x-compose-font-name): New optional argument REDUCE. (x-complement-fontset-spec): Call x-compose-font-name with t for the above argument. | ||||
* | Change short and long names for Ethipic character set. | Kenichi Handa | 1997-03-18 | 1 | -3/+3 |
| | | | | (alternate-charset-table): Change each entry from list to dot pair. | ||||
* | (make-char): Documented. | Kenichi Handa | 1997-03-18 | 1 | -1/+7 |
| | | | | | (charset-plist): Return quoted list even if CHARSET is supplied by symbol. | ||||
* | (quail-translation-keymap): Add entry for escape key. | Kenichi Handa | 1997-03-18 | 1 | -8/+16 |
| | | | | | | | | | | (quail-conversion-keymap): Likewise. (quail-keyboard-layout-standard): Add two lines for keyboard layout. (quail-keyboard-layout): Docstring changed to reflect the above change. (quail-keyboard-layout-len): Increased for the above change. (quail-keyboard-layout-alist): Modified for the above change. | ||||
* | Remove prefix "coding-system-" from coding system symbol names. | Kenichi Handa | 1997-02-26 | 2 | -8/+8 |
| | |||||
* | Add quail-mode to default value of | Kenichi Handa | 1997-02-26 | 1 | -8/+16 |
| | | | | | minor-mode-map-alist if it is set to local variable. (quail-show-kbd-layout): Bug fixed for keys not translated. | ||||
* | (make-coding-system): For ISO-2022 type conding systems, | Kenichi Handa | 1997-02-26 | 1 | -15/+33 |
| | | | | | | | | new flags INIT-BOL DESIGNATION-BOL are added. (make-coding-system): Set charset (symbol) instead of charset-id (integer) in FLAGS of ISO-2022 type coding systems. Initialize a global variable use-default-ascent. (define-coding-system-alias): Coding style changed. | ||||
* | (truncate-string-to-width): Argument PADDING can be a padding character. | Kenichi Handa | 1997-02-26 | 1 | -3/+3 |
| | |||||
* | Add INIT-BOL to coding system iso-2022-cjk. | Kenichi Handa | 1997-02-26 | 1 | -16/+17 |
| | | | | | | Remove prefix "coding-system-" from coding system symbol names. Change coding system names iso-2022-int to iso-2022-int-1, iso-2022-int-2 to iso-2022-cjk. | ||||
* | (mule-keymap): Re-arranged. | Kenichi Handa | 1997-02-26 | 1 | -27/+49 |
| | | | | | | (set-language-info): Typo fixed in docstring. (read-language-name): Use assoc-ignore-case to allow lose matching. (read-language-and-input-method-name): Likewise. | ||||
* | Remove prefix "coding-system-" from coding system symbol names. | Kenichi Handa | 1997-02-26 | 1 | -1/+1 |
| | |||||
* | Many changes to cope with the above change. | Kenichi Handa | 1997-02-26 | 1 | -32/+44 |
| | | | | (encoded-kbd-select-terminal): New function. | ||||
* | Remove prefix "coding-system-" from coding system symbol names. | Kenichi Handa | 1997-02-26 | 1 | -2/+39 |
| | | | | Add a section for Lao. | ||||
* | Fix FSF address in comment. | Karl Heuer | 1997-02-23 | 15 | -30/+45 |
| | |||||
* | Initial revision | Karl Heuer | 1997-02-23 | 1 | -0/+309 |
| | |||||
* | Initial revision | Karl Heuer | 1997-02-20 | 15 | -0/+7609 |
| | |||||
* | (iso-languages): For Catalan, delete 'C and 'c; | Richard M. Stallman | 1996-12-30 | 1 | -11/+13 |
| | | | | | delete `i, `I, `u, `U. Add "i, "I. Delete ~t. For Spanish, delete ~t, 'c and 'C. | ||||
* | (iso-languages): Add "german" entry. | Richard M. Stallman | 1996-12-18 | 1 | -0/+4 |
| | |||||
* | (iso-langauges): Alphabetize list. | Karl Heuer | 1996-10-25 | 1 | -36/+63 |
| | | | | Add Catalan, Spanish, and Esperanto. | ||||
* | (iso-languages): Add element for latin-3. | Richard M. Stallman | 1996-09-23 | 1 | -0/+23 |
| | |||||
* | (iso-transl-char-map): Add ACCENT SPACE sequences. | Richard M. Stallman | 1996-09-12 | 1 | -1/+6 |
| | |||||
* | (iso-transl-define-keys): Fix paren error in prev change. | Richard M. Stallman | 1996-09-09 | 1 | -2/+2 |
| | |||||
* | (iso-transl-dead-key-alist): Add dead-... | Richard M. Stallman | 1996-09-09 | 1 | -32/+37 |
| | | | | | | | and S-dead-... key names to this list. (key-translation-map): Don't define dead-... and S-dead... here. (iso-transl-define-keys): Handle multiple matches in iso-transl-dead-key-alist for one accent character. | ||||
* | (minibuffer-setup-hook): Fix misspelling of hook name. | Richard M. Stallman | 1996-08-25 | 1 | -1/+1 |
| | |||||
* | Comment changes. | Richard M. Stallman | 1996-08-08 | 1 | -2/+1 |
| | |||||
* | (iso-languages, french): Remove non-French combinations. | Richard M. Stallman | 1996-08-07 | 1 | -6/+6 |
| | | | | Add ~c, "e, "i, `u. | ||||
* | Fixed up initial line | Erik Naggum | 1996-05-20 | 2 | -2/+2 |
| | |||||
* | (iso-accents-compose): Don't insert in the buffer | Richard M. Stallman | 1996-05-05 | 1 | -0/+2 |
| | | | | if this is not the start of the key sequence. | ||||
* | Comment change. | Richard M. Stallman | 1996-03-02 | 1 | -1/+1 |
| | |||||
* | (iso-languages): Add ~? and ~!. | Richard M. Stallman | 1996-02-29 | 1 | -0/+11 |
| | |||||
* | (iso-transl-dead-key-alist): Fix syntax for ?^. | Richard M. Stallman | 1996-02-27 | 1 | -1/+1 |
| | |||||
* | (iso-languages): Restructure the list to remove | Richard M. Stallman | 1996-01-25 | 1 | -183/+100 |
| | | | | | | | | redundancy in list elements. (iso-accents-compose-key): Function deleted. (iso-accents-compose, iso-accents-customize, iso-accentuate, iso-accent-rassoc-unit, iso-unaccentuate, iso-deaccentuate): Adapt for new structure of `iso-languages'. | ||||
* | (iso-accents-customize): Extract accent chars | Karl Heuer | 1996-01-24 | 1 | -5/+96 |
| | | | | | | properly from iso-accents-list. (iso-languages): Rename "default" to "latin-1". Add a new element "latin-2" copied from iso02-acc.el. | ||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 8 | -51/+61 |
| | |||||
* | (iso-accents-accent-key): Check iso-accents-enable here. | Karl Heuer | 1996-01-09 | 1 | -26/+30 |
| | | | | | | | (iso-accents-customize): Define all possible accent keys with translations, not just the enabled ones. Don't bind iso-accents-enable around the initial call to this function. (iso-accents-enable): Make the default once again include all prefixes. | ||||
* | (iso-fix-tex2iso): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -4/+4 |
| | |||||
* | (iso-accents-mode): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -1/+1 |
| | |||||
* | When turning on default settings, | Richard M. Stallman | 1995-12-26 | 1 | -2/+6 |
| | | | | preserve iso-accents-enable if it's already set. | ||||
* | (iso-languages): Add entry for `irish'. | Richard M. Stallman | 1995-12-23 | 1 | -0/+6 |
| | |||||
* | (iso-ascii-convenient): New variable. | Karl Heuer | 1995-12-21 | 1 | -97/+106 |
| | | | | | (iso-ascii-display): New function to implement that variable. Use it instead of using standard-display-ascii directly. | ||||
* | Many doc fixes. | Karl Heuer | 1995-12-21 | 1 | -8/+11 |
| |