diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2006-01-13 17:12:59 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-01-13 17:12:59 +0800 |
commit | 1e2901cd509edbbe74b5effd5c44a7570100ca85 (patch) | |
tree | de147a7643c3527f5253a78b610318b11004d722 /calendar/ChangeLog | |
parent | bc8ab923cec3f385e3641dc19278d2ce288d41a7 (diff) | |
download | gsoc2013-evolution-1e2901cd509edbbe74b5effd5c44a7570100ca85.tar gsoc2013-evolution-1e2901cd509edbbe74b5effd5c44a7570100ca85.tar.gz gsoc2013-evolution-1e2901cd509edbbe74b5effd5c44a7570100ca85.tar.bz2 gsoc2013-evolution-1e2901cd509edbbe74b5effd5c44a7570100ca85.tar.lz gsoc2013-evolution-1e2901cd509edbbe74b5effd5c44a7570100ca85.tar.xz gsoc2013-evolution-1e2901cd509edbbe74b5effd5c44a7570100ca85.tar.zst gsoc2013-evolution-1e2901cd509edbbe74b5effd5c44a7570100ca85.zip |
** Fixes bug #274234
2006-01-13 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #274234
* gui/e-week-view-main-item.c: (e_week_view_main_item_draw_day): Bolds
the date if drawing Today.
* gui/gnome-cal.c (gnome_calendar_goto)
(gnome_calendar_on_date_navigator_selection_changed): Call the parent
views to update the selection.
svn path=/trunk/; revision=31158
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b18d89024a..2e67cece10 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2006-01-13 Srinivasa Ragavan <sragavan@novell.com> + + ** Fixes bug #274234 + + * gui/e-week-view-main-item.c: (e_week_view_main_item_draw_day): Bolds + the date if drawing Today. + * gui/gnome-cal.c (gnome_calendar_goto) + (gnome_calendar_on_date_navigator_selection_changed): Call the parent + views to update the selection. + 2006-01-13 Chenthill Palanisamy <pchenthill@novell.com> Fixes #271541 |