From 83e84af777830e094d1376765c5fe38cad2d9bb6 Mon Sep 17 00:00:00 2001
From: William Morgan 
Date: Fri, 5 Jun 2009 11:01:37 -0400
Subject: [PATCH] update changelog, etc for 0.8 release
---
 CONTRIBUTORS   | 11 ++++++++---
 History.txt    | 19 +++++++++++++++++++
 ReleaseNotes   |  6 ++++++
 www/index.html | 26 ++++++++++++++++----------
 4 files changed, 49 insertions(+), 13 deletions(-)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 56f553f..f750153 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1,17 +1,22 @@
-William Morgan 
-Ismo Puustinen 
 Nicolas Pouillard 
+Mike Stipicevic 
 Marcus Williams 
 Lionel Ott 
+Ingmar Vanhassel 
 Mark Alexander 
 Christopher Warrington 
-Marc Hartstein 
+Richard Brown 
 Ben Walton 
+Marc Hartstein 
 Grant Hollingworth 
 Steve Goldman 
 Decklin Foster 
+Ismo Puustinen 
 Jeff Balogh 
+Alex Vandiver 
 Giorgio Lando 
 Israel Herraiz 
 Ian Taylor 
+Stefan Lundström 
 Rich Lane 
+Kirill Smelkov 
diff --git a/History.txt b/History.txt
index 2813c64..5c41e77 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,22 @@
+== 0.8 / 2009-06-05
+* Undo support on many operations. Yay!
+* Mbox splitting fixes. No more "From "-line problems.
+* Mail parsing speedups.
+* Many utf8 and widechar fixes. Display of crazy characters should be pretty
+  close.
+* Outgoing email with non-ASCII headers is now properly encoded.
+* Email addresses are no longer permanently attached to names. This was
+  causing problems with automated email systems that used different names
+  with the same address.
+* Curses background now retains the terminal default color. This also makes
+  Sup work better on transparent terminals.
+* Improve dynamic loading of setlocale for Cygwin and BSD systems.
+* Labels can now be removed from multiple tagged threads.
+* Applying operations to tagged threads is now invoked with '='.
+* Buffer list is betterified and is now invoked with ';'.
+* Zsh autocompletion support.
+* As always, many bugfixes and tweaks.
+
 == 0.7 / 2009-03-16
 * Ferret index corruption issues fixed (hopefully!)
 * Text entry now scrolls to the right on overflow, i.e. is actually usable
diff --git a/ReleaseNotes b/ReleaseNotes
index a965fa0..0cfc126 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -1,3 +1,9 @@
+Release 0.8:
+
+The big wins are undo support, mbox splitting fixes, and the various UI
+speedups and bugfixes. Parsing new email should also be faster, although
+IMAP remains tragically slow, as usual.
+
 Release 0.7:
 
 The big win in this release is that Ferret index corruption issues should now
diff --git a/www/index.html b/www/index.html
index bdf40e9..6017034 100644
--- a/www/index.html
+++ b/www/index.html
@@ -109,8 +109,8 @@
 		Status
 
 		
-		The current version of Sup is 0.7, released 2009-03-25. This is a
-		beta release. It supports mbox, mbox over ssh, IMAP, IMAPS, and Maildir mailstores.
+		The current version of Sup is 0.8, released 2009-06-05. This is a
+		beta release. It supports mbox, IMAP, IMAPS, and Maildir mailstores.
 		
 
         
@@ -144,33 +144,39 @@
 		
 		Sup is brought to you by William Morgan and the following honorable contributors:
         
-- William Morgan <wmorgan-sup at the masanjin dot nets>-
- Ismo Puustinen <ismo at the iki dot fis>
- Nicolas Pouillard <nicolas.pouillard at the gmail dot coms>+
- Mike Stipicevic <stipim at the rpi dot edus>
- Marcus Williams <marcus-sup at the bar-coded dot nets>
- Lionel Ott <white.magic at the gmx dot des>+
- Ingmar Vanhassel <ingmar at the exherbo dot orgs>+
- Mark Alexander <marka at the pobox dot coms>
- Christopher Warrington <chrisw at the rice dot edus>-
- Marc Hartstein <marc.hartstein at the alum.vassar dot edus>+
- Richard Brown <rbrown at the exherbo dot orgs>
- Ben Walton <bwalton at the artsci.utoronto dot cas>+
- Marc Hartstein <marc.hartstein at the alum.vassar dot edus>
- Grant Hollingworth <grant at the antiflux dot orgs>
- Steve Goldman <sgoldman at the tower-research dot coms>
- Decklin Foster <decklin at the red-bean dot coms>+
- Ismo Puustinen <ismo at the iki dot fis>
- Jeff Balogh <its.jeff.balogh at the gmail dot coms>+
- Alex Vandiver <alexmv at the mit dot edus>
- Giorgio Lando <patroclo7 at the gmail dot coms>
- Israel Herraiz <israel.herraiz at the gmail dot coms>
- Ian Taylor <ian at the lorf dot orgs>+
- Stefan Lundström <lundst at the snabb.(none)>
- Rich Lane <rlane at the club.cc.cmu dot edus>+
- Kirill Smelkov <kirr at the landau.phys.spbu dot rus>
 
 		
 		Sup is made possible by the hard work of Dave Balmain and his
-		fantastic IR engine Ferret, and by Matt Armstrong's tragically
-		abandoned RubyMail
-		package (note: possibly no longer abandoned).
+		tragically abandoned IR engine Ferret, and by that of Matt Armstrong and his
+		tagically abandoned RubyMail
+		package.