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