aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-16 03:35:59 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-16 03:35:59 +0800
commit533f3d74070d1865ea2f7a753f9e38114c20fbb0 (patch)
tree10bd486a04248f06f243b9b54afeb343840489ab /mail/ChangeLog
parente3b786b5cf25c44e31d21019e7805b7674a33967 (diff)
downloadgsoc2013-evolution-533f3d74070d1865ea2f7a753f9e38114c20fbb0.tar
gsoc2013-evolution-533f3d74070d1865ea2f7a753f9e38114c20fbb0.tar.gz
gsoc2013-evolution-533f3d74070d1865ea2f7a753f9e38114c20fbb0.tar.bz2
gsoc2013-evolution-533f3d74070d1865ea2f7a753f9e38114c20fbb0.tar.lz
gsoc2013-evolution-533f3d74070d1865ea2f7a753f9e38114c20fbb0.tar.xz
gsoc2013-evolution-533f3d74070d1865ea2f7a753f9e38114c20fbb0.tar.zst
gsoc2013-evolution-533f3d74070d1865ea2f7a753f9e38114c20fbb0.zip
Close the pipes when finished; add i18n
svn path=/trunk/; revision=4846
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index d2c7de41ea..cb91b880bd 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,7 +1,16 @@
2000-08-15 Peter Williams <peterw@helixcode.com>
+ * mail-threads.c (dispatch): Close the dispatch thread's half of
+ pipes when about to exit.
+ (mail_operations_terminate): Close the main thread's half of the
+ pipes when about to exit.
+ (all): Add i18n support.
+
+ * mail-tools.c (all): Add i18n support.
+
* mail-ops.c (transfer_messages): Generalize move_messages into
transfer_messages so that we can copy too.
+ (all): Add i18n supprt where appropriate.
* mail-ops.h: Prototype the new mail_do_transfer_messages.