diff options
author | Milan Crha <mcrha@redhat.com> | 2007-11-27 17:48:14 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-11-27 17:48:14 +0800 |
commit | 1f74b320373be33b8527e336b480b66ebd51aae5 (patch) | |
tree | 28668713f4384a510d98d8df434662e82a39943a /calendar/ChangeLog | |
parent | dd34eba30cd90659975dc8b56d00dfe36f243854 (diff) | |
download | gsoc2013-evolution-1f74b320373be33b8527e336b480b66ebd51aae5.tar.gz gsoc2013-evolution-1f74b320373be33b8527e336b480b66ebd51aae5.tar.zst gsoc2013-evolution-1f74b320373be33b8527e336b480b66ebd51aae5.zip |
** Fix for bug #214645
2007-11-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #214645
* gui/e-week-view.c: (e_week_view_get_day_position),
(e_week_view_convert_position_to_day):
* gui/e-week-view-layout.c: (e_week_view_layout_event),
(e_week_view_layout_get_span_position):
Collapses non-working days to occupy one row and expand other days
if possible.
svn path=/trunk/; revision=34594
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a0bf88c458..f3fd948722 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2007-11-27 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #214645 + + * gui/e-week-view.c: (e_week_view_get_day_position), + (e_week_view_convert_position_to_day): + * gui/e-week-view-layout.c: (e_week_view_layout_event), + (e_week_view_layout_get_span_position): + Collapses non-working days to occupy one row and expand other days + if possible. + 2007-11-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #346693 |