aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d58e8a89931..6f6af93995f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12004-06-07 Kim F. Storm <storm@cua.dk>
2
3 * process.c (Fdelete_process): Undo 2004-05-28 change.
4 Instead, call status_notify also for network process.
5 (status_message): Use process instead of status as arg.
6 Give messages "deleted" or "connection broken by remote peer" for
7 an exited network process.
8 (status_notify): Change call to status_message.
9 (read_process_output): Increase readmax to 4096. Do not increase
10 buffer size for datagram channels (default is now large enough).
11
12004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local> 122004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
2 13
3 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation 14 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation