aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-08-23 22:33:10 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-08-23 22:33:10 +0800
commitebb7bb517c697e05b3f64b07f8e993a9d9bd865c (patch)
tree8186c07fb446271397f9b5fa339017aff3a33b5b /calendar/ChangeLog
parent4dc713c7197dd5475ef077097561710e45cf5ee0 (diff)
downloadgsoc2013-evolution-ebb7bb517c697e05b3f64b07f8e993a9d9bd865c.tar
gsoc2013-evolution-ebb7bb517c697e05b3f64b07f8e993a9d9bd865c.tar.gz
gsoc2013-evolution-ebb7bb517c697e05b3f64b07f8e993a9d9bd865c.tar.bz2
gsoc2013-evolution-ebb7bb517c697e05b3f64b07f8e993a9d9bd865c.tar.lz
gsoc2013-evolution-ebb7bb517c697e05b3f64b07f8e993a9d9bd865c.tar.xz
gsoc2013-evolution-ebb7bb517c697e05b3f64b07f8e993a9d9bd865c.tar.zst
gsoc2013-evolution-ebb7bb517c697e05b3f64b07f8e993a9d9bd865c.zip
2007-08-23 mcrha Fix for bug #201201 and bug #201202
svn path=/trunk/; revision=34076
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index cad6e38d04..baf80c23bb 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,23 @@
2007-08-23 Milan Crha <mcrha@redhat.com>
+ ** Fix for bug #201201
+
+ * gui/e-week-view.h: (struct _EWeekView): Added properties.
+ * gui/e-week-view.c: (e_week_view_init),
+ (e_week_view_on_button_press): First click stores actual selection
+ in structure and when second click was inside this selection, then
+ the selection is restored and used for new appointment.
+
+ ** Fix for bug #201202
+
+ * gui/e-day-view.h: (struct _EDayView): Added properties.
+ * gui/e-day-view.c: (e_day_view_init),
+ (e_day_view_on_top_canvas_button_press),
+ (e_day_view_on_main_canvas_button_press):
+ Same as with week view above.
+
+2007-08-23 Milan Crha <mcrha@redhat.com>
+
** Fix for bug #338803
* gui/e-meeting-time-sel-item.c: