diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cfbbe7b47c0..28824b94e36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,10 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | * process.c (Fstart_process): Don't touch command_channel_p slot. | 9 | * process.c (Fstart_process): Don't touch command_channel_p slot. |
| 10 | 10 | ||
| 11 | * process.h (struct process): Conditionalize slots | 11 | * process.h (struct process): Delete command_channel_p. |
| 12 | adaptive_read_buffering, read_output_delay and read_output_skip | ||
| 13 | on ADAPTIVE_READ_BUFFERING. | ||
| 14 | Delete command_channel_p. | ||
| 15 | 12 | ||
| 16 | 2005-06-07 Masatake YAMATO <jet@gyve.org> | 13 | 2005-06-07 Masatake YAMATO <jet@gyve.org> |
| 17 | 14 | ||