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