diff options
author | JP Rosevear <jpr@ximian.com> | 2002-04-19 06:03:39 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-04-19 06:03:39 +0800 |
commit | 7397bc24b8b776af4c46d13d2ac77d0e063bc853 (patch) | |
tree | 82dab4ed7fdc35b3fd3453aebe3668af10a37ae1 /calendar/ChangeLog | |
parent | f133091e608c316a35b63150e75cf62c43c29603 (diff) | |
download | gsoc2013-evolution-7397bc24b8b776af4c46d13d2ac77d0e063bc853.tar.gz gsoc2013-evolution-7397bc24b8b776af4c46d13d2ac77d0e063bc853.tar.zst gsoc2013-evolution-7397bc24b8b776af4c46d13d2ac77d0e063bc853.zip |
properly handle -ve recurrence values
2002-04-18 JP Rosevear <jpr@ximian.com>
* gui/dialogs/recurrence-page.c (simple_recur_to_comp): properly
handle -ve recurrence values
(month_num_submenu_selection_done_cb): track the current date in
use
(make_recur_month_num_submenu): make a submenu of dates
(make_recur_month_num_menu): make the date/relation option menu
(month_num_menu_selection_done_cb): update the date properly and
keep both option menus consistent
(month_day_menu_selection_done_cb): keep both option menus
consistent
(make_monthly_special): listen for selection done signal
(make_recurrence_special): destroy old month_num_menu
(recurrence_page_fill_widgets): properly handle -ve recurrence
values
svn path=/trunk/; revision=16526
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9fd7b37c31..e4e6e8c6c8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,22 @@ 2002-04-18 JP Rosevear <jpr@ximian.com> + * gui/dialogs/recurrence-page.c (simple_recur_to_comp): properly + handle -ve recurrence values + (month_num_submenu_selection_done_cb): track the current date in + use + (make_recur_month_num_submenu): make a submenu of dates + (make_recur_month_num_menu): make the date/relation option menu + (month_num_menu_selection_done_cb): update the date properly and + keep both option menus consistent + (month_day_menu_selection_done_cb): keep both option menus + consistent + (make_monthly_special): listen for selection done signal + (make_recurrence_special): destroy old month_num_menu + (recurrence_page_fill_widgets): properly handle -ve recurrence + values + +2002-04-18 JP Rosevear <jpr@ximian.com> + * gui/e-day-view.c (e_day_view_on_settings): show the settings * gui/e-week-view.c (e_week_view_on_settings): ditto |