aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2011-12-05 15:39:26 +0900
committerKenichi Handa2011-12-05 15:39:26 +0900
commit5eb05ea3f926fcf31163e87d19a94a1674449196 (patch)
treee06e4a73f3a7081ae33f70223712fbd61b91cdfa /src/ChangeLog
parent087ef505f2853594c8f9c2756e7d31097d82c081 (diff)
downloademacs-5eb05ea3f926fcf31163e87d19a94a1674449196.tar.gz
emacs-5eb05ea3f926fcf31163e87d19a94a1674449196.zip
Pay attetion to the buffer relocation on encoding (Bug#9318).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b1fd5e6a51..8c4a0ff4572 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,30 @@
12011-12-05 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
62011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7
8 * coding.c (CODING_CHAR_CHARSET_P): New macro.
9 (encode_coding_emacs_mule, encode_coding_iso_2022): Use the above
10 macro (Bug#9318).
11
122011-12-05 Andreas Schwab <schwab@linux-m68k.org>
13
14 The following changes are to fix Bug#9318.
15
16 * coding.c (CODING_DECODE_CHAR): Adjusted for the new interface of
17 coding_set_source.
18 (CODING_ENCODE_CHAR, CODING_CHAR_CHARSET): New macros.
19 (coding_set_source): Return how many bytes coding->source was
20 relocated.
21 (coding_set_destination): Return how many bytes
22 coding->destination was relocated.
23 (encode_coding_emacs_mule, ENCODE_ISO_CHARACTER)
24 (encode_coding_iso_2022, encode_coding_sjis)
25 (encode_coding_big5, encode_coding_charset): Use macros
26 CODING_ENCODE_CHAR, CODING_CHAR_CHARSET.
27
12011-11-29 Jan Djärv <jan.h.d@swipnet.se> 282011-11-29 Jan Djärv <jan.h.d@swipnet.se>
2 29
3 * xterm.h (struct x_output): net_wm_state_hidden_seen is new. 30 * xterm.h (struct x_output): net_wm_state_hidden_seen is new.