aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (quail-install-map): New optional argKenichi Handa1999-12-151-13/+160
| | | | | | | | | | | | | | | | | | | | 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
* (set-nested-alist): Set BRANCHES (ifKenichi Handa1999-12-151-215/+2
| | | | | | | | 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.
* (iso-2022-7bit, iso-2022-7bit-ss2Kenichi Handa1999-12-151-6/+12
| | | | | iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2, x-ctext): Give `composition' property t.
* (encode-coding-char): Don't checkKenichi Handa1999-12-151-2/+0
| | | | composite character.
* (mule-version): Updated to 5.0 (AOI).Kenichi Handa1999-12-151-2/+11
| | | | | (mule-version-date): Updated to 1999.12.7. (with-category-table): New macro.
* (vertical-centering-font-regexp): NewKenichi Handa1999-12-151-0/+4
| | | | variable.
* Fix cateogries of Lao symbols.Kenichi Handa1999-12-151-1/+1
|
* (default-input-method): SpecifyGerd Moellmann1999-12-141-1/+2
| | | | that it should be set after current-language-environment.
* Docstring modified.Kenichi Handa1999-12-061-1/+6
|
* (truncate-string-to-width): Docsting fixed.Gerd Moellmann1999-12-031-2/+2
|
* (list-coding-categories): Fix typo;Gerd Moellmann1999-12-021-1/+1
| | | | automatic -> autoload.
* (charsetp): Fix typo in docstring.Gerd Moellmann1999-12-021-1/+1
|
* (iso-languages): Add more characters for Portuguese.Gerd Moellmann1999-11-181-5/+2
|
* (read-input-method-name): Handle theKenichi Handa1999-10-261-0/+2
| | | | case that the arg DEFAULT is symbol.
* (mule-diag): Handle the case thatKenichi Handa1999-10-261-1/+1
| | | | default-input-method is symbol.
* * (locale-language-names):Paul Eggert1999-10-221-43/+50
| | | | | | | | | | | | | | | | | | 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.
* Avoid non-ASCII characters to prevent loadup failure.Dave Love1999-10-221-4/+5
|
* * international/mule-cmds.el (global-map):Paul Eggert1999-10-192-25/+328
| | | | | | | | | | | | | | | | | | | | 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.
* Add latin-iso8859-1[45].Dave Love1999-10-143-4/+18
|
* (select-safe-coding-system, leim-list-header): avoid the use of stringsStefan Monnier1999-10-131-4/+4
| | | | | that start with backslash newline since lread.c:read1 has a hack to turn those strings into integer 0 during the loadup.el process.
* Fix footer comment.Dave Love1999-09-191-1/+1
|
* Fix paren error.Dave Love1999-09-191-1/+1
|
* Delete duplicated code.Kenichi Handa1999-09-031-1/+0
|
* Provide `latin-3', not `latin-3.el'.Karl Heuer1999-08-131-1/+1
|
* (load-with-code-conversion): Pass t to eval-buffer for DO-ALLOW-PRINT.Richard M. Stallman1999-08-071-0/+1
|
* Comment.Dave Love1999-08-061-0/+1
|
* Comments.Dave Love1999-08-061-2/+3
|
* (set-auto-coding): Allow whitespace beforeEli Zaretskii1999-08-011-10/+12
| | | | and after the "variable: value" pair.
* Initial revisionDave Love1999-07-292-0/+224
|
* Update comments.Dave Love1999-07-291-7/+10
|
* (ccl-embed-symbol): New function.Kenichi Handa1999-07-261-33/+25
| | | | | | | | | | (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.
* (encoded-kbd-self-insert-iso2022-7bit): Don't insert the characterKenichi Handa1999-07-231-22/+16
| | | | | | | 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.
* (coding-system-eol-type-mnemonic):Kenichi Handa1999-06-171-7/+10
| | | | Docstring modified. Return a string.
* (describe-current-coding-system-briefly): Fix format string.Kenichi Handa1999-06-171-1/+1
|
* (describe-current-input-method):Kenichi Handa1999-06-171-9/+9
| | | | | Current-input-method is string. (toggle-input-method): Docstring fixed.
* (quail-define-rules): Fix typo in docstring.Kenichi Handa1999-06-071-1/+1
|
* (iso-2022-7bit-lock-ss2): Typo fixed.Kenichi Handa1999-06-031-1/+1
|
* Add commentary.Karl Heuer1999-06-011-0/+6
|
* (iso-transl-language-alist): Interchange n and N.Karl Heuer1999-05-311-2/+2
|
* Typo fixed; prefered->preferred.Kenichi Handa1999-05-261-2/+2
|
* (find-coding-systems-for-charsets):Kenichi Handa1999-05-261-4/+4
| | | | Typo fixed; prefered->preferred.
* (charset-info): Fix previous change.Kenichi Handa1999-05-261-2/+2
|
* (charset-info): Doc-string for DIRECTION fixed.Kenichi Handa1999-05-261-2/+2
|
* Change MULE to Mule in docstrings and menus.Kenichi Handa1999-05-141-3/+3
|
* (mule-diag): Change MULE to Mule in docstring.Kenichi Handa1999-05-141-2/+2
|
* (iso-languages): Add latin-2 cedillas.Karl Heuer1999-05-041-0/+3
|
* (describe-coding-system): Fix English message.Kenichi Handa1999-05-041-1/+1
|
* (auto-coding-alist): Add .tgz.Dave Love1999-05-021-2/+2
|
* (cp-coding-system-for-codepage-1):Andrew Innes1999-05-021-1/+5
| | | | Make the magnification parameter for the -dos encoder be 2.
* (x-ctext): New coding system.Kenichi Handa1999-04-131-0/+9
|