aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorHarry Lu <harry.lu@sun.com>2003-12-10 10:52:13 +0800
committerHarry Lu <haip@src.gnome.org>2003-12-10 10:52:13 +0800
commit703571474abbf40128072d8a66bc0d7cedfbed18 (patch)
treee68303216e61777c16d348ac4c85f0d272ad7dec /calendar/ChangeLog
parentcd6b8c0139d7bf38ffd48c887031cf8a3aa1c0d5 (diff)
downloadgsoc2013-evolution-703571474abbf40128072d8a66bc0d7cedfbed18.tar
gsoc2013-evolution-703571474abbf40128072d8a66bc0d7cedfbed18.tar.gz
gsoc2013-evolution-703571474abbf40128072d8a66bc0d7cedfbed18.tar.bz2
gsoc2013-evolution-703571474abbf40128072d8a66bc0d7cedfbed18.tar.lz
gsoc2013-evolution-703571474abbf40128072d8a66bc0d7cedfbed18.tar.xz
gsoc2013-evolution-703571474abbf40128072d8a66bc0d7cedfbed18.tar.zst
gsoc2013-evolution-703571474abbf40128072d8a66bc0d7cedfbed18.zip
Fix for bugzilla bug #51628.
2003-12-10 Harry Lu <harry.lu@sun.com> Fix for bugzilla bug #51628. * gui/weekday-picker.c: (weekday_picker_class_init): setup focus handler. (day_clicked): new function to set day_mask when mouse clicked or keyboard input of space/enter. (handle_key_press_event): new function to handle key press event. (day_event_cb): handle key press event too. (weekday_picker_init): set widget can be focused. (colorize_items): change the box's outline if it is focused. (weekday_picker_focus): new function to handler focus event. svn path=/trunk/; revision=23899
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a943ae3d9a..e31c1fd223 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,17 @@
+2003-12-10 Harry Lu <harry.lu@sun.com>
+
+ Fix for bugzilla bug #51628.
+
+ * gui/weekday-picker.c: (weekday_picker_class_init): setup focus
+ handler.
+ (day_clicked): new function to set day_mask when mouse clicked
+ or keyboard input of space/enter.
+ (handle_key_press_event): new function to handle key press event.
+ (day_event_cb): handle key press event too.
+ (weekday_picker_init): set widget can be focused.
+ (colorize_items): change the box's outline if it is focused.
+ (weekday_picker_focus): new function to handler focus event.
+
2003-12-09 Andrew Wu <Yang.Wu@sun.com>
* gui/e-week-view-main-item.c (e_week_view_main_item_class_init): init a11y.