aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 720d5dd3f5..6c52a39c77 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,5 +1,11 @@
2000-06-14 Dan Winship <danw@helixcode.com>
+ * e-msg-composer-attachment-bar.c (add_from_user): keep the
+ GtkFileSelection around between calls so we start up in the same
+ directory we ended up in last time around. (Also fixes a big
+ memory leak in that the code was already keeping the
+ GtkFileSelection around, it just wasn't remembering to reuse it.)
+
* e-msg-composer.c (format_text): Don't line-wrap lines that start
with ">".