changeset: 4527:c95c06ee1e9daec9cd268f3603b1059d9068d656
user: Aidan Kehoe <kehoea(a)parhasard.net>
date: Sun Aug 10 12:15:56 2008 +0200
files: etc/ChangeLog etc/HELLO tests/ChangeLog tests/automated/mule-tests.el
description:
Correct a test failure now the XEmacs-specific Arabic charsets are gone.
etc/ChangeLog addition:
2008-08-10 Aidan Kehoe <kehoea(a)parhasard.net>
* HELLO: Add a coding cookie, now the UTF-8 sequences prevent the
file being recognised as ISO-2022-7 automatically.
tests/ChangeLog addition:
2008-08-10 Aidan Kehoe <kehoea(a)parhasard.net>
* automated/mule-tests.el (featurep): Update the list of character
sets in etc/HELLO to reflect that we've deleted the
XEmacs-specific Arabic character sets.
diff -r ea66743ff20155e3a4e479120d7bd68bfe12ac9f -r
c95c06ee1e9daec9cd268f3603b1059d9068d656 etc/ChangeLog
--- a/etc/ChangeLog Sun Aug 10 12:03:10 2008 +0200
+++ b/etc/ChangeLog Sun Aug 10 12:15:56 2008 +0200
@@ -1,3 +1,8 @@ 2008-08-05 Aidan Kehoe <kehoea@parhasa
+2008-08-10 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * HELLO: Add a coding cookie, now the UTF-8 sequences prevent the
+ file being recognised as ISO-2022-7 automatically.
+
2008-08-05 Aidan Kehoe <kehoea(a)parhasard.net>
* HELLO: Encode the Arabic using UTF-8 sequences, not ISO-8859-6.
diff -r ea66743ff20155e3a4e479120d7bd68bfe12ac9f -r
c95c06ee1e9daec9cd268f3603b1059d9068d656 etc/HELLO
--- a/etc/HELLO Sun Aug 10 12:03:10 2008 +0200
+++ b/etc/HELLO Sun Aug 10 12:15:56 2008 +0200
@@ -1,3 +1,5 @@ You need many fonts to read all.
+-*- coding: iso-2022-7 -*-
+
You need many fonts to read all.
Please correct this incomplete list and add more!
diff -r ea66743ff20155e3a4e479120d7bd68bfe12ac9f -r
c95c06ee1e9daec9cd268f3603b1059d9068d656 tests/ChangeLog
--- a/tests/ChangeLog Sun Aug 10 12:03:10 2008 +0200
+++ b/tests/ChangeLog Sun Aug 10 12:15:56 2008 +0200
@@ -1,3 +1,9 @@ 2008-05-21 Aidan Kehoe <kehoea@parhasa
+2008-08-10 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * automated/mule-tests.el (featurep): Update the list of character
+ sets in etc/HELLO to reflect that we've deleted the
+ XEmacs-specific Arabic character sets.
+
2008-05-21 Aidan Kehoe <kehoea(a)parhasard.net>
* automated/mule-tests.el (featurep):
diff -r ea66743ff20155e3a4e479120d7bd68bfe12ac9f -r
c95c06ee1e9daec9cd268f3603b1059d9068d656 tests/automated/mule-tests.el
--- a/tests/automated/mule-tests.el Sun Aug 10 12:03:10 2008 +0200
+++ b/tests/automated/mule-tests.el Sun Aug 10 12:15:56 2008 +0200
@@ -527,20 +527,20 @@ This is a naive implementation in Lisp.
;; irrelevant.
(sort (charsets-in-region (point-min) (point-max))
#'string<)
- '(arabic-1-column arabic-2-column ascii chinese-big5-1
- chinese-gb2312 cyrillic-iso8859-5 ethiopic greek-iso8859-7
- hebrew-iso8859-8 japanese-jisx0208 japanese-jisx0212
- katakana-jisx0201 korean-ksc5601 latin-iso8859-1
- latin-iso8859-2 thai-xtis vietnamese-viscii-lower)))
+ '(ascii chinese-big5-1 chinese-gb2312 cyrillic-iso8859-5
+ ethiopic greek-iso8859-7 hebrew-iso8859-8 japanese-jisx0208
+ japanese-jisx0212 jit-ucs-charset-0 katakana-jisx0201
+ korean-ksc5601 latin-iso8859-1 latin-iso8859-2 thai-xtis
+ vietnamese-viscii-lower)))
(Assert (equal
(sort (charsets-in-string (buffer-substring (point-min)
(point-max)))
#'string<)
- '(arabic-1-column arabic-2-column ascii chinese-big5-1
- chinese-gb2312 cyrillic-iso8859-5 ethiopic greek-iso8859-7
- hebrew-iso8859-8 japanese-jisx0208 japanese-jisx0212
- katakana-jisx0201 korean-ksc5601 latin-iso8859-1
- latin-iso8859-2 thai-xtis vietnamese-viscii-lower))))
+ '(ascii chinese-big5-1 chinese-gb2312 cyrillic-iso8859-5
+ ethiopic greek-iso8859-7 hebrew-iso8859-8 japanese-jisx0208
+ japanese-jisx0212 jit-ucs-charset-0 katakana-jisx0201
+ korean-ksc5601 latin-iso8859-1 latin-iso8859-2 thai-xtis
+ vietnamese-viscii-lower))))
;;---------------------------------------------------------------
;; Language environments, and whether the specified values are sane.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches