| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-18 | Merge 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-17 | NEWS: news for 0.32.3 | David Bremner | |
| 2021-06-27 | emacs: use new face for notmuch-jump and related | Protesilaos 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-27 | Merge tag '0.32.2' | David Bremner | |
| notmuch 0.32.2 release | |||
| 2021-06-27 | NEWS: finalize for 0.32.20.32.2 | David Bremner | |
| 2021-06-26 | NEWS: mention fix for memory leak. | David Bremner | |
| 2021-06-24 | emacs: Add compatibility for org-msg.el | Ori | |
| 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-20 | Merge branch 'release' | David Bremner | |
| 2021-06-20 | NEWS: fix typo | David Bremner | |
| Oops. Apparently our release checks do not check the spelling of UNRELEASED (although Tomi's wiki conversion script does). | |||
| 2021-06-20 | NEWS: start NEWS for 0.32.2 | David Bremner | |
| 2021-06-04 | emacs: drop setting mail-user-agent, and document how to set it | David 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-31 | Merge remote-tracking branch 'origin/release' | David Bremner | |
| 2021-05-31 | NEWS/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-15 | Merge branch 'release' | David Bremner | |
| 2021-05-15 | NEWS: finalize release datedebian/0.32.1-1archive/debian/0.32.1-10.32.1 | David Bremner | |
| 2021-05-15 | NEWS: add news for $HOME/mail fix | David Bremner | |
| 2021-05-15 | NEWS: add NEWS for notmuch-{before,after}-tag-hook fixes | David Bremner | |
| 2021-05-12 | Merge branch 'release' | David Bremner | |
| 2021-05-12 | NEWS: add note about fix to notmuch_database_reopen | David Bremner | |
| 2021-05-10 | Merge branch 'release' | David Bremner | |
| 2021-05-10 | NEWS: start NEWS for 0.32.1 | David Bremner | |
| 2021-05-02 | Merge tag '0.32' | David Bremner | |
| notmuch 0.32 release | |||
| 2021-05-02 | NEWS: set date for 0.32 release | David Bremner | |
| 2021-04-28 | Merge tag '0.32_rc2' | David Bremner | |
| notmuch 0.32~rc2 release | |||
| 2021-04-28 | NEWS: fix typo | David Bremner | |
| Spellcheckers, is that like spellchess? | |||
| 2021-04-28 | NEWS: 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-26 | NEWS: mention file deletion speedups | David Bremner | |
| It seems a bit silly to have two NEWS entries for one commit, but there are two potiential audiences. | |||
| 2021-04-26 | Vim: Respect excluded tags when showing a thread | Jules 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-10 | NEWS: user visible config related changes for 0.32 | David Bremner | |
| 2021-02-18 | NEWS: news for 0.31.4 | David Bremner | |
| 2020-12-25 | NEWS: add news for 0.31.3 | David Bremner | |
| 2020-11-08 | NEWS: update for 0.31.2 | David Bremner | |
| 2020-11-08 | NEWS: add news for 0.31.1 | David Bremner | |
| 2020-09-05 | NEWS: set release datedebian/0.31-1archive/debian/0.31-10.31 | David Bremner | |
| 2020-09-05 | News: add entry for unthreaded mode | Mark Walters | |
| A belated NEWS entry for the new un-threaded mode introduced in Notmuch 0.30. | |||
| 2020-08-30 | NEWS: mention reproducibility fixdebian/0.31_rc2-1archive/debian/0.31_rc2-10.31_rc2 | David Bremner | |
| 2020-08-30 | NEWS: mention Emacs 27.1 compatibility fixes | David Bremner | |
| 2020-08-23 | NEWS: remaining user visible library changes | David Bremner | |
| These could both cause / fix crashes for user code. | |||
| 2020-08-23 | NEWS: mention new API entries | David Bremner | |
| 2020-08-23 | NEWS: mention port to Xapian 1.5 | David Bremner | |
| 2020-08-23 | NEWS: mention exception handling changes | David Bremner | |
| 2020-08-23 | NEWS: mention merging of documentation for python bindings | David Bremner | |
| 2020-08-23 | NEWS: add news entry for tree navigation changes | William Casarin | |
| Signed-off-by: William Casarin <jb55@jb55.com> Amended-by: db, add verb | |||
| 2020-08-17 | NEWS: notmuch-mutt: system(shell pipeline) replaced internally | Tomi Ollila | |
| 2020-08-09 | NEWS: At least Emacs 25.1 is required now | Jonas 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-09 | NEWS: Add stub for 0.31 | Jonas Bernoulli | |
| 2020-08-09 | Fix typos | Jonas Bernoulli | |
| 2020-07-10 | NEWS: update date for releasedebian/0.30-1archive/debian/0.30-10.30 | David Bremner | |
| 2020-06-05 | tweaks to NEWS suggest by Tomi | David Bremner | |
| See id:m27dwp40sx.fsf@guru.guru-group.fi | |||
| 2020-06-05 | NEWS: The minimum supported version of Xapian is now 1.4.0 | Tomi Ollila | |
