diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a51370d5d67..9abd237bbb1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2003-06-06 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (QCcategory): New variable. | ||
| 4 | (syms_of_coding): Defsym it. Set all elements of | ||
| 5 | Vcoding_category_table and their symbol values. | ||
| 6 | (Fset_coding_system_priority): Doc fix. Update symbol qvalues of | ||
| 7 | coding-category-XXX, and coding-category-list. | ||
| 8 | (Fdefine_coding_system_internal): Add category in the plist. | ||
| 9 | |||
| 1 | 2003-06-05 Kenichi Handa <handa@m17n.org> | 10 | 2003-06-05 Kenichi Handa <handa@m17n.org> |
| 2 | 11 | ||
| 3 | * callproc.c (Fcall_process): Handle carryover correctly. | 12 | * callproc.c (Fcall_process): Handle carryover correctly. |