diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 18:31:05 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 18:31:05 +0800 |
commit | c8ca795c9291d5b85f5ed5ed818188477b012ed9 (patch) | |
tree | 2bc851870de67c3318cf59394474bc7098cbf614 /calendar/ChangeLog | |
parent | 796c0f96c7f20f1a0e2b188e79eb909f8ebf6665 (diff) | |
download | gsoc2013-evolution-c8ca795c9291d5b85f5ed5ed818188477b012ed9.tar.gz gsoc2013-evolution-c8ca795c9291d5b85f5ed5ed818188477b012ed9.tar.zst gsoc2013-evolution-c8ca795c9291d5b85f5ed5ed818188477b012ed9.zip |
edit menu implementation
svn path=/trunk/; revision=31163
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 050c6201e7..b83b5474b7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2006-01-13 Johnny Jacob <johnnyjacob@gmail.com> + + * gui/dialogs/comp-editor-page.c: (comp_editor_page_class_init), + (comp_editor_page_unset_focused_widget), + (comp_editor_page_set_focused_widget): + * gui/dialogs/comp-editor-page.h: + * gui/dialogs/comp-editor.c: (menu_edit_copy_cb), + (menu_edit_paste_cb), (menu_edit_selectall_cb), (menu_edit_cut_cb), + (comp_editor_init), (comp_editor_append_page), + (page_focus_out_widget_cb), (page_focus_in_widget_cb): + * gui/dialogs/event-page.c: (widget_focus_in_cb), + (widget_focus_out_cb), (init_widgets): + * gui/dialogs/task-page.c: (widget_focus_in_cb), + (widget_focus_out_cb), (init_widgets): Implementation for the edit button. + 2006-01-13 Chenthill Palanisamy <pchenthill@novell.com> Fixes #313112 |