unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* 0.11 is frozen, please update NEWS
@ 2011-12-25 19:55 David Bremner
  2011-12-30 12:24 ` David Bremner
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: David Bremner @ 2011-12-25 19:55 UTC (permalink / raw)
  To: Notmuch Mail

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


Well, it's -19C outside, so guess that is appropriate.

I have merged master to release in preparation for release. There should
only be additions to NEWS or fixes for serious bugs for branch release
until 0.11 is out the door.

Speaking of NEWS, please have a look at the commits listed under your
name, and if they impact user experience, then consider a patch for
NEWS. As an experiment, I set up write access to branch "news" of

      git@pivot.cs.unb.ca:pub/notmuch

I used the ssh keys people sent me for nmbug; feel free to send me more
(public) keys. The idea is it might be less painful to edit NEWS on that
branch.  Of course, all the old methods are fine too.


Aaron Ecay (3):
      Ignore dynamic libraries on OS X.
      Add an argument to notmuch-mua-mail
      emacs: fix off-by-one bug in notmuch-show-archive

Ali Polatel (2):
      notmuch-deliver: Import from maildrop-2.5.5
      notmuch-deliver: GPL-3+

Austin Clements (2):
      emacs: Don't record undo information for search or show buffers.
      emacs: Avoid unnecessary markers.

David Edmondson (1):
      emacs: Add `notmuch-jump-to-recent-buffer'.

Dmitry Kurochkin (31):
      emacs: do not call notmuch show for non-inlinable parts
      emacs: put the last search on top of recent searches in notmuch-hello

Gregor Zattler (1):
      emacs: make message indentation width customisable


Ivy Foster (1):
      emacs: Add notmuch-hello-mode-hook

Jameson Graef Rollins (2):
      emacs: breakout notmuch-show-advance functionality from notmuch-show-advance-and-archive
      emacs: call notmuch-show instead of notmuch-search in buttonised id: links

Jani Nikula (8):
      emacs: Add new customization option to sort saved searches
      emacs: Make saving new saved searches append, not prepend
      cli: introduce the concept of user defined hooks
      cli: add support for pre and post notmuch new hooks
      emacs: support "notmuch new" as a notmuch-poll-script
      emacs: Fix notmuch-hello-tag-list-make-query defcustom
      emacs: Fix notmuch-mua-user-agent defcustom

Justus Winter (2):
      python: add classes to wrap all notmuch_*_t types
      python: annotate all calls into libnotmuch with types

Louis Rilling (2):
      lib: Kill last usage of C++ type bool
      tags_to_maildir_flags: Cleanup double assignement

Patrick Totzke (3):
      use __unicode__ for string representation
      errors='ignore' when decode to unicode
      fix format string in Message.__unicode__

Sebastian Spaeth (2):
      python: Return a STATUS value in tags_to_flags and flags_to_tags
      python: Remove stray debug comment

Thomas Jost (6):
      python: use wrapped notmuch_*_t types instead of raw pointers
      emacs: Add a face for crypto parts headers
      Fix build with binutils-2.22
      emacs: add notmuch-hello-refresh-hook
      emacs: rename notmuch-decimal-separator to notmuch-hello-thousands-separator
      emacs: Change the default thousands separator to a space

Thomas Schwinge (1):
      dump: Don't sort the output by message id.

Tomi Ollila (2):
      Release memory allocated by internet_address_list_parse_string()
      notmuch: unref charset_filter to fix one memory leak

pazz (2):
      test: date_relative in notmuch search json output
      json: date_relative for threads



