aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2003-07-31 01:24:44 +0000
committerKenichi Handa2003-07-31 01:24:44 +0000
commite430e5baa09f3451c5d03290b5c51e783a30fd26 (patch)
tree0c36d2e0ebae7bc9e4c0f5e99735bace83f4c3fa /src/ChangeLog
parent97e7188e573bc75cd99cd5ab14b7291d2451364f (diff)
downloademacs-e430e5baa09f3451c5d03290b5c51e783a30fd26.tar.gz
emacs-e430e5baa09f3451c5d03290b5c51e783a30fd26.zip
(read_process_output): Return the actually read bytes
instead of the result of decoding.
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 420c9f6c0f6..71f2ff865f8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12003-07-31 Kenichi Handa <handa@m17n.org> 12003-07-31 Kenichi Handa <handa@m17n.org>
2 2
3 * process.c (read_process_output): Return the actually read bytes
4 instead of the result of decoding.
5
62003-07-31 Kenichi Handa <handa@m17n.org>
7
3 * xterm.h (struct x_bitmap_record): New member have_mask. 8 * xterm.h (struct x_bitmap_record): New member have_mask.
4 9
5 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member 10 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member