aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2004-05-08 14:36:07 +0000
committerAndreas Schwab2004-05-08 14:36:07 +0000
commit9e24a165fe9ab9bd2efe389153b2fff3584a647d (patch)
tree99a4186e4b59a38ea1046193287afa187a4855d2
parentc4ae2d518c6d39f48a5b8dd15cd49498b55872a5 (diff)
downloademacs-9e24a165fe9ab9bd2efe389153b2fff3584a647d.tar.gz
emacs-9e24a165fe9ab9bd2efe389153b2fff3584a647d.zip
Fix references to utf-translate-cjk into utf-translate-cjk-mode.
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lisp/international/subst-big5.el4
-rw-r--r--lisp/international/subst-gb2312.el4
-rw-r--r--lisp/international/subst-jis.el4
-rw-r--r--lisp/international/subst-ksc.el4
-rw-r--r--lisp/international/utf-16.el12
-rw-r--r--lisp/international/utf-8.el8
7 files changed, 28 insertions, 18 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 220f9abe206..c7a3ca20f00 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12004-05-08 Andreas Schwab <schwab@suse.de>
2
3 * international/subst-ksc.el: Fix references to utf-translate-cjk
4 into utf-translate-cjk-mode.
5 * international/subst-big5.el: Likewise.
6 * international/subst-gb2312.el: Likewise.
7 * international/subst-jis.el: Likewise.
8 * international/utf-16.el: Likewise.
9 * international/utf-8.el: Likewise.
10
12004-05-08 John Wiegley <johnw@newartisans.com> 112004-05-08 John Wiegley <johnw@newartisans.com>
2 12
3 * iswitchb.el (iswitchb-use-virtual-buffers): Added support for 13 * iswitchb.el (iswitchb-use-virtual-buffers): Added support for
diff --git a/lisp/international/subst-big5.el b/lisp/international/subst-big5.el
index 4f3bbdd6d67..f2004b07544 100644
--- a/lisp/international/subst-big5.el
+++ b/lisp/international/subst-big5.el
@@ -1,6 +1,6 @@
1;;; subst-big5.el --- Unicode/GB2312 translation -*-coding: big5;-*- 1;;; subst-big5.el --- Unicode/GB2312 translation -*-coding: big5;-*-
2 2
3;; Copyright (C) 2002 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004 Free Software Foundation, Inc.
4 4
5;; Author: Dave Love <fx@gnu.org> 5;; Author: Dave Love <fx@gnu.org>
6;; Keywords: i18n 6;; Keywords: i18n
@@ -23,7 +23,7 @@
23;;; Commentary: 23;;; Commentary:
24 24
25;; Provides translation tables between Unicode and chinese-big5 for 25;; Provides translation tables between Unicode and chinese-big5 for
26;; use by the `utf-translate-cjk' option. See subst-jis.el for the 26;; use by the `utf-translate-cjk-mode' option. See subst-jis.el for the
27;; method used. 27;; method used.
28 28
29;;; Code: 29;;; Code:
diff --git a/lisp/international/subst-gb2312.el b/lisp/international/subst-gb2312.el
index 2b02af1f86c..dba26c9bd5c 100644
--- a/lisp/international/subst-gb2312.el
+++ b/lisp/international/subst-gb2312.el
@@ -1,6 +1,6 @@
1;;; subst-gb2312.el --- Unicode/GB2312 translation -*-coding: euc-china;-*- 1;;; subst-gb2312.el --- Unicode/GB2312 translation -*-coding: euc-china;-*-
2 2
3;; Copyright (C) 2002 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004 Free Software Foundation, Inc.
4 4
5;; Author: Dave Love <fx@gnu.org> 5;; Author: Dave Love <fx@gnu.org>
6;; Keywords: i18n 6;; Keywords: i18n
@@ -23,7 +23,7 @@
23;;; Commentary: 23;;; Commentary:
24 24
25;; Provides translation tables between Unicode and chinese-gb2312 for 25;; Provides translation tables between Unicode and chinese-gb2312 for
26;; use by the `utf-translate-cjk' option. See subst-jis.el for the 26;; use by the `utf-translate-cjk-mode' option. See subst-jis.el for the
27;; method used. 27;; method used.
28 28
29;;; Code: 29;;; Code:
diff --git a/lisp/international/subst-jis.el b/lisp/international/subst-jis.el
index 7e1c0bd5df8..edd01c0a0b3 100644
--- a/lisp/international/subst-jis.el
+++ b/lisp/international/subst-jis.el
@@ -1,5 +1,5 @@
1;;; subst-jis.el --- Unicode/JISX translation -*-coding: euc-jp;-*- 1;;; subst-jis.el --- Unicode/JISX translation -*-coding: euc-jp;-*-
2;; Copyright (C) 2002 Free Software Foundation, Inc. 2;; Copyright (C) 2002, 2004 Free Software Foundation, Inc.
3 3
4;; Author: Dave Love <fx@gnu.org> 4;; Author: Dave Love <fx@gnu.org>
5;; Keywords: i18n 5;; Keywords: i18n
@@ -23,7 +23,7 @@
23 23
24;; Provides translation tables between Unicode and 24;; Provides translation tables between Unicode and
25;; japanese-jisx0208/japanese-jisx0212 charsets for use by the 25;; japanese-jisx0208/japanese-jisx0212 charsets for use by the
26;; `utf-translate-cjk' option. 26;; `utf-translate-cjk-mode' option.
27 27
28;;; Code: 28;;; Code:
29 29
diff --git a/lisp/international/subst-ksc.el b/lisp/international/subst-ksc.el
index b5641e360f1..9f4b329b675 100644
--- a/lisp/international/subst-ksc.el
+++ b/lisp/international/subst-ksc.el
@@ -1,5 +1,5 @@
1;;; subst-ksc.el --- Unicode/KSC-5601 translation -*-coding: euc-kr;-*- 1;;; subst-ksc.el --- Unicode/KSC-5601 translation -*-coding: euc-kr;-*-
2;; Copyright (C) 2002 Free Software Foundation, Inc. 2;; Copyright (C) 2002, 2004 Free Software Foundation, Inc.
3 3
4;; Author: Dave Love <fx@gnu.org> 4;; Author: Dave Love <fx@gnu.org>
5;; Keywords: i18n 5;; Keywords: i18n
@@ -22,7 +22,7 @@
22;;; Commentary: 22;;; Commentary:
23 23
24;; Provides translation tables between Unicode and korean-ksc5601 for 24;; Provides translation tables between Unicode and korean-ksc5601 for
25;; use by the `utf-translate-cjk' option. See subst-jis.el for the 25;; use by the `utf-translate-cjk-mode' option. See subst-jis.el for the
26;; method used. 26;; method used.
27 27
28;;; Code: 28;;; Code:
diff --git a/lisp/international/utf-16.el b/lisp/international/utf-16.el
index 0d58bf14716..d924512b634 100644
--- a/lisp/international/utf-16.el
+++ b/lisp/international/utf-16.el
@@ -1,6 +1,6 @@
1;;; utf-16.el --- UTF-16 encoding/decoding 1;;; utf-16.el --- UTF-16 encoding/decoding
2 2
3;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. 3;; Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
4 4
5;; Author: Dave Love <fx@gnu.org> 5;; Author: Dave Love <fx@gnu.org>
6;; Keywords: Unicode, UTF-16, i18n 6;; Keywords: Unicode, UTF-16, i18n
@@ -351,7 +351,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
351 (dependency unify-8859-on-encoding-mode 351 (dependency unify-8859-on-encoding-mode
352 unify-8859-on-decoding-mode 352 unify-8859-on-decoding-mode
353 utf-fragment-on-decoding 353 utf-fragment-on-decoding
354 utf-translate-cjk))) 354 utf-translate-cjk-mode)))
355 355
356 (make-coding-system 356 (make-coding-system
357 'mule-utf-16be 4 ?u 357 'mule-utf-16be 4 ?u
@@ -372,7 +372,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
372 (dependency unify-8859-on-encoding-mode 372 (dependency unify-8859-on-encoding-mode
373 unify-8859-on-decoding-mode 373 unify-8859-on-decoding-mode
374 utf-fragment-on-decoding 374 utf-fragment-on-decoding
375 utf-translate-cjk))) 375 utf-translate-cjk-mode)))
376 376
377 (make-coding-system 377 (make-coding-system
378 'mule-utf-16le-with-signature 4 ?u 378 'mule-utf-16le-with-signature 4 ?u
@@ -396,7 +396,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
396 (dependency unify-8859-on-encoding-mode 396 (dependency unify-8859-on-encoding-mode
397 unify-8859-on-decoding-mode 397 unify-8859-on-decoding-mode
398 utf-fragment-on-decoding 398 utf-fragment-on-decoding
399 utf-translate-cjk))) 399 utf-translate-cjk-mode)))
400 400
401 (make-coding-system 401 (make-coding-system
402 'mule-utf-16be-with-signature 4 ?u 402 'mule-utf-16be-with-signature 4 ?u
@@ -419,7 +419,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
419 (dependency unify-8859-on-encoding-mode 419 (dependency unify-8859-on-encoding-mode
420 unify-8859-on-decoding-mode 420 unify-8859-on-decoding-mode
421 utf-fragment-on-decoding 421 utf-fragment-on-decoding
422 utf-translate-cjk))) 422 utf-translate-cjk-mode)))
423 423
424 (make-coding-system 424 (make-coding-system
425 'mule-utf-16 4 ?u 425 'mule-utf-16 4 ?u
@@ -442,7 +442,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
442 (dependency unify-8859-on-encoding-mode 442 (dependency unify-8859-on-encoding-mode
443 unify-8859-on-decoding-mode 443 unify-8859-on-decoding-mode
444 utf-fragment-on-decoding 444 utf-fragment-on-decoding
445 utf-translate-cjk) 445 utf-translate-cjk-mode)
446 (post-read-conversion . mule-utf-16-post-read-conversion))) 446 (post-read-conversion . mule-utf-16-post-read-conversion)))
447) 447)
448 448
diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el
index c2227005dd4..d4dd7b6c882 100644
--- a/lisp/international/utf-8.el
+++ b/lisp/international/utf-8.el
@@ -1,6 +1,6 @@
1;;; utf-8.el --- UTF-8 decoding/encoding support -*- coding: iso-2022-7bit -*- 1;;; utf-8.el --- UTF-8 decoding/encoding support -*- coding: iso-2022-7bit -*-
2 2
3;; Copyright (C) 2001 Electrotechnical Laboratory, JAPAN. 3;; Copyright (C) 2001, 2004 Electrotechnical Laboratory, JAPAN.
4;; Licensed to the Free Software Foundation. 4;; Licensed to the Free Software Foundation.
5;; Copyright (C) 2001, 2002 Free Software Foundation, Inc. 5;; Copyright (C) 2001, 2002 Free Software Foundation, Inc.
6 6
@@ -97,7 +97,7 @@ translation-table named `utf-translation-table-for-encode'")
97(defvar ucs-mule-cjk-to-unicode (make-hash-table :test 'eq) 97(defvar ucs-mule-cjk-to-unicode (make-hash-table :test 'eq)
98 "Hash table mapping Emacs CJK character sets to Unicode code points. 98 "Hash table mapping Emacs CJK character sets to Unicode code points.
99 99
100If `utf-translate-cjk' is non-nil, this table populates the 100If `utf-translate-cjk-mode' is non-nil, this table populates the
101translation-hash-table named `utf-subst-table-for-encode'.") 101translation-hash-table named `utf-subst-table-for-encode'.")
102 102
103(define-translation-hash-table 'utf-subst-table-for-encode 103(define-translation-hash-table 'utf-subst-table-for-encode
@@ -106,7 +106,7 @@ translation-hash-table named `utf-subst-table-for-encode'.")
106(defvar ucs-unicode-to-mule-cjk (make-hash-table :test 'eq) 106(defvar ucs-unicode-to-mule-cjk (make-hash-table :test 'eq)
107 "Hash table mapping Unicode code points to Emacs CJK character sets. 107 "Hash table mapping Unicode code points to Emacs CJK character sets.
108 108
109If `utf-translate-cjk' is non-nil, this table populates the 109If `utf-translate-cjk-mode' is non-nil, this table populates the
110translation-hash-table named `utf-subst-table-for-decode'.") 110translation-hash-table named `utf-subst-table-for-decode'.")
111 111
112(define-translation-hash-table 'utf-subst-table-for-decode 112(define-translation-hash-table 'utf-subst-table-for-decode
@@ -814,7 +814,7 @@ sequence representing U+FFFD (REPLACEMENT CHARACTER)."
814 (dependency unify-8859-on-encoding-mode 814 (dependency unify-8859-on-encoding-mode
815 unify-8859-on-decoding-mode 815 unify-8859-on-decoding-mode
816 utf-fragment-on-decoding 816 utf-fragment-on-decoding
817 utf-translate-cjk))) 817 utf-translate-cjk-mode)))
818 818
819(define-coding-system-alias 'utf-8 'mule-utf-8) 819(define-coding-system-alias 'utf-8 'mule-utf-8)
820 820