aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2004-06-06 22:40:53 +0000
committerKim F. Storm2004-06-06 22:40:53 +0000
commit2e2d7ee6545f4089cec9ad69c79c6b1ff31ac5ba (patch)
treeb965f0911446698dbc16378ba6965cb577483f2e /src/ChangeLog
parent116c423ca59a5d2a19827ada0cb0312d731fc0ac (diff)
downloademacs-2e2d7ee6545f4089cec9ad69c79c6b1ff31ac5ba.tar.gz
emacs-2e2d7ee6545f4089cec9ad69c79c6b1ff31ac5ba.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-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