unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] NEWS: consistent 2-space indentation
@ 2012-01-04 13:26 Tomi Ollila
  2012-01-04 17:48 ` Jameson Graef Rollins
  2012-01-06 12:18 ` David Bremner
  0 siblings, 2 replies; 5+ messages in thread
From: Tomi Ollila @ 2012-01-04 13:26 UTC (permalink / raw)
  To: notmuch; +Cc: Tomi Ollila

In NEWS file, indentation for item descriptions is generally 2 spaces
but in a few cases there were 3 or 4 (4 caused different markdown
handling) space indentations. Indentation in those lines are brought
to consistent 2-space indentation.
Note that this patch touches spacing in "historical" content --
content of released versions 0.10.2, 0.10 and 0.6 -- in NEWS file.
---
This patch is submitted on release branch.
 NEWS |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index 6650126..7c0b991 100644
--- a/NEWS
+++ b/NEWS
@@ -66,8 +66,8 @@ Bug-fix release.
 
 Fix crash in python bindings.
 
-    The python bindings did not call g_type_init, which caused crashes
-    for some, but not all users.
+  The python bindings did not call g_type_init, which caused crashes
+  for some, but not all users.
 
 Notmuch 0.10.1 (2011-11-25)
 ===========================
@@ -137,8 +137,8 @@ Add keybinding ('c I') for stashing Message-ID's without an id: prefix
 
 Do not query on notmuch-search exit
 
-   It is harmless to kill the external notmuch process, so the user
-   is no longer interrogated when they interrupt a search.
+  It is harmless to kill the external notmuch process, so the user
+  is no longer interrogated when they interrupt a search.
 
 Performance
 -----------
@@ -167,9 +167,9 @@ mailing list.
 
 nmbug - share tags with a given prefix
 
-   nmbug helps maintain a git repo containing all tags with a given
-   prefix (by default "notmuch::"). Tags can be shared by commiting
-   them to git in one location and restoring in another.
+  nmbug helps maintain a git repo containing all tags with a given
+  prefix (by default "notmuch::"). Tags can be shared by commiting
+  them to git in one location and restoring in another.
 
 Notmuch 0.9 (2011-10-01)
 ========================
@@ -554,7 +554,7 @@ Ruby bindings are now much more complete
 	s1.union(s2)
 	s2 -= s1
 
-   Removed:
+  Removed:
      - len(Messages()) as it exhausted the iterator.
        Use len(list(Messages())) or
        Query.count_messages() to get the length.
-- 
1.7.7.3

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

* Re: [PATCH] NEWS: consistent 2-space indentation
  2012-01-04 13:26 [PATCH] NEWS: consistent 2-space indentation Tomi Ollila
@ 2012-01-04 17:48 ` Jameson Graef Rollins
  2012-01-06 12:18 ` David Bremner
  1 sibling, 0 replies; 5+ messages in thread
From: Jameson Graef Rollins @ 2012-01-04 17:48 UTC (permalink / raw)
  To: Tomi Ollila, notmuch

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

On Wed,  4 Jan 2012 15:26:52 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:
> In NEWS file, indentation for item descriptions is generally 2 spaces
> but in a few cases there were 3 or 4 (4 caused different markdown
> handling) space indentations. Indentation in those lines are brought
> to consistent 2-space indentation.
> Note that this patch touches spacing in "historical" content --
> content of released versions 0.10.2, 0.10 and 0.6 -- in NEWS file.

Hey, Tomi.  I don't see that as being a big deal.

I also suggest we move to a NEWS directory, with each release getting a
separate file named after the release.  If we also formated the NEWS
entries in proper markdown it would make it trivial to sync the NEWS to
the wiki.

jamie.

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

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

* Re: [PATCH] NEWS: consistent 2-space indentation
  2012-01-04 13:26 [PATCH] NEWS: consistent 2-space indentation Tomi Ollila
  2012-01-04 17:48 ` Jameson Graef Rollins
@ 2012-01-06 12:18 ` David Bremner
  1 sibling, 0 replies; 5+ messages in thread
