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>
;; exclude.
(substring enc2 0 i2))))
+;; Backwards compatibility. These might be better with :init-value t,
+;; but that breaks loadup.
+(define-minor-mode unify-8859-on-encoding-mode
+ "Obsolete."
+ :group 'mule
+ :global t)
+(define-minor-mode unify-8859-on-decoding-mode
+ "Obsolete."
+ :group 'mule
+ :global t)
;;; mule-cmds.el ends here