aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2012-01-19 22:19:21 +0800
committerChong Yidong2012-01-19 22:19:21 +0800
commita32a7dc7214bf5f618d50d0143fe5f8159445d2d (patch)
tree36a206a6908cbbabdfc3a3a7cf843176d7fdcdc4 /src/ChangeLog
parent6689f4b68ad9de3023e656acbec6a8d7245616ef (diff)
downloademacs-a32a7dc7214bf5f618d50d0143fe5f8159445d2d.tar.gz
emacs-a32a7dc7214bf5f618d50d0143fe5f8159445d2d.zip
Pay attention to buffer relocation on encoding (Bug#9318; backport from trunk).
Backport of 2011-12-05T06:39:26Z!handa@m17n.org from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 18b96b04195..5b25a68259a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,29 @@
12012-01-19 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (encode_designation_at_bol): New args charbuf_end and
4 dst. Return the number of produced bytes. Callers changed.
5 (coding_set_source): Return how many bytes coding->source was
6 relocated.
7 (coding_set_destination): Return how many bytes
8 coding->destination was relocated.
9 (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
10 (CODING_CHAR_CHARSET_P): Adjusted for the avove changes.
11
122012-01-19 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
13
14 * coding.c (CODING_CHAR_CHARSET_P): New macro.
15 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
16 macro (Bug#9318).
17
182012-01-19 Andreas Schwab <schwab@linux-m68k.org>
19
20 The following changes are to fix Bug#9318.
21
22 * coding.c (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
23 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
24 (encode_coding_iso_2022, encode_coding_sjis)
25 (encode_coding_big5, encode_coding_charset): Use the above macros.
26
12012-01-18 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change) 272012-01-18 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
2 28
3 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to 29 * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to