aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS46
2 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab0dcf6393..e88a56e15f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-21 <NotZed@Ximian.com>
+
+ * NEWS (Mail): Updated.
+
2001-09-21 Christopher James Lahey <clahey@ximian.com>
* NEWS (Addressbook): Added more NEWS items here.
diff --git a/NEWS b/NEWS
index 0008266c36..2ffc8ad974 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,52 @@ Mail:
- Properly address mail from "hidden" contact lists. (Trow)
+ - Redid folder unread counts/folder tree backend code
+ completely. (Michael)
+
+ - Implemented/fixed getfolderinfo in maildir/spool/local
+ folder/vfolder, required to make unread counts work. (Michael)
+
+ - Redid 'local folder' handling code completely. (Michael, Peter)
+ Also fixed the properties dialogue to get the list of supported
+ types dynamically, and set the right one at startup. (Michael)
+
+ - Redid vfolder code in evolution-mail completely. Main visible
+ change is they open at startup, and the vfolder editor works
+ much better. (Michael)
+
+ - Made it so fcntl(2) locking failures on filesystems (e.g. NFS)
+ that dont support locking are treated as success. (Michael)
+
+ - Fix imap inbox filtering, then moved it to CamelFolder, and
+ partly implemented it for spool and maildir mailboxes. (Michael)
+
+ - Made the vfolder UNMATCHED folder's name translatable. (Michael)
+
+ - Change the way the 'not body contains' filter rule works, so that
+ it runs much more efficiently, particularly on IMAP. (Michael)
+
+ - Camel will not try and convert charsets of data that contain
+ invalid charset data, thus data will not be tainted by
+ a failed conversion process. (Michael)
+
+ - A few threading scheduling changes to try to optimise the user
+ experience. Also changed the way threads are terminated,
+ avoiding some possible libpthread bugs. (Michael)
+
+ - Changed vfolder uri's to not include the query, set it separately.
+
+ - Removed a lot of special case code for vfolder/file uri's, other
+ dead or newly redundant code, cleanups, etc. (Michael)
+
+ - Fixed a bug in libibex that would overallocate block data and
+ corrupt it and crash, also fail-back and reset the index in
+ more cases. (Michael)
+
+ - Fix filtering on score so the expression compiles. (Michael)
+
+ - Came to visit USA at a very wrong time. (Michael)
+
Addressbook:
- Miscellaneous bug fixes. (Jon Trowbridge, Chris Toshok, Chris Lahey,