aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2007-07-12 06:36:57 +0000
committerStefan Monnier <[email protected]>2007-07-12 06:36:57 +0000
commit60f0fb11dda9422e50dd58fb1e4dff76a960a107 (patch)
tree1e44eca65913d145dff7370923e8b2034758fba5 /src/ChangeLog
parentd1947d4c8f91b75bde4e57323d57098e321d60fa (diff)
(struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag,
tick, update_tick, decoding_carryover, inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering, read_output_delay, and read_output_skip from Lisp_Objects to ints. Remove unused encoding_carryover.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e920eb5743..80871a1044 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2007-07-12 Stefan Monnier <[email protected]>
+
+ * process.h (struct Lisp_Process): Turn slots infd, outfd,
+ kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
+ inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
+ read_output_delay, and read_output_skip from Lisp_Objects to ints.
+ Remove unused encoding_carryover.
+ * process.c: Adjust all functions accordingly.
+
2007-07-12 Richard Stallman <[email protected]>
* term.c: Include unistd.h only if HAVE_UNISTD_H.