aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.unicode
diff options
context:
space:
mode:
authorKenichi Handa2006-02-27 01:27:47 +0000
committerKenichi Handa2006-02-27 01:27:47 +0000
commit7f3e252c6154237c4736836709b2977620bd056b (patch)
treeaa7fc13b96065b5d9ad04765359b2932116bde8b /lisp/ChangeLog.unicode
parentae144b39dfa49b0b3a2ac45d1057abb210a5379a (diff)
downloademacs-7f3e252c6154237c4736836709b2977620bd056b.tar.gz
emacs-7f3e252c6154237c4736836709b2977620bd056b.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog.unicode')
-rw-r--r--lisp/ChangeLog.unicode24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode
index a90b83f5639..016f7b8696e 100644
--- a/lisp/ChangeLog.unicode
+++ b/lisp/ChangeLog.unicode
@@ -1,5 +1,29 @@
12006-02-27 Kenichi Handa <handa@m17n.org> 12006-02-27 Kenichi Handa <handa@m17n.org>
2 2
3 * language/chinese.el ("Chinese-BIG5"): Set
4 ctext-non-standard-encodings property to "big5-0".
5
6 * international/mule.el (ctext-non-standard-encodings): Initialize
7 to nil.
8 (ctext-non-standard-encodings-alist): Set charset `big5' in the
9 entry for "big5-0".
10 (ctext-non-standard-encodings-table): Return a list instead of
11 char-table.
12 (ctext-pre-write-conversion): Adjusted for the above change.
13
142006-02-27 Zhang Wei <id.brep@gmail.com> (tiny change)
15
16 * international/mule.el (ctext-non-standard-encodings-alist): Add
17 an entry for gbk-0.
18 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
19 a row 8-bit.
20
21 * language/chinese.el ("Chinese-GBK"): Set
22 ctext-non-standard-encodings property to "gbk-0". Add sample-text
23 property.
24
252006-02-27 Kenichi Handa <handa@m17n.org>
26
3 * international/kkc.el (kkc-region): Use 27 * international/kkc.el (kkc-region): Use
4 this-single-command-raw-keys on pushing back an unhandled key 28 this-single-command-raw-keys on pushing back an unhandled key
5 sequence. 29 sequence.