diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5fbf2e377e5..acddd01dc4f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-06-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Say (accept-process-output P)'s result pertains to P if P is non-nil. | ||
| 4 | * process.c (Faccept_process_output) | ||
| 5 | (wait_reading_process_output): Mention that if PROCESS is non-nil, | ||
| 6 | the return value is about PROCESS, not about other processes. | ||
| 7 | |||
| 1 | 2014-06-09 Dmitry Antipov <dmantipov@yandex.ru> | 8 | 2014-06-09 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 9 | ||
| 3 | Further adjustments to mark_object and friends. | 10 | Further adjustments to mark_object and friends. |