changeset 89469:97712d8a242e

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 06 Jun 2003 02:13:40 +0000
parents 7dbbe692f70c
children 63f863a2a2e2
files src/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jun 06 02:13:16 2003 +0000
+++ b/src/ChangeLog	Fri Jun 06 02:13:40 2003 +0000
@@ -1,3 +1,12 @@
+2003-06-06  Kenichi Handa  <handa@m17n.org>
+
+	* coding.c (QCcategory): New variable.
+	(syms_of_coding): Defsym it.  Set all elements of
+	Vcoding_category_table and their symbol values.
+	(Fset_coding_system_priority): Doc fix.  Update symbol qvalues of
+	coding-category-XXX, and coding-category-list.
+	(Fdefine_coding_system_internal): Add category in the plist.
+
 2003-06-05  Kenichi Handa  <handa@m17n.org>
 
 	* callproc.c (Fcall_process): Handle carryover correctly.