diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-24 04:52:12 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-24 04:52:12 +0800 |
commit | 910e86eba685c2eddbd9ebd48b25391490d5f24b (patch) | |
tree | 4f9f9106343ce0f4615b333e18e329ce4b07a07d /calendar/ChangeLog | |
parent | 46700211974920a7a79c82d2ad4420934d3e7266 (diff) | |
download | gsoc2013-evolution-910e86eba685c2eddbd9ebd48b25391490d5f24b.tar gsoc2013-evolution-910e86eba685c2eddbd9ebd48b25391490d5f24b.tar.gz gsoc2013-evolution-910e86eba685c2eddbd9ebd48b25391490d5f24b.tar.bz2 gsoc2013-evolution-910e86eba685c2eddbd9ebd48b25391490d5f24b.tar.lz gsoc2013-evolution-910e86eba685c2eddbd9ebd48b25391490d5f24b.tar.xz gsoc2013-evolution-910e86eba685c2eddbd9ebd48b25391490d5f24b.tar.zst gsoc2013-evolution-910e86eba685c2eddbd9ebd48b25391490d5f24b.zip |
Commit for if my laptop dies - Federico
svn path=/trunk/; revision=3185
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 804605bd84..a79bb456e7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,31 @@ +2000-05-22 Federico Mena Quintero <federico@helixcode.com> + + * gui/calendar-commands.c (calendar_get_events_in_range): Removed + function. + + * gui/mark.c (mark_month_item): Use + cal_client_get_events_in_range(). + + * gui/calendar-commands.c (show_year_view_clicked): Comment out, + since we don't have a year view. + + * gui/gnome-cal.c (setup_widgets): Removed the year view stuff. + (gnome_calendar_get_current_view_name): Likewise. + (gnome_calendar_update_view_times): Likewise. + (gnome_calendar_direction): Likewise. + (gnome_calendar_set_view): Likewise. + (gnome_calendar_update_all): Likewise. + (gnome_calendar_object_updated_cb): Likewise. + (gnome_calendar_object_removed_cb): Likewise. + (gnome_calendar_time_format_changed): Likewise. + (gnome_calendar_get_current_time_range): Likewise. + + * gui/gnome-cal.h (GnomeCalendar): Removed the year view stuff. + + * gui/Makefile.am (evolution_calendar_SOURCES): Added layout.[ch], + print.[ch]. Removed quick-view.[ch], year-view.[ch] since they + are no longer used. Removed all the old Pilot crap. + 2000-05-20 Damon Chaplin <damon@helixcode.com> * cal-util/cal-recur.[hc]: new files to implement iCalendar recurrence |