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