aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-09-30 13:28:34 +0900
committerKenichi Handa2010-09-30 13:28:34 +0900
commitfcaf88782ba68e7c0618a663db51cf4a26cb3926 (patch)
tree589ae64ef6f2e2acc260726235d0c98b29150c0a /src/ChangeLog
parent9fb7a510c91c6aad04d2d6ba8e8c0889d19e1d79 (diff)
downloademacs-fcaf88782ba68e7c0618a663db51cf4a26cb3926.tar.gz
emacs-fcaf88782ba68e7c0618a663db51cf4a26cb3926.zip
Complement a coding system for encoding arguments and input to a process.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b756aebe8a5..773715ed1f2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12010-09-30 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (complement_process_encoding_system): New function.
4
5 * coding.h (complement_process_encoding_system): Extern it.
6
7 * callproc.c (Fcall_process): Complement the coding system for
8 encoding arguments.
9 (Fcall_process_region): Complement the coding system for encoding
10 the input to the process.
11
12 * process.c (Fstart_process): Complement the coding system for
13 encoding arguments.
14 (send_process): Complement the coding system for encoding what
15 sent to the process.
16
12010-09-29 Kenichi Handa <handa@m17n.org> 172010-09-29 Kenichi Handa <handa@m17n.org>
2 18
3 * xfont.c (xfont_open): Fix setting of font->average_width from 19 * xfont.c (xfont_open): Fix setting of font->average_width from