aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f198f37d0c1..3af9590134c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12011-11-07 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (coding_set_destination): Check coding->src_pos only
4 when coding->src_object is a buffer (bug#9910).
5
6 * process.c (send_process): Set the member src_multibyte of coding
7 to 0 (bug#9911) when sending a unibyte text.
8
9 * callproc.c (Fcall_process): Set the member src_multibyte of
10 process_coding to 0 (bug#9912).
11
12011-11-03 Eli Zaretskii <eliz@gnu.org> 122011-11-03 Eli Zaretskii <eliz@gnu.org>
2 13
3 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947) 14 * xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)