aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-03-08 11:58:12 +0000
committerKenichi Handa2006-03-08 11:58:12 +0000
commit5503f67d904f08cd570eb2601f31ea62f5ef914c (patch)
tree5758c9c94ccd8e4d2b4411a6f4f197d27e707a93
parentf04781a9cd2cca4737956994572b5b0fd1df4248 (diff)
downloademacs-5503f67d904f08cd570eb2601f31ea62f5ef914c.tar.gz
emacs-5503f67d904f08cd570eb2601f31ea62f5ef914c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog.unicode15
-rw-r--r--lisp/international/mule.el6
2 files changed, 18 insertions, 3 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode
index 42175c89853..d42d01b8791 100644
--- a/lisp/ChangeLog.unicode
+++ b/lisp/ChangeLog.unicode
@@ -1,3 +1,18 @@
12006-03-08 Kenichi Handa <handa@m17n.org>
2
3 * international/mule.el (ctext-pre-write-conversion): Produce
4 extra designation sequence for ASCII at the end off extended
5 segment.
6
72006-03-07 Kenichi Handa <handa@m17n.org>
8
9 * international/mule.el (ctext-non-standard-encodings-table):
10 Reverse the returning list.
11 (ctext-pre-write-conversion): Fix encoding with extended segments.
12
13 * international/mule-conf.el (compound-text)
14 (compound-text-with-extensions): Add long-form in :flags.
15
12006-03-06 Kenichi Handa <handa@m17n.org> 162006-03-06 Kenichi Handa <handa@m17n.org>
2 17
3 * international/fontset.el (create-fontset-from-fontset-spec): Fix 18 * international/fontset.el (create-fontset-from-fontset-spec): Fix
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index f59a05edd1d..fcdbd9625ac 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1528,9 +1528,9 @@ text, and convert it in the temporary buffer. Otherwise, convert in-place."
1528 (setq len (+ (length encoding-name) 1 1528 (setq len (+ (length encoding-name) 1
1529 (- (point) last-pos))) 1529 (- (point) last-pos)))
1530 ;; According to the spec of CTEXT, it is not 1530 ;; According to the spec of CTEXT, it is not
1531 ;; necessary to produding this extra 1531 ;; necessary to produce this extra designation
1532 ;; designation sequence, but some buggy 1532 ;; sequence, but some buggy application
1533 ;; application (e.g. crxvt-gb) requires it. 1533 ;; (e.g. crxvt-gb) requires it.
1534 (insert "\e(B") 1534 (insert "\e(B")
1535 (save-excursion 1535 (save-excursion
1536 (goto-char last-pos) 1536 (goto-char last-pos)