diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-18 17:58:29 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-18 17:58:29 +0800 |
commit | c9c7d379de1d9f7c2a219c5cd64df7a630e6519f (patch) | |
tree | 6b021ca9c1d05358fe8567267c52a606c44f4edf /calendar/ChangeLog | |
parent | c6aa38887fdc08b37722cda83991346588612ecd (diff) | |
download | gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.tar gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.tar.gz gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.tar.bz2 gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.tar.lz gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.tar.xz gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.tar.zst gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.zip |
Committing the patch to add menu items in attachment bar.
svn path=/trunk/; revision=30525
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 33fa12da9f..aa6c22b673 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2005-10-18 Srinivasa Ragavan <sragavan@novell.com> + + * gui/dialogs/comp-editor.c: (open_attachment) + (attachment_bar_icon_clicked_cb), (cab_open), (cab_popup), + (button_press_event): Handles the popup menu on the attachment + bar. + * gui/e-cal-popup.c: (temp_save_part), (ecalp_part_popup_saveas), + (ecalp_part_popup_save_selected), + (ecalp_part_popup_set_background), (ecalp_apps_open_in), + (ecalp_apps_popup_free), (ecalp_standard_items_free), + (ecalp_standard_menu_factory), (ecalp_class_init), + (e_cal_popup_target_new_attachments): Provides the background + image setting, open with application for each attachment. + * gui/e-cal-popup.h: + * gui/e-calendar-table.c: (e_calendar_table_on_save_as) + * gui/e-calendar-view.c: (on_save_as): Change the parameters to + e_file_dialog_save. + 2005-10-17 Irene Huang <Irene.Huang@sun.com> * gui/e-tasks.c: (e_tasks_show_preview): Should not return a value, so, |