aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.