diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-06-03 12:20:57 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-06-03 12:20:57 +0800 |
commit | 64e2180e3ec7a63170db152a33398dfe6c5e3cb1 (patch) | |
tree | 8aef0134e2b3b06233131a9877ac1c8c0a9e485c /composer/ChangeLog | |
parent | 120716582df59a07dd7f83a30f99cd6c0cc4d4d6 (diff) | |
download | gsoc2013-evolution-64e2180e3ec7a63170db152a33398dfe6c5e3cb1.tar.gz gsoc2013-evolution-64e2180e3ec7a63170db152a33398dfe6c5e3cb1.tar.zst gsoc2013-evolution-64e2180e3ec7a63170db152a33398dfe6c5e3cb1.zip |
Show attachment bar when attachments are added e-msg-composer.c
2005-06-03 Srinivasa Ragavan <sragavan@novell.com>
* e-msg-composer-select-file.c (select_attach_response): Show
attachment bar when attachments are added
e-msg-composer.c (attachment_bar_changed_cb), (drop_action),
(drag_data_received), (create_composer): Added support to
DnD targets to the composer GtkHTML window. Also show the
attachment bar when there are attachments and hide when all
attachments are removed.
svn path=/trunk/; revision=29451
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index d6fcfef835..5216b82afb 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,13 @@ +2005-06-03 Srinivasa Ragavan <sragavan@novell.com> + + * e-msg-composer-select-file.c (select_attach_response): Show + attachment bar when attachments are added + e-msg-composer.c (attachment_bar_changed_cb), (drop_action), + (drag_data_received), (create_composer): Added support to + DnD targets to the composer GtkHTML window. Also show the + attachment bar when there are attachments and hide when all + attachments are removed. + 2005-05-24 Srinivasa Ragavan <sragavan@novell.com> * e-msg-composer-attachment.c (e_msg_composer_attachment_new_from_mime_part); Fixed a bug, which considered forwarded mails as remote files. |