diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-05-24 16:45:16 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-05-24 16:45:16 +0800 |
commit | 0822a01317ed088a14aa9268f1d086ff73cb423c (patch) | |
tree | b763ea63daee7b0ed68abfe6952c881b5c78b5c1 /calendar/ChangeLog | |
parent | 52df90026f24374924516e7a02588b57a573f594 (diff) | |
download | gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.gz gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.bz2 gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.lz gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.xz gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.zst gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.zip |
Added the support to DnD remote URL to the attachment window. It downloads
2005-05-24 Srinivasa Ragavan <sragavan@novell.com>
* gui/dialogs/cal-attachment-bar.c, gui/dialogs/cal-attachment-bar.h,
gui/dialogs/cal-attachment.c, gui/dialogs/cal-attachment.h,
gui/dialogs/comp-editor.c, calendar.error.xml: Added the support to DnD
remote URL to the attachment window. It downloads asynchronously and
attaches.
svn path=/trunk/; revision=29405
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2b3574ef54..7d277d1e45 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2005-05-24 Srinivasa Ragavan <sragavan@novell.com> + * gui/dialogs/cal-attachment-bar.c, gui/dialogs/cal-attachment-bar.h, + gui/dialogs/cal-attachment.c, gui/dialogs/cal-attachment.h, + gui/dialogs/comp-editor.c, calendar.error.xml: Added the support to DnD + remote URL to the attachment window. It downloads asynchronously and + attaches. + 2005-05-16 Srinivasa Ragavan <sragavan@novell.com> * gui/dialogs/comp-editor.c (attachment_bar_changed_cb) |