diff options
| author | Stefan Monnier | 2007-07-12 06:36:57 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-07-12 06:36:57 +0000 |
| commit | 60f0fb11dda9422e50dd58fb1e4dff76a960a107 (patch) | |
| tree | 1e44eca65913d145dff7370923e8b2034758fba5 /src/ChangeLog | |
| parent | d1947d4c8f91b75bde4e57323d57098e321d60fa (diff) | |
| download | emacs-60f0fb11dda9422e50dd58fb1e4dff76a960a107.tar.gz emacs-60f0fb11dda9422e50dd58fb1e4dff76a960a107.zip | |
(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/ChangeLog | 9 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-07-12 Richard Stallman <rms@gnu.org> | 10 | 2007-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. |