aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
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 @@
12014-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
12014-06-09 Dmitry Antipov <dmantipov@yandex.ru> 82014-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.