Edited wiki page through web user interface.
diff --git a/MeetingAgendasNotes.wiki b/MeetingAgendasNotes.wiki
index 425af28..b0a5fb2 100644
--- a/MeetingAgendasNotes.wiki
+++ b/MeetingAgendasNotes.wiki
@@ -7,6 +7,12 @@
 
 = Latest Meeting Agenda & Call Notes =
 
+
+
+= Past Meeting Agendas & Call Notes = 
+
+<wiki:toc max_depth="2" />
+
 == 09 Aug 2010 Team Conference Call == 
 
 * Chaired by:* Sverre Rabbelier <br/>
@@ -17,9 +23,28 @@
   # Round the table
   # Post-GSOC
 
-= Past Meeting Agendas & Call Notes = 
-
-<wiki:toc max_depth="2" />
+=== Meeting notes 09 Aug 2010 ===
+  * Attendance:
+    * Felix could not attend.
+  * Update on GSoC projects:
+    * Data Seeder: 
+    * Document Editor:
+    * Social Features:
+      * Savitha did the maps view for events and users. It works only for single-word terms at present but will be improved to have multi-word terms and search the data based on those keywords.
+      * Next week, she will be working on writing tests and also testing the workflow of the Calendars feature to ensure that there are no bugs.
+      * She will resolve the Application Read timeout error being caused by appengines short timeout.
+Clean-up code and discuss with Madhu options to review code and merge.  
+    * Testing:
+      * Leo uncovered a couple of bugs of existing Melange modules with the help of related test cases and has sent pathes to the list.
+      * He also resolved the error "raise self.__TranslateError(e.application_error, e.error_detail) UnknownQueueError" by adding the path of taskqueue yaml setting file to the instantiation arguments list (root_path) of taskqueue_stub.TaskQueueServiceStub.
+      * He added gaetestbed modules to tests and then extended its MailTestCase and TaskQueueTestCase and further put them into tests.util module for testing the mailing and taskqueueing functions.
+      * He has also done some new tests and managed to increase the testing coverage of Melange to 59%.
+He found that the coverage report of the html version is different from the console one. He will investigate the difference with suggestion of Sverre.
+      * Next week, he will clean up code and commit and push all uncommited testing code, increase the overall coverage printed in console to over 60%, and make the coverage of most modules over 50%. 
+      * He will also move the the gaetestbed and pymox modules to buildout dependency and add the experience of how to do mail and taskqueue related tests with gaetestbed to the testing wiki page. 
+  * *Action items:*
+    * Students should talk with their mentors about merging their code to the trunk. 
+ 
 
 == 02 Aug 2010 Team Conference Call == 
 
@@ -50,7 +75,7 @@
     * Testing:
       * Leo has managed to increase the testing coverage to 57% with the work on low coverage ghop modules.
       * He found that there is one taskqueue_stub in google.appengine.api.labs.taskqueue and he registered it to 'taskqueue' service. But another error is raised "raise self.__TranslateError(e.application_error, e.error_detail) UnknownQueueError". He is working on it.
-      * In this week, he will try to solve the error first and then check in all code.
+      * Next week, he will try to solve the error first and then check in all code.
       * He will also add more tests and aim to increase the testing coverage of Melange to over 60%.
       * He will also try to find a good way to test the mailing and taskqueueing functions and make sure the correct mail has been sent out and the correct task has been scheduled. 
   * *Action items:*