diff options
| author | Andreas Schwab | 2009-02-10 22:32:39 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2009-02-10 22:32:39 +0000 |
| commit | b5bfebec1323223a0cda471546658ff1bbeaec86 (patch) | |
| tree | 865f15da6021b1acb82a8884c66d5201f5c99dad /src/ChangeLog | |
| parent | 6dc43c2e2dca3c212e2125d2dd5a8452eea63077 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2009-02-10 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * process.c (send_process): Properly relocate pointer into data | ||
| 4 | when using encoded data. | ||
| 5 | |||
| 1 | 2009-02-08 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> | 6 | 2009-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. |