diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-09 04:27:28 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-09 04:27:28 +0800 |
commit | a11e7afc54918cc11c8dc476f52d8380351808bc (patch) | |
tree | 0127fe80ad6d8c51feaea0c40094d0fd7d6ced47 /calendar/ChangeLog | |
parent | e18a34da15866a9a2b201b3077991db69a2dc8d2 (diff) | |
download | gsoc2013-evolution-a11e7afc54918cc11c8dc476f52d8380351808bc.tar.gz gsoc2013-evolution-a11e7afc54918cc11c8dc476f52d8380351808bc.tar.zst gsoc2013-evolution-a11e7afc54918cc11c8dc476f52d8380351808bc.zip |
Fixes #300584
svn path=/trunk/; revision=33772
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index dc17a13311..df6d9bb77b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,18 @@ 2007-07-09 Milan Crha <mcrha@redhat.com> + ** Fix for bug #300584 + + * gui/e-calendar-view.h: Added public helper + function e_calendar_view_get_icalcomponent_summary + * gui/e-calendar-view.c: (e_calendar_view_get_icalcomponent_summary), + (icalcomp_contains_category), (e_calendar_view_get_tooltips): + Implementing helper functions and added year number also into tooltip. + * gui/e-day-view.c: (e_day_view_update_long_event_label): + * gui/e-week-view.c: (e_week_view_reshape_event_span), + (cancel_editing): Using e_calendar_view_get_icalcomponent_summary. + +2007-07-09 Milan Crha <mcrha@redhat.com> + ** Fix for bug #438613 and #329594 * gui/dialogs/event-page.c: (sensitize_widgets): |