changeset 89925:d2239d631d66

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 20 Apr 2004 11:27:45 +0000
parents 7d0f6da3ea6e
children c452bfea1458
files lisp/ChangeLog.22 src/ChangeLog.22
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog.22	Tue Apr 20 11:26:43 2004 +0000
+++ b/lisp/ChangeLog.22	Tue Apr 20 11:27:45 2004 +0000
@@ -1,5 +1,8 @@
 2004-04-20  Kenichi Handa  <handa@m17n.org>
 
+	* international/characters.el: Give more CJK characters the
+	category `|'.
+
 	* descr-text.el (describe-char): Make it work on *Help* buffer.
 	Suppress auto-compostion on a region describing about composition.
 
--- a/src/ChangeLog.22	Tue Apr 20 11:26:43 2004 +0000
+++ b/src/ChangeLog.22	Tue Apr 20 11:27:45 2004 +0000
@@ -1,3 +1,8 @@
+2004-04-20  Kenichi Handa  <handa@m17n.org>
+
+	* coding.c (detect_coding): Delete unused variables.
+	(detect_coding_system): Likewise.
+
 2004-04-18  Kenichi Handa  <handa@m17n.org>
 
 	* coding.c (encode_coding_utf_8): Fix handling of raw-byte char.