changeset 90358:47abdf8178fc

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 08 Mar 2006 11:58:12 +0000
parents ee03316bed9d
children 041f75914d0c
files lisp/ChangeLog.unicode lisp/international/mule.el
diffstat 2 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog.unicode	Wed Mar 08 11:56:59 2006 +0000
+++ b/lisp/ChangeLog.unicode	Wed Mar 08 11:58:12 2006 +0000
@@ -1,3 +1,18 @@
+2006-03-08  Kenichi Handa  <handa@m17n.org>
+
+	* international/mule.el (ctext-pre-write-conversion): Produce
+	extra designation sequence for ASCII at the end off extended
+	segment.
+
+2006-03-07  Kenichi Handa  <handa@m17n.org>
+
+	* international/mule.el (ctext-non-standard-encodings-table):
+	Reverse the returning list.
+	(ctext-pre-write-conversion): Fix encoding with extended segments.
+
+	* international/mule-conf.el (compound-text)
+	(compound-text-with-extensions): Add long-form in :flags.
+
 2006-03-06  Kenichi Handa  <handa@m17n.org>
 
 	* international/fontset.el (create-fontset-from-fontset-spec): Fix
--- a/lisp/international/mule.el	Wed Mar 08 11:56:59 2006 +0000
+++ b/lisp/international/mule.el	Wed Mar 08 11:58:12 2006 +0000
@@ -1528,7 +1528,7 @@
 		       (setq len (+ (length encoding-name) 1
 				    (- (point) last-pos)))
 		       ;; According to the spec of CTEXT, it is not
-		       ;; necessary to produde this extra designation
+		       ;; necessary to produce this extra designation
 		       ;; sequence, but some buggy application
 		       ;; (e.g. crxvt-gb) requires it.
 		       (insert "\e(B")