unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] NEWS: my changes for 0.35
@ 2022-01-30 13:23 David Bremner
  2022-01-31 19:19 ` Tomi Ollila
  0 siblings, 1 reply; 3+ messages in thread
From: David Bremner @ 2022-01-30 13:23 UTC (permalink / raw)
  To: notmuch

---
 NEWS | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 68 insertions(+)

diff --git a/NEWS b/NEWS
index 84567592..bc2a80de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,74 @@
 Notmuch 0.35 (UNRELEASED)
 =========================
 
+Library
+-------
+
+Implement the `date` and `lastmod` fields in the S-expression parser.
+
+Ignore trailing `/` for pathnames in both query parsers.
+
+Rename configuration option `built_with.sexpr_query` to
+`built_with.sexp_queries`.
+
+Do not assume a default mail root in split (e.g. XDG) configurations.
+
+Fix some small memory leaks in `notmuch_database_open_with_config`.
+
+CLI
+---
+
+Improve handling of leading/trailing punctation and space for
+configuration lists.
+
+Only ignore `.notmuch` at the top level in `notmuch new`.
+
+Optionally show extra headers in `notmuch show`. See
+`show.extra_headers` in notmuch-config(1).
+
+Emacs
+-----
+
+Drop `C-TAB` binding in hello mode, document `backtab`.
+
+Fix visual glitch in search mode by running `notmuch-search-hook`
+lazily.
+
+Don't add space to completion candidates, improves compatibility with
+third party completion frameworks.
+
+Make citation formating more robust against whitespace.
+
+Use `--excludes=false` when generating the 'All tags' section.
+
+Use cached copy of message body for `Fcc`, avoiding variant bodies for
+signed and/or encrypted messages.
+
+Build
+-----
+
+Fix out-of-tree build for `python-cffi` bindings.
+
+Rearrange position of {C,CXX,CPP,LD}FLAGS, prevent some clashes with
+installed version of notmuch.
+
+Test Suite
+----------
+
+Replace some uses of `gdb` in the test suite with `LD_PRELOAD` based
+shims.
+
+Use `--with-colons` for gpgsm, fix compatibility with newer gnupg.
+
+Python bindings
+---------------
+
+Add `matched` property to message objects.
+
+Users are reminded that the old python bindings in bindings/python are
+deprecated; this will probably be the last major release that ships
+them.
+
 Notmuch 0.34.3 (2022-01-09)
 ===========================
 
-- 
2.34.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] NEWS: my changes for 0.35
  2022-01-30 13:23 [PATCH] NEWS: my changes for 0.35 David Bremner
@ 2022-01-31 19:19 ` Tomi Ollila
  2022-01-31 19:56   ` David Bremner
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi Ollila @ 2022-01-31 19:19 UTC (permalink / raw)
  To: David Bremner, notmuch

On Sun, Jan 30 2022, David Bremner wrote:

I don't know about content, but style looks good ;D

Pushing now would help when forthcoming NEWS changes pour in...

Tomi

> ---
>  NEWS | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 68 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index 84567592..bc2a80de 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,6 +1,74 @@
>  Notmuch 0.35 (UNRELEASED)
>  =========================
>  
> +Library
> +-------
> +
> +Implement the `date` and `lastmod` fields in the S-expression parser.
> +
> +Ignore trailing `/` for pathnames in both query parsers.
> +
> +Rename configuration option `built_with.sexpr_query` to
> +`built_with.sexp_queries`.
> +
> +Do not assume a default mail root in split (e.g. XDG) configurations.
> +
> +Fix some small memory leaks in `notmuch_database_open_with_config`.
> +
> +CLI
> +---
> +
> +Improve handling of leading/trailing punctation and space for
> +configuration lists.
> +
> +Only ignore `.notmuch` at the top level in `notmuch new`.
> +
> +Optionally show extra headers in `notmuch show`. See
> +`show.extra_headers` in notmuch-config(1).
> +
> +Emacs
> +-----
> +
> +Drop `C-TAB` binding in hello mode, document `backtab`.
> +
> +Fix visual glitch in search mode by running `notmuch-search-hook`
> +lazily.
> +
> +Don't add space to completion candidates, improves compatibility with
> +third party completion frameworks.
> +
> +Make citation formating more robust against whitespace.
> +
> +Use `--excludes=false` when generating the 'All tags' section.
> +
> +Use cached copy of message body for `Fcc`, avoiding variant bodies for
> +signed and/or encrypted messages.
> +
> +Build
> +-----
> +
> +Fix out-of-tree build for `python-cffi` bindings.
> +
> +Rearrange position of {C,CXX,CPP,LD}FLAGS, prevent some clashes with
> +installed version of notmuch.
> +
> +Test Suite
> +----------
> +
> +Replace some uses of `gdb` in the test suite with `LD_PRELOAD` based
> +shims.
> +
> +Use `--with-colons` for gpgsm, fix compatibility with newer gnupg.
> +
> +Python bindings
> +---------------
> +
> +Add `matched` property to message objects.
> +
> +Users are reminded that the old python bindings in bindings/python are
> +deprecated; this will probably be the last major release that ships
> +them.
> +
>  Notmuch 0.34.3 (2022-01-09)
>  ===========================
>  
> -- 
> 2.34.1
>
> _______________________________________________
> notmuch mailing list -- notmuch@notmuchmail.org
> To unsubscribe send an email to notmuch-leave@notmuchmail.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] NEWS: my changes for 0.35
  2022-01-31 19:19 ` Tomi Ollila
@ 2022-01-31 19:56   ` David Bremner
  0 siblings, 0 replies; 3+ messages in thread
From: David Bremner @ 2022-01-31 19:56 UTC (permalink / raw)
  To: Tomi Ollila, notmuch

Tomi Ollila <tomi.ollila@iki.fi> writes:

> On Sun, Jan 30 2022, David Bremner wrote:
>
> I don't know about content, but style looks good ;D
>
> Pushing now would help when forthcoming NEWS changes pour in...
>

Applied to release and master. Ready for that downpour of NEWS changes.

d

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-31 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30 13:23 [PATCH] NEWS: my changes for 0.35 David Bremner
2022-01-31 19:19 ` Tomi Ollila
2022-01-31 19:56   ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).