aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
Commit message (Collapse)AuthorAge
...
* News for Emacs help improvementsGravatar Austin Clements2013-10-07
|
* NEWS: cli options for improved duplicate message handlingGravatar Jani Nikula2013-08-24
|
* release: synchronize datesGravatar David Bremner2013-08-03
| | | | | man pages, NEWS, and debian changelog all hardcode date. Make them hardcode the same date.
* version: set new version and release dateGravatar David Bremner2013-07-28
| | | | | These are manually set in version and NEWS, and propagate to the other files via "make update-versions"
* Put 0.16 NEWS in a reasonable orderGravatar Austin Clements2013-07-28
| | | | | | | | | 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.
* emacs: News for S-expressions everywhereGravatar Austin Clements2013-07-22
| | | | | Update the news about search using S-expression support to also say that show is also now faster.
* NEWS: Python bindings: Fix loading of libnotmuch on OS X (Darwin)Gravatar Tomi Ollila2013-07-20
|
* NEWS: announce insert commandGravatar Peter Wang2013-07-20
|
* revert: Removed top level --stderr= optionGravatar Tomi Ollila2013-06-24
| | | | | | | 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.
* news: Be louder about s/v/o/| on part buttons going awayGravatar Austin Clements2013-06-04
| | | | | | 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.
* NEWS: update news about the vim interfaceGravatar Felipe Contreras2013-06-02
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* NEWS: key bindings for next/previous threadGravatar Jani Nikula2013-06-02
|
* News for S-expression support in Emacs search modeGravatar Austin Clements2013-06-01
|
* News for Emacs part handling changesGravatar Austin Clements2013-05-31
|
* NEWS: added information about new --stderr=FILE top level optionGravatar Tomi Ollila2013-05-29
|
* NEWS: a bunch of cli news since 0.15Gravatar Jani Nikula2013-05-26
|
* NEWS: No Emacs 22 supportGravatar Tomi Ollila2013-05-25
|
* NEWS: bash completionGravatar Jani Nikula2013-03-30
|
* NEWS: one typo fixed and 0.15.1 header line tidied upGravatar Tomi Ollila2013-02-27
|
* Merge branch 'release'Gravatar David Bremner2013-02-18
|\ | | | | | | | | | | | | add in NEWS from 0.15.2 Conflicts: NEWS
| * NEWS: News for 0.15.2Gravatar David Bremner2013-02-17
| | | | | | | | Another couple of build fixes.
* | notmuch-vim: deprecate, move to contribGravatar David Bremner2013-02-16
| | | | | | | | | | | | 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.
* | Merge branch 'release'Gravatar David Bremner2013-01-24
|\| | | | | | | | | | | | | Conflicts: NEWS Inserted news from 0.15.1
| * NEWS: update for 0.15.1Gravatar David Bremner2013-01-24
| | | | | | | | Not much to report here, just the one patch
* | CLI: remove alias machinery, and "part", "search-tags" commandsGravatar David Bremner2013-01-22
| | | | | | | | | | | | 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.
* | NEWS: correction to section 0.15 for markdown processingGravatar Tomi Ollila2013-01-22
|/ | | | | At the end of section 0.15 the strings TEST_EMACS & TEST_EMACSCLIENT are now put inside ``:s for better output after markdown processing.
* version: update to 0.15Gravatar David Bremner2013-01-18
| | | | Bump the version in-place in NEWS.
* NEWS: document that print message prints all parts including hidden partsGravatar Mark Walters2013-01-18
|
* NEWS: describe 'batch-tag' dump/restore/tagGravatar David Bremner2013-01-18
| | | | | Hopefully it is clear that more details are available in the man pages.
* version: set version to 0.15~rc1Gravatar David Bremner2013-01-16
| | | | | This is in some sense a rollback, but it makes all the automation happier if the Debian and upstream versions match.
* NEWS for emacs part visibility changeGravatar Mark Walters2012-12-25
| | | | Wording suggested by Austin.
* NEWS: emacs: hello point placement, tagging customization, thread id stashingGravatar Jani Nikula2012-12-22
|
* NEWS: notmuch search --format=text0Gravatar Jani Nikula2012-12-22
|
* news: Promote some things to a general sectionGravatar Austin Clements2012-12-21
| | | | | | | 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.
* News for changes from Austin ClementsGravatar Austin Clements2012-12-21
| | | | I fear I've fallen behind on my NEWS duties.
* NEWS: under-the-hood Emacs interface fixesGravatar Tomi Ollila2012-12-10
| | | | | | | | | | | 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.
* NEWS: removal of notmuch-foldersGravatar Jani Nikula2012-12-06
|
* news: add news entry for notmuch-pickGravatar markwalters10092012-12-01
|
* NEWS (for 0.15): Added note about Bcc & Reply-To headers in json outputGravatar Tomi Ollila2012-11-16
| | | | | | 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.)
* NEWS: date range search supportGravatar Jani Nikula2012-10-31
|
* News for restrictions on tag namesGravatar Austin Clements2012-10-27
|
* NEWS: 2 minor consistency changes in sections 0.13.1 and 0.13.2Gravatar Tomi Ollila2012-08-29
| | | | | | | | | | 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.
* NEWS: set date for release.Gravatar David Bremner2012-08-20
|
* News for new 'previous' behaviorGravatar Austin Clements2012-08-14
|
* emacs: notmuch search bugfixGravatar Mark Walters2012-08-12
| | | | | | | | | | | | | | 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).
* NEWS: discuss changes for dump and restore syntax.Gravatar David Bremner2012-08-06
| | | | | The duplication in NEWS.Debian is so that Debian users will be warned during upgrade.
* News for search cleanupsGravatar Austin Clements2012-07-24
|
* News for JSON-based searchGravatar Austin Clements2012-07-12
|
* News for updated maildir sync semanticsGravatar Austin Clements2012-06-10
|
* NEWS: update for 0.13.2Gravatar David Bremner2012-06-02
|