aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 9d7314358e..f3e5231836 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,16 @@
2001-10-17 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-exception.c (camel_exception_set): Make sure the new
+ description isn't the same as the old description pointer before
+ freeing the old one.
+ (camel_exception_setv): Don't free the old description until we
+ set the new one this way we can reuse the old description in the
+ new description.
+
+ * providers/local/camel-mbox-folder.c (mbox_append_message): If
+ errno == EINTR, then we got a user-cancel so set the exception
+ appropriately so that we don't make the user shit his pants.
+
* camel-filter-driver.c (do_copy): Add an optimization for when
destination folder is the same as the source folder.