unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* feature freeze for notmuch 0.20
@ 2015-04-14 23:03 David Bremner
  2015-04-15  7:49 ` Gaute Hope
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: David Bremner @ 2015-04-14 23:03 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]


It's been too long since we had a notmuch release. I'd like to feature
freeze May 1 and release by May 15. As usual feel free to tag things in
the review queue as notmuch::0.20, although you may also consider
reviewing them if you feel strongly that they should be in 0.20.

d

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 647 bytes --]

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

* Re: feature freeze for notmuch 0.20
  2015-04-14 23:03 feature freeze for notmuch 0.20 David Bremner
@ 2015-04-15  7:49 ` Gaute Hope
  2015-04-15 11:25   ` David Bremner
  2015-05-01 14:54 ` [PATCH] docs: initial draft of NEWS for 0.20 David Bremner
  2015-05-04  8:53 ` feature freeze for notmuch 0.20 David Bremner
  2 siblings, 1 reply; 6+ messages in thread
From: Gaute Hope @ 2015-04-15  7:49 UTC (permalink / raw)
  To: David Bremner, notmuch

Excerpts from David Bremner's message of April 15, 2015 1:03:
> 
> It's been too long since we had a notmuch release. I'd like to feature
> freeze May 1 and release by May 15. As usual feel free to tag things in
> the review queue as notmuch::0.20, although you may also consider
> reviewing them if you feel strongly that they should be in 0.20.
> 
> d

Yei! I guess it might be a bit much to hope for, but I have been using
Austin's lastmod patches daily since they were posted [0]. I'd really
like to see these included in a release. By the way, is there a branch
somewhere with the latest dev-version of it?

Cheers, gaute

[0] id:1413181203-1676-1-git-send-email-aclements@csail.mit.edu


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

* Re: feature freeze for notmuch 0.20
  2015-04-15  7:49 ` Gaute Hope
@ 2015-04-15 11:25   ` David Bremner
  0 siblings, 0 replies; 6+ messages in thread
From: David Bremner @ 2015-04-15 11:25 UTC (permalink / raw)
  To: Gaute Hope, notmuch

Gaute Hope <eg@gaute.vetsj.com> writes:

> Excerpts from David Bremner's message of April 15, 2015 1:03:
>> 
>> It's been too long since we had a notmuch release. I'd like to feature
>> freeze May 1 and release by May 15. As usual feel free to tag things in
>> the review queue as notmuch::0.20, although you may also consider
>> reviewing them if you feel strongly that they should be in 0.20.
>> 
>> d
>
> Yei! I guess it might be a bit much to hope for, but I have been using
> Austin's lastmod patches daily since they were posted [0]. I'd really
> like to see these included in a release. By the way, is there a branch
> somewhere with the latest dev-version of it?
>

I pushed the latest version version to

  git clone -b revision-tracking git://pivot.cs.unb.ca/notmuch

This consists of the series

     id:1428435042-16503-2-git-send-email-david@tethera.net
     
applied on top of the series 

     id:1428435042-16503-2-git-send-email-david@tethera.net

If you have any comments, please reply to those patch series, rather
than here.

d

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

* [PATCH] docs: initial draft of NEWS for 0.20
  2015-04-14 23:03 feature freeze for notmuch 0.20 David Bremner
  2015-04-15  7:49 ` Gaute Hope
@ 2015-05-01 14:54 ` David Bremner
  2015-05-03  8:01   ` Tomi Ollila
  2015-05-04  8:53 ` feature freeze for notmuch 0.20 David Bremner
  2 siblings, 1 reply; 6+ messages in thread
From: David Bremner @ 2015-05-01 14:54 UTC (permalink / raw)
  To: David Bremner, notmuch

This is meant as much to jog people's memory as to be definitive.
---
 NEWS | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 57 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 25e5b5a..47fc507 100644
--- a/NEWS
+++ b/NEWS
@@ -10,11 +10,66 @@ There is a new `mimetype:` search prefix
   content-type of attachments, which is now indexed. See the
   `notmuch-search-terms` manual page for details.
 
+Path to gpg is now configurable
+
+  On systems with multiple versions of gpg, you can tell
+  notmuch which one to use by setting `crypto.gpg_path'
+
+New command, `notmuch-emacs-mua'
+
+  This new wrapper script is intended to be a drop in replacement for
+  mutt to compose and send mail using `notmuch-emacs'
+
+Emacs
+-----
+
+Avoid rendering large text attachements.
+
+Improved rendering of CID references in HTML.
+
+Vim
+---
+
+Vim client now respects excluded tags.
+
+Notmuch-Mutt
+------------
+
+Support messages without Message-IDs.
+
+Library
+-------
+
+Undeprecate single message mboxes
+
+  It seems more trouble to remove this feature than expected, so
+  `notmuch new' will no longer nag about mboxes with a single message.
+
+New error logging facility
+
+  Clients should call `notmuch_database_status_string' to retrieve
+  output formerly printed to stderr.
+
+Several bug fixes related to stale iterators
+
+New status code returning API for n_query_search_{messages,thread}
+
+Fix for library `install_name' on Mac OS X
+
+Fix for rounding of seconds
+
 Documentation
 -------------
 
-Support for using rst2man in place of sphinx to build the
-docmumentation has been removed.
+Sphinx is now mandatory to build docs
+
+  Support for using rst2man in place of sphinx to build the
+  docmumentation has been removed.
+
+Improved notmuch-search-terms.7
+
+  The man page `notmuch-search-terms(7)' has been extended, merging
+  some material from the relicensed wiki.
 
 Contrib
 -------
-- 
2.1.4

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

