aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-12-01 23:17:31 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-12-01 23:17:31 +0800
commitd595778e6f897b1b47998c0c3862392358a0ee9c (patch)
tree3f0e43deb513edfab98f3560dce4691943604852 /calendar/ChangeLog
parent06521b959f3c825b9818ebb5366a6ad701828fc1 (diff)
downloadgsoc2013-evolution-d595778e6f897b1b47998c0c3862392358a0ee9c.tar
gsoc2013-evolution-d595778e6f897b1b47998c0c3862392358a0ee9c.tar.gz
gsoc2013-evolution-d595778e6f897b1b47998c0c3862392358a0ee9c.tar.bz2
gsoc2013-evolution-d595778e6f897b1b47998c0c3862392358a0ee9c.tar.lz
gsoc2013-evolution-d595778e6f897b1b47998c0c3862392358a0ee9c.tar.xz
gsoc2013-evolution-d595778e6f897b1b47998c0c3862392358a0ee9c.tar.zst
gsoc2013-evolution-d595778e6f897b1b47998c0c3862392358a0ee9c.zip
removed unneeded functions. (alarm_notify_add_calendar,
2003-12-01 Rodrigo Moya <rodrigo@ximian.com> * gui/alarm-notify/alarm-notify.c (add_uri_to_load, remove_uri_to_load): removed unneeded functions. (alarm_notify_add_calendar, alarm_notify_remove_calendar): no need anymore to add/remove URIs to load on startup to the configuration. svn path=/trunk/; revision=23525
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 47a953f469..1ea0535647 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,12 @@
2003-12-01 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/alarm-notify/alarm-notify.c (add_uri_to_load, remove_uri_to_load):
+ removed unneeded functions.
+ (alarm_notify_add_calendar, alarm_notify_remove_calendar): no need
+ anymore to add/remove URIs to load on startup to the configuration.
+
+2003-12-01 Rodrigo Moya <rodrigo@ximian.com>
+
* gui/alarm-notify/save.c (save_calendars_to_load): removed this
function, since we now use the ESourceList to know what calendars
to load.