aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2023-09-12NEWS: quote function nameDavid Bremner
This avoids spurious underline/italics when exporting to markdown.
2023-09-12NEWS: set release date for 0.38David Bremner
2023-09-09NEWS: NEWS for 0.38David Bremner
2023-08-24NEWS: start NEWS for 0.38David Bremner
2022-08-21NEWS: set release date for 0.370.37David Bremner
2022-08-21NEWS: minimal entries for two emacs changes.David Bremner
2022-08-06NEWS: initial set of NEWS for 0.37.David Bremner
There are one or two more changes to apply (and potentially document) before release, but this covers most of my commits.
2022-06-02emacs: change where notmuch-mua-mail moves pointDamien Cassou
Move point to the position that makes the most sense instead of always moving point to the TO. This is useful when TO/SUBJECT are passed as argument. Amended by db: move news item to UNRELEASED.
2022-04-25NEWS: set release dateDavid Bremner
2022-04-22NEWS: user visible changes for 0.36David Bremner
2022-04-22NEWS: fix location for notmuch-webDavid Bremner
It actually lives under 'devel/', not 'contrib/`.
2022-04-15NEWS: add header for 0.36David Bremner
2022-02-25devel/notmuch-web: single user web front end using python-cffiDavid Bremner
Originally contributed by Brian Sniffen [1]. Quite a few unpublished fixes from Daniel Kahn Gilmour. We've been running it a few years now as the "official" archive of the notmuch mailing list. There also a few fixes from myself and Austin Ray. Finally I converted it to the new python bindings. This commit squashes the several years of development history and moves it under devel, in recognition of the now established role it plays in the project infrastructure. [1]: id:87tvyvp4f2.fsf@istari.evenmere.org
2022-02-06NEWS: set release date for 0.35David Bremner
2022-02-05NEWS: remaining items for 0.35 releaseDavid Bremner
These are my best guesses based on git commit messages.
2022-01-31NEWS: emacs/notmuch-logo.svg is there in 0.35Tomi Ollila
2022-01-31NEWS: my changes for 0.35David Bremner
2022-01-29NEWS: add stub for 0.350.35_rc0David Bremner
2022-01-09NEWS: add NEWS for 0.34.3David Bremner
2021-12-09NEWS: mention fix for unprintable python exception0.34.2David Bremner
2021-12-09NEWS: add NEWS for 0.34.2David Bremner
2021-11-03NEWS: finalize release dateDavid Bremner
2021-10-31NEWS: start news for 0.34.1David Bremner
2021-10-27NEWS: fix typo in 0.34 news.David Bremner
Thanks to jrm on IRC for finding the typo.
2021-10-20NEWS: set datedebian/0.34-1archive/debian/0.34-10.34David Bremner
2021-10-20add NEWS for remaining changesDavid Bremner
2021-10-20NEWS: update sexp-query newsDavid Bremner
2021-10-15NEWS: stub news for 0.34~rc0David Bremner
This is mostly to pacify the release checks. NEWS will be filled in during the release process.
2021-09-30Merge tag '0.33.2'David Bremner
notmuch 0.33.2 release
2021-09-30NEWS: update for 0.33.2David Bremner
2021-09-10Merge tag '0.33.1'David Bremner
notmuch 0.33.1 release
2021-09-10NEWS: update for 0.33.1David Bremner
2021-09-08NEWS: typo fix; some trailing periodsTomi Ollila
The trailing periods to smaller diff between devel/news2wiki.pl output and what has been pushed to notmuch-wiki.
2021-09-03NEWS: set release dateDavid Bremner
2021-09-03NEWS: add minimal description of remaining changes.David Bremner
2021-08-26NEWS: user visible changes for 0.33David Bremner
Based on commits attributed to me in the output of $ git shortlog 0.32.3..
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