aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/changelog
blob: cc758b99fb54d8e982c560f51809720a2231fb7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
notmuch (0.5) unstable; urgency=low

  * new: maildir-flag synchronization
  * new: New "notmuch show --format=raw" (enables local emacs interface,
    for example, to use remote notmuch via ssh)
  * lib: Support for multiple files for a message
    (notmuch_message_get_filenames)
  * lib: Support for maildir-flag synchronization
    (notmuch_message_tags_to_maildir_flags and
    notmuch_message_maildir_flags_to_tags)
  * emacs: Incompatible change to format of notmuch-fcc-dirs variable (for
    users using the "fancy" configuration)
  * emacs: Cleaner display of subject lines in thread views

 -- Carl Worth <cworth@debian.org>  Thu, 11 Nov 2010 20:49:11 -0800

notmuch (0.4) unstable; urgency=low

  * new: notmuch search --output=(summary|threads|messages|tags|files)
  * new: notmuch show --format=mbox <search-specification>
  * new: notmuch config [get|set] <section>.<item> [value ...]
  * lib: Add notmuch_query_get_query_string and notmuch_query_get_sort
  * emacs: Enable Fcc of all sent messages by default (to "sent" directory)
  * emacs: Ability to all open messages in a thread to a pipe
  * emacs: Optional support for detecting inline patches
  * emacs: Automatically tag messages as "replied" when sending a reply
  * emacs: Allow search-result color specifications to overlay each other
  * emacs: Make hidden author names still available for incremental search.
  * emacs: New binding of Control-TAB (works like TAB in reverse)
  * test: New modularization of test suite.
  * test: New testing of emacs interface.
  * bugfix: Avoid setting Bcc header in "notmuch reply"
  * bugfix: Avoid corruption of database when "notmuch new " is interrupted.
  * bugfix: Fix failure with extremely long message ID headers.
  * bugfix: Fix for messages with "charset=unknown-8bit"
  * bugfix: Fix notmuch_query_search_threads to return NULL on any exception
  * bugfix: Fix "notmuch search" to return non-zero on any exception
  * emacs bugfix: Fix for message with a subject containing, "[1234]"
  * emacs bugfix: Fix to correctly handle message IDs containing ".."
  * emacs bugfix: Fix initialization so "M-x notmuch" works by default.

 -- Carl Worth <cworth@debian.org>  Mon, 01 Nov 2010 16:23:47 -0700

notmuch (0.3.1) unstable; urgency=low

  * Fix an infinite loop in "notmuch reply"
  * Fix a potential SEGV in "notmuch search"
  * emacs: Fix calculations for line wrapping in the "notmuch" view.
  * emacs: Fix Fcc support to prompt to create a directory if necessary

 -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 17:02:07 -0700

notmuch (0.3) unstable; urgency=low

  * User-configurable tags for new messages
  * Threads search results named based on subjects that match search
  * Faster operation of "notmuch tag" (avoid unneeded sorting)
  * Even Better guessing of From: header for "notmuch reply"
  * Indication of author names that match a search
  * emacs: An entirely new initial view for notmuch, (friendly yet powerful)
  * emacs: Full-featured "customize" support for configuring notmuch
  * emacs: Support for doing tab-completion of email addresses
  * emacs: Support for file-based (Fcc) delivery of sent messages
  * emacs: New 'G' key binding to trigger mail refresh (G == "Get new mail")
  * emacs: Implement emacs message display with the JSON output from notmuch
  * emacs: Better handling of HTML/MIME attachments (inline images!)
  * emacs: Customizable support for tidying of text/plain message content
  * emacs: New support for searchable citations (even when hidden)
  * emacs: More flexible handling of header visibility
  * emacs: The Return key now toggles message visibility anywhere
  * emacs: Customizable formatting of search results
  * emacs: Generate nicer names for search buffers when using a saved search.
  * emacs: Add a notmuch User-Agent header when sending mail from notmuch/emacs
  * emacs: New keybinding (M-Ret) to open all collapsed messages in a thread
  * libnotmuch1: Provide a new NOTMUCH_SORT_UNSORTED value for queries

 -- Carl Worth <cworth@debian.org>  Tue, 27 Apr 2010 02:07:29 -0700

notmuch (0.2) unstable; urgency=low

  * Better guessing of From: header.
  * Make "notmuch count" with no arguments count all messages
  * Provide a new special-case search term of "*" to match all messages.
  * Detect thread connections when a parent message is missing.
  * Fix potential data loss in "notmuch new" with SIGINT
  * Fix segfault when a message includes a MIME part that is empty.
  * Fix handling of non-ASCII characters with --format=json
  * Fix headers to be properly decoded in "notmuch reply"
  * emacs: Show the last few lines of citations as well as the first few lines.
  * emacs: The '+' and '-' commands can now add and remove tags by region.
  * emacs: More meaningful buffer names for thread-view buffers. 
  * emacs: Customized colors of threads in search view based on tags.

 -- Carl Worth <cworth@debian.org>  Fri, 16 Apr 2010 10:20:23 -0700

notmuch (0.1-1) unstable; urgency=low

  [ martin f. krafft ]
  * Add suggestion to vim-addon-manager.

  [ Carl Worth ]
  * Improve package description (closes: #566282).
  * New upstream version (0.1) (closes: #576647).
  * New versioning to track upstream version scheme.
  * Split packaging into notmuch, libnotmuch1, and libnotmuch-dev.
  * Update to advertise conformance with policy 3.8.4 (no changes).
  * Add a debian/watch file to notice upstream tar files.

 -- Carl Worth <cworth@debian.org>  Tue, 06 Apr 2010 18:27:49 -0700

notmuch (0.0+201001211401) unstable; urgency=low

  * Upload to Debian (closes: #557354).
  * New versioning scheme.
  * Added emacs build dependency.
  * Added Vcs-Browser field to debian/control.
  * Downgrade recommendation for emacs to suggestion.
  * Add vim to suggestions and enhancements.
  * Put debian/* under separate copyright.
  * Make Carl the maintainer.
  * Add myself to uploaders.
  * Install the vim plugin (using vim-addons).

 -- martin f. krafft <madduck@debian.org>  Thu, 21 Jan 2010 14:00:54 +1300

notmuch (0.0-1) unstable; urgency=low

  * New Debian package.

 -- Jameson Graef Rollins <jrollins@finestructure.net>  Fri, 27 Nov 2009 13:39:09 -0500