diff options
author | Li Yuan <li.yuan@sun.com> | 2006-07-11 17:37:36 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2006-07-11 17:37:36 +0800 |
commit | 70b8fdc505089c12833f5a05223b98323fdeeb5c (patch) | |
tree | 7c18ac39f70ff7bc623af694ec1f9672ebed570c /calendar/ChangeLog | |
parent | 72e952b2d5f023f99c437a43adc65df874015f22 (diff) | |
download | gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar.gz gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar.bz2 gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar.lz gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar.xz gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.tar.zst gsoc2013-evolution-70b8fdc505089c12833f5a05223b98323fdeeb5c.zip |
Add mnemonic widget to widget, and change calendar's shortcut key.
2006-07-11 Li Yuan <li.yuan@sun.com>
* gui/dialogs/event-page.c: (sensitize_widgets):
* gui/dialogs/event-page.glade:
Add mnemonic widget to widget, and change calendar's shortcut key.
Fix for #345510.
2006-07-11 Li Yuan <li.yuan@sun.com>
* gui/e-week-view.c: (e_week_view_focus):
Fix for 345923.
If there is not any event in week view,
just grab week view itself.
svn path=/trunk/; revision=32278
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2035ec90ed..834c9dd696 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2006-07-11 Li Yuan <li.yuan@sun.com> + + * gui/dialogs/event-page.c: (sensitize_widgets): + * gui/dialogs/event-page.glade: + Add mnemonic widget to widget, and change calendar's shortcut key. + + Fix for #345510. + +2006-07-11 Li Yuan <li.yuan@sun.com> + + * gui/e-week-view.c: (e_week_view_focus): + Fix for 345923. + If there is not any event in week view, + just grab week view itself. + 2006-07-10 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> * gui/e-day-view.c:(e_day_view_update_event_label) |