aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-09-12 04:34:48 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-09-12 04:34:48 +0800
commit5ee24ecb73357537623089e04bc38423c8ec3351 (patch)
tree6110c9cb76355a8bb233ffc64494eb26fdaf11d7 /calendar/ChangeLog
parent75455ef4a1650dddfec7b0ac79ec6584f51cc6f8 (diff)
downloadgsoc2013-evolution-5ee24ecb73357537623089e04bc38423c8ec3351.tar
gsoc2013-evolution-5ee24ecb73357537623089e04bc38423c8ec3351.tar.gz
gsoc2013-evolution-5ee24ecb73357537623089e04bc38423c8ec3351.tar.bz2
gsoc2013-evolution-5ee24ecb73357537623089e04bc38423c8ec3351.tar.lz
gsoc2013-evolution-5ee24ecb73357537623089e04bc38423c8ec3351.tar.xz
gsoc2013-evolution-5ee24ecb73357537623089e04bc38423c8ec3351.tar.zst
gsoc2013-evolution-5ee24ecb73357537623089e04bc38423c8ec3351.zip
keep the selection if we right click in it (but not on an appointment)
2002-09-11 JP Rosevear <jpr@ximian.com> * gui/e-day-view.c (e_day_view_on_top_canvas_button_press): keep the selection if we right click in it (but not on an appointment) (e_day_view_on_main_canvas_button_press): ditto * gui/e-week-view.c (e_week_view_on_button_press): sam svn path=/trunk/; revision=18046
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 8e9b676105..502fbb209c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,13 @@
2002-09-11 JP Rosevear <jpr@ximian.com>
+ * gui/e-day-view.c (e_day_view_on_top_canvas_button_press): keep
+ the selection if we right click in it (but not on an appointment)
+ (e_day_view_on_main_canvas_button_press): ditto
+
+ * gui/e-week-view.c (e_week_view_on_button_press): same
+
+2002-09-11 JP Rosevear <jpr@ximian.com>
+
* gui/e-week-view.c (e_week_view_new_appointment): create a new
appointment based on the selection
(e_week_view_on_button_press): use above