aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 e920eb57437..80871a10449 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * process.h (struct Lisp_Process): Turn slots infd, outfd,
4 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
5 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
6 read_output_delay, and read_output_skip from Lisp_Objects to ints.
7 Remove unused encoding_carryover.
8 * process.c: Adjust all functions accordingly.
9
12007-07-12 Richard Stallman <rms@gnu.org> 102007-07-12 Richard Stallman <rms@gnu.org>
2 11
3 * term.c: Include unistd.h only if HAVE_UNISTD_H. 12 * term.c: Include unistd.h only if HAVE_UNISTD_H.