changeset 47387:1130c565a4df

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 10 Sep 2002 17:40:21 +0000
parents 18dd2c15c04c
children 56bcf85aafae
files lisp/ChangeLog
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 10 17:39:53 2002 +0000
+++ b/lisp/ChangeLog	Tue Sep 10 17:40:21 2002 +0000
@@ -1,3 +1,23 @@
+2002-09-10  Dave Love  <fx@gnu.org>
+
+	* international/utf-8.el (ucs-mule-to-mule-unicode): Define
+	unconditionally.
+	(utf-8-fragmentation-table): New.  Use it in top-level mapc.
+	(utf-8-fragment-on-decoding): Use it to keep
+	utf-8-translation-table-for-decode variable and translation table
+	in sync.
+
+	* international/ucs-tables.el: Bind
+	utf-8-translation-table-for-decode when setting up tables and
+	remove useless optimize-char-table.
+	(ucs-mule-to-mule-unicode): Deleted.
+	(ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
+
+	* international/utf-16.el (utf-16-le-pre-write-conversion)
+	(utf-16-be-pre-write-conversion): Deleted.
+	(mule-utf-16-le, mule-utf-16-be): Register encoding translation
+	table.
+
 2002-09-10  Richard M. Stallman  <rms@gnu.org>
 
 	* files.el (diff-buffer-with-file): Simplify.