aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorAndrew Wu <Yang.Wu@sun.com>2003-07-16 17:20:28 +0800
committerBolian Yin <byin@src.gnome.org>2003-07-16 17:20:28 +0800
commit65e1b7029afd1232d7f88b263d592f203c70c1f3 (patch)
treec0e2ea95601ca80944d89287568eaeccd08c8223 /calendar/ChangeLog
parentd706bab5418aefe14c0994f25b05464cd140fc24 (diff)
downloadgsoc2013-evolution-65e1b7029afd1232d7f88b263d592f203c70c1f3.tar
gsoc2013-evolution-65e1b7029afd1232d7f88b263d592f203c70c1f3.tar.gz
gsoc2013-evolution-65e1b7029afd1232d7f88b263d592f203c70c1f3.tar.bz2
gsoc2013-evolution-65e1b7029afd1232d7f88b263d592f203c70c1f3.tar.lz
gsoc2013-evolution-65e1b7029afd1232d7f88b263d592f203c70c1f3.tar.xz
gsoc2013-evolution-65e1b7029afd1232d7f88b263d592f203c70c1f3.tar.zst
gsoc2013-evolution-65e1b7029afd1232d7f88b263d592f203c70c1f3.zip
Fixes #45774
2003-07-16 Andrew Wu <Yang.Wu@sun.com> Fixes #45774 * gui/e-day-view.c (e_day_view_goto_start_of_work_day): implemented select the time that begins a work day. (e_day_view_goto_end_of_work_day): implemented select the time that ends a work day. svn path=/trunk/; revision=21839
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 f4d63df1af..01cd31d988 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,4 +1,13 @@
2003-07-16 Andrew Wu <Yang.Wu@sun.com>
+
+ Fixes #45774
+
+ * gui/e-day-view.c (e_day_view_goto_start_of_work_day):
+ implemented select the time that begins a work day.
+ (e_day_view_goto_end_of_work_day):
+ implemented select the time that ends a work day.
+
+2003-07-16 Andrew Wu <Yang.Wu@sun.com>
Fixes #45772