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