aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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