aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-01-14 12:19:44 +0000
committerKenichi Handa2009-01-14 12:19:44 +0000
commitf56a4450912fa06401b13e6631313fe17bed006f (patch)
tree00e36c6a98a8b740184d7535844f9eda51eb1d29 /src/ChangeLog
parent97d42150b4f0233e98f516e69f4978b2e6eebe59 (diff)
downloademacs-f56a4450912fa06401b13e6631313fe17bed006f.tar.gz
emacs-f56a4450912fa06401b13e6631313fe17bed006f.zip
(TWO_MORE_BYTES): New macro.
(detect_coding_utf_16): Use TWO_MORE_BYTES instead of ONE_MORE_BYTE.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5d048f7413b..4f11a1269cc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12009-01-14 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (TWO_MORE_BYTES): New macro.
4 (detect_coding_utf_16): Use TWO_MORE_BYTES instead of
5 ONE_MORE_BYTE.
6
12009-01-13 Chong Yidong <cyd@stupidchicken.com> 72009-01-13 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * font.c (font_clear_prop): If clearing the family, clear the font 9 * font.c (font_clear_prop): If clearing the family, clear the font
@@ -90,7 +96,7 @@
902009-01-07 Kenichi Handa <handa@m17n.org> 962009-01-07 Kenichi Handa <handa@m17n.org>
91 97
92 * fileio.c (Finsert_file_contents): In the case of replace, 98 * fileio.c (Finsert_file_contents): In the case of replace,
93 remeber the coding system used for decoding in 99 remember the coding system used for decoding in
94 coding_system (Bug#1039). 100 coding_system (Bug#1039).
95 101
96 * coding.c (decode_coding_utf_8): Check byte_after_cr before 102 * coding.c (decode_coding_utf_8): Check byte_after_cr before