aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-01-15 04:21:20 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-01-15 04:21:20 +0800
commitbde55a8d92780b10706dd0d942eab532fcb2ba91 (patch)
tree496b4a2057c6bbc1e855fae834ecf7109646a765 /calendar/ChangeLog
parentd54a3c91c587f2d481c8c52b1674210502acbe85 (diff)
downloadgsoc2013-evolution-bde55a8d92780b10706dd0d942eab532fcb2ba91.tar
gsoc2013-evolution-bde55a8d92780b10706dd0d942eab532fcb2ba91.tar.gz
gsoc2013-evolution-bde55a8d92780b10706dd0d942eab532fcb2ba91.tar.bz2
gsoc2013-evolution-bde55a8d92780b10706dd0d942eab532fcb2ba91.tar.lz
gsoc2013-evolution-bde55a8d92780b10706dd0d942eab532fcb2ba91.tar.xz
gsoc2013-evolution-bde55a8d92780b10706dd0d942eab532fcb2ba91.tar.zst
gsoc2013-evolution-bde55a8d92780b10706dd0d942eab532fcb2ba91.zip
figure out when today is and highlight if it is not selected
2002-01-14 JP Rosevear <jpr@ximian.com> * gui/e-week-view-main-item.c (e_week_view_main_item_draw_day): figure out when today is and highlight if it is not selected * gui/e-week-view.h: enum the "today" color * gui/e-week-view.c (e_week_view_realize): init the "today" color svn path=/trunk/; revision=15319
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a7e8e9c633..fb48b0c8f8 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2002-01-14 JP Rosevear <jpr@ximian.com>
+
+ * gui/e-week-view-main-item.c (e_week_view_main_item_draw_day):
+ figure out when today is and highlight if it is not selected
+
+ * gui/e-week-view.h: enum the "today" color
+
+ * gui/e-week-view.c (e_week_view_realize): init the "today" color
+
2002-01-13 JP Rosevear <jpr@ximian.com>
* gui/alarm-notify/save.h: add protos