aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorKidd Wang <kiddwang@src.gnome.org>2004-05-28 12:50:38 +0800
committerKidd Wang <kiddwang@src.gnome.org>2004-05-28 12:50:38 +0800
commit80b2ded553a96ab787d327a928d4db11fb0264b2 (patch)
treee2dedcade53120cca46312577e173ea478871804 /calendar/ChangeLog
parentcd26a513dfc3339aee4f4db74c231dedece737ab (diff)
downloadgsoc2013-evolution-80b2ded553a96ab787d327a928d4db11fb0264b2.tar
gsoc2013-evolution-80b2ded553a96ab787d327a928d4db11fb0264b2.tar.gz
gsoc2013-evolution-80b2ded553a96ab787d327a928d4db11fb0264b2.tar.bz2
gsoc2013-evolution-80b2ded553a96ab787d327a928d4db11fb0264b2.tar.lz
gsoc2013-evolution-80b2ded553a96ab787d327a928d4db11fb0264b2.tar.xz
gsoc2013-evolution-80b2ded553a96ab787d327a928d4db11fb0264b2.tar.zst
gsoc2013-evolution-80b2ded553a96ab787d327a928d4db11fb0264b2.zip
a more straightforward way to calculate the offset of a day within the
* gui/e-week-view.c: (e_week_view_event_move), (e_week_view_get_day_offset_of_event): a more straightforward way to calculate the offset of a day within the week. svn path=/trunk/; revision=26118
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 424d1bc81e..dc44a15e54 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-28 Kidd Wang <kidd.wang@sun.com>
+
+ * gui/e-week-view.c: (e_week_view_event_move),
+ (e_week_view_get_day_offset_of_event): a more straightforward way
+ to calculate the offset of a day within the week.
+
2004-05-26 Jeffrey Stedfast <fejj@novell.com>
Fix for bug #57818.
@@ -26,6 +32,12 @@
2004-05-26 Kidd Wang <kidd.wang@sun.com>
* gui/e-week-view.c: (e_week_view_event_move),
+ (e_week_view_get_day_offset_of_event): a more straightforward way
+ to calculate the offset of a day within the week.
+
+2004-05-26 Kidd Wang <kidd.wang@sun.com>
+
+ * gui/e-week-view.c: (e_week_view_event_move),
(e_week_view_change_event_time): In week view all-day events should
keep all-dayness when moved around.