*** empty log message ***
authorRodrigo Moya <rodrigo@src.gnome.org>
Thu, 22 Jan 2004 10:53:44 +0000 (10:53 +0000)
committerRodrigo Moya <rodrigo@src.gnome.org>
Thu, 22 Jan 2004 10:53:44 +0000 (10:53 +0000)
calendar/ChangeLog

index 9632985..01db128 100644 (file)
@@ -1,20 +1,24 @@
 2004-01-22 Harish K <kharish@novell.com>
-        * calendar/backends/groupwise/e-cal-backend-groupwise.c
-          (populate_cache, e_cal_backend_groupwise_get_object_list,
-          e_cal_backend_groupwise_get_free_busy ) :changed implementation
-          to use GList instead of GSList, aligning to the rest of the
-          backends.
-          (e_cal_backend_groupwise_get_changes, update_cache): implemented.
-        * calendar/backends/groupwise/e-gw-connection.c
+
+       * calendar/backends/groupwise/e-cal-backend-groupwise.c
+         (populate_cache, e_cal_backend_groupwise_get_object_list,
+         e_cal_backend_groupwise_get_free_busy ) :changed implementation
+         to use GList instead of GSList, aligning to the rest of the
+         backends.
+       (e_cal_backend_groupwise_get_changes, update_cache): implemented.
+
+       * calendar/backends/groupwise/e-gw-connection.c
           (get_attendee_list_from_soap_parameter) : modified 
           get_attendee_list_from_string to handle recipients element.
           (get_e_cal_component_from_soap_parameter) -fixed memory leaks.
           (update_cache_item) : implemented.
           (e_gw_connection_get_freebusy_info, start_freebusy_session)
           GSList to GList changes.
-        * calendar/backends/groupwise/e-gw-connection.h : updated 
+
+       * calendar/backends/groupwise/e-gw-connection.h : updated 
           declarations for the above changes.
-        * calendar/libedata-cal/e-cal-backend-cache.[ch] :
+
+       * calendar/libedata-cal/e-cal-backend-cache.[ch] :
           (e_cal_backend_cache_get_components) : return GList instead of
           GSList.