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