comparison src/ChangeLog @ 55963:e2a4206075f9

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 06 Jun 2004 22:40:53 +0000
parents 0ea08b2be8d2
children a98219d0f4e4
comparison
equal deleted inserted replaced
55962:8979bc3ade70 55963:e2a4206075f9
1 2004-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
1 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local> 12 2004-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
4 problem due to newly defined variable. 15 problem due to newly defined variable.
5 16