]> git.notmuchmail.org Git - notmuch/blob - debian/changelog
debian: Add changelog entry for the 0.4 release.
[notmuch] / debian / changelog
1 notmuch (0.4) unstable; urgency=low
2
3   * new: notmuch search --output=(summary|threads|messages|tags|files)
4   * new: notmuch show --format=mbox <search-specification>
5   * new: notmuch config [get|set] <section>.<item> [value ...]
6   * lib: Add notmuch_query_get_query_string and notmuch_query_get_sort
7   * emacs: Enable Fcc of all sent messages by default (to "sent" directory)
8   * emacs: Ability to all open messages in a thread to a pipe
9   * emacs: Optional support for detecting inline patches
10   * emacs: Automatically tag messages as "replied" when sending a reply
11   * emacs: Allow search-result color specifications to overlay each other
12   * emacs: Make hidden author names still available for incremental search.
13   * emacs: New binding of Control-TAB (works like TAB in reverse)
14   * test: New modularization of test suite.
15   * test: New testing of emacs interface.
16   * bugfix: Avoid setting Bcc header in "notmuch reply"
17   * bugfix: Avoid corruption of database when "notmuch new " is interrupted.
18   * bugfix: Fix failure with extremely long message ID headers.
19   * bugfix: Fix for messages with "charset=unknown-8bit"
20   * bugfix: Fix notmuch_query_search_threads to return NULL on any exception
21   * bugfix: Fix "notmuch search" to return non-zero on any exception
22   * emacs bugfix: Fix for message with a subject containing, "[1234]"
23   * emacs bugfix: Fix to correctly handle message IDs containing ".."
24   * emacs bugfix: Fix initialization so "M-x notmuch" works by default.
25
26  -- Carl Worth <cworth@cworth.org>  Mon, 01 Nov 2010 16:23:47 -0700
27
28 notmuch (0.3.1) unstable; urgency=low
29
30   * Fix an infinite loop in "notmuch reply"
31   * Fix a potential SEGV in "notmuch search"
32   * emacs: Fix calculations for line wrapping in the "notmuch" view.
33   * emacs: Fix Fcc support to prompt to create a directory if necessary
34
35  -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 17:02:07 -0700
36
37 notmuch (0.3) unstable; urgency=low
38
39   * User-configurable tags for new messages
40   * Threads search results named based on subjects that match search
41   * Faster operation of "notmuch tag" (avoid unneeded sorting)
42   * Even Better guessing of From: header for "notmuch reply"
43   * Indication of author names that match a search
44   * emacs: An entirely new initial view for notmuch, (friendly yet powerful)
45   * emacs: Full-featured "customize" support for configuring notmuch
46   * emacs: Support for doing tab-completion of email addresses
47   * emacs: Support for file-based (Fcc) delivery of sent messages
48   * emacs: New 'G' key binding to trigger mail refresh (G == "Get new mail")
49   * emacs: Implement emacs message display with the JSON output from notmuch
50   * emacs: Better handling of HTML/MIME attachments (inline images!)
51   * emacs: Customizable support for tidying of text/plain message content
52   * emacs: New support for searchable citations (even when hidden)
53   * emacs: More flexible handling of header visibility
54   * emacs: The Return key now toggles message visibility anywhere
55   * emacs: Customizable formatting of search results
56   * emacs: Generate nicer names for search buffers when using a saved search.
57   * emacs: Add a notmuch User-Agent header when sending mail from notmuch/emacs
58   * emacs: New keybinding (M-Ret) to open all collapsed messages in a thread
59   * libnotmuch1: Provide a new NOTMUCH_SORT_UNSORTED value for queries
60
61  -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 02:07:29 -0700
62
63 notmuch (0.2) unstable; urgency=low
64
65   * Better guessing of From: header.
66   * Make "notmuch count" with no arguments count all messages
67   * Provide a new special-case search term of "*" to match all messages.
68   * Detect thread connections when a parent message is missing.
69   * Fix potential data loss in "notmuch new" with SIGINT
70   * Fix segfault when a message includes a MIME part that is empty.
71   * Fix handling of non-ASCII characters with --format=json
72   * Fix headers to be properly decoded in "notmuch reply"
73   * emacs: Show the last few lines of citations as well as the first few lines.
74   * emacs: The '+' and '-' commands can now add and remove tags by region.
75   * emacs: More meaningful buffer names for thread-view buffers. 
76   * emacs: Customized colors of threads in search view based on tags.
77
78  -- Carl Worth <cworth@debian.org>  Fri, 16 Apr 2010 10:20:23 -0700
79
80 notmuch (0.1-1) unstable; urgency=low
81
82   [ martin f. krafft ]
83   * Add suggestion to vim-addon-manager.
84
85   [ Carl Worth ]
86   * Improve package description (closes: #566282).
87   * New upstream version (0.1) (closes: #576647).
88   * New versioning to track upstream version scheme.
89   * Split packaging into notmuch, libnotmuch1, and libnotmuch-dev.
90   * Update to advertise conformance with policy 3.8.4 (no changes).
91   * Add a debian/watch file to notice upstream tar files.
92
93  -- Carl Worth <cworth@debian.org>  Tue, 06 Apr 2010 18:27:49 -0700
94
95 notmuch (0.0+201001211401) unstable; urgency=low
96
97   * Upload to Debian (closes: #557354).
98   * New versioning scheme.
99   * Added emacs build dependency.
100   * Added Vcs-Browser field to debian/control.
101   * Downgrade recommendation for emacs to suggestion.
102   * Add vim to suggestions and enhancements.
103   * Put debian/* under separate copyright.
104   * Make Carl the maintainer.
105   * Add myself to uploaders.
106   * Install the vim plugin (using vim-addons).
107
108  -- martin f. krafft <madduck@debian.org>  Thu, 21 Jan 2010 14:00:54 +1300
109
110 notmuch (0.0-1) unstable; urgency=low
111
112   * New Debian package.
113
114  -- Jameson Graef Rollins <jrollins@finestructure.net>  Fri, 27 Nov 2009 13:39:09 -0500