aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author0 <NotZed@Ximian.com>2001-10-31 07:44:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-31 07:44:51 +0800
commit8e126f256f2533852c527649c850bb7d222408eb (patch)
treeec0706cc5210f9408e77c86457807377e7e68fa7
parent30a5a8360b245210cf23980cb37f1632dff7087f (diff)
downloadgsoc2013-evolution-8e126f256f2533852c527649c850bb7d222408eb.tar
gsoc2013-evolution-8e126f256f2533852c527649c850bb7d222408eb.tar.gz
gsoc2013-evolution-8e126f256f2533852c527649c850bb7d222408eb.tar.bz2
gsoc2013-evolution-8e126f256f2533852c527649c850bb7d222408eb.tar.lz
gsoc2013-evolution-8e126f256f2533852c527649c850bb7d222408eb.tar.xz
gsoc2013-evolution-8e126f256f2533852c527649c850bb7d222408eb.tar.zst
gsoc2013-evolution-8e126f256f2533852c527649c850bb7d222408eb.zip
My mailer news.
2001-10-30 <NotZed@Ximian.com> * NEWS (Mailer): My mailer news. svn path=/trunk/; revision=14507
-rw-r--r--ChangeLog4
-rw-r--r--NEWS44
2 files changed, 48 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d578acf0c1..d122f9c054 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-30 <NotZed@Ximian.com>
+
+ * NEWS (Mailer): My mailer news.
+
2001-10-30 Ettore Perazzoli <ettore@ximian.com>
* configure.in: Add oaf to the BONOBO_VFS_GNOME_CFLAGS too.
diff --git a/NEWS b/NEWS
index fe88902470..a4f71239e3 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,50 @@ Shell:
Mailer:
+ - Fixed SMTP truncation, IMAP/SSL truncation/hangs when
+ sending/appending messages. (Jeff)
+
+ - Implemented rename for imap/maildir folders. Rename also tracked
+ in vfolder and filter code. Use rename for local folders when we
+ can instead of copy/delete. (Michael, Jeff)
+
+ - Fixed startup wizard next page race bugs. (Michael)
+
+ - Fixed toolbars vanishing, Bonobo Suxors. (Michael)
+
+ - Made filter/vfolder on mailing lists honour domains, but also
+ backward compatible. (Michael)
+
+ - Fixed the password coming up behind the main window. (Michael,
+ Ettore)
+
+ - Fixed numerous crash on startup/exit/while doing nothing/switching
+ folder/components, many races and other architectural errors.
+ (Michael, Jeff)
+
+ - Broke the build. Fixed the build. Broke the mailer so much it
+ wouldn't start, fixed the mailer so it would start, broke it again
+ .... (Michael)
+
+ - Bunch of vFolder fixes and feature completion. (Michael)
+
+ - Added a 'index body' option to configure folder. (Michael)
+
+ - Fixed 'unread' counts, again. (Michael)
+
+ - Fixed some problems leaking file descriptors and overusing them
+ when not necessary. (Michael)
+
+ - Implemented iconv() caching and Solaris friendly iconv name
+ converter. Made override display charset work in more cases.
+ (Michael, Jeff)
+
+ - Various untranslated buttons/menus and other translation issues
+ fixed. (Michael, Jeff)
+
+ - Lots and lots and lots of other little and not so little things.
+ (Michael, Jeff, Dan, Trow)
+
Addressbook:
- General bug fixes. (Everybody)