]> git.eshelyaron.com Git - emacs.git/commitdiff
(unify-8859-on-encoding-mode)
authorDave Love <fx@gnu.org>
Fri, 31 May 2002 21:55:24 +0000 (21:55 +0000)
committerDave Love <fx@gnu.org>
Fri, 31 May 2002 21:55:24 +0000 (21:55 +0000)
(unify-8859-on-decoding-mode): Moved from mule.el.

lisp/ChangeLog
lisp/international/mule-cmds.el

index f6bcd4860bdce3d95cc9d97a714454617236c5c5..d831527ee5f326e3eec43a3820515d85d007a988 100644 (file)
@@ -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>
 
index 437defcd83d6b82eaac59d395822465753d7bb85..5513f6263118fa0d9f2965ec3623f6b74b425fb2 100644 (file)
@@ -2048,5 +2048,15 @@ If CODING-SYSTEM can't safely encode CHAR, return nil."
       ;; 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