aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-05-25 14:06:16 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-05-25 14:06:16 +0800
commitc345604989402eab7e4c72bcf9e249792c0810bb (patch)
treed79cf7d9eda9d81d5a28ebab62470f1d1ca1058a /widgets/misc/ChangeLog
parent24368cf92dd5eaae1b41b3f191a25e2cbc45e824 (diff)
downloadgsoc2013-evolution-c345604989402eab7e4c72bcf9e249792c0810bb.tar
gsoc2013-evolution-c345604989402eab7e4c72bcf9e249792c0810bb.tar.gz
gsoc2013-evolution-c345604989402eab7e4c72bcf9e249792c0810bb.tar.bz2
gsoc2013-evolution-c345604989402eab7e4c72bcf9e249792c0810bb.tar.lz
gsoc2013-evolution-c345604989402eab7e4c72bcf9e249792c0810bb.tar.xz
gsoc2013-evolution-c345604989402eab7e4c72bcf9e249792c0810bb.tar.zst
gsoc2013-evolution-c345604989402eab7e4c72bcf9e249792c0810bb.zip
Added support for saving/attaching files/events/mails from/to remote shares
svn path=/trunk/; revision=32024
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index b25c679250..3dc405f367 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,14 @@
+2006-05-25 Srinivasa Ragavan <sragavan@novell.com>
+
+ Added code to specify the attachment type for remote files.
+ Also added code to save files to CamelStreamVfs
+
+ * e-attachment-bar.c: (update), (eab_icon_clicked_cb),
+ (e_attachment_bar_attach_remote_file):
+ * e-attachment-bar.h:
+ * e-attachment.c: (e_attachment_new_remote_file),
+ (e_attachment_build_remote_file):
+
2006-05-04 Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in>
Added patch to enable build without cairo using ENABLE_CAIRO macro.