aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2003-05-06 12:31:32 +0000
committerKenichi Handa2003-05-06 12:31:32 +0000
commitfd12904bd6af753b311eb2b89bc13a7e20daf660 (patch)
treeb39721a0736c7d53bad86c7a000b1bdc5d7ef7a9 /src/ChangeLog
parent4156e5b5e92725e3fddc1f40be0ab86c446dcbc5 (diff)
downloademacs-fd12904bd6af753b311eb2b89bc13a7e20daf660.tar.gz
emacs-fd12904bd6af753b311eb2b89bc13a7e20daf660.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 130028a96fb..f41f8da3992 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,24 @@
12003-05-06 Kenichi Handa <handa@m17n.org> 12003-05-06 Kenichi Handa <handa@m17n.org>
2 2
3 * coding.c (Qsignature, Qendian): Delete these variables.
4 (syms_of_coding): Don't initialize them.
5 (CATEGORY_MASK_UTF_16_AUTO): New macro.
6 (detect_coding_utf_16): Add CATEGORY_MASK_UTF_16_AUTO in
7 detect_info->found.
8 (decode_coding_utf_16): Don't detect BOM here.
9 (encode_coding_utf_16): Produce BOM if CODING_UTF_16_BOM (coding)
10 is NOT utf_16_without_bom.
11 (setup_coding_system): For a coding system of type utf-16, check
12 if the attribute :endian is Qbig or not (not nil or not), and set
13 CODING_REQUIRE_DETECTION_MASK if BOM detection is required.
14 (detect_coding): If coding type is utf-16 and BOM detection is
15 required, detect it.
16 (Fdefine_coding_system_internal): For a coding system of type
17 utf-16, check if the attribute :endian is Qbig or not (not nil or
18 not).
19
202003-05-06 Kenichi Handa <handa@m17n.org>
21
3 * coding.c (coding_set_source): Fix for the case that the current 22 * coding.c (coding_set_source): Fix for the case that the current
4 buffer is different from coding->src_object. 23 buffer is different from coding->src_object.
5 (decode_coding_object): Don't use the conversion work buffer if 24 (decode_coding_object): Don't use the conversion work buffer if