aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-08-27 11:13:33 +0000
committerKenichi Handa2009-08-27 11:13:33 +0000
commit550c8289fd72b5bff091ce1c2f9c6567215a8994 (patch)
treeb02510e21e583621d38d58b5411a06be6b6c760f /src/ChangeLog
parent60afa08d413e55222b84757d1ba62755f1596131 (diff)
downloademacs-550c8289fd72b5bff091ce1c2f9c6567215a8994.tar.gz
emacs-550c8289fd72b5bff091ce1c2f9c6567215a8994.zip
(send_process): Use encode_coding_object instead of
encode_coding_string to perform eol-conversion even if the string is unibyte.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7eb5f5b3efb..12f3185a3ed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12009-08-27 Kenichi Handa <handa@m17n.org> 12009-08-27 Kenichi Handa <handa@m17n.org>
2 2
3 * process.c (send_process): Use encode_coding_object instead of
4 encode_coding_string to perform eol-conversion even if the string
5 is unibyte.
6
3 * coding.c (encode_coding_utf_16): Fix checking of a Unicode 7 * coding.c (encode_coding_utf_16): Fix checking of a Unicode
4 character. 8 character.
5 9