aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9d326e29880..f1e707a1c48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12008-04-03 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
4 (CATEGORY_MASK_UTF_16): Likewise.
5 (detect_coding_utf_16): Add heuristics to reject utf-16 for a
6 binary file.
7 (detect_coding): Add null-byte detection for a binary file.
8 (detect_coding_system): Likewise.
9
12008-04-03 Jason Rumney <jasonr@gnu.org> 102008-04-03 Jason Rumney <jasonr@gnu.org>
2 11
3 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val. 12 * ftfont.c (ftfont_get_open_type_spec): Check spec->script, not val.