unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] NEWS & doc: typing fixes
@ 2014-11-15 14:22 Tomi Ollila
  2014-11-15 14:52 ` [PATCH v2] " Tomi Ollila
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi Ollila @ 2014-11-15 14:22 UTC (permalink / raw)
  To: notmuch; +Cc: tomi.ollila

Some inconsistent formatting in (old) NEWS for 0.18 & 0.17 fixed.

Extra `*` when making bold text in doc/man1/notmuch-search.rst removed.
---
 NEWS                        | 4 ++--
 doc/man1/notmuch-search.rst | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 80679bd..fae6ae7 100644
--- a/NEWS
+++ b/NEWS
@@ -208,7 +208,7 @@ Make emacs install robust against the non-existence of emacs
 
 Put notmuch lib directory first in RPATH
 
-Fix handling of html_static_path in sphinx
+Fix handling of `html_static_path` in sphinx
 
   Both the python bindings and the main docs had spurious settings of
   this variable.
@@ -283,7 +283,7 @@ The `folder:` search prefix now requires an exact match
   advised to see the `notmuch-search-terms` manual page for details,
   and review how the change affects their existing `folder:` searches.
 
-There is a new `path:` search prefix.
+There is a new `path:` search prefix
 
   The new `path:` search prefix complements the `folder:` prefix. The
   `path:` prefix searches for email messages that are in particular
diff --git a/doc/man1/notmuch-search.rst b/doc/man1/notmuch-search.rst
index 0cc2911..1af56c4 100644
--- a/doc/man1/notmuch-search.rst
+++ b/doc/man1/notmuch-search.rst
@@ -153,4 +153,4 @@ SEE ALSO
 **notmuch-dump(1)**, **notmuch-hooks(5)**, **notmuch-insert(1)**,
 **notmuch-new(1)**, **notmuch-reply(1)**, **notmuch-restore(1)**,
 **notmuch-search-terms(7)**, **notmuch-show(1)**, **notmuch-tag(1)**
-***notmuch-address(1)**
+**notmuch-address(1)**
-- 
1.9.3

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

* [PATCH v2] NEWS & doc: typing fixes
  2014-11-15 14:22 [PATCH] NEWS & doc: typing fixes Tomi Ollila
@ 2014-11-15 14:52 ` Tomi Ollila
  2014-11-16  8:39   ` David Bremner
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi Ollila @ 2014-11-15 14:52 UTC (permalink / raw)
  To: notmuch; +Cc: tomi.ollila

Some inconsistent formatting in NEWS for 0.19, 0.18 & 0.17 fixed.

Extra `*` when making bold text in doc/man1/notmuch-search.rst removed.
---

In addition to id:1416061348-8062-1-git-send-email-tomi.ollila@iki.fi
adds fix to 0.19 formatting.

 NEWS                        | 8 ++++----
 doc/man1/notmuch-search.rst | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 80679bd..44e8d05 100644
--- a/NEWS
+++ b/NEWS
@@ -126,8 +126,8 @@ Library users can now abort an atomic section by closing the database
   Callers can now simply close the database, and any outstanding
   atomic section will be aborted.
 
-Add return status to notmuch_database_close and
-notmuch_database_destroy
+Add return status to `notmuch_database_close` and
+`notmuch_database_destroy`
 
 Bug fixes and performance improvements for thread linking
 
@@ -208,7 +208,7 @@ Make emacs install robust against the non-existence of emacs
 
 Put notmuch lib directory first in RPATH
 
-Fix handling of html_static_path in sphinx
+Fix handling of `html_static_path` in sphinx
 
   Both the python bindings and the main docs had spurious settings of
   this variable.
@@ -283,7 +283,7 @@ The `folder:` search prefix now requires an exact match
   advised to see the `notmuch-search-terms` manual page for details,
   and review how the change affects their existing `folder:` searches.
 
-There is a new `path:` search prefix.
+There is a new `path:` search prefix
 
   The new `path:` search prefix complements the `folder:` prefix. The
   `path:` prefix searches for email messages that are in particular
diff --git a/doc/man1/notmuch-search.rst b/doc/man1/notmuch-search.rst
index 0cc2911..1af56c4 100644
--- a/doc/man1/notmuch-search.rst
+++ b/doc/man1/notmuch-search.rst
@@ -153,4 +153,4 @@ SEE ALSO
 **notmuch-dump(1)**, **notmuch-hooks(5)**, **notmuch-insert(1)**,
 **notmuch-new(1)**, **notmuch-reply(1)**, **notmuch-restore(1)**,
 **notmuch-search-terms(7)**, **notmuch-show(1)**, **notmuch-tag(1)**
-***notmuch-address(1)**
+**notmuch-address(1)**
-- 
1.9.3

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

* Re: [PATCH v2] NEWS & doc: typing fixes
  2014-11-15 14:52 ` [PATCH v2] " Tomi Ollila
@ 2014-11-16  8:39   ` David Bremner
  0 siblings, 0 replies; 3+ messages in thread
From: David Bremner @ 2014-11-16  8:39 UTC (permalink / raw)
  To: Tomi Ollila, notmuch

Tomi Ollila <tomi.ollila@iki.fi> writes:

> Some inconsistent formatting in NEWS for 0.19, 0.18 & 0.17 fixed.
>
> Extra `*` when making bold text in doc/man1/notmuch-search.rst removed.

Pushed,

d

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

end of thread, other threads:[~2014-11-16  8:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-15 14:22 [PATCH] NEWS & doc: typing fixes Tomi Ollila
2014-11-15 14:52 ` [PATCH v2] " Tomi Ollila
2014-11-16  8:39   ` 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).