NEWS: fix some old typos and trailing whitespace

(with a further M-x whitespace-cleanup by db)
This commit is contained in:
Pieter Praet 2011-11-16 21:37:50 +01:00 committed by David Bremner
parent 990ad97663
commit 53b921d604

7
NEWS
View file

@ -202,7 +202,7 @@ Sebastian Spaeth contributed two changes related to unicode and UTF8:
* message tags are now explicitly unicode * message tags are now explicitly unicode
* query string is encoded as a UTF8 byte string * query string is encoded as a UTF8 byte string
Build-System improvments Build-System improvements
------------------------ ------------------------
Generate notmuch.sym after the relevant object files Generate notmuch.sym after the relevant object files
@ -448,7 +448,7 @@ Ruby bindings are now much more complete
Including QUERY.sort, QUERY.to_s, MESSAGE.maildir_flags_to_tags, Including QUERY.sort, QUERY.to_s, MESSAGE.maildir_flags_to_tags,
MESSAGE.tags_to_maildir_flags, and MESSAGE.get_filenames 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/) (docs online at http://packages.python.org/notmuch/)
New bindings: New bindings:
@ -467,7 +467,7 @@ Ruby bindings are now much more complete
s2 -= s1 s2 -= s1
Removed: Removed:
- len(Messages()) as it exausted the iterator. - len(Messages()) as it exhausted the iterator.
Use len(list(Messages())) or Use len(list(Messages())) or
Query.count_messages() to get the length. Query.count_messages() to get the length.
@ -1359,4 +1359,3 @@ a performance bug that made notmuch very slow when modifying
tags. This would cause distracting pauses when reading mail while tags. This would cause distracting pauses when reading mail while
notmuch would wait for Xapian when removing the "inbox" and "unread" notmuch would wait for Xapian when removing the "inbox" and "unread"
tags from messages in a thread. tags from messages in a thread.