User: aidan
Date: 05/02/09 19:06:41
Modified: xemacs/lisp/mule european.el
Log:
Fix a comment typo pointed out by Jerry James in
psu0olr8z7.fsf(a)diannao.ittc.ku.edu .
Revision Changes Path
1.637 +5 -0 XEmacs/xemacs/lisp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.636
retrieving revision 1.637
diff -u -r1.636 -r1.637
--- ChangeLog 2005/02/09 15:29:07 1.636
+++ ChangeLog 2005/02/09 18:06:33 1.637
@@ -1,5 +1,10 @@
2005-02-09 Aidan Kehoe <kehoea(a)parhasard.net>
+ * mule/european.el: Fix a comment typo pointed out by Jerry James
+ in psu0olr8z7.fsf(a)diannao.ittc.ku.edu.
+
+2005-02-09 Aidan Kehoe <kehoea(a)parhasard.net>
+
* mule/european.el: Create the 8859-16 character set and coding system.
* mule/european.el (latin-iso8859-16): Make the character set available.
1.11 +3 -3 XEmacs/xemacs/lisp/mule/european.el
Index: european.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/mule/european.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- european.el 2005/02/09 15:29:12 1.10
+++ european.el 2005/02/09 18:06:40 1.11
@@ -4,7 +4,7 @@
;; Licensed to the Free Software Foundation.
;; Copyright (C) 1997 MORIOKA Tomohiko
;; Copyright (C) 2001 Ben Wing.
-;; Copyright (C) 2002 Free Software Foundation
+;; Copyright (C) 2002, 2005 Free Software Foundation
;; Keywords: multilingual, European
@@ -27,8 +27,8 @@
;;; Commentary:
-;; For Europeans, seven coded character sets ISO8859-1,2,3,4,9,10 are supported.
-;; Note: ISO 8859/15 (Latin-9) is supported via the latin-unity package.
+;; For Roman-alphabet-using Europeans, eight coded character sets,
+;; ISO8859-1,2,3,4,9,14,15,16 are supported.
;; #### latin.el would be a better name for this file.