unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* notmuch 0.23.2 in preparation
@ 2016-11-17 12:13 David Bremner
  2016-11-17 12:18 ` [PATCH] NEWS: document fixes for emacs23 David Bremner
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: David Bremner @ 2016-11-17 12:13 UTC (permalink / raw)
  To: notmuch

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


I have pushed to the release branch a few emacs related fixes

6e1628d debian: convert to use dh-elpa
297d27e emacs: generate notmuch-pkg.el
a3e712f emacs: add compatibility functions for emacs 23
09caa0f emacs: interesting-buffer bugfixes/updates

I'll send a short news patch for a3e712f as a followup. Mark, could you
send something for 09caa0f?

Are there any other fixes I should include in this release? Generally
speaking for a point release we're looking for small changes that fix
bugs.

d


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

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

* [PATCH] NEWS: document fixes for emacs23
  2016-11-17 12:13 notmuch 0.23.2 in preparation David Bremner
@ 2016-11-17 12:18 ` David Bremner
  2016-11-20 12:54   ` David Bremner
  2016-11-18  8:23 ` notmuch 0.23.2 in preparation Tomi Ollila
  2016-11-18  9:02 ` [PATCH] NEWS for notmuch-cycle-notmuch-buffers Mark Walters
  2 siblings, 1 reply; 7+ messages in thread
From: David Bremner @ 2016-11-17 12:18 UTC (permalink / raw)
  To: David Bremner, notmuch

---

In addition to the maintence burden, there are features like lexical
scope and the package.el helpers that don't backport easily.

 NEWS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/NEWS b/NEWS
index 846572b..e693da7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Notmuch 0.23.2 (UNRELEASED)
+
+Emacs
+-----
+
+Restore compatibility with Emacs 23.
+
+  Notmuch support for Emacs 23 is now deprecated.
+
 Notmuch 0.23.1 (2016-10-23)
 ===========================
 
-- 
2.10.2

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

* Re: notmuch 0.23.2 in preparation
  2016-11-17 12:13 notmuch 0.23.2 in preparation David Bremner
  2016-11-17 12:18 ` [PATCH] NEWS: document fixes for emacs23 David Bremner
@ 2016-11-18  8:23 ` Tomi Ollila
  2016-11-18  9:02 ` [PATCH] NEWS for notmuch-cycle-notmuch-buffers Mark Walters
  2 siblings, 0 replies; 7+ messages in thread
From: Tomi Ollila @ 2016-11-18  8:23 UTC (permalink / raw)
  To: David Bremner, notmuch

On Thu, Nov 17 2016, David Bremner <david@tethera.net> wrote:

> I have pushed to the release branch a few emacs related fixes
>
> 6e1628d debian: convert to use dh-elpa
> 297d27e emacs: generate notmuch-pkg.el
> a3e712f emacs: add compatibility functions for emacs 23
> 09caa0f emacs: interesting-buffer bugfixes/updates
>
> I'll send a short news patch for a3e712f as a followup. Mark, could you
> send something for 09caa0f?
>
> Are there any other fixes I should include in this release? Generally
> speaking for a point release we're looking for small changes that fix
> bugs.

I suggest "opportunistically" re-enable out-of-tree builds... i.e. apply
id:1479146030-17083-1-git-send-email-tomi.ollila@iki.fi
and verify that tests pass with "in-tree" build(*)

Tomi

>
> d
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch

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

* [PATCH] NEWS for notmuch-cycle-notmuch-buffers
  2016-11-17 12:13 notmuch 0.23.2 in preparation David Bremner
  2016-11-17 12:18 ` [PATCH] NEWS: document fixes for emacs23 David Bremner
  2016-11-18  8:23 ` notmuch 0.23.2 in preparation Tomi Ollila
