diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1eae95f183..77a0474d9d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,27 @@ +2002-08-29 JP Rosevear <jpr@ximian.com> + + * gui/e-day-view.c (e_day_view_on_top_canvas_button_press): select + the top canvas if the user right-clicks on it + (e_day_view_on_main_canvas_button_press): select the row the user + is right-clicking on + (e_day_view_on_long_event_button_press): select the top canvas if + the user right-clicks on an event there + (e_day_view_on_event_button_press): select the relevant rows if + the user right-clicks on an event + (e_day_view_set_selected_time_range_in_top): select a number of + days in the top canvas + + * gui/e-week-view.c (e_week_view_on_button_press): select the day + the user is right-clicking on + (e_week_view_on_text_item_event): select the corresponding time + range when showing the contextual menu for an event + + * gui/e-week-view-event-item.c + (e_week_view_event_item_button_press): select the corresponding + time range when showing the contextual menu for an event + + Fixes #14660 + 2002-08-28 Rodrigo Moya <rodrigo@ximian.com> * gui/e-day-view.c: |