aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f5d23bb851..1f777bda88 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
+2002-07-17 Dave Love <[email protected]>
+
+ * international/utf-8.el (utf-8-subst-table)
+ (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
+ (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
+ (utf-8-ccl-regs, utf-8-translate-cjk): New.
+ (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
+ (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
+ (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
+ (mule-utf-8): Remove pre-write-conversion.
+ (utf-8-post-read-conversion): Comment out.
+
+ * international/ccl.el (ccl-command-table): Add lookup-integer,
+ lookup-character.
+ (ccl-extended-code-table): Add lookup-int-const-tbl,
+ lookup-char-const-tbl.
+ (ccl-compile-lookup-integer, ccl-compile-lookup-character)
+ (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
+ New functions.
+ (define-ccl-program): Doc update.
+
+ * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
+ (utf-8-subst-table): Don't set.
+
2002-07-17 Kenichi Handa <[email protected]>
* international/mule.el (define-coding-system-alias): Don't