aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-27 02:07:45 -0700
committerCarl Worth <cworth@cworth.org>2010-04-27 02:07:45 -0700
commit9138cdd68b9113dd5b5c69a97685caa1479701d1 (patch)
tree1b7d1f3058cb3f45fe39e40c5017229120bdf57c
parentf12b1fe3c59a1b15c2406eebdaf87848361ed84a (diff)
debian/changelog: Add notes for the 0.3 release
Again, just taking the one-line entries from the NEWS entry for 0.3.
-rw-r--r--RELEASING4
-rw-r--r--debian/changelog26
2 files changed, 28 insertions, 2 deletions
diff --git a/RELEASING b/RELEASING
index d314a6c..e9cb3d0 100644
--- a/RELEASING
+++ b/RELEASING
@@ -58,8 +58,8 @@ repository. From here, there are just a few steps to release:
4) Create an entry for the new release in debian/changelog
The syntax of this file is tightly restricted, but the
- available emacs mode (see the dpkg-dev-el package helps). The
- entries here will be the Debian-relevant single-line
+ available emacs mode (see the dpkg-dev-el package) helps.
+ The entries here will be the Debian-relevant single-line
description of changes from the NEWS entry. And the version
must match the version in the next step.
diff --git a/debian/changelog b/debian/changelog
index 42a9f6d..2e70494 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+notmuch (0.3) unstable; urgency=low
+
+ * User-configurable tags for new messages
+ * Threads search results named based on subjects that match search
+ * Faster operation of "notmuch tag" (avoid unneeded sorting)
+ * Even Better guessing of From: header for "notmuch reply"
+ * Indication of author names that match a search
+ * emacs: An entirely new initial view for notmuch, (friendly yet powerful)
+ * emacs: Full-featured "customize" support for configuring notmuch
+ * emacs: Support for doing tab-completion of email addresses
+ * emacs: Support for file-based (Fcc) delivery of sent messages
+ * emacs: New 'G' key binding to trigger mail refresh (G == "Get new mail")
+ * emacs: Implement emacs message display with the JSON output from notmuch
+ * emacs: Better handling of HTML/MIME attachments (inline images!)
+ * emacs: Customizable support for tidying of text/plain message content
+ * emacs: New support for searchable citations (even when hidden)
+ * emacs: More flexible handling of header visibility
+ * emacs: The Return key now toggles message visibility anywhere
+ * emacs: Customizable formatting of search results
+ * emacs: Generate nicer names for search buffers when using a saved search.
+ * emacs: Add a notmuch User-Agent header when sending mail from notmuch/emacs
+ * emacs: New keybinding (M-Ret) to open all collapsed messages in a thread
+ * libnotmuch1: Provide a new NOTMUCH_SORT_UNSORTED value for queries
+
+ -- Carl Worth <cworth@cworth.org> Tue, 27 Apr 2010 02:07:29 -0700
+
notmuch (0.2) unstable; urgency=low
* Better guessing of From: header.