summaryrefslogtreecommitdiff
path: root/lisp/international
Commit message (Collapse)AuthorAgeFilesLines
* (quail-use-package, quail-inactivate)Eli Zaretskii2001-09-051-2/+10
| | | | | (quail-activate): Mention the hooks these functions run in their doc strings.
* (isearch-exit-recursive-edit): TakeGerd Moellmann2001-09-031-1/+2
| | | | three parameters, since it's used as an after-change-function.
* (quail-completion-1): ReverseGerd Moellmann2001-08-301-0/+1
| | | | | the ((CHAR . DEFN) ...) list before processing it. From Kenichi Handa <handa@etl.go.jp>.
* (set-keyboard-coding-system): SetGerd Moellmann2001-07-311-0/+1
| | | | keyboard-coding-system.
* Doc and coding conventions fixes.Pavel Janík2001-07-182-4/+5
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-165-5/+9
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-1513-20/+38
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-155-6/+8
|
* (quail-start-conversion): ResetGerd Moellmann2001-06-181-0/+2
| | | | quail-translating to nil.
* (auto-coding-alist): Remove redundantEli Zaretskii2001-06-071-1/+1
| | | | | | up-cased versions of the extensions (auto-coding-alist-lookup is case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
* (inactivate-input-method): SetGerd Moellmann2001-05-311-0/+1
| | | | input-method-function to nil.
* (ccl-decode-mule-utf-8): HandleGerd Moellmann2001-05-291-80/+117
| | | | invalid UTF-8 sequences.
* 2001-05-25 Andrew Choi <akochoi@i-cable.com>Andrew Choi2001-05-251-2/+2
| | | | | | * international/titdic-cnv.el (ctlau-gb-converter): `\' should actually be `\\'. (ctlau-b5-converter): Likewise.
* Change input method name chinese-ctlau-b5 back to chinese-ctlaub.Andrew Choi2001-05-241-1/+1
|
* 2001-05-24 Andrew Choi <akochoi@i-cable.com>Andrew Choi2001-05-241-1/+1
| | | | | * international/titdic-cnv.el (quail-misc-package-ext-info): Change name of input method chinese-ctlaub to chinese-ctlau-b5.
* 2001-05-24 Andrew Choi <akochoi@i-cable.com>Andrew Choi2001-05-241-1/+1
| | | | | * international/titdic-cnv.el (quail-misc-package-ext-info): Change CTLauB.el to CTLau-b5.el.
* 2001-05-24 Andrew Choi <akochoi@i-cable.com>Andrew Choi2001-05-231-4/+142
| | | | | | | | | | * international/titdic-cnv.el (quail-cxterm-package-ext-info): delete entries for chinese-ctlau and chinese-ctlaub. (quail-misc-package-ext-info): add entries for chinese-ctlau and chinese-ctlaub. (ctlau-converter): New function. (ctlau-gb-converter): New function. (ctlau-b5-converter): New function.
* (define-ccl-program): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.Eli Zaretskii2001-05-201-1/+1
|
* (decode-char): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.Eli Zaretskii2001-05-201-1/+1
|
* Add copyright notice for FSF.Gerd Moellmann2001-05-171-0/+1
|
* (auto-coding-regexp-alist): New user-option.Gerd Moellmann2001-05-161-88/+119
| | | | | (auto-coding-from-file-contents): New function. (set-auto-coding): Use it to determine a coding system.
* (dos-8+3-filename): Rename from dos-truncate-to-8+3.Eli Zaretskii2001-04-071-1/+1
| | | | All callers changed.
* Fix a typo in a comment.Eli Zaretskii2001-04-061-1/+1
|
* (miscdic-convert): For MS-DOS, ifEli Zaretskii2001-04-061-1/+9
| | | | | | long file names aren't supported, truncate the file names in quail-misc-package-ext-info to 8+3 before matching them against FILENAME.
* (encoded-kbd-self-insert-ccl):Dave Love2001-04-061-1/+1
| | | | Remove redundant string-to-list.
* (miscdic-convert): Fix a typo in the last change.Eli Zaretskii2001-04-021-1/+1
|
* (quail-cxterm-package-ext-info):Kenichi Handa2001-03-311-85/+479
| | | | | | | | | Delete entries for "chinese-py" and "chinese-ziranma". (quail-misc-package-ext-info): New variable. (tsang-quick-converter): New function. (tsang-b5-converter, quick-b5-converter, tsang-cns-converter) (quick-cns-converter, py-converter, ziranma-converter) (miscdic-convert, batch-miscdic-convert): New functions.
* (ccl-encode-mule-utf-8): Fix handling of eight-bit-control chars.Kenichi Handa2001-03-301-75/+107
|
* (encoded-kbd-self-insert-ccl):Kenichi Handa2001-03-301-3/+3
| | | | Reduce making temporary vector (suggested by by Dave Love).
* (kkc-save-init-file): Locally bind print-length to nil.Kenichi Handa2001-03-271-1/+2
|
* (quail-cxterm-package-ext-info):Kenichi Handa2001-03-261-4/+4
| | | | Prepend `\' to "\<quail-translation-docstring>".
* (latin1-char-displayable-p): Add leading "-" for X font pattern.Miles Bader2001-03-261-2/+3
|
* (describe-coding-system): For raw-text and emacs-mule, don't addKenichi Handa2001-03-261-2/+5
| | | | anymore text about what charsets they can encode.
* (encoded-kbd-self-insert-ccl): Call ccl-execute-on-string directly soKenichi Handa2001-03-231-4/+8
| | | | | | that CCL program handling multibyte sequence can work correctly. (encoded-kbd-setup-keymap): Fix the default value of `valid-codes' property of the coding system.
* (set-locale-environment): SetGerd Moellmann2001-03-211-52/+62
| | | | | system-messages-locale and system-time-locale, but only if the caller specifies a non-nil locale name.
* (read-input-method-name): LocallyKenichi Handa2001-03-191-0/+4
| | | | bind enable-recursive-minibuffers to t.
* (select-safe-coding-system): Fix typo: symbol-name -> symbol-value.Kenichi Handa2001-03-161-1/+1
|
* (register-input-method): Doc fix.Kenichi Handa2001-03-121-1/+1
|
* (quail-translate-key): Fix condition toKenichi Handa2001-03-111-1/+1
| | | | check if there's another breaking point in the current key.
* Add category `j' for katakana-jisx0201. Fix syntaxes ofKenichi Handa2001-03-091-1/+5
| | | | katakana-jisx0201.
* (no-conversion): Fix docstring.Kenichi Handa2001-03-091-2/+11
| | | | (raw-text): Fix docstring.
* Add coding: tag in Local Variables: section.Kenichi Handa2001-03-091-0/+4
|
* Add coding: iso-2022-7bit tag.Kenichi Handa2001-03-091-1/+1
|
* Add coding: tag in Local Variable: section.Kenichi Handa2001-03-091-0/+4
|
* Add coding: tag in Loval Vairables: section.Kenichi Handa2001-03-091-0/+4
|
* (cp770-decode-table)Eli Zaretskii2001-03-061-3/+40
| | | | (cp773-decode-table, cp774-decode-table): New variables.
* (quail-title): Add autoload cookie.Kenichi Handa2001-03-051-1/+2
|
* (quail-title): Fix for the case that a title of an input method isKenichi Handa2001-03-051-1/+16
| | | | specified by a list of the same form as used in mode-line-format.
* (activate-input-method): If current-input-method-title is set byKenichi Handa2001-03-051-1/+3
| | | | activating INPUT-METHOD, respect that value.
* *** empty log message ***Kenichi Handa2001-03-051-1/+1
|