X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=de935cc7871bb19242a8055296683f6d7fa8c8ed;hp=2efb49dcfa5035594e01c3f4931d1376889dceb9;hb=78a1575aa41de2b593ca47ff1ca72673f26088fa;hpb=369e2f8a9a325f1a43e4856ef8e62bba280037bf diff --git a/NEWS b/NEWS index 2efb49dc..de935cc7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ -Notmuch 0.19 (UNRELEASED) -========================= +Notmuch 0.19~rc1 (2014-11-06) +============================= + +Command-Line Interface +---------------------- + +Stopped `notmuch dump` failing if someone writes to the database + + The dump command now takes the write lock when running. This + prevents other processes from writing to the database during the + dump which would cause the dump to fail. Note, if another notmuch + process already has the write lock the dump will not start, so + script callers should still check the return value. Emacs Interface --------------- @@ -16,6 +27,12 @@ Expanded default saved search settings The default saved searches now include several more common searches, as well as shortcut keys for `notmuch-jump`. +Improved `q` binding in notmuch buffers + + `q` will now bury rather than kill a notmuch search, show or tree + buffer if there are multiple windows showing the buffer. If only a + single window is showing the buffer, it is killed. + Library changes --------------- @@ -52,6 +69,33 @@ Python Bindings Add support for `notmuch_query_add_tag_exclude` +Build System +------------ + +The notmuch binaries and libraries are now build with debugging symbols +by default. Users concerned with disk space should change the +defaults when configuring or use the strip(1) command. + +Notmuch 0.18.2 (2014-10-25) +=========================== + +Test Suite +---------- + +Translate T380-atomicity to use gdb/python + + The new version is compatible with gdb 7.8 + +Emacs 24.4 related bug fixes + + The Messages buffer became read-only, and the generated mime + structure for signatures changed slightly. + +Simplify T360-symbol-hiding + + Replace the use of `objdump` on the object files with `nm` on the + resulting lib. + Notmuch 0.18.1 (2014-06-25) ===========================