diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-07-25 12:23:41 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-07-25 12:23:41 +0800 |
commit | 7cfdd131b55f7dd55607b5a809669b8e95843f3b (patch) | |
tree | b907e6601c121458bb2c8149f2235087cd491056 /mail/ChangeLog | |
parent | e6c350c56cc841c8cfb665208d622b3586809610 (diff) | |
download | gsoc2013-evolution-7cfdd131b55f7dd55607b5a809669b8e95843f3b.tar.gz gsoc2013-evolution-7cfdd131b55f7dd55607b5a809669b8e95843f3b.tar.zst gsoc2013-evolution-7cfdd131b55f7dd55607b5a809669b8e95843f3b.zip |
Added code to create a attachment bar.
2005-07-25 Srinivasa Ragavan <sragavan@novell.com>
* em-format-html-display.c: (efhd_init) (efhd_finalise) ()
(efhd_attachment_image) (efhd_attachment_button) (efhd_format_attachment)
Added code to create a attachment bar.
* em-format-html.c: (efh_format_message) Added code to add bar
at the beginning of the message.
* em-popup.[ch]: (em_popup_target_new_attachments) (emp_part_popup_set_background)
(emp_standard_menu_factory) Added code to handle the popup menu inside the attachment
bar.
* em-utils.[ch]: (em_utils_edit_filters) (emu_get_save_filesel)
(em_utils_save_part) (em_utils_save_messages) Added code to handle save selected and
save all options of the attachment bar.
svn path=/trunk/; revision=29866
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 50c3e2dfb9..24ae4b7313 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,20 @@ +2005-07-25 Srinivasa Ragavan <sragavan@novell.com> + + * em-format-html-display.c: (efhd_init) (efhd_finalise) () + (efhd_attachment_image) (efhd_attachment_button) (efhd_format_attachment) + Added code to create a attachment bar. + + * em-format-html.c: (efh_format_message) Added code to add bar + at the beginning of the message. + + * em-popup.[ch]: (em_popup_target_new_attachments) (emp_part_popup_set_background) + (emp_standard_menu_factory) Added code to handle the popup menu inside the attachment + bar. + + * em-utils.[ch]: (em_utils_edit_filters) (emu_get_save_filesel) + (em_utils_save_part) (em_utils_save_messages) Added code to handle save selected and + save all options of the attachment bar. + 2005-07-21 Not Zed <NotZed@Ximian.com> * em-folder-browser.c: reverted dobey's busted view->hide* menu |