aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2021-08-18Merge tag 'debian/0.32.3-1'David Bremner
notmuch release 0.32.3-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear]
2021-08-17NEWS: news for 0.32.3David Bremner
2021-06-27emacs: use new face for notmuch-jump and relatedProtesilaos Stavrou
The minibuffer-prompt face that was used before made it impossible to differentiate between two distinct UI elements: (i) the prompt's text which itself cannot be acted upon, (ii) the actionable keys used to jump to searches/tags. The use of a named face, notmuch-jump-key, makes it possible for users or theme developers to apply properties that are specific to each of those two cases. In the interest of backward compatibility, the new face inherits from minibuffer-prompt.
2021-06-27Merge tag '0.32.2'David Bremner
notmuch 0.32.2 release
2021-06-27NEWS: finalize for 0.32.20.32.2David Bremner
2021-06-26NEWS: mention fix for memory leak.David Bremner
2021-06-24emacs: Add compatibility for org-msg.elOri
Enable `notmuch-company` with `org-msg`, which does not derive from `message-mode` in composing. This change was first proposed in the discussion here: https://github.com/jeremy-compostella/org-msg/issues/53
2021-06-20Merge branch 'release'David Bremner
2021-06-20NEWS: fix typoDavid Bremner
Oops. Apparently our release checks do not check the spelling of UNRELEASED (although Tomi's wiki conversion script does).
2021-06-20NEWS: start NEWS for 0.32.2David Bremner
2021-06-04emacs: drop setting mail-user-agent, and document how to set itDavid Bremner
After some discussion [1], I decided it is better to make notmuch users who rely on this behaviour customize mail-user-agent. This is consistent with the behaviour of other emacs mail packages. [1]: id:87k0nuhfrk.fsf@toryanderson.com
2021-05-31Merge remote-tracking branch 'origin/release'David Bremner
2021-05-31NEWS/emacs: document changes in 0.32 that affect keybindings.Daniel Kahn Gillmor
See list discussion in thread starting with id:87h7ip2baq.fsf@fifthhorseman.net for more details. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Amended-by: David Bremner (s/.emacs/Emacs configuration/)
2021-05-15Merge branch 'release'David Bremner
2021-05-15NEWS: finalize release datedebian/0.32.1-1archive/debian/0.32.1-10.32.1David Bremner
2021-05-15NEWS: add news for $HOME/mail fixDavid Bremner
2021-05-15NEWS: add NEWS for notmuch-{before,after}-tag-hook fixesDavid Bremner
2021-05-12Merge branch 'release'David Bremner
2021-05-12NEWS: add note about fix to notmuch_database_reopenDavid Bremner
2021-05-10Merge branch 'release'David Bremner
2021-05-10NEWS: start NEWS for 0.32.1David Bremner
2021-05-02Merge tag '0.32'David Bremner
notmuch 0.32 release
2021-05-02NEWS: set date for 0.32 releaseDavid Bremner
2021-04-28Merge tag '0.32_rc2'David Bremner
notmuch 0.32~rc2 release
2021-04-28NEWS: fix typoDavid Bremner
Spellcheckers, is that like spellchess?
2021-04-28NEWS: summarize changes to emacs interface.David Bremner
This my attempt at a summary based on git log. Amended: with suggestions from id:87wnsmkf12.fsf@bernoul.li
2021-04-26NEWS: mention file deletion speedupsDavid Bremner
It seems a bit silly to have two NEWS entries for one commit, but there are two potiential audiences.
2021-04-26Vim: Respect excluded tags when showing a threadJules Aguillon
Other queries have exclude_tags taken into account but this one. This is annoying when using an excluded tag to ignore past messages from a thread (for example the 'deleted' tag), the entire thread is shown all the time.
2021-04-10NEWS: user visible config related changes for 0.32David Bremner
2021-02-18NEWS: news for 0.31.4David Bremner
2020-12-25NEWS: add news for 0.31.3David Bremner
2020-11-08NEWS: update for 0.31.2David Bremner
2020-11-08NEWS: add news for 0.31.1David Bremner
2020-09-05NEWS: set release datedebian/0.31-1archive/debian/0.31-10.31David Bremner
2020-09-05News: add entry for unthreaded modeMark Walters
A belated NEWS entry for the new un-threaded mode introduced in Notmuch 0.30.
2020-08-30NEWS: mention reproducibility fixdebian/0.31_rc2-1archive/debian/0.31_rc2-10.31_rc2David Bremner
2020-08-30NEWS: mention Emacs 27.1 compatibility fixesDavid Bremner
2020-08-23NEWS: remaining user visible library changesDavid Bremner
These could both cause / fix crashes for user code.
2020-08-23NEWS: mention new API entriesDavid Bremner
2020-08-23NEWS: mention port to Xapian 1.5David Bremner
2020-08-23NEWS: mention exception handling changesDavid Bremner
2020-08-23NEWS: mention merging of documentation for python bindingsDavid Bremner
2020-08-23NEWS: add news entry for tree navigation changesWilliam Casarin
Signed-off-by: William Casarin <jb55@jb55.com> Amended-by: db, add verb
2020-08-17NEWS: notmuch-mutt: system(shell pipeline) replaced internallyTomi Ollila
2020-08-09NEWS: At least Emacs 25.1 is required nowJonas Bernoulli
Some backward incompatible changes follow in the next few commits and going forward contributors don't have to worry about Emacs 24 at all anymore.
2020-08-09NEWS: Add stub for 0.31Jonas Bernoulli
2020-08-09Fix typosJonas Bernoulli
2020-07-10NEWS: update date for releasedebian/0.30-1archive/debian/0.30-10.30David Bremner
2020-06-05tweaks to NEWS suggest by TomiDavid Bremner
See id:m27dwp40sx.fsf@guru.guru-group.fi
2020-06-05NEWS: The minimum supported version of Xapian is now 1.4.0Tomi Ollila