changeset 88703:a3166d00b2d6

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 31 May 2002 21:55:24 +0000
parents 8f3207996c62
children d203bf79d292
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 31 21:53:43 2002 +0000
+++ b/lisp/ChangeLog	Fri May 31 21:55:24 2002 +0000
@@ -1,7 +1,16 @@
 2002-05-31  Dave Love  <fx@gnu.org>
 
+	* international/mule-diag.el (describe-character-set): Account for
+	more than two dimensions of possibly different size.
+
+	* international/mule-cmds.el (unify-8859-on-encoding-mode)
+	(unify-8859-on-decoding-mode): Moved from mule.el.
+
 	* international/mule.el (unify-8859-on-encoding-mode)
 	(unify-8859-on-decoding-mode): Remove :init-value.
+	(charset-chars): Add optional dimension arg.
+	(unify-8859-on-encoding-mode, unify-8859-on-decoding-mode): Moved
+	to mule-cmds.el.
 
 2002-05-31  Kenichi Handa  <handa@etl.go.jp>