aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-03-16 01:54:07 +0000
committerKenichi Handa2008-03-16 01:54:07 +0000
commit03f244e2558bd8b0cbf6c206e5905736e365ff9d (patch)
treed73018c714bcc215eca038d94ed7bb09d7bfbf19 /src/ChangeLog
parentde670487fb4ed5a1b3758caff8a522605f57d167 (diff)
downloademacs-03f244e2558bd8b0cbf6c206e5905736e365ff9d.tar.gz
emacs-03f244e2558bd8b0cbf6c206e5905736e365ff9d.zip
(auto-coding-alist): Use
no-conversion-multibyte for archive files.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c8989be51ed..687951808f3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12008-03-16 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (CHAR_STRING_ADVANCE_NO_UNIFY)
4 (STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
5 (coding_alloc_by_making_gap): Fix the way to preserve data in the
6 gap.
7 (alloc_destination): Fix the 2nd arg to
8 coding_alloc_by_making_gap.
9 (encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
10 CHAR_STRING_ADVANCE.
11 (produce_chars): Fix for the case that the source and the
12 destination are the same buffer. Use CHAR_STRING_ADVANCE_NO_UNIFY
13 instead of CHAR_STRING_ADVANCE.
14 (consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
15 STRING_CHAR_ADVANCE.
16
12008-03-15 Andreas Schwab <schwab@suse.de> 172008-03-15 Andreas Schwab <schwab@suse.de>
2 18
3 * regex.c (re_match_2_internal): Correct matching of eight bit 19 * regex.c (re_match_2_internal): Correct matching of eight bit