aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2009-02-10 22:32:39 +0000
committerAndreas Schwab2009-02-10 22:32:39 +0000
commitb5bfebec1323223a0cda471546658ff1bbeaec86 (patch)
tree865f15da6021b1acb82a8884c66d5201f5c99dad /src/ChangeLog
parent6dc43c2e2dca3c212e2125d2dd5a8452eea63077 (diff)
downloademacs-b5bfebec1323223a0cda471546658ff1bbeaec86.tar.gz
emacs-b5bfebec1323223a0cda471546658ff1bbeaec86.zip
(send_process): Properly relocate pointer into data
when using encoded data.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3db96f64fca..e6f380e2db4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12009-02-10 Andreas Schwab <schwab@suse.de>
2
3 * process.c (send_process): Properly relocate pointer into data
4 when using encoded data.
5
12009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> 62009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
2 7
3 * coding.c (detect_coding_charset): Fix previous change. 8 * coding.c (detect_coding_charset): Fix previous change.