]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix references to utf-translate-cjk into utf-translate-cjk-mode.
authorAndreas Schwab <schwab@suse.de>
Sat, 8 May 2004 14:36:07 +0000 (14:36 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 8 May 2004 14:36:07 +0000 (14:36 +0000)
lisp/ChangeLog
lisp/international/subst-big5.el
lisp/international/subst-gb2312.el
lisp/international/subst-jis.el
lisp/international/subst-ksc.el
lisp/international/utf-16.el
lisp/international/utf-8.el

index 220f9abe206ce75d6315ca32dda25db017d7497b..c7a3ca20f00145e4beb22d38d7bfcf0826e0d83f 100644 (file)
@@ -1,3 +1,13 @@
+2004-05-08  Andreas Schwab  <schwab@suse.de>
+
+       * international/subst-ksc.el: Fix references to utf-translate-cjk
+       into utf-translate-cjk-mode.
+       * international/subst-big5.el: Likewise.
+       * international/subst-gb2312.el: Likewise.
+       * international/subst-jis.el: Likewise.
+       * international/utf-16.el: Likewise.
+       * international/utf-8.el: Likewise.
+
 2004-05-08  John Wiegley  <johnw@newartisans.com>
 
        * iswitchb.el (iswitchb-use-virtual-buffers): Added support for
index 4f3bbdd6d67320a650b7311146735e8a13e68b6a..f2004b07544486fe6bcab6eacf61a19e50805db7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; subst-big5.el --- Unicode/GB2312 translation     -*-coding: big5;-*-
 
-;; Copyright (C) 2002  Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004  Free Software Foundation, Inc.
 
 ;; Author: Dave Love <fx@gnu.org>
 ;; Keywords: i18n
@@ -23,7 +23,7 @@
 ;;; Commentary:
 
 ;; Provides translation tables between Unicode and chinese-big5 for
-;; use by the `utf-translate-cjk' option.  See subst-jis.el for the
+;; use by the `utf-translate-cjk-mode' option.  See subst-jis.el for the
 ;; method used.
 
 ;;; Code:
index 2b02af1f86c74326a4ff46c2a86c23e6c2a0564c..dba26c9bd5caa0187021e8119a9eed2c62bedeb1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; subst-gb2312.el --- Unicode/GB2312 translation     -*-coding: euc-china;-*-
 
-;; Copyright (C) 2002  Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004  Free Software Foundation, Inc.
 
 ;; Author: Dave Love <fx@gnu.org>
 ;; Keywords: i18n
@@ -23,7 +23,7 @@
 ;;; Commentary:
 
 ;; Provides translation tables between Unicode and chinese-gb2312 for
-;; use by the `utf-translate-cjk' option.  See subst-jis.el for the
+;; use by the `utf-translate-cjk-mode' option.  See subst-jis.el for the
 ;; method used.
 
 ;;; Code:
index 7e1c0bd5df8e9fa4abc6054f5926621d38840a92..edd01c0a0b378de89c1f732568d9f71b2e8b4282 100644 (file)
@@ -1,5 +1,5 @@
 ;;; subst-jis.el --- Unicode/JISX translation    -*-coding: euc-jp;-*-
-;; Copyright (C) 2002  Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004  Free Software Foundation, Inc.
 
 ;; Author: Dave Love <fx@gnu.org>
 ;; Keywords: i18n
@@ -23,7 +23,7 @@
 
 ;; Provides translation tables between Unicode and
 ;; japanese-jisx0208/japanese-jisx0212 charsets for use by the
-;; `utf-translate-cjk' option.
+;; `utf-translate-cjk-mode' option.
 
 ;;; Code:
 
index b5641e360f195259e4970267cc20cd835b95508a..9f4b329b67558ec0941b7f44e81658fc6ee358ca 100644 (file)
@@ -1,5 +1,5 @@
 ;;; subst-ksc.el --- Unicode/KSC-5601 translation    -*-coding: euc-kr;-*-
-;; Copyright (C) 2002  Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004  Free Software Foundation, Inc.
 
 ;; Author: Dave Love <fx@gnu.org>
 ;; Keywords: i18n
@@ -22,7 +22,7 @@
 ;;; Commentary:
 
 ;; Provides translation tables between Unicode and korean-ksc5601 for
-;; use by the `utf-translate-cjk' option.  See subst-jis.el for the
+;; use by the `utf-translate-cjk-mode' option.  See subst-jis.el for the
 ;; method used.
 
 ;;; Code:
index 0d58bf14716a2d28da84ecf72eaee9123b3ee27c..d924512b634144e3bcf254ec6819dffbb7917bc7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; utf-16.el --- UTF-16 encoding/decoding
 
-;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
 ;; Author: Dave Love <fx@gnu.org>
 ;; Keywords: Unicode, UTF-16, i18n
@@ -351,7 +351,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
      (dependency unify-8859-on-encoding-mode
                 unify-8859-on-decoding-mode
                 utf-fragment-on-decoding
-                utf-translate-cjk)))
+                utf-translate-cjk-mode)))
 
   (make-coding-system
    'mule-utf-16be 4 ?u
@@ -372,7 +372,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
      (dependency unify-8859-on-encoding-mode
                 unify-8859-on-decoding-mode
                 utf-fragment-on-decoding
-                utf-translate-cjk)))
+                utf-translate-cjk-mode)))
 
   (make-coding-system
    'mule-utf-16le-with-signature 4 ?u
@@ -396,7 +396,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
      (dependency unify-8859-on-encoding-mode
                 unify-8859-on-decoding-mode
                 utf-fragment-on-decoding
-                utf-translate-cjk)))
+                utf-translate-cjk-mode)))
 
   (make-coding-system
    'mule-utf-16be-with-signature 4 ?u
@@ -419,7 +419,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
      (dependency unify-8859-on-encoding-mode
                 unify-8859-on-decoding-mode
                 utf-fragment-on-decoding
-                utf-translate-cjk)))
+                utf-translate-cjk-mode)))
 
   (make-coding-system
    'mule-utf-16 4 ?u
@@ -442,7 +442,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
      (dependency unify-8859-on-encoding-mode
                 unify-8859-on-decoding-mode
                 utf-fragment-on-decoding
-                utf-translate-cjk)
+                utf-translate-cjk-mode)
      (post-read-conversion . mule-utf-16-post-read-conversion)))
 )
 
