aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2016-11-26NEWS: fix date and title0.23.3David Bremner
2016-11-26NEWS: note disappearing files fix for notmuch newDavid Bremner
2016-11-26NEWS: set dateDavid Bremner
2016-11-24NEWS: note gnupg related test-suite fixDavid Bremner
2016-11-20NEWS: set date for release0.23.2David Bremner
2016-11-20NEWS for notmuch-cycle-notmuch-buffersMark Walters
2016-11-20NEWS: document fixes for emacs23David Bremner
2016-10-23finalize release 0.23.10.23.1David Bremner
2016-10-22NEWS for two bugfixesMark Walters
This adds news items for the two bugs emacs: search face bugfix and emacs: fix notmuch-search-line-faces defcustom
2016-10-19NEWS for 0.23.1David Bremner
2016-10-03NEWS: bump date to todayDavid Bremner
2016-09-29NEWS: add news for fcc insert and address completion changesMark Walters
2016-09-28NEWS: emacs notmuch-show-resend-messageTomi Ollila
2016-09-27NEWS: mention message properties API, dump/restoreDavid Bremner
2016-09-27NEWS: fix headline for go bindings NEWSDavid Bremner
2016-09-27NEWS: note notmuch-reply refactorDavid Bremner
2016-09-27NEWS: note dropping of User-Agent headerDavid Bremner
2016-09-27NEWS: document mtime bugfixDavid Bremner
2016-09-23NEWS: fix markup of CONSTANTS_WITH_UNDERSCORESDavid Bremner
Alas, I did not notice when when I originally applied the NEWS patch
2016-09-23NEWS: news for Xapian 1.4 enabled featuresDavid Bremner
In fact some of these features are available in Xapian 1.3.x development releases, but these are not really widely packaged. In any case, the experts who are using development releases of Xapian can figure that out.
2016-09-12clean up spellingDaniel Kahn Gillmor
2016-09-12emacs: make the remaining faces configurable.Matt Armstrong
I believe this moves all "anonymous" face specifications in notmuch code into a configurable defface.
2016-09-08Merge branch 'release'David Bremner
hand fixed conflicts with NEWS
2016-09-08NEWS: add news for 0.22.2debian/0.22.2-10.22.2David Bremner
2016-09-04NEWS: fix go bindings NEWSDavid Bremner
Move to correct release. Mention moving to contrib. Drop mention of formatting fixes, as those are not yet applied.
2016-09-03updated NEWSlaochailan
2016-08-02emacs: express n-search-line-faces in terms of two new facesMatt Armstrong
The two new faces (notmuch-search-flagged-face and notmuch-search-unread-face) make it easier to find the relevant face by customizing notmuch-faces. I plan to do the same to the other alists of faces found elsewhere.
2016-07-19Merge branch 'release'David Bremner
2016-07-19NEWS: set date of point releaseDavid Bremner
2016-07-13NEWS: initial NEWS for 0.22.1David Bremner
2016-06-05NEWS, python: update pointer to online documentationDaniel Kahn Gillmor
Currently, http://packages.python.org/notmuch/ goes through a series of redirections and ends up pointing to readthedocs. Since we're using readthedocs directly anyway, just point to it directly. readthedocs are also now sensibly using a separate domain (readthedocs.io) for their hosted documentation as distinct from their own domain (readthedocs.org), so use the correct tld.
2016-05-19ruby: add bindings for `notmuch_database_get_all_tags`Ludovic LANGE
The Ruby bindings were missing a way to get all the tags of the database. Now you should be able to access this with the public instance method `all_tags` of your database object. Example of use: notmuchdb = Notmuch::Database.new path, { :create => false, :mode => Notmuch::MODE_READ_ONLY } my_tags = notmuchdb.all_tags my_tags.each { |tag| print tag } my_tags.destroy! Amended by db: improve error reporting, add test
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