@ 2016-11-18  9:02 ` Mark Walters
  2016-11-18 18:55   ` Matt Armstrong
  2016-11-20 12:56   ` David Bremner
  2 siblings, 2 replies; 7+ messages in thread
From: Mark Walters @ 2016-11-18  9:02 UTC (permalink / raw)
  To: notmuch

---

A first attempt at NEWS for 09caa0f. I am not fully happy with it, so
any suggestions very welcome. It applies on top of
id:20161117121820.23393-1-david@tethera.net

Best wishes

Mark



NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index e693da7..3413a9c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,13 @@ Notmuch 0.23.2 (UNRELEASED)
 Emacs
 -----
 
+Fix notmuch-interesting-buffer and notmuch-cycle-notmuch-buffers.
+
+  The functions `notmuch-interesting-buffer` which detects notmuch
+  buffers, and `notmuch-cycle-notmuch-buffers` which cycles between
+  notmuch buffers, now additionally detect notmuch-tree-mode and
+  notmuch-message-mode buffers.
+
 Restore compatibility with Emacs 23.
 
   Notmuch support for Emacs 23 is now deprecated.
-- 
2.1.4

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

* Re: [PATCH] NEWS for notmuch-cycle-notmuch-buffers
  2016-11-18  9:02 ` [PATCH] NEWS for notmuch-cycle-notmuch-buffers Mark Walters
@ 2016-11-18 18:55   ` Matt Armstrong
  2016-11-20 12:56   ` David Bremner
  1 sibling, 0 replies; 7+ messages in thread
From: Matt Armstrong @ 2016-11-18 18:55 UTC (permalink / raw)
  To: Mark Walters, notmuch

Mark Walters <markwalters1009@gmail.com> writes:

> +Fix notmuch-interesting-buffer and notmuch-cycle-notmuch-buffers.
> +
> +  The functions `notmuch-interesting-buffer` which detects notmuch
> +  buffers, and `notmuch-cycle-notmuch-buffers` which cycles between
> +  notmuch buffers, now additionally detect notmuch-tree-mode and
> +  notmuch-message-mode buffers.
> +

If you're not happy with the wording I'd just say:

> notmuch-tree-mode and notmuch-message-mode-buffers are now considered
> interesting by `notmuch-interesting-buffer` and
> `notmuch-cycle-notmuch-buffers`.

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

* Re: [PATCH] NEWS: document fixes for emacs23
  2016-11-17 12:18 ` [PATCH] NEWS: document fixes for emacs23 David Bremner
@ 2016-11-20 12:54   ` David Bremner
  0 siblings, 0 replies; 7+ messages in thread
From: David Bremner @ 2016-11-20 12:54 UTC (permalink / raw)
  To: notmuch

David Bremner <david@tethera.net> writes:

> ---
>
> In addition to the maintence burden, there are features like lexical
> scope and the package.el helpers that don't backport easily.
>

pushed to master and release

d

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

* Re: [PATCH] NEWS for notmuch-cycle-notmuch-buffers
  2016-11-18  9:02 ` [PATCH] NEWS for notmuch-cycle-notmuch-buffers Mark Walters
  2016-11-18 18:55   ` Matt Armstrong
@ 2016-11-20 12:56   ` David Bremner
  1 sibling, 0 replies; 7+ messages in thread
From: David Bremner @ 2016-11-20 12:56 UTC (permalink / raw)
  To: Mark Walters, notmuch

Mark Walters <markwalters1009@gmail.com> writes:

> ---
>
> A first attempt at NEWS for 09caa0f. I am not fully happy with it, so
> any suggestions very welcome. It applies on top of
> id:20161117121820.23393-1-david@tethera.net
>
Pushed a modified version using roughly Matt's wording, to master and
release

d

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

end of thread, other threads:[~2016-11-20 12:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17 12:13 notmuch 0.23.2 in preparation David Bremner
2016-11-17 12:18 ` [PATCH] NEWS: document fixes for emacs23 David Bremner
2016-11-20 12:54   ` David Bremner
2016-11-18  8:23 ` notmuch 0.23.2 in preparation Tomi Ollila
2016-11-18  9:02 ` [PATCH] NEWS for notmuch-cycle-notmuch-buffers Mark Walters
2016-11-18 18:55   ` Matt Armstrong
2016-11-20 12: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).