comparison lisp/ChangeLog @ 46497:4e525f71bb31

*** empty log message ***
author Dave Love <fx@gnu.org>
date Wed, 17 Jul 2002 17:47:44 +0000
parents 287c11fe27fe
children 065bbf082910
comparison
equal deleted inserted replaced
46496:395e5c46761b 46497:4e525f71bb31
1 2002-07-17 Dave Love <fx@gnu.org>
2
3 * international/utf-8.el (utf-8-subst-table)
4 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
5 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
6 (utf-8-ccl-regs, utf-8-translate-cjk): New.
7 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
8 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
9 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
10 (mule-utf-8): Remove pre-write-conversion.
11 (utf-8-post-read-conversion): Comment out.
12
13 * international/ccl.el (ccl-command-table): Add lookup-integer,
14 lookup-character.
15 (ccl-extended-code-table): Add lookup-int-const-tbl,
16 lookup-char-const-tbl.
17 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
18 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
19 New functions.
20 (define-ccl-program): Doc update.
21
22 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
23 (utf-8-subst-table): Don't set.
24
1 2002-07-17 Kenichi Handa <handa@etl.go.jp> 25 2002-07-17 Kenichi Handa <handa@etl.go.jp>
2 26
3 * international/mule.el (define-coding-system-alias): Don't 27 * international/mule.el (define-coding-system-alias): Don't
4 append ALIAS in the property `alias-coding-systems' if ALIAS's 28 append ALIAS in the property `alias-coding-systems' if ALIAS's
5 eol-type is not auto-detection. 29 eol-type is not auto-detection.