unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.ca
@ 2014-03-03 12:29 David Bremner
  2014-03-03 12:52 ` NEWS/changelog patches David Bremner
  0 siblings, 1 reply; 6+ messages in thread
From: David Bremner @ 2014-03-03 12:29 UTC (permalink / raw)
  To: notmuch

This is also/originally Debian bug 737496, so close that too.
---

I think our NEWS has fallen behind, time to start catching up.

 NEWS             | 8 ++++++++
 debian/changelog | 7 +++++++
 2 files changed, 15 insertions(+)

diff --git a/NEWS b/NEWS
index 65679eb..f5e55ec 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,14 @@ Command-Line Interface
 
   The old format is still available with `--format=sup`.
 
+Emacs Interface
+---------------
+
+Bug fix for saved searches with newlines in them.
+
+  Split lines confuse `notmuch count --batch`, so we remove them in
+  Emacs before calling notmuch CLI.
+
 Notmuch 0.17 (2013-12-30)
 =========================
 
diff --git a/debian/changelog b/debian/changelog
index a419ace..37bb0f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+notmuch (0.18-1) unstable; urgency=medium
+
+  * Bug fix: "insufficient sanitization of arguments to notmuch CLI",
+    thanks to Antoine Beaupré (Closes: #737496).
+
+ -- David Bremner <bremner@debian.org>  Mon, 03 Mar 2014 08:23:03 -0400
+
 notmuch (0.17-5) unstable; urgency=medium
 
   * Bug fix: "unowned directory after purge: /0755/", thanks to
-- 
1.8.5.3

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

* NEWS/changelog patches
  2014-03-03 12:29 [PATCH] NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.ca David Bremner
@ 2014-03-03 12:52 ` David Bremner
  2014-03-03 12:52   ` [PATCH 1/3] NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.ca David Bremner
                     ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: David Bremner @ 2014-03-03 12:52 UTC (permalink / raw)
  To: notmuch

I went to mark the parent trivial when I realized the wording was wrong/confusing.
Here is a second version, along with two more "bug closings".

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

* [PATCH 1/3] NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.ca
  2014-03-03 12:52 ` NEWS/changelog patches David Bremner
@ 2014-03-03 12:52   ` David Bremner
  2014-03-03 12:52   ` [PATCH 2/3] debian: note closing of debian bug 739556 David Bremner
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: David Bremner @ 2014-03-03 12:52 UTC (permalink / raw)
  To: notmuch

This is also/originally Debian bug 737496, so close that too.
---
 NEWS             | 8 ++++++++
 debian/changelog | 7 +++++++
 2 files changed, 15 insertions(+)

diff --git a/NEWS b/NEWS
index 65679eb..799fd9a 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,14 @@ Command-Line Interface
 
   The old format is still available with `--format=sup`.
 
+Emacs Interface
+---------------
+
+Bug fix for saved searches with newlines in them.
+
+  Split lines confuse `notmuch count --batch`, so we remove embedded
+  newlines before calling notmuch count.
+
 Notmuch 0.17 (2013-12-30)
 =========================
 