* Re: [PATCH] docs: initial draft of NEWS for 0.20
  2015-05-01 14:54 ` [PATCH] docs: initial draft of NEWS for 0.20 David Bremner
@ 2015-05-03  8:01   ` Tomi Ollila
  0 siblings, 0 replies; 6+ messages in thread
From: Tomi Ollila @ 2015-05-03  8:01 UTC (permalink / raw)
  To: David Bremner, notmuch

On Fri, May 01 2015, David Bremner <david@tethera.net> wrote:

> This is meant as much to jog people's memory as to be definitive.

2 things

for consistency and markdown/news2wiki compatibility texts inside `':s
have to be changed to texts inside `` (e.g. `crypto.gpg_path`)

There is 2 interface-changing issues in notmuch-emacs-mua that IMO should
be resolved before publishing its existence:

id:"1428132606-8624-1-git-send-email-jani@nikula.org", not creating new
frame by default. this particular version has problem when notmuch-emacs-mua
is run w/o --client option.

Second is the question whether ${EMACSCLIENT} and ${EMACS} should be put
inside double quotes (") in their exec line; current code supports

EMACS='emacs -nw' notmuch-emacs-mua ...

but not

EMACS='/path to with spaces/emacs' notmuch-emacs-mua ...

I already made a patch quoting those variables -- patch is simple but
commit message not so ;/... but then I thought the "feature" we now have
is so convenient than the alternative (and did not fully finish the commit
message).

(just currently i think we should do that quoting, and if anyone cares
later add option --args for arbitrary args -- or if env var is needed
additionally handling of EMACS_ARGS environment variable (or so)).


Alternative course of action (from the release point of view) would 
be to remove mentioning notmuch-emacs-mua in 0.20 NEWS and remove
installing of notmuc-emacs-mua.1 namual page -- IIRC notmuch-emacs-mua
is not currently installed when notmuch is installed by `make install` (*)


Tomi


(*) which I personally currently feel convenient -- as notm<TAB> expands
to `notmuch ` instead of `notmuch` ;D (and i use nottoomuch-prefixed 
alternative for the time being -- with compatible superset of
notmuch-emacs-mua options) 

> ---
>  NEWS | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
>  1 file changed, 57 insertions(+), 2 deletions(-)
>
> diff --git a/NEWS b/NEWS
> index 25e5b5a..47fc507 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -10,11 +10,66 @@ There is a new `mimetype:` search prefix
>    content-type of attachments, which is now indexed. See the
>    `notmuch-search-terms` manual page for details.
>  
> +Path to gpg is now configurable
> +
> +  On systems with multiple versions of gpg, you can tell
> +  notmuch which one to use by setting `crypto.gpg_path'
> +
> +New command, `notmuch-emacs-mua'
> +
> +  This new wrapper script is intended to be a drop in replacement for
> +  mutt to compose and send mail using `notmuch-emacs'
> +
> +Emacs
> +-----
> +
> +Avoid rendering large text attachements.
> +
> +Improved rendering of CID references in HTML.
> +
> +Vim
> +---
> +
> +Vim client now respects excluded tags.
> +
> +Notmuch-Mutt
> +------------
> +
> +Support messages without Message-IDs.
> +
> +Library
> +-------
> +
> +Undeprecate single message mboxes
> +
> +  It seems more trouble to remove this feature than expected, so
> +  `notmuch new' will no longer nag about mboxes with a single message.
> +
> +New error logging facility
> +
> +  Clients should call `notmuch_database_status_string' to retrieve
> +  output formerly printed to stderr.
> +
> +Several bug fixes related to stale iterators
> +
> +New status code returning API for n_query_search_{messages,thread}
> +
> +Fix for library `install_name' on Mac OS X
> +
> +Fix for rounding of seconds
> +
>  Documentation
>  -------------
>  
> -Support for using rst2man in place of sphinx to build the
> -docmumentation has been removed.
> +Sphinx is now mandatory to build docs
> +
> +  Support for using rst2man in place of sphinx to build the
> +  docmumentation has been removed.
> +
> +Improved notmuch-search-terms.7
> +
> +  The man page `notmuch-search-terms(7)' has been extended, merging
> +  some material from the relicensed wiki.
>  
>  Contrib
>  -------
> -- 
> 2.1.4
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

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

* Re: feature freeze for notmuch 0.20
  2015-04-14 23:03 feature freeze for notmuch 0.20 David Bremner
  2015-04-15  7:49 ` Gaute Hope
  2015-05-01 14:54 ` [PATCH] docs: initial draft of NEWS for 0.20 David Bremner
@ 2015-05-04  8:53 ` David Bremner
  2 siblings, 0 replies; 6+ messages in thread
From: David Bremner @ 2015-05-04  8:53 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

David Bremner <david@tethera.net> writes:

> It's been too long since we had a notmuch release. I'd like to feature
> freeze May 1 and release by May 15. As usual feel free to tag things in
> the review queue as notmuch::0.20, although you may also consider
> reviewing them if you feel strongly that they should be in 0.20.

OK, after an unusually quiet pre-freeze time, I've tagged 0.20_rc1 and
uploaded it to Debian experimental.

We still need to sort out NEWS, at least.

d



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 647 bytes --]

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

end of thread, other threads:[~2015-05-04  8:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-14 23:03 feature freeze for notmuch 0.20 David Bremner
2015-04-15  7:49 ` Gaute Hope
2015-04-15 11:25   ` David Bremner
2015-05-01 14:54 ` [PATCH] docs: initial draft of NEWS for 0.20 David Bremner
2015-05-03  8:01   ` Tomi Ollila
2015-05-04  8:53 ` feature freeze for notmuch 0.20 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).