# HG changeset patch # User Dave Love # Date 1022882124 0 # Node ID a3166d00b2d6a374f5d129cbd4962664ebed5357 # Parent 8f3207996c62f1bd453fc7a69915f87f35a1efc6 *** empty log message *** diff -r 8f3207996c62 -r a3166d00b2d6 lisp/ChangeLog --- 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 + * 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