diff --git a/debian/changelog b/debian/changelog
index a419ace..37bb0f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+notmuch (0.18-1) unstable; urgency=medium
+
+  * Bug fix: "insufficient sanitization of arguments to notmuch CLI",
+    thanks to Antoine Beaupré (Closes: #737496).
+
+ -- David Bremner <bremner@debian.org>  Mon, 03 Mar 2014 08:23:03 -0400
+
 notmuch (0.17-5) unstable; urgency=medium
 
   * Bug fix: "unowned directory after purge: /0755/", thanks to
-- 
1.8.5.3

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

* [PATCH 2/3] debian: note closing of debian bug 739556
  2014-03-03 12:52 ` NEWS/changelog patches David Bremner
  2014-03-03 12:52   ` [PATCH 1/3] NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.ca David Bremner
@ 2014-03-03 12:52   ` David Bremner
  2014-03-03 12:52   ` [PATCH 3/3] NEWS: note closing of id:87ty19pi85.fsf@zancas.localnet David Bremner
  2014-03-05  0:06   ` NEWS/changelog patches David Bremner
  3 siblings, 0 replies; 6+ messages in thread
From: David Bremner @ 2014-03-03 12:52 UTC (permalink / raw)
  To: notmuch

This one doesn't seem NEWS-worthy.
---
 debian/changelog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 37bb0f2..b205c8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ notmuch (0.18-1) unstable; urgency=medium
 
   * Bug fix: "insufficient sanitization of arguments to notmuch CLI",
     thanks to Antoine Beaupré (Closes: #737496).
+  * Bug fix: "notmuch(1) manpage: typo: int -&gt; in", thanks to Jakub
+    Wilk (Closes: #739556).
 
- -- David Bremner <bremner@debian.org>  Mon, 03 Mar 2014 08:23:03 -0400
+ -- David Bremner <bremner@debian.org>  Mon, 03 Mar 2014 08:35:46 -0400
 
 notmuch (0.17-5) unstable; urgency=medium
 
-- 
1.8.5.3

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

* [PATCH 3/3] NEWS: note closing of id:87ty19pi85.fsf@zancas.localnet
  2014-03-03 12:52 ` NEWS/changelog patches David Bremner
  2014-03-03 12:52   ` [PATCH 1/3] NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.ca David Bremner
  2014-03-03 12:52   ` [PATCH 2/3] debian: note closing of debian bug 739556 David Bremner
@ 2014-03-03 12:52   ` David Bremner
  2014-03-05  0:06   ` NEWS/changelog patches David Bremner
  3 siblings, 0 replies; 6+ messages in thread
From: David Bremner @ 2014-03-03 12:52 UTC (permalink / raw)
  To: notmuch

Also close the original debian bug.
---
 NEWS             | 4 ++++
 debian/changelog | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 799fd9a..d4f4ea4 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ Command-Line Interface
 
   The old format is still available with `--format=sup`.
 
+`notmuch new` has a --quiet option
+
+  This option suppresses the progress and summary reports.
+
 Emacs Interface
 ---------------
 
diff --git a/debian/changelog b/debian/changelog
index b205c8f..057e613 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ notmuch (0.18-1) unstable; urgency=medium
     thanks to Antoine Beaupré (Closes: #737496).
   * Bug fix: "notmuch(1) manpage: typo: int -&gt; in", thanks to Jakub
     Wilk (Closes: #739556).
+  * Bug fix: "get a quiet option", thanks to Joerg Jaspert (Closes:
+    #666027).
 
- -- David Bremner <bremner@debian.org>  Mon, 03 Mar 2014 08:35:46 -0400
+ -- David Bremner <bremner@debian.org>  Mon, 03 Mar 2014 08:43:03 -0400
 
 notmuch (0.17-5) unstable; urgency=medium
 
-- 
1.8.5.3

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

* Re: NEWS/changelog patches
  2014-03-03 12:52 ` NEWS/changelog patches David Bremner
                     ` (2 preceding siblings ...)
  2014-03-03 12:52   ` [PATCH 3/3] NEWS: note closing of id:87ty19pi85.fsf@zancas.localnet David Bremner
@ 2014-03-05  0:06   ` David Bremner
  3 siblings, 0 replies; 6+ messages in thread
From: David Bremner @ 2014-03-05  0:06 UTC (permalink / raw)
  To: notmuch

David Bremner <david@tethera.net> writes:

> I went to mark the parent trivial when I realized the wording was wrong/confusing.
> Here is a second version, along with two more "bug closings".

series pushed.

d

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

end of thread, other threads:[~2014-03-05  0:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-03 12:29 [PATCH] NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.ca David Bremner
2014-03-03 12:52 ` NEWS/changelog patches David Bremner
2014-03-03 12:52   ` [PATCH 1/3] NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.ca David Bremner
2014-03-03 12:52   ` [PATCH 2/3] debian: note closing of debian bug 739556 David Bremner
2014-03-03 12:52   ` [PATCH 3/3] NEWS: note closing of id:87ty19pi85.fsf@zancas.localnet David Bremner
2014-03-05  0:06   ` NEWS/changelog patches 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).