commit c7f66cfb18e26f39ed701ef60e7712fe556e3969
parent 0f762e1951fe5de16015a3ae64b33da85ac3a33d
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Fri, 11 Dec 2009 09:32:41 -0500
Merge branch 'master' into next
Diffstat:
4 files changed, 69 insertions(+), 27 deletions(-)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
@@ -14,16 +14,24 @@ Marc Hartstein <marc.hartstein at the alum.vassar dot edus>
Israel Herraiz <israel.herraiz at the gmail dot coms>
Grant Hollingworth <grant at the antiflux dot orgs>
Adeodato Simó <dato at the net.com.org dot ess>
-Steve Goldman <sgoldman at the tower-research dot coms>
Edward Z. Yang <ezyang at the mit dot edus>
+Steve Goldman <sgoldman at the tower-research dot coms>
Decklin Foster <decklin at the red-bean dot coms>
+Cameron Matheson <cam+sup at the cammunism dot orgs>
+Tero Tilus <tero at the tilus dot nets>
Alex Vandiver <alex at the chmrr dot nets>
Jeff Balogh <its.jeff.balogh at the gmail dot coms>
+Andrew Pimlott <andrew at the pimlott dot nets>
+Peter Harkins <ph at the malaprop dot orgs>
+Anthony Martinez <pi at the pihost dot uss>
Carl Worth <cworth at the cworth dot orgs>
Kornilios Kourtis <kkourt at the cslab.ece.ntua dot grs>
Giorgio Lando <patroclo7 at the gmail dot coms>
Benoît PIERRE <benoit.pierre at the gmail dot coms>
-Ian Taylor <ian at the lorf dot orgs>
-Stefan Lundström
+ian <ian at the lorf dot orgs>
+Steven Walter <swalter at the monarch.(none)>
Michael Hamann <michael at the content-space dot des>
+Stefan Lundström <lundst at the snabb.(none)>
+William Erik Baxter <web at the superscript dot coms>
+Jon M. Dugan <jdugan at the es dot nets>
Kirill Smelkov <kirr at the landau.phys.spbu dot rus>
diff --git a/History.txt b/History.txt
@@ -1,3 +1,16 @@
+== 0.9.1 / 2009-12-10
+* Make textfield behave more like readline, including C-w
+* Add ask_for_to config option. You can set all ask_for_* options to false, and
+ composing a message will go immediately to the editor.
+* RFC 2047 decode attachment file names
+ * default ask_for_to to true
+* add undo power to thread-view-mode
+* display labels of polled messages
+* increase numbers in contact-list-mode
+* fix --compose option, and add a --subject option
+* include hook filename in error messages
+* As always, many bugfixes and tweaks.
+
== 0.9 / 2009-10-01
* Experimental Xapian backend to replace Ferret. Not everything works with it,
but it's fast and less likely to barf. See release notes.
diff --git a/ReleaseNotes b/ReleaseNotes
@@ -1,3 +1,10 @@
+Release 0.9.1:
+
+This is mainly a bugfix release, with a couple minor new features rolled up.
+
+If you are using the Ferret backend, consider convering soon. I will probably
+add a deprecation notice in 0.10, and you support will be dropped in 0.11.
+
Release 0.9:
There's a new Xapian backend as an alternative to the Ferret one. It's still in
diff --git a/www/index.html b/www/index.html
@@ -109,7 +109,7 @@
<h2>Status</h2>
<p>
- The current version of Sup is 0.9, released 2009-09-30. This is a
+ The current version of Sup is 0.9.1, released 2009-12-10. This is a
beta release. It supports mbox, IMAP, IMAPS, and Maildir mailstores.
</p>
@@ -153,30 +153,44 @@
<h2>Credit</h2>
<p>
- Sup is brought to you by <a href="http://cs.stanford.edu/~ruby/">William Morgan</a> and the following honorable contributors:
+ Sup is brought to you by <a href="http://masanjin.net/">William Morgan</a> and the following honorable contributors:
<ul>
-<li>Nicolas Pouillard </li>
-<li>Mike Stipicevic </li>
-<li>Marcus Williams </li>
-<li>Lionel Ott </li>
-<li>Ingmar Vanhassel </li>
-<li>Mark Alexander </li>
-<li>Christopher Warrington </li>
-<li>Richard Brown </li>
-<li>Ben Walton </li>
-<li>Marc Hartstein </li>
-<li>Grant Hollingworth </li>
-<li>Steve Goldman </li>
-<li>Decklin Foster </li>
-<li>Ismo Puustinen </li>
-<li>Jeff Balogh </li>
-<li>Alex Vandiver </li>
-<li>Giorgio Lando </li>
-<li>Israel Herraiz </li>
-<li>Ian Taylor </li>
-<li>Stefan Lundström </li>
-<li>Rich Lane </li>
-<li>Kirill Smelkov </li>
+<li>Rich Lane</li>
+<li>Ismo Puustinen</li>
+<li>Nicolas Pouillard</li>
+<li>Ben Walton</li>
+<li>Mike Stipicevic</li>
+<li>Marcus Williams</li>
+<li>Lionel Ott</li>
+<li>Ingmar Vanhassel</li>
+<li>Mark Alexander</li>
+<li>Christopher Warrington</li>
+<li>Richard Brown</li>
+<li>Marc Hartstein</li>
+<li>Israel Herraiz</li>
+<li>Grant Hollingworth</li>
+<li>Adeodato Simó</li>
+<li>Edward Z. Yang</li>
+<li>Steve Goldman</li>
+<li>Decklin Foster</li>
+<li>Cameron Matheson</li>
+<li>Tero Tilus</li>
+<li>Alex Vandiver</li>
+<li>Jeff Balogh</li>
+<li>Andrew Pimlott</li>
+<li>Peter Harkins</li>
+<li>Anthony Martinez</li>
+<li>Carl Worth</li>
+<li>Kornilios Kourtis</li>
+<li>Giorgio Lando</li>
+<li>Benoît PIERRE</li>
+<li>Ian Taylor</li>
+<li>Steven Walter</li>
+<li>Michael Hamann</li>
+<li>Stefan Lundström</li>
+<li>William Erik Baxter</li>
+<li>Jon M. Dugan</li>
+<li>Kirill Smelkov</li>
</ul>
</p>