diff options
| author | Kenichi Handa | 2008-04-03 12:31:27 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-04-03 12:31:27 +0000 |
| commit | 2f3cbb326b9519d3ae4ef8049ec6f2bb5b99e028 (patch) | |
| tree | 3f3f5d525e474e9403dd99c07cdfbf590f3a23ee /src/ChangeLog | |
| parent | 164ce7fab306e1d10e8be4a8d192adc0a99bfc67 (diff) | |
| download | emacs-2f3cbb326b9519d3ae4ef8049ec6f2bb5b99e028.tar.gz emacs-2f3cbb326b9519d3ae4ef8049ec6f2bb5b99e028.zip | |
(CATEGORY_MASK_ANY): Add CATEGORY_MASK_UTF_16_AUTO.
(CATEGORY_MASK_UTF_16): Likewise.
(detect_coding_utf_16): Add heuristics to reject utf-16 for a
binary file.
(detect_coding): Add null-byte detection for a binary file.
(detect_coding_system): Likewise.
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 9d326e29880..f1e707a1c48 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-04-03 Jason Rumney <jasonr@gnu.org> | 10 | 2008-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. |