aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 606e18a9e51..e1c28be009d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12003-01-06 Kenichi Handa <handa@m17n.org> 12003-01-06 Kenichi Handa <handa@m17n.org>
2 2
3 * chartab.c (char_table_ascii): Check if the char table contents
4 is sub-char-table or not.
5 (char_table_set): Fix argument to char_table_ascii.
6 (char_table_set_range): Likewise.
7
3 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro. 8 * coding.c (CATEGORY_MASK_RAW_TEXT): New macro.
4 (detect_coding_utf_8, detect_coding_utf_16) 9 (detect_coding_utf_8, detect_coding_utf_16)
5 (detect_coding_emacs_mule, detect_coding_iso_2022) 10 (detect_coding_emacs_mule, detect_coding_iso_2022)