aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-12-23 20:25:21 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-12-23 20:25:21 +0800
commit3022554239b4f9ee31e622048a849a33a1ea54d5 (patch)
tree021d7a26efdb4cf5122333feaf1150437f6cb667 /calendar/ChangeLog
parent3270f7a07f0ffa0f111804c0e55cdc0b479bd690 (diff)
downloadgsoc2013-evolution-3022554239b4f9ee31e622048a849a33a1ea54d5.tar
gsoc2013-evolution-3022554239b4f9ee31e622048a849a33a1ea54d5.tar.gz
gsoc2013-evolution-3022554239b4f9ee31e622048a849a33a1ea54d5.tar.bz2
gsoc2013-evolution-3022554239b4f9ee31e622048a849a33a1ea54d5.tar.lz
gsoc2013-evolution-3022554239b4f9ee31e622048a849a33a1ea54d5.tar.xz
gsoc2013-evolution-3022554239b4f9ee31e622048a849a33a1ea54d5.tar.zst
gsoc2013-evolution-3022554239b4f9ee31e622048a849a33a1ea54d5.zip
renamed from *_uri, to work with ESource's rather than with plain URIs.
2003-12-22 Rodrigo Moya <rodrigo@ximian.com> * gui/gnome-cal.[ch] (gnome_calendar_add_event_source, gnome_calendar_remove_event_source): renamed from *_uri, to work with ESource's rather than with plain URIs. (gnome_calendar_set_default_source): ditto. * gui/control-factory.c (set_prop): * gui/calendar-component.c (add_uri_for_source, remove_uri_for_source, update_uri_for_primary_selection): use sources instead of uris with the GnomeCalendar widget. svn path=/trunk/; revision=24005
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4cb0b09a02..6b78a30a2d 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,17 @@
2003-12-22 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/gnome-cal.[ch] (gnome_calendar_add_event_source,
+ gnome_calendar_remove_event_source): renamed from *_uri, to work with
+ ESource's rather than with plain URIs.
+ (gnome_calendar_set_default_source): ditto.
+
+ * gui/control-factory.c (set_prop):
+ * gui/calendar-component.c (add_uri_for_source, remove_uri_for_source,
+ update_uri_for_primary_selection):
+ use sources instead of uris with the GnomeCalendar widget.
+
+2003-12-22 Rodrigo Moya <rodrigo@ximian.com>
+
* gui/alarm-notify/save.c (get_saved_notification_time): if the setting
is not in the config database, use the current time, to avoid getting
hundreds of alarms for past events.