aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2017-02-28NEWS: add news for 0.23.7David Bremner
2017-02-27NEWS: set release dateDavid Bremner
2017-02-25NEWS: document read-after-free bugfixDavid Bremner
2017-02-21NEWS: news for gpgconf use in test suiteDavid Bremner
2017-01-09NEWS,debian: set date for releasedebian/0.23.5-10.23.5David Bremner
2017-01-08NEWS for 0.23.5David Bremner
2016-12-24set date in NEWS and debian/changelogDavid Bremner
pentultimate prepartions for release
2016-12-15NEWS: announce autoload fixDavid Bremner
2016-12-15NEWS: news for notmuch-insert error handlingDavid Bremner
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