From c80469a838901e4f0cde5ae6573b22bb01156670 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Sun, 19 Oct 2003 23:55:58 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2519 --- checkin_notes | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/checkin_notes b/checkin_notes index be40cb11ee..a21bce4d31 100755 --- a/checkin_notes +++ b/checkin_notes @@ -6903,22 +6903,22 @@ David 18 Oct 2003 maybe_gui.h (removed) David 18 Oct 2003 - - When reset (or detach from) a process, wait for running applications to exit - before doing other things (e.g., deleting files, - which will fail if processes have them open) - Implementation: exit_tasks() etc. now take a PROJECT* arg - - When a master file fetch fails on a tentative project (e.g. bad URL) - avoid a situation where we remove the HTTP_OP, - then detach_project() tries to remove it a second time - - print messages when reset/detach + - When reset (or detach from) a process, wait for running applications to exit + before doing other things (e.g., deleting files, + which will fail if processes have them open) + Implementation: exit_tasks() etc. now take a PROJECT* arg + - When a master file fetch fails on a tentative project (e.g. bad URL) + avoid a situation where we remove the HTTP_OP, + then detach_project() tries to remove it a second time + - print messages when reset/detach - client/ - app.C,h - client_state.C,h - prefs.C - scheduler_op.C - win/ - wingui.h + client/ + app.C,h + client_state.C,h + prefs.C + scheduler_op.C + win/ + wingui.h David 19 Oct 2003 - fixed file names