diff options
author | Kidd Wang <kidd.wang@sun.com> | 2003-12-29 17:58:32 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2003-12-29 17:58:32 +0800 |
commit | 68a053e3d3626de202240e9f9344e4d3afe78246 (patch) | |
tree | ad5aedc23ff1eb4f9a97ae0c1c785886d4495bb1 /calendar/ChangeLog | |
parent | 4d52f684219df276a621cf7a40fea3f3112c578b (diff) | |
download | gsoc2013-evolution-68a053e3d3626de202240e9f9344e4d3afe78246.tar gsoc2013-evolution-68a053e3d3626de202240e9f9344e4d3afe78246.tar.gz gsoc2013-evolution-68a053e3d3626de202240e9f9344e4d3afe78246.tar.bz2 gsoc2013-evolution-68a053e3d3626de202240e9f9344e4d3afe78246.tar.lz gsoc2013-evolution-68a053e3d3626de202240e9f9344e4d3afe78246.tar.xz gsoc2013-evolution-68a053e3d3626de202240e9f9344e4d3afe78246.tar.zst gsoc2013-evolution-68a053e3d3626de202240e9f9344e4d3afe78246.zip |
add a menu item for "open appointment".
2003-12-29 Kidd Wang <kidd.wang@sun.com>
* gui/calendar-commands.c (file_open_event_cb): add a menu item
for "open appointment".
* gui/e-cal-view.[ch] (e_calendar_view_open_event): add a signal
"open_event" and bind it to "ctrl+o". When the signal is delivered,
a dialog will be opened to edit the selected event.
* gui/e-calendar-table.c (e_calendar_table_on_key_press): press "ctrl-o"
to open a dialog.
svn path=/trunk/; revision=24012
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6829698209..b721b38270 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2003-12-29 Kidd Wang <kidd.wang@sun.com> + + * gui/calendar-commands.c (file_open_event_cb): add a menu item + for "open appointment". + + * gui/e-cal-view.[ch] (e_calendar_view_open_event): add a signal + "open_event" and bind it to "ctrl+o". When the signal is delivered, + a dialog will be opened to edit the selected event. + + * gui/e-calendar-table.c (e_calendar_table_on_key_press): press "ctrl-o" + to open a dialog. + 2003-12-24 JP Rosevear <jpr@ximian.com> * gui/e-select-names-renderer.c (esnr_start_editing): fix the |