summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2013-08-03release: synchronize dates0.16David Bremner
man pages, NEWS, and debian changelog all hardcode date. Make them hardcode the same date.
2013-07-28version: set new version and release dateDavid Bremner
These are manually set in version and NEWS, and propagate to the other files via "make update-versions"
2013-07-28Put 0.16 NEWS in a reasonable orderAustin Clements
The 0.16 NEWS grew chronologically during development, and as a result wound up in a particularly odd order. This rearranges it to put the most user-visible news first. Roughly: new features, modified behavior, bug fixes, then deprecation, with related items grouped. This does not modify the text of any of the news.
2013-07-22emacs: News for S-expressions everywhereAustin Clements
Update the news about search using S-expression support to also say that show is also now faster.
2013-07-20NEWS: Python bindings: Fix loading of libnotmuch on OS X (Darwin)Tomi Ollila
2013-07-20NEWS: announce insert commandPeter Wang
2013-06-24revert: Removed top level --stderr= optionTomi Ollila
While looked good on paper, its attempted use caused confusion, complexity, and potential for information leak when passed through wrapper scripts. For slimmer code and to lessen demand for maintenance/support the set of commits which added top level --stderr= option is now reverted.
2013-06-04news: Be louder about s/v/o/| on part buttons going awayAustin Clements
This change is likely to affect most people, so put this information right in the news header and be more explicit about it in the news detail.
2013-06-02NEWS: update news about the vim interfaceFelipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2013-06-02NEWS: key bindings for next/previous threadJani Nikula
2013-06-01News for S-expression support in Emacs search modeAustin Clements
2013-05-31News for Emacs part handling changesAustin Clements
2013-05-29NEWS: added information about new --stderr=FILE top level optionTomi Ollila
2013-05-26NEWS: a bunch of cli news since 0.15Jani Nikula
2013-05-25NEWS: No Emacs 22 supportTomi Ollila
2013-03-30NEWS: bash completionJani Nikula
2013-02-27NEWS: one typo fixed and 0.15.1 header line tidied upTomi Ollila
2013-02-18Merge branch 'release'David Bremner
add in NEWS from 0.15.2 Conflicts: NEWS
2013-02-17NEWS: News for 0.15.2David Bremner
Another couple of build fixes.
2013-02-16notmuch-vim: deprecate, move to contribDavid Bremner
As discussed in id:871udhcmks.fsf@zancas.localnet, notmuch-vim doesn't really meet the standards of the CLI, emacs interface, or python bindings in terms of being well maintained.
2013-01-24Merge branch 'release'David Bremner
Conflicts: NEWS Inserted news from 0.15.1
2013-01-24NEWS: update for 0.15.1David Bremner
Not much to report here, just the one patch
2013-01-22CLI: remove alias machinery, and "part", "search-tags" commandsDavid Bremner
The commands are long deprecated, so removal is probably overdue. The real motivation is to simplify argument handling for notmuch so that we can migrate to the common argument parsing framework.
2013-01-22NEWS: correction to section 0.15 for markdown processingTomi Ollila
At the end of section 0.15 the strings TEST_EMACS & TEST_EMACSCLIENT are now put inside ``:s for better output after markdown processing.
2013-01-18version: update to 0.15debian/0.15-10.15David Bremner
Bump the version in-place in NEWS.
2013-01-18NEWS: document that print message prints all parts including hidden partsMark Walters
2013-01-18NEWS: describe 'batch-tag' dump/restore/tagDavid Bremner
Hopefully it is clear that more details are available in the man pages.
2013-01-16version: set version to 0.15~rc1David Bremner
This is in some sense a rollback, but it makes all the automation happier if the Debian and upstream versions match.
2012-12-25NEWS for emacs part visibility changeMark Walters
Wording suggested by Austin.
2012-12-22NEWS: emacs: hello point placement, tagging customization, thread id stashingJani Nikula
2012-12-22NEWS: notmuch search --format=text0Jani Nikula
2012-12-21news: Promote some things to a general sectionAustin Clements
Date range search may be implemented as a library change, but it's an important user-facing change that affects all notmuch usage. Tag name restrictions aren't as important, but they affect both the CLI interface and the Emacs interface.
2012-12-21News for changes from Austin ClementsAustin Clements
I fear I've fallen behind on my NEWS duties.
2012-12-10NEWS: under-the-hood Emacs interface fixesTomi Ollila
Added the following Emacs Interface NEWS entries: Catch errors bodypart insertions may throw, Improved text/calendar content handling and Disabled coding conversions when reading in `with-current-notmuch-show-message`. Thanks to Austin and David for content improvements.
2012-12-06NEWS: removal of notmuch-foldersJani Nikula
2012-12-01news: add news entry for notmuch-pickmarkwalters1009
2012-11-16NEWS (for 0.15): Added note about Bcc & Reply-To headers in json outputTomi Ollila
notmuch show --format json now includes Bcc and Reply-To headers of the message. Mention that in NEWS. (Heavily modified version of text originally from Michal Nazarewicz.)
2012-10-31NEWS: date range search supportJani Nikula
2012-10-27News for restrictions on tag namesAustin Clements
2012-08-29NEWS: 2 minor consistency changes in sections 0.13.1 and 0.13.2Tomi Ollila
0.13.2: `contrib/notmuch-deliver` is in backticks elsewhere in NEWS file. Commands are generally written in backticks in latest NEWS entries. 0.13.1: Dropped period at the end of Title 'Fix compilation of ruby bindings', as all other titles do not end with a period.
2012-08-20NEWS: set date for release.David Bremner
2012-08-14News for new 'previous' behaviorAustin Clements
2012-08-12emacs: notmuch search bugfixMark Walters
The recent change to use json for notmuch-search.el introduced a bug in the code for keeping position on refresh. The problem is a comparison between (plist-get result :thread) and a thread-id returned by notmuch-search-find-thread-id: the latter is prefixed with "thread:" We fix this by adding an option to notmuch-search-find-thread-id to return the bare thread-id. It appears that notmuch-search-refresh-view is the only caller of notmuch-search that supplies a thread-id so this change should be safe (but could theoretically break users .emacs functions).
2012-08-06NEWS: discuss changes for dump and restore syntax.David Bremner
The duplication in NEWS.Debian is so that Debian users will be warned during upgrade.
2012-07-24News for search cleanupsAustin Clements
2012-07-12News for JSON-based searchAustin Clements
2012-06-10News for updated maildir sync semanticsAustin Clements
2012-06-02NEWS: update for 0.13.2David Bremner
2012-05-28NEWS: add item about ruby bindings.0.13.1David Bremner
Corrections or clarifications welcome.
2012-05-25fix release date for 0.13.1David Bremner