aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 0627b44161..0ed87f0266 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,19 @@
+2005-08-22 Srinivasa Ragavan <sragavan@novell.com>
+
+ * e-attachment.c (e_attachment_build_remote_file):
+ Fix for bug #314136. Shows filename in the remote download in
+ composer.
+
+2005-08-22 Srinivasa Ragavan <sragavan@novell.com>
+
+ * e-attachment-bar.c (update): Better space management.
+ Kills one extra row that happens some times.
+ (e_attachment_bar_set_width): Just adjusts the size instead of
+ rebuild of the bar, which is the cause for the freeze. Fixes the
+ bug #313799. Remove the function e_attachment_bar_refresh
+
+ * e-attachment-bar.h: Remove the function e_attachment_bar_refresh
+
2005-08-23 Not Zed <NotZed@Ximian.com>
* e-send-options.c (get_widgets): cast warning away.