From: David Bremner @ 2012-01-06 12:18 UTC (permalink / raw)
  To: Tomi Ollila, notmuch; +Cc: Tomi Ollila

On Wed,  4 Jan 2012 15:26:52 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:
> ---
> This patch is submitted on release branch.
>  NEWS |   16 ++++++++--------
>  1 files changed, 8 insertions(+), 8 deletions(-)

Hi Tomi;

It seems like applying this to release is just asking for trouble. It is
already quite an ordeal merging patches for NEWS. Is there some urgency
for this in terms of supporting automated posting of NEWS to the wiki?

d

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

* [PATCH] NEWS: consistent 2-space indentation
@ 2012-01-17 11:00 Tomi Ollila
  2012-01-17 11:54 ` David Bremner
  0 siblings, 1 reply; 5+ messages in thread
From: Tomi Ollila @ 2012-01-17 11:00 UTC (permalink / raw)
  To: notmuch; +Cc: Tomi Ollila

In NEWS file, indentation for item descriptions is generally 2 spaces
but in a few cases there were 3 or 4 (4 caused different markdown
handling) space indentations. Indentation in those lines are brought
to consistent 2-space indentation.
---
 NEWS |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index 1161c22..1e561a9 100644
--- a/NEWS
+++ b/NEWS
@@ -133,8 +133,8 @@ Bug-fix release.
 
 Fix crash in python bindings.
 
-    The python bindings did not call g_type_init, which caused crashes
-    for some, but not all users.
+  The python bindings did not call g_type_init, which caused crashes
+  for some, but not all users.
 
 Notmuch 0.10.1 (2011-11-25)
 ===========================
@@ -204,8 +204,8 @@ Add keybinding ('c I') for stashing Message-ID's without an id: prefix
 
 Do not query on notmuch-search exit
 
-   It is harmless to kill the external notmuch process, so the user
-   is no longer interrogated when they interrupt a search.
+  It is harmless to kill the external notmuch process, so the user
+  is no longer interrogated when they interrupt a search.
 
 Performance
 -----------
@@ -234,9 +234,9 @@ mailing list.
 
 nmbug - share tags with a given prefix
 
-   nmbug helps maintain a git repo containing all tags with a given
-   prefix (by default "notmuch::"). Tags can be shared by commiting
-   them to git in one location and restoring in another.
+  nmbug helps maintain a git repo containing all tags with a given
+  prefix (by default "notmuch::"). Tags can be shared by commiting
+  them to git in one location and restoring in another.
 
 Notmuch 0.9 (2011-10-01)
 ========================
@@ -621,7 +621,7 @@ Ruby bindings are now much more complete
 	s1.union(s2)
 	s2 -= s1
 
-   Removed:
+  Removed:
      - len(Messages()) as it exhausted the iterator.
        Use len(list(Messages())) or
        Query.count_messages() to get the length.
-- 
1.7.7.3

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

* Re: [PATCH] NEWS: consistent 2-space indentation
  2012-01-17 11:00 Tomi Ollila
@ 2012-01-17 11:54 ` David Bremner
  0 siblings, 0 replies; 5+ messages in thread
From: David Bremner @ 2012-01-17 11:54 UTC (permalink / raw)
  To: Tomi Ollila, notmuch; +Cc: Tomi Ollila

On Tue, 17 Jan 2012 13:00:15 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:
> In NEWS file, indentation for item descriptions is generally 2 spaces
> but in a few cases there were 3 or 4 (4 caused different markdown
> handling) space indentations. Indentation in those lines are brought
> to consistent 2-space indentation.

pushed, 

d

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-04 13:26 [PATCH] NEWS: consistent 2-space indentation Tomi Ollila
2012-01-04 17:48 ` Jameson Graef Rollins
2012-01-06 12:18 ` David Bremner
  -- strict thread matches above, loose matches on Subject: below --
2012-01-17 11:00 Tomi Ollila
2012-01-17 11:54 ` 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).