summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2016-04-26bump version and NEWS date for 0.22 releaseDavid Bremner
2016-04-25NEWS: mention try-emacs-muaTomi Ollila
A non-technical introduction for users who read NEWS to have better chance to find ./devel/notmuch-emacs-mua when they test or experiment with notmuch emacs MUA next time.
2016-04-24NEWS: entry for emacs mua address completionDavid Bremner
2016-04-24NEWS: document some bug fixesDavid Bremner
2016-04-24NEWS: document S/MIME supportDavid Bremner
2016-04-24NEWS: note no-op-ness of notmuch-message-address-insinuateDavid Bremner
2016-04-24NEWS: note dropping "pkg-config emacs"David Bremner
2016-04-24NEWS: add note about xapian 1.3 supportDavid Bremner
2016-04-18Emacs related NEWS for 0.22.David Edmondson
2016-03-26NEWS: Consolidate nmbug-status and notmuch-report sectionsW. Trevor King
These are the same tool; the nmbug-status text just landed before the name change. We can also drop the message-url details from NEWS, since they're already in the man page.
2016-03-24NEWS: Document the notmuch-report branchW. Trevor King
2016-03-24nmbug-status: Wrap query phrases in parentheses when and-ing togetherW. Trevor King
For example: "query": ["tag:a", "tag:b or tag:c"] is now converted to: ( tag:a ) and ( tag:b or tag:c ) instead of the old: tag:a and tag:b or tag:c This helps us avoid confusion due to Xapian's higher-precedence AND [1], where the old query would be interpreted as: ( tag:a and tag:b ) or tag:c [1]: http://xapian.org/docs/queryparser.html
2016-03-24nmbug-status: Add meta.message-url config settingW. Trevor King
So you can link to archives other than Gmane. For example, I'm doing this in [1]. [1]: https://github.com/wking/nmbug-oci
2016-03-04NEWS: updates for reply changesMark Walters
Also include NEWS for the filter/limit keybinding change.
2016-01-07NEWS: Remove trailing comma from an old nmbug-status configW. Trevor King
That closing brace is the end of the config JSON; there won't be anything coming after it.
2015-10-29NEWS: set dateDavid Bremner
2015-10-29NEWS updates for some extra emacs functionalityMark Walters
2015-10-22NEWS: trim discussion of keybindingsdebian/0.21_rc3-10.21_rc3David Bremner
Try to reduce the total size of NEWS
2015-10-22NEWS for minor emacs updatesMark Walters
This adds NEWS items for the new limit/filter function in notmuch-show, the saved-search option for tree view, the binding S to run the current tree-view search in notmuch-search, the increase in max text part size the bugfix for replying to encrypted messages from tree view
2015-10-21NEWS: a few formatting updates for 0.21 news items (wiki compatibility)Tomi Ollila
Trailing dots were removed from 3 NEWS items so that those appear in same level as surrounding "heading" lines in generated wiki page. One trailing dot was added to nmbug-status item so it appears as normal text in generated wiki page. `nmbug-status` was put in backticks so it looks the same as in older nmbug-status news text.
2015-10-17NEWS: news for notmuch_directory_deleteJani Nikula
2015-10-17NEWS: news for notmuch address --deduplicate optionJani Nikula
2015-10-17NEWS: news for date:<expr>..!Jani Nikula
2015-10-17NEWS: nmbug-status supports sort orderJani Nikula
2015-10-17NEWS: note some Emacs UI changes for 0.21David Bremner
2015-10-17NEWS: new count api / deprecated count/search functions for 0.21David Bremner
2015-10-17NEWS: note some build system changes for 0.21David Bremner
The ruby bindings changes in particular will be user visible. The skipped tests status may also be interesting for packagers
2015-10-17NEWS: news for initial revision tracking support (0.21)David Bremner
2015-08-26cli/lib: remove support for GMime 2.4David Bremner
It's becoming a maintenance burden to do anything things with the crypto glue code twice, once for 2.4 and once for 2.6. I don't have any 2.4 version available to test on my development machine anymore, so the 2.4 specific code paths are likely not very well tested.
2015-08-07NEWS: emacs: notmuch-{cli,emacs}-version usageTomi Ollila
News for notmuch-emacs-version usage in User-Agent header and rename of function notmuch-version to notmuch-cli-version. While at it, made some minor (consistency) punctuation changes to make news to wiki conversion work as expected.
2015-06-27Merge tag '0.20.2'David Bremner
notmuch 0.20.2 release Conflicts: NEWS
2015-06-27NEWS for 0.20.2David Bremner
Just the one bug fix
2015-06-12lib: reject relative paths in n_d_{create,open}_verboseDavid Bremner
There are many places in the notmuch code where the path is assumed to be absolute. If someone (TM) wants a project, one could remove these assumptions. In the mean time, prevent users from shooting themselves in the foot. Update test suite mark tests for this error as no longer broken, and also convert some tests that used relative paths for nonexistent directories.
2015-06-02Merge branch 'release'David Bremner
20.1 plus NEWS fixup
2015-06-02NEWS: missing NEWS for 20.1David Bremner
Embarrassingly, these were not included in the actual 20.1 release
2015-05-31cli: change "setup" to "set up" where used as a verbJ. Lewis Muir
The word "setup" is a noun, not a verb. Change occurrences of "setup" where used as a verb to "set up".
2015-05-31NEWS: bump date0.20David Bremner
2015-05-31drop mention of notmuch-emacs-muaDavid Bremner
2015-05-23docs: initial draft of NEWS for 0.20David Bremner
This is meant as much to jog people's memory as to be definitive.
2015-04-01nmbug-status: Use 'show-ref --heads' for loading configsW. Trevor King
When loading configs from Git, the bare branch name (without a refs/heads/ prefix or similar) matches all branches of that name (including remote-tracking branches): .nmbug $ git show-ref config 48f3bbf1d1492e5f3d2f01de6ea79a30d3840f20 refs/heads/config 48f3bbf1d1492e5f3d2f01de6ea79a30d3840f20 refs/remotes/origin/config 4b6dbd9ffd152e7476f5101eff26747f34497cee refs/remotes/wking/config Instead of relying on the ordering of the matching references, use --heads to ensure we only match local branches.
2015-04-01NEWS: fix 'not' -> 'now' typo in 0.19 nmbug sectionW. Trevor King
2015-01-24Update documentationTodd
Adds new entry to the NEWS file, and updates the search terms section of the man page. The search terms section needs to be updated again once the new section in the documentation covering probablistic terms has been committed.
2015-01-22doc: remove support for rst2manDavid Bremner
It was becoming increasingly complicated to support rst2man, and there were apparently not many people that relied on it.
2015-01-14contrib: remove notmuch deliverDavid Bremner
contrib/notmuch-deliver is presumed obsoleted by notmuch-insert.
2014-11-16NEWS & doc: typing fixesTomi Ollila
Some inconsistent formatting in NEWS for 0.19, 0.18 & 0.17 fixed. Extra `*` when making bold text in doc/man1/notmuch-search.rst removed.
2014-11-14version: bump to 0.19David Bremner
2014-11-14NEWS: deprecate notmuch deliverDavid Bremner
notmuch-deliver has no commits for about 2.5 years. notmuch-insert has all the features that deliver does, and as far as I understand the error handling has now caught up.
2014-11-14NEWS: add short overview sectionDavid Bremner
I decided to err on the side of brevity, since the details are just below.
2014-11-13News for mark read handlingmarkwalters1009@gmail.com
amended by db: capitalized notmuch.
2014-11-13NEWS: notmuch addressMichal Sojka