Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 80384429E2E for ; Wed, 16 Nov 2011 12:39:08 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zy3PecGb4XDt for ; Wed, 16 Nov 2011 12:39:06 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id DB1FD429E35 for ; Wed, 16 Nov 2011 12:39:05 -0800 (PST) Received: by mail-ww0-f45.google.com with SMTP id 10so1207024wwf.2 for ; Wed, 16 Nov 2011 12:39:05 -0800 (PST) Received: by 10.216.166.212 with SMTP id g62mr5980254wel.29.1321475945337; Wed, 16 Nov 2011 12:39:05 -0800 (PST) Received: from localhost ([109.131.148.49]) by mx.google.com with ESMTPS id fy13sm34048544wbb.18.2011.11.16.12.39.04 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Nov 2011 12:39:04 -0800 (PST) From: Pieter Praet To: David Bremner Subject: [PATCH 2/2] NEWS: fix some old typos and trailing whitespace Date: Wed, 16 Nov 2011 21:37:50 +0100 Message-Id: <1321475870-29674-3-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.7.1 In-Reply-To: <1321475870-29674-1-git-send-email-pieter@praet.org> References: <87zkfwn4lm.fsf@zancas.localnet> <1321475870-29674-1-git-send-email-pieter@praet.org> Cc: Notmuch Mail X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2011 20:39:08 -0000 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