[PATCH 2/2] NEWS: fix some old typos and trailing whitespace
Pieter Praet
pieter at praet.org
Wed Nov 16 12:37:50 PST 2011
No further explanation needed.
---
NEWS | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/NEWS b/NEWS
index 6c064da..daec4ad 100644
--- a/NEWS
+++ b/NEWS
@@ -130,7 +130,7 @@ Ruby bindings changes
---------------------
- Wrap new library functions notmuch_database_{begin,end}_atomic.
- - Add new exception Notmuch::UnbalancedAtomicError.
+ - Add new exception Notmuch::UnbalancedAtomicError.
- Rename destroy to destroy! according to Ruby naming conventions.
- Update for n_d_find_message* API changes (see above).
@@ -159,7 +159,7 @@ Improved handling of message/rfc822 parts
headers, is unfortunately not yet supported (but hopefully will be
soon).
-Improved Build system portability
+Improved Build system portability
Certain parts of the shell script generating notmuch.sym were
specific to the GNU versions of sed and nm. The new version should
@@ -202,7 +202,7 @@ Sebastian Spaeth contributed two changes related to unicode and UTF8:
* message tags are now explicitly unicode
* query string is encoded as a UTF8 byte string
-Build-System improvments
+Build-System improvements
------------------------
Generate notmuch.sym after the relevant object files
@@ -217,7 +217,7 @@ Bug-fix release.
----------------
Re-export Xapian exception typeinfo symbols.
-
+
It turned out our aggressive symbol hiding caused problems for
people running gcc 4.4.5.
@@ -382,7 +382,7 @@ Hiding of repeated subjects in collapsed thread view
In notmuch-show mode, if a collapsed message has the same subject as
its parent, the subject is not shown.
-
+
Automatic detection and hiding of original message in top-posted message
When a message contains a line looking something like:
@@ -448,7 +448,7 @@ Ruby bindings are now much more complete
Including QUERY.sort, QUERY.to_s, MESSAGE.maildir_flags_to_tags,
MESSAGE.tags_to_maildir_flags, and MESSAGE.get_filenames
-* Python bindings have been upodated and extended
+* Python bindings have been updated and extended
(docs online at http://packages.python.org/notmuch/)
New bindings:
@@ -467,7 +467,7 @@ Ruby bindings are now much more complete
s2 -= s1
Removed:
- - len(Messages()) as it exausted the iterator.
+ - len(Messages()) as it exhausted the iterator.
Use len(list(Messages())) or
Query.count_messages() to get the length.
--
1.7.7.1
More information about the notmuch
mailing list