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 890C5429E27 for ; Wed, 16 May 2012 00:22:10 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 45qY5YjqiGI8 for ; Wed, 16 May 2012 00:22:09 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id BB6C8429E3F for ; Wed, 16 May 2012 00:21:53 -0700 (PDT) Received: by guru.guru-group.fi (Postfix, from userid 501) id 8F7CD100642; Wed, 16 May 2012 10:22:04 +0300 (EEST) From: Tomi Ollila To: notmuch@notmuchmail.org Subject: [PATCH 4/4] NEWS: Capitalized go bindings changes title Date: Wed, 16 May 2012 10:21:50 +0300 Message-Id: <1337152910-22371-7-git-send-email-tomi.ollila@iki.fi> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1337146745-21525-1-git-send-email-tomi.ollila@iki.fi> References: <1337146745-21525-1-git-send-email-tomi.ollila@iki.fi> Cc: Tomi Ollila 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 May 2012 07:22:11 -0000 Align 'Go bindings changes' title capitalization to rest of the file --- NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index ad4859d..668281c 100644 --- a/NEWS +++ b/NEWS @@ -103,7 +103,7 @@ The function `notmuch_database_close` has been split into functions now return a `notmuch_status_t` and take an out-argument for returning the new database object or directory object. -go bindings changes +Go bindings changes ------------------- Go 1 compatibility -- 1.7.1