index c2227005dd42e699e9a1496ebfe80f832bcb202d..d4dd7b6c8827550f45cb7368bf3de7cc1eb9f745 100644 (file)
@@ -1,6 +1,6 @@
 ;;; utf-8.el --- UTF-8 decoding/encoding support -*- coding: iso-2022-7bit -*-
 
-;; Copyright (C) 2001 Electrotechnical Laboratory, JAPAN.
+;; Copyright (C) 2001, 2004 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
 ;; Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 
@@ -97,7 +97,7 @@ translation-table named `utf-translation-table-for-encode'")
 (defvar ucs-mule-cjk-to-unicode (make-hash-table :test 'eq)
   "Hash table mapping Emacs CJK character sets to Unicode code points.
 
-If `utf-translate-cjk' is non-nil, this table populates the
+If `utf-translate-cjk-mode' is non-nil, this table populates the
 translation-hash-table named `utf-subst-table-for-encode'.")
 
 (define-translation-hash-table 'utf-subst-table-for-encode
@@ -106,7 +106,7 @@ translation-hash-table named `utf-subst-table-for-encode'.")
 (defvar ucs-unicode-to-mule-cjk (make-hash-table :test 'eq)
   "Hash table mapping Unicode code points to Emacs CJK character sets.
 
-If `utf-translate-cjk' is non-nil, this table populates the
+If `utf-translate-cjk-mode' is non-nil, this table populates the
 translation-hash-table named `utf-subst-table-for-decode'.")
 
 (define-translation-hash-table 'utf-subst-table-for-decode
@@ -814,7 +814,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."
    (dependency unify-8859-on-encoding-mode
               unify-8859-on-decoding-mode
               utf-fragment-on-decoding
-              utf-translate-cjk)))
+              utf-translate-cjk-mode)))
 
 (define-coding-system-alias 'utf-8 'mule-utf-8)