aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-07-20 19:17:42 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-07-20 19:17:42 +0800
commita4e4725d360cb603c6c122227c0f781992fe9b52 (patch)
treeb4b4d093ad11f43dad1310dc5c9c12f2c24bfab5 /widgets/misc/ChangeLog
parent7e888fe544055c600721f3596ceec367427547cc (diff)
downloadgsoc2013-evolution-a4e4725d360cb603c6c122227c0f781992fe9b52.tar
gsoc2013-evolution-a4e4725d360cb603c6c122227c0f781992fe9b52.tar.gz
gsoc2013-evolution-a4e4725d360cb603c6c122227c0f781992fe9b52.tar.bz2
gsoc2013-evolution-a4e4725d360cb603c6c122227c0f781992fe9b52.tar.lz
gsoc2013-evolution-a4e4725d360cb603c6c122227c0f781992fe9b52.tar.xz
gsoc2013-evolution-a4e4725d360cb603c6c122227c0f781992fe9b52.tar.zst
gsoc2013-evolution-a4e4725d360cb603c6c122227c0f781992fe9b52.zip
Cleaned up most of it. Added the DnD.
2005-07-20 Srinivasa Ragavan <sragavan@novell.com> * e-attachment-bar.[ch]:(remove_attachment) (update) (e_attachment_bar_get_selector) (e_attachment_bar_get_attachment) (destroy) (init) (e_attachment_bar_new) (e_attachment_bar_add_attachment) (e_attachment_bar_attach_remote_file) Cleaned up most of it. Added the DnD. * e-attachment.[ch]: (real_changed) (class_init) (init) (e_attachment_new) (e_attachment_new_remote_file) (e_attachment_build_remote_file): Moved the remote download code from bar to here and few cleanups. svn path=/trunk/; revision=29813
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index a16b0c4265..cdfc8195ec 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,13 @@
+2005-07-20 Srinivasa Ragavan <sragavan@novell.com>
+
+ * e-attachment-bar.[ch]:(remove_attachment) (update) (e_attachment_bar_get_selector)
+ (e_attachment_bar_get_attachment) (destroy) (init) (e_attachment_bar_new)
+ (e_attachment_bar_add_attachment) (e_attachment_bar_attach_remote_file)
+ Cleaned up most of it. Added the DnD.
+ * e-attachment.[ch]: (real_changed) (class_init) (init) (e_attachment_new)
+ (e_attachment_new_remote_file) (e_attachment_build_remote_file): Moved the
+ remote download code from bar to here and few cleanups.
+
2005-07-11 Srinivasa Ragavan <sragavan@novell.com>
* Makefile.am: Added e-attachment-bar.[ch] e-attachment.[ch]