[-- Attachment #2: Type: application/pgp-signature, Size: 315 bytes --]

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

* Re: 0.11 is frozen, please update NEWS
  2011-12-25 19:55 0.11 is frozen, please update NEWS David Bremner
@ 2011-12-30 12:24 ` David Bremner
  2011-12-30 18:42   ` [PATCH] Update NEWS for change by Aaron Ecay Aaron Ecay
  2012-01-02 11:58   ` 0.11 is frozen, please update NEWS David Bremner
  2012-01-12 17:03 ` Pieter Praet
  2012-01-12 22:12 ` Xavier Maillard
  2 siblings, 2 replies; 17+ messages in thread
From: David Bremner @ 2011-12-30 12:24 UTC (permalink / raw)
  To: Notmuch Mail

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

On Sun, 25 Dec 2011 15:55:43 -0400, David Bremner <david@tethera.net> wrote:
> 
> Well, it's -19C outside, so guess that is appropriate.

It's warmed up to -10C, with a brief interlude of +10C, so we must be
getting ready to unfreeze. Well, release, but that doesn't really work
as a pun.

> Speaking of NEWS, please have a look at the commits listed under your
> name, and if they impact user experience, then consider a patch for
> NEWS.

I received NEWS items from Tomi and Jani, and I tidied a few things off
the list that probably don't need NEWS items. Probably some more of the
following are also ignorable, but some of them definitely look like they
need NEWS items to me. Some of the contributions are from people that
might not be reading the list regularly, so NEWS items for other
people's patches are ok too.

As before, if you can push to nmbug you should be able to push 

   git push git@pivot.cs.unb.ca HEAD:news

Or patches to the list are fine too.

> Aaron Ecay:
>       emacs: fix off-by-one bug in notmuch-show-archive

> Austin Clements:
>       emacs: Don't record undo information for search or show buffers.
>       emacs: Avoid unnecessary markers.
> 
> Dmitry Kurochkin :
>       emacs: do not call notmuch show for non-inlinable parts
> 
> Gregor Zattler:
>       emacs: make message indentation width customisable
> 
> Ivy Foster:
>       emacs: Add notmuch-hello-mode-hook
> 
> Jameson Graef Rollins (2):
>       emacs: breakout notmuch-show-advance functionality from notmuch-show-advance-and-archive
>       emacs: call notmuch-show instead of notmuch-search in buttonised id: links
> 

> Thomas Jost (4):
>       emacs: Add a face for crypto parts headers
>       emacs: add notmuch-hello-refresh-hook
>       emacs: rename notmuch-decimal-separator to notmuch-hello-thousands-separator
>       emacs: Change the default thousands separator to a space
> 
> Thomas Schwinge (1):
>       dump: Don't sort the output by message id.
> 

[-- Attachment #2: Type: application/pgp-signature, Size: 315 bytes --]

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

* [PATCH] Update NEWS for change by Aaron Ecay
  2011-12-30 12:24 ` David Bremner
@ 2011-12-30 18:42   ` Aaron Ecay
  2011-12-31  2:54     ` David Bremner
  2012-01-02 11:58   ` 0.11 is frozen, please update NEWS David Bremner
  1 sibling, 1 reply; 17+ messages in thread
From: Aaron Ecay @ 2011-12-30 18:42 UTC (permalink / raw)
  To: notmuch

---
 NEWS |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index eaed960..3688944 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,16 @@ Automatic tag query optimization
   exclude messages whose tags won't change.  In the past, we've
   suggested that people do this by hand; this is no longer necessary.
 
+Emacs interface
+---------------
+
+Bug fixes
+
+  notmuch-show-advance (bound to the spacebar in notmuch-show-mode) had
+  a bug that caused it to always jump to the next message, even if it
+  should have scrolled down to show more of the current message instead.
+  This is now fixed.
+
 
 Notmuch 0.10.2 (2011-12-04)
 ===========================
-- 
1.7.8.2

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

* Re: [PATCH] Update NEWS for change by Aaron Ecay
  2011-12-30 18:42   ` [PATCH] Update NEWS for change by Aaron Ecay Aaron Ecay
@ 2011-12-31  2:54     ` David Bremner
  2011-12-31  4:44       ` Aaron Ecay
  0 siblings, 1 reply; 17+ messages in thread
From: David Bremner @ 2011-12-31  2:54 UTC (permalink / raw)
  To: Aaron Ecay, notmuch

On Fri, 30 Dec 2011 13:42:24 -0500, Aaron Ecay <aaronecay@gmail.com> wrote:
> ---
>  NEWS |   10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)

pushed, although I had to mess with it a fair amount. Maybe it was
against master, rather than release?

d

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

* Re: [PATCH] Update NEWS for change by Aaron Ecay
  2011-12-31  2:54     ` David Bremner
@ 2011-12-31  4:44       ` Aaron Ecay
  0 siblings, 0 replies; 17+ messages in thread
From: Aaron Ecay @ 2011-12-31  4:44 UTC (permalink / raw)
  To: David Bremner, notmuch

On Fri, 30 Dec 2011 22:54:30 -0400, David Bremner <david@tethera.net> wrote:
> pushed, although I had to mess with it a fair amount. Maybe it was
> against master, rather than release?

It was.  I didn’t realize that the patch should be against the release
branch; sorry about that...  :-|

-- 
Aaron Ecay

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

* Re: 0.11 is frozen, please update NEWS
  2011-12-30 12:24 ` David Bremner
  2011-12-30 18:42   ` [PATCH] Update NEWS for change by Aaron Ecay Aaron Ecay
@ 2012-01-02 11:58   ` David Bremner
  2012-01-02 22:16     ` update NEWS, and fix conf variable name Jameson Graef Rollins
                       ` (2 more replies)
  1 sibling, 3 replies; 17+ messages in thread
From: David Bremner @ 2012-01-02 11:58 UTC (permalink / raw)
  To: Notmuch Mail



I have tagged 0.11_rc2 and uploaded 0.11~rc2-1 to Debian experimental.
This includes only the single non-doc commit, fixing a python bindings
segfault. NEWS items are still solicited.

d


 Austin Clements:
       emacs: Don't record undo information for search or show buffers.
       emacs: Avoid unnecessary markers.
 
 Dmitry Kurochkin :
       emacs: do not call notmuch show for non-inlinable parts
 
 Gregor Zattler:
       emacs: make message indentation width customisable
 
 Ivy Foster:
       emacs: Add notmuch-hello-mode-hook
 
 Jameson Graef Rollins (2):
       emacs: breakout notmuch-show-advance functionality from notmuch-show-advance-and-archive
       emacs: call notmuch-show instead of notmuch-search in buttonised id: links
 

 Thomas Jost (4):
       emacs: Add a face for crypto parts headers
       emacs: add notmuch-hello-refresh-hook
       emacs: rename notmuch-decimal-separator to notmuch-hello-thousands-separator
       emacs: Change the default thousands separator to a space
 
 Thomas Schwinge (1):
       dump: Don't sort the output by message id.

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

* update NEWS, and fix conf variable name
  2012-01-02 11:58   ` 0.11 is frozen, please update NEWS David Bremner
@ 2012-01-02 22:16     ` Jameson Graef Rollins
  2012-01-02 22:16       ` [PATCH 1/2] emacs: fix notmuch-show-indent-messages-width customization " Jameson Graef Rollins
  2012-01-04  9:25     ` [PATCH] Update NEWS for Emacs changes Thomas Jost
  2012-01-09 11:54     ` 0.11 is frozen, please update NEWS David Bremner
  2 siblings, 1 reply; 17+ messages in thread
From: Jameson Graef Rollins @ 2012-01-02 22:16 UTC (permalink / raw)
  To: Notmuch Mail

On Mon, 02 Jan 2012 07:58:16 -0400, David Bremner <david@tethera.net> wrote:
>  Austin Clements:
>        emacs: Don't record undo information for search or show buffers.
>        emacs: Avoid unnecessary markers.
>  
>  Dmitry Kurochkin :
>        emacs: do not call notmuch show for non-inlinable parts
>  
>  Gregor Zattler:
>        emacs: make message indentation width customisable
>  
>  Ivy Foster:
>        emacs: Add notmuch-hello-mode-hook
>  
>  Jameson Graef Rollins (2):
>        emacs: breakout notmuch-show-advance functionality from notmuch-show-advance-and-archive
>        emacs: call notmuch-show instead of notmuch-search in buttonised id: links
>  
> 
>  Thomas Jost (4):
>        emacs: Add a face for crypto parts headers
>        emacs: add notmuch-hello-refresh-hook
>        emacs: rename notmuch-decimal-separator to notmuch-hello-thousands-separator
>        emacs: Change the default thousands separator to a space
>  
>  Thomas Schwinge (1):
>        dump: Don't sort the output by message id.

I've added NEWS items for pretty much everything here.

I'm also including a patch to fix the conf variable name for
notmuch-indent-messages-width, which really should have been
notmuch-show-indent-messages-width originally.  The NEWS entry for
this assumes the update.

jamie.

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

* [PATCH 1/2] emacs: fix notmuch-show-indent-messages-width customization variable name
  2012-01-02 22:16     ` update NEWS, and fix conf variable name Jameson Graef Rollins
@ 2012-01-02 22:16       ` Jameson Graef Rollins
  2012-01-02 22:16         ` [PATCH 2/2] update NEWS Jameson Graef Rollins
  2012-01-02 22:23         ` [PATCH] emacs: fix notmuch-show-indent-messages-width customization variable name Jameson Graef Rollins
  0 siblings, 2 replies; 17+ messages in thread
From: Jameson Graef Rollins @ 2012-01-02 22:16 UTC (permalink / raw)
  To: Notmuch Mail

The name was originally notmuch-indent-messages-width, which is
inconsistent with our variable naming convention.
---
 emacs/notmuch-show.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index eee4da9..82d11c9 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -91,7 +91,7 @@ any given message."
   :group 'notmuch
   :type 'boolean)
 
-(defcustom notmuch-indent-messages-width 1
+(defcustom notmuch-show-indent-messages-width 1
   "Width of message indentation in threads.
 
 Messages are shown indented according to their depth in a thread.
@@ -248,7 +248,7 @@ unchanged ADDRESS if parsing fails."
   "Insert a notmuch style headerline based on HEADERS for a
 message at DEPTH in the current thread."
   (let ((start (point)))
-    (insert (notmuch-show-spaces-n (* notmuch-indent-messages-width depth))
+    (insert (notmuch-show-spaces-n (* notmuch-show-indent-messages-width depth))
 	    (notmuch-show-clean-address (plist-get headers :From))
 	    " ("
 	    date
@@ -739,7 +739,7 @@ current buffer, if possible."
     (setq content-end (point-marker))
 
     ;; Indent according to the depth in the thread.
-    (indent-rigidly content-start content-end (* notmuch-indent-messages-width depth))
+    (indent-rigidly content-start content-end (* notmuch-show-indent-messages-width depth))
 
     (setq message-end (point-max-marker))
 
-- 
1.7.7.3

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

* [PATCH 2/2] update NEWS
  2012-01-02 22:16       ` [PATCH 1/2] emacs: fix notmuch-show-indent-messages-width customization " Jameson Graef Rollins
@ 2012-01-02 22:16         ` Jameson Graef Rollins
  2012-01-03 19:28           ` Xavier Maillard
  2012-01-02 22:23         ` [PATCH] emacs: fix notmuch-show-indent-messages-width customization variable name Jameson Graef Rollins
  1 sibling, 1 reply; 17+ messages in thread
From: Jameson Graef Rollins @ 2012-01-02 22:16 UTC (permalink / raw)
  To: Notmuch Mail

This change looks slightly larger than it actually is, since I moved
the emacs section below the Performance and Memory Management
sections.
---
 NEWS |   51 ++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 40 insertions(+), 11 deletions(-)

diff --git a/NEWS b/NEWS
index 6650126..ca8edb9 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,28 @@ Hooks
   supports "pre-new" and "post-new" hooks that are run before and after
   importing new messages into the database.
 
+Performance
+-----------
+
+Automatic tag query optimization
+
+  "notmuch tag" now automatically optimizes the user's query to
+  exclude messages whose tags won't change.  In the past, we've
+  suggested that people do this by hand; this is no longer necessary.
+
+Don't sort messages when creating a dump file
+
+  This speads up tag dumps considerably, without any loss of
+  information.
+
+Memory Management
+-----------------
+
+Reduction of memory leaks
+
+  Two memory leaks when searching and showing messages were identified
+  and fixed in this release.
+
 Emacs Interface
 ---------------
 
@@ -34,22 +56,29 @@ Improvements in saved search management
   not inserted in front. It's also possible to define a sort function
   for displaying saved searches; alphabetical sort is provided.
 
-Performance
------------
+Enable hooks for notmuch-hello-mode and notmuch-hello-refresh
 
-Automatic tag query optimization
+Customizable message indentation width
 
-  "notmuch tag" now automatically optimizes the user's query to
-  exclude messages whose tags won't change.  In the past, we've
-  suggested that people do this by hand; this is no longer necessary.
+  notmuch-show-indent-messages-width
 
-Memory Management
------------------
+Customizable thousands separator
 
-Reduction of memory leaks
+  The new configuartion variable is notmuch-hello-thousands-separator.
+  The default is now a space instead of a comma.
 
-  Two memory leaks when searching and showing messages were identified
-  and fixed in this release.
+Call notmuch-show instead of notmuch-search when clicking on
+buttonized id: links.
+
+New function notmuch-show-advance
+
+  This new function advances through just the current thread, and is
+  less invasive than notmuch-show-advance-and-archive.  It can easily
+  be bound to SPC with:
+
+  (define-key notmuch-show-mode-map " " 'notmuch-show-advance)
+
+Various performance improvements.
 
 New add-on tool
 ---------------
-- 
1.7.7.3

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

* [PATCH] emacs: fix notmuch-show-indent-messages-width customization variable name
  2012-01-02 22:16       ` [PATCH 1/2] emacs: fix notmuch-show-indent-messages-width customization " Jameson Graef Rollins
  2012-01-02 22:16         ` [PATCH 2/2] update NEWS Jameson Graef Rollins
@ 2012-01-02 22:23         ` Jameson Graef Rollins
  2012-01-05 22:07           ` David Bremner
  1 sibling, 1 reply; 17+ messages in thread
From: Jameson Graef Rollins @ 2012-01-02 22:23 UTC (permalink / raw)
  To: Notmuch Mail

The name was originally notmuch-indent-messages-width, which is
inconsistent with our variable naming convention.
---
Sorry, I forgot to fix the tests in the original patch.

 emacs/notmuch-show.el |    6 +++---
 test/emacs            |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index eee4da9..82d11c9 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -91,7 +91,7 @@ any given message."
   :group 'notmuch
   :type 'boolean)
 
-(defcustom notmuch-indent-messages-width 1
+(defcustom notmuch-show-indent-messages-width 1
   "Width of message indentation in threads.
 
 Messages are shown indented according to their depth in a thread.
@@ -248,7 +248,7 @@ unchanged ADDRESS if parsing fails."
   "Insert a notmuch style headerline based on HEADERS for a
 message at DEPTH in the current thread."
   (let ((start (point)))
-    (insert (notmuch-show-spaces-n (* notmuch-indent-messages-width depth))
+    (insert (notmuch-show-spaces-n (* notmuch-show-indent-messages-width depth))
 	    (notmuch-show-clean-address (plist-get headers :From))
 	    " ("
 	    date
@@ -739,7 +739,7 @@ current buffer, if possible."
     (setq content-end (point-marker))
 
     ;; Indent according to the depth in the thread.
-    (indent-rigidly content-start content-end (* notmuch-indent-messages-width depth))
+    (indent-rigidly content-start content-end (* notmuch-show-indent-messages-width depth))
 
     (setq message-end (point-max-marker))
 
diff --git a/test/emacs b/test/emacs
index ca82445..f36718e 100755
--- a/test/emacs
+++ b/test/emacs
@@ -52,21 +52,21 @@ test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage
 
 test_begin_subtest "Basic notmuch-show view in emacs default indentation"
 maildir_storage_thread=$(notmuch search --output=threads id:20091117190054.GU3165@dottiness.seas.harvard.edu)
-test_emacs "(let ((notmuch-indent-messages-width 1))
+test_emacs "(let ((notmuch-show-indent-messages-width 1))
 	      (notmuch-show \"$maildir_storage_thread\")
 	      (test-output))"
 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage
 
 test_begin_subtest "Basic notmuch-show view in emacs without indentation"
 maildir_storage_thread=$(notmuch search --output=threads id:20091117190054.GU3165@dottiness.seas.harvard.edu)
-test_emacs "(let ((notmuch-indent-messages-width 0))
+test_emacs "(let ((notmuch-show-indent-messages-width 0))
 	      (notmuch-show \"$maildir_storage_thread\")
 	      (test-output))"
 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage-without-indentation
 
 test_begin_subtest "Basic notmuch-show view in emacs with fourfold indentation"
 maildir_storage_thread=$(notmuch search --output=threads id:20091117190054.GU3165@dottiness.seas.harvard.edu)
-test_emacs "(let ((notmuch-indent-messages-width 4))
+test_emacs "(let ((notmuch-show-indent-messages-width 4))
 	      (notmuch-show \"$maildir_storage_thread\")
 	      (test-output))"
 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage-with-fourfold-indentation
-- 
1.7.7.3

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

* Re: [PATCH 2/2] update NEWS
  2012-01-02 22:16         ` [PATCH 2/2] update NEWS Jameson Graef Rollins
@ 2012-01-03 19:28           ` Xavier Maillard
  0 siblings, 0 replies; 17+ messages in thread
From: Xavier Maillard @ 2012-01-03 19:28 UTC (permalink / raw)
  To: Jameson Graef Rollins, Notmuch Mail

Hi,

sorry to bother with such a simple correction

On Mon,  2 Jan 2012 14:16:51 -0800, Jameson Graef Rollins <jrollins@finestructure.net> wrote:

> +Don't sort messages when creating a dump file
> +
> +  This speads up tag dumps considerably, without any loss of
          ^^^^^^
          speeds

/Xavier

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

* [PATCH] Update NEWS for Emacs changes
  2012-01-02 11:58   ` 0.11 is frozen, please update NEWS David Bremner
  2012-01-02 22:16     ` update NEWS, and fix conf variable name Jameson Graef Rollins
@ 2012-01-04  9:25     ` Thomas Jost
  2012-01-05 22:04       ` David Bremner
  2012-01-09 11:54     ` 0.11 is frozen, please update NEWS David Bremner
  2 siblings, 1 reply; 17+ messages in thread
From: Thomas Jost @ 2012-01-04  9:25 UTC (permalink / raw)
  To: notmuch

---
Hello world,

Here's my part. (Also describes Ivy Foster's patch for notmuch-hello-mode-hook.)

Regards,
Thomas

 NEWS |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 6650126..8a3ff5a 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,25 @@ Improvements in saved search management
   not inserted in front. It's also possible to define a sort function
   for displaying saved searches; alphabetical sort is provided.
 
+Hooks for notmuch-hello
+
+  Two new hooks have been added: "notmuch-hello-mode-hook" (called after
+  entering notmuch-hello-mode) and "notmuch-hello-refresh-hook" (called
+  after updating a notmuch-hello buffer).
+
+New face for crypto parts headers
+
+  Crypto parts used to be displayed with a hardcoded color. A new face
+  has been introduced to fix this: notmuch-crypto-part-header. It
+  defaults to the same value as before, but can be customized to match
+  other color themes.
+
+Use space as default thousands separator
+
+  Big numbers in notmuch-hello are now displayed using a space as
+  thousands separator (e.g. "123 456" instead of "123,456"). This can be
+  changed by customizing "notmuch-hello-thousands-separator".
+
 Performance
 -----------
 
-- 
1.7.8.1

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

* Re: [PATCH] Update NEWS for Emacs changes
  2012-01-04  9:25     ` [PATCH] Update NEWS for Emacs changes Thomas Jost
@ 2012-01-05 22:04       ` David Bremner
  0 siblings, 0 replies; 17+ messages in thread
From: David Bremner @ 2012-01-05 22:04 UTC (permalink / raw)
  To: Thomas Jost, notmuch

On Wed,  4 Jan 2012 10:25:07 +0100, Thomas Jost <schnouki@schnouki.net> wrote:
> ---
> Hello world,
> 
> Here's my part. (Also describes Ivy Foster's patch for notmuch-hello-mode-hook.)
> 

Pushed to release; some mashing needed to fit with Jamie's changes. Have
look and see if anything got too mashed.

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

* Re: [PATCH] emacs: fix notmuch-show-indent-messages-width customization variable name
  2012-01-02 22:23         ` [PATCH] emacs: fix notmuch-show-indent-messages-width customization variable name Jameson Graef Rollins
@ 2012-01-05 22:07           ` David Bremner
  0 siblings, 0 replies; 17+ messages in thread
From: David Bremner @ 2012-01-05 22:07 UTC (permalink / raw)
  To: Jameson Graef Rollins, Notmuch Mail

On Mon,  2 Jan 2012 14:23:02 -0800, Jameson Graef Rollins <jrollins@finestructure.net> wrote:
> The name was originally notmuch-indent-messages-width, which is
> inconsistent with our variable naming convention.
> ---
> Sorry, I forgot to fix the tests in the original patch.

Finally pushed both, with a couple of typo fixes.

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

* Re: 0.11 is frozen, please update NEWS
  2012-01-02 11:58   ` 0.11 is frozen, please update NEWS David Bremner
  2012-01-02 22:16     ` update NEWS, and fix conf variable name Jameson Graef Rollins
  2012-01-04  9:25     ` [PATCH] Update NEWS for Emacs changes Thomas Jost
@ 2012-01-09 11:54     ` David Bremner
  2 siblings, 0 replies; 17+ messages in thread
From: David Bremner @ 2012-01-09 11:54 UTC (permalink / raw)
  To: Notmuch Mail

On Mon, 02 Jan 2012 07:58:16 -0400, David Bremner <david@tethera.net> wrote:
> 
> 
> I have tagged 0.11_rc2 and uploaded 0.11~rc2-1 to Debian experimental.
> This includes only the single non-doc commit, fixing a python bindings
> segfault. NEWS items are still solicited.

OK, I have tagged 0.11_rc3 and pushed 0.11~rc3-1 to Debian
experimental. 

I'm pretty determined to release this, after I get one more small NEWS
patch from Jani. I'd appreciate any feedback for either the release
branch or the debian experimental packages.

David

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

* Re: 0.11 is frozen, please update NEWS
  2011-12-25 19:55 0.11 is frozen, please update NEWS David Bremner
  2011-12-30 12:24 ` David Bremner
@ 2012-01-12 17:03 ` Pieter Praet
  2012-01-12 22:12 ` Xavier Maillard
  2 siblings, 0 replies; 17+ messages in thread
From: Pieter Praet @ 2012-01-12 17:03 UTC (permalink / raw)
  To: David Bremner, Notmuch Mail

On Sun, 25 Dec 2011 15:55:43 -0400, David Bremner <david@tethera.net> wrote:
> 
> Well, it's -19C outside, so guess that is appropriate.
> 
> I have merged master to release in preparation for release. There should
> only be additions to NEWS or fixes for serious bugs for branch release
> until 0.11 is out the door.
> 
> Speaking of NEWS, please have a look at the commits listed under your
> name, and if they impact user experience, then consider a patch for
> NEWS. As an experiment, I set up write access to branch "news" of
> 
>       git@pivot.cs.unb.ca:pub/notmuch
> 
> I used the ssh keys people sent me for nmbug; feel free to send me more
> (public) keys. The idea is it might be less painful to edit NEWS on that
> branch.  Of course, all the old methods are fine too.
> 
> 
> Aaron Ecay (3):
>       Ignore dynamic libraries on OS X.
>       Add an argument to notmuch-mua-mail
>       emacs: fix off-by-one bug in notmuch-show-archive
> 
> Ali Polatel (2):
>       notmuch-deliver: Import from maildrop-2.5.5
>       notmuch-deliver: GPL-3+
> 
> Austin Clements (2):
>       emacs: Don't record undo information for search or show buffers.
>       emacs: Avoid unnecessary markers.
> 
> David Edmondson (1):
>       emacs: Add `notmuch-jump-to-recent-buffer'.
> 
> Dmitry Kurochkin (31):
>       emacs: do not call notmuch show for non-inlinable parts
>       emacs: put the last search on top of recent searches in notmuch-hello
> 
> Gregor Zattler (1):
>       emacs: make message indentation width customisable
> 
> 
> Ivy Foster (1):
>       emacs: Add notmuch-hello-mode-hook
> 
> Jameson Graef Rollins (2):
>       emacs: breakout notmuch-show-advance functionality from notmuch-show-advance-and-archive
>       emacs: call notmuch-show instead of notmuch-search in buttonised id: links
> 
> Jani Nikula (8):
>       emacs: Add new customization option to sort saved searches
>       emacs: Make saving new saved searches append, not prepend
>       cli: introduce the concept of user defined hooks
>       cli: add support for pre and post notmuch new hooks
>       emacs: support "notmuch new" as a notmuch-poll-script
>       emacs: Fix notmuch-hello-tag-list-make-query defcustom
>       emacs: Fix notmuch-mua-user-agent defcustom
> 
> Justus Winter (2):
>       python: add classes to wrap all notmuch_*_t types
>       python: annotate all calls into libnotmuch with types
> 
> Louis Rilling (2):
>       lib: Kill last usage of C++ type bool
>       tags_to_maildir_flags: Cleanup double assignement
> 
> Patrick Totzke (3):
>       use __unicode__ for string representation
>       errors='ignore' when decode to unicode
>       fix format string in Message.__unicode__
> 
> Sebastian Spaeth (2):
>       python: Return a STATUS value in tags_to_flags and flags_to_tags
>       python: Remove stray debug comment
> 
> Thomas Jost (6):
>       python: use wrapped notmuch_*_t types instead of raw pointers
>       emacs: Add a face for crypto parts headers
>       Fix build with binutils-2.22
>       emacs: add notmuch-hello-refresh-hook
>       emacs: rename notmuch-decimal-separator to notmuch-hello-thousands-separator
>       emacs: Change the default thousands separator to a space
> 
> Thomas Schwinge (1):
>       dump: Don't sort the output by message id.
> 
> Tomi Ollila (2):
>       Release memory allocated by internet_address_list_parse_string()
>       notmuch: unref charset_filter to fix one memory leak
> 
> pazz (2):
>       test: date_relative in notmuch search json output
>       json: date_relative for threads
> 
> 

Wow!  I'm absolutely blown away by the huge amount of *awesome* work
that has been going on here while I muted some lists for a little while!
(which in retrospect may not have been such a good idea, catching up is
proving to be a task of Herculean proportions...)

Major respect and thanks to *all* past and present contributors,
and extra props to David Bremner, whose dedication is truly exemplary,
and Carl Worth -of course- for starting it all !

Due to personal objections regarding the origin, intentions, execution
and repercussions of the concepts "Christmas", "New Year", et al.,
I won't be wishing any merry nor happy ${insert_preferred_holiday}s,
but instead wish you all a happy and prolific *Every*day, since each
and every one of them is worth celebrating !


Peace

-- 
Pieter

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

* Re: 0.11 is frozen, please update NEWS
  2011-12-25 19:55 0.11 is frozen, please update NEWS David Bremner
  2011-12-30 12:24 ` David Bremner
  2012-01-12 17:03 ` Pieter Praet
@ 2012-01-12 22:12 ` Xavier Maillard
  2 siblings, 0 replies; 17+ messages in thread
From: Xavier Maillard @ 2012-01-12 22:12 UTC (permalink / raw)
  To: David Bremner, Notmuch Mail

Hi,

Maybe it is inappropriate, but do you have any idea when you plan to
release the so-expected 0.11 release ? 

Anyway, keep up the good job guys !

/Xavier

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

end of thread, other threads:[~2012-01-12 21:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-25 19:55 0.11 is frozen, please update NEWS David Bremner
2011-12-30 12:24 ` David Bremner
2011-12-30 18:42   ` [PATCH] Update NEWS for change by Aaron Ecay Aaron Ecay
2011-12-31  2:54     ` David Bremner
2011-12-31  4:44       ` Aaron Ecay
2012-01-02 11:58   ` 0.11 is frozen, please update NEWS David Bremner
2012-01-02 22:16     ` update NEWS, and fix conf variable name Jameson Graef Rollins
2012-01-02 22:16       ` [PATCH 1/2] emacs: fix notmuch-show-indent-messages-width customization " Jameson Graef Rollins
2012-01-02 22:16         ` [PATCH 2/2] update NEWS Jameson Graef Rollins
2012-01-03 19:28           ` Xavier Maillard
2012-01-02 22:23         ` [PATCH] emacs: fix notmuch-show-indent-messages-width customization variable name Jameson Graef Rollins
2012-01-05 22:07           ` David Bremner
2012-01-04  9:25     ` [PATCH] Update NEWS for Emacs changes Thomas Jost
2012-01-05 22:04       ` David Bremner
2012-01-09 11:54     ` 0.11 is frozen, please update NEWS David Bremner
2012-01-12 17:03 ` Pieter Praet
2012-01-12 22:12 ` Xavier Maillard

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).