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