]> git.notmuchmail.org Git - notmuch/blob - debian/changelog
debian: don't install zsh completion files into /usr/share/zsh
[notmuch] / debian / changelog
1 notmuch (0.6~264) UNRELEASED; urgency=low
2
3   * New snapshot, in progress
4   * Fix description of notmuch-vim to mention vim, not emacs
5     (Closes: #631974)
6   * Install zsh completion as an example instead of into /usr/share/zsh to
7     avoid file conflict with zsh.
8
9  -- David Bremner <bremner@debian.org>  Thu, 30 Jun 2011 08:44:27 -0300
10
11 notmuch (0.6~254) experimental; urgency=low
12
13   [David Bremner]
14   * Git snapshot fba968d
15   * Upstream release candidate
16   * Build binary package python-notmuch from upstream notmuch.
17   * Split off emacs and vim interfaces into their own packages.
18     (Closes: #578199)
19   * Hide Xapian exception symbols
20   * Build-depend on emacs23-nox instead of emacs
21
22   [ Jameson Rollins ]
23   * Bump standards version to 3.9.2 (No changes).
24   
25  -- David Bremner <bremner@debian.org>  Thu, 23 Jun 2011 07:50:05 -0300
26
27 notmuch (0.6~237) experimental; urgency=low
28
29   * Git snapshot 12d6f90
30   * Emacs: hide original message in top posted replies, isearch fix,
31     message display/hiding fixes/improvements.
32   * CLI: received header fixes.
33   * python: Improve docs, Remove Messages().__len__, Implement
34     Message.__cmp__ and __hash__, Message.tags_to_maildir_flags
35
36  -- David Bremner <bremner@debian.org>  Sat, 18 Jun 2011 11:14:51 -0300
37
38 notmuch (0.6~215) experimental; urgency=low
39
40   * Git snapshot 5143e5e
41   * GMime: improve password handling, prevent premature closing stdout
42   * Emacs: sender address UI tweaks
43   * lib/message-file: plug three memleaks.
44   * Updated python bindings
45   * Sanitize "Subject:" and "Author:" fields in notmuch-search
46   * vim: new delete command, update mark as read command
47
48  -- David Bremner <bremner@debian.org>  Sat, 04 Jun 2011 08:37:36 -0300
49
50 notmuch (0.6~180) experimental; urgency=low
51
52   * Git snapshot 1a96c40
53   * Fix corruption of binary parts
54     (see ML id:"874o4a1m74.fsf@yoom.home.cworth.org")
55
56  -- David Bremner <bremner@debian.org>  Tue, 31 May 2011 21:16:35 -0300
57
58 notmuch (0.6~171) experimental; urgency=low
59
60   * Git snapshot cb8418784c2
61   * PGP/MIME handling in CLI and emacs front end.
62   * cli: Rewrite of multipart handling.
63   * emacs: Make the queries used in the all-tags section configurable
64   * emacs: Choose from address when composing/replying
65   * emacs: add notmuch-before- and notmuch-after-tag-hook
66   * notmuch reply: Avoid segmentation fault when printing multiple parts
67   * notmuch show: New part output handling.
68   * emacs: Show cleaner `From:' addresses in the summary line.
69   * emacs: Add custom `notmuch-show-elide-same-subject', 
70     `notmuch-show-always-show-subject' 
71   * emacs: Render text/x-vcalendar parts.
72   * emacs: Add `notmuch-show-multipart/alternative-discouraged'.
73   * vim: parse 'from' address, use sendmail directly, implement archive in
74     show view, refactor tagging stuff
75   * Eager metadata optimizations
76   * emacs: Fix notmuch-search-process-filter to handle incomplete lines
77   * Fix installation of zsh completion
78   * new: Enhance progress reporting
79   * Do not defer maildir flag synchronization for new messages
80   * vim: Get user email address from notmuch config file.
81   * lib: Save and restore term position in message while indexing.
82   * notmuch search: Clean up some memory leaks during search loop.
83   * New bindings for Go
84   * ruby: Add wrapper for message_get_filenames,  maildir sync. interface
85     query_get_s{ort,tring}
86   * Add support for folder-based searching.
87   * compatibility fixes for emacs22
88
89  -- David Bremner <bremner@debian.org>  Sat, 28 May 2011 07:25:49 -0300
90
91 notmuch (0.5+nmu3) unstable; urgency=low
92
93   * Non-maintainer upload.
94   * Upload to unstable.
95
96  -- David Bremner <bremner@debian.org>  Sun, 01 May 2011 15:09:09 -0300
97
98 notmuch (0.5+nmu2) experimental; urgency=low
99
100   * Non-maintainer upload.
101   * Second try at timeout for test. Put timeouts at top level.
102
103  -- David Bremner <bremner@debian.org>  Sun, 19 Dec 2010 21:40:08 -0400
104
105 notmuch (0.5+nmu1) experimental; urgency=low
106
107   * Non-maintainer upload.
108   * Add a timeout to emacs tests to hopefully work around build failures.
109
110  -- David Bremner <bremner@debian.org>  Tue, 14 Dec 2010 22:23:51 -0400
111
112 notmuch (0.5) unstable; urgency=low
113
114   * new: maildir-flag synchronization
115   * new: New "notmuch show --format=raw" (enables local emacs interface,
116     for example, to use remote notmuch via ssh)
117   * lib: Support for multiple files for a message
118     (notmuch_message_get_filenames)
119   * lib: Support for maildir-flag synchronization
120     (notmuch_message_tags_to_maildir_flags and
121     notmuch_message_maildir_flags_to_tags)
122   * emacs: Incompatible change to format of notmuch-fcc-dirs variable (for
123     users using the "fancy" configuration)
124   * emacs: Cleaner display of subject lines in thread views
125
126  -- Carl Worth <cworth@debian.org>  Thu, 11 Nov 2010 20:49:11 -0800
127
128 notmuch (0.4) unstable; urgency=low
129
130   * new: notmuch search --output=(summary|threads|messages|tags|files)
131   * new: notmuch show --format=mbox <search-specification>
132   * new: notmuch config [get|set] <section>.<item> [value ...]
133   * lib: Add notmuch_query_get_query_string and notmuch_query_get_sort
134   * emacs: Enable Fcc of all sent messages by default (to "sent" directory)
135   * emacs: Ability to all open messages in a thread to a pipe
136   * emacs: Optional support for detecting inline patches
137   * emacs: Automatically tag messages as "replied" when sending a reply
138   * emacs: Allow search-result color specifications to overlay each other
139   * emacs: Make hidden author names still available for incremental search.
140   * emacs: New binding of Control-TAB (works like TAB in reverse)
141   * test: New modularization of test suite.
142   * test: New testing of emacs interface.
143   * bugfix: Avoid setting Bcc header in "notmuch reply"
144   * bugfix: Avoid corruption of database when "notmuch new " is interrupted.
145   * bugfix: Fix failure with extremely long message ID headers.
146   * bugfix: Fix for messages with "charset=unknown-8bit"
147   * bugfix: Fix notmuch_query_search_threads to return NULL on any exception
148   * bugfix: Fix "notmuch search" to return non-zero on any exception
149   * emacs bugfix: Fix for message with a subject containing, "[1234]"
150   * emacs bugfix: Fix to correctly handle message IDs containing ".."
151   * emacs bugfix: Fix initialization so "M-x notmuch" works by default.
152
153  -- Carl Worth <cworth@debian.org>  Mon, 01 Nov 2010 16:23:47 -0700
154
155 notmuch (0.3.1) unstable; urgency=low
156
157   * Fix an infinite loop in "notmuch reply"
158   * Fix a potential SEGV in "notmuch search"
159   * emacs: Fix calculations for line wrapping in the "notmuch" view.
160   * emacs: Fix Fcc support to prompt to create a directory if necessary
161
162  -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 17:02:07 -0700
163
164 notmuch (0.3) unstable; urgency=low
165
166   * User-configurable tags for new messages
167   * Threads search results named based on subjects that match search
168   * Faster operation of "notmuch tag" (avoid unneeded sorting)
169   * Even Better guessing of From: header for "notmuch reply"
170   * Indication of author names that match a search
171   * emacs: An entirely new initial view for notmuch, (friendly yet powerful)
172   * emacs: Full-featured "customize" support for configuring notmuch
173   * emacs: Support for doing tab-completion of email addresses
174   * emacs: Support for file-based (Fcc) delivery of sent messages
175   * emacs: New 'G' key binding to trigger mail refresh (G == "Get new mail")
176   * emacs: Implement emacs message display with the JSON output from notmuch
177   * emacs: Better handling of HTML/MIME attachments (inline images!)
178   * emacs: Customizable support for tidying of text/plain message content
179   * emacs: New support for searchable citations (even when hidden)
180   * emacs: More flexible handling of header visibility
181   * emacs: The Return key now toggles message visibility anywhere
182   * emacs: Customizable formatting of search results
183   * emacs: Generate nicer names for search buffers when using a saved search.
184   * emacs: Add a notmuch User-Agent header when sending mail from notmuch/emacs
185   * emacs: New keybinding (M-Ret) to open all collapsed messages in a thread
186   * libnotmuch1: Provide a new NOTMUCH_SORT_UNSORTED value for queries
187
188  -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 02:07:29 -0700
189
190 notmuch (0.2) unstable; urgency=low
191
192   * Better guessing of From: header.
193   * Make "notmuch count" with no arguments count all messages
194   * Provide a new special-case search term of "*" to match all messages.
195   * Detect thread connections when a parent message is missing.
196   * Fix potential data loss in "notmuch new" with SIGINT
197   * Fix segfault when a message includes a MIME part that is empty.
198   * Fix handling of non-ASCII characters with --format=json
199   * Fix headers to be properly decoded in "notmuch reply"
200   * emacs: Show the last few lines of citations as well as the first few lines.
201   * emacs: The '+' and '-' commands can now add and remove tags by region.
202   * emacs: More meaningful buffer names for thread-view buffers. 
203   * emacs: Customized colors of threads in search view based on tags.
204
205  -- Carl Worth <cworth@debian.org>  Fri, 16 Apr 2010 10:20:23 -0700
206
207 notmuch (0.1-1) unstable; urgency=low
208
209   [ martin f. krafft ]
210   * Add suggestion to vim-addon-manager.
211
212   [ Carl Worth ]
213   * Improve package description (closes: #566282).
214   * New upstream version (0.1) (closes: #576647).
215   * New versioning to track upstream version scheme.
216   * Split packaging into notmuch, libnotmuch1, and libnotmuch-dev.
217   * Update to advertise conformance with policy 3.8.4 (no changes).
218   * Add a debian/watch file to notice upstream tar files.
219
220  -- Carl Worth <cworth@debian.org>  Tue, 06 Apr 2010 18:27:49 -0700
221
222 notmuch (0.0+201001211401) unstable; urgency=low
223
224   * Upload to Debian (closes: #557354).
225   * New versioning scheme.
226   * Added emacs build dependency.
227   * Added Vcs-Browser field to debian/control.
228   * Downgrade recommendation for emacs to suggestion.
229   * Add vim to suggestions and enhancements.
230   * Put debian/* under separate copyright.
231   * Make Carl the maintainer.
232   * Add myself to uploaders.
233   * Install the vim plugin (using vim-addons).
234
235  -- martin f. krafft <madduck@debian.org>  Thu, 21 Jan 2010 14:00:54 +1300
236
237 notmuch (0.0-1) unstable; urgency=low
238
239   * New Debian package.
240
241  -- Jameson Graef Rollins <jrollins@finestructure.net>  Fri, 27 Nov 2009 13:39:09 -0500