aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-06-17 11:40:10 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-06-17 11:40:10 +0800
commit5bb6c136904667fab98c2f76b0f614048ac5b0a3 (patch)
tree1a1bf60826b60ca7de191ffadbf55690304ce401
parent5c4fa91212db9383a3b9833d835f7484b4e72bf0 (diff)
downloadgsoc2013-evolution-5bb6c136904667fab98c2f76b0f614048ac5b0a3.tar
gsoc2013-evolution-5bb6c136904667fab98c2f76b0f614048ac5b0a3.tar.gz
gsoc2013-evolution-5bb6c136904667fab98c2f76b0f614048ac5b0a3.tar.bz2
gsoc2013-evolution-5bb6c136904667fab98c2f76b0f614048ac5b0a3.tar.lz
gsoc2013-evolution-5bb6c136904667fab98c2f76b0f614048ac5b0a3.tar.xz
gsoc2013-evolution-5bb6c136904667fab98c2f76b0f614048ac5b0a3.tar.zst
gsoc2013-evolution-5bb6c136904667fab98c2f76b0f614048ac5b0a3.zip
Updated for current mail stuff.
2003-06-17 Not Zed <NotZed@Ximian.com> * NEWS: Updated for current mail stuff. svn path=/trunk/; revision=21455
-rw-r--r--ChangeLog4
-rw-r--r--NEWS40
2 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63608354f3..7b8c7742b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-17 Not Zed <NotZed@Ximian.com>
+
+ * NEWS: Updated for current mail stuff.
+
2003-06-13 Ettore Perazzoli <ettore@ximian.com>
* tools/Makefile.am: Remove evolution-launch-composer since it's
diff --git a/NEWS b/NEWS
index 1049806ab1..c912231a79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Evolution 1.4.x, 2003-??-??
+---------------------------
+
+Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
+
+ * Mail
+
+ #44322 - Evolution crash with weird IMAP foldername (Michael)
+ #44121 - Invalid multipart/signed message showing empty (Michael)
+ #40788 - Broken POP3 server causing evolution to hang/crash (Jeff)
+ #44457 - Crash viewing video content as inline-text (Jeff)
+ #44344 - Dont use quoted-printable encoding on anything but text/*
+ parts, interoperation with Lookout and others (Jeff)
+ #44609 - HIG issue with vFolder properties editor (Michael)
+ #33593 - Message remains displayed after last message removed from
+ list (Michael)
+ #44519 - Popup message view redraws when new mail arrives (Michael)
+ #43972 - Invert selection doesn't work (Jeff)
+ #22542 - Creating a folder in the vFolder store fails with a
+ meaningless message (Michael)
+ #43974 - Cannot retrieve "Local Delivery" mail (Michael)
+
+ * All
+
+ #42691 - Build, make clean doesn't rebuild bonobo-activation
+ .server files (Michael)
+
+Other bugs
+
+ * Mail
+
+ - Fix bug in indexer string normalisation (Larry)
+ - Major memory leak in message-threading (Larry)
+ - Only try to snoop a content-type if its application/octet-stream
+ when displaying mail parts (Jeff)
+
+ * All
+
+ - Lots of miscellaneous memory leaks
+
Evolution 1.4, 2003-06-02
-------------------------