From: Tomi Ollila Date: Wed, 5 Aug 2015 20:05:02 +0000 (+0300) Subject: [PATCH] NEWS: emacs: notmuch-{cli,emacs}-version usage X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d278f93fdc72fa032d90584a962adf9338c8291d;p=notmuch-archives.git [PATCH] NEWS: emacs: notmuch-{cli,emacs}-version usage --- diff --git a/69/62dfc3d18092b644146c2d5249ac31b5e17eeb b/69/62dfc3d18092b644146c2d5249ac31b5e17eeb new file mode 100644 index 000000000..235d0b174 --- /dev/null +++ b/69/62dfc3d18092b644146c2d5249ac31b5e17eeb @@ -0,0 +1,95 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 8706E6DE1352 + for ; Wed, 5 Aug 2015 13:05:21 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.293 +X-Spam-Level: +X-Spam-Status: No, score=0.293 tagged_above=-999 required=5 tests=[AWL=0.833, + RP_MATCHES_RCVD=-0.55, T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 31xj0Ro-Jswj for ; + Wed, 5 Aug 2015 13:05:18 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id 0FF976DE1271 + for ; Wed, 5 Aug 2015 13:05:17 -0700 (PDT) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id 1CE5B10009D; Wed, 5 Aug 2015 23:05:04 +0300 (EEST) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH] NEWS: emacs: notmuch-{cli,emacs}-version usage +Date: Wed, 5 Aug 2015 23:05:02 +0300 +Message-Id: <1438805102-16903-1-git-send-email-tomi.ollila@iki.fi> +X-Mailer: git-send-email 2.0.0 +Cc: tomi.ollila@iki.fi +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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, 05 Aug 2015 20:05:21 -0000 + +News for notmuch-emacs-version usage in User-Agent header and +rename of function notmuch-version to notmuch-cli-version. + +While at it, made some minor (consistency) punctuation changes +to make news to wiki conversion work as expected. +--- + NEWS | 19 +++++++++++++++++-- + 1 file changed, 17 insertions(+), 2 deletions(-) + +diff --git a/NEWS b/NEWS +index e474e53..024359a 100644 +--- a/NEWS ++++ b/NEWS +@@ -1,10 +1,25 @@ + Notmuch 0.21 (UNRELEASED) + ========================= + ++Emacs Interface ++--------------- ++ ++`notmuch-emacs-version` is used in `User-Agent` header ++ ++ The value of recently introduced variable `notmuch-emacs-version` is ++ now used as a part of `User-Agent` header when sending emails. ++ ++Removed `notmuch-version` function by renaming it to `notmuch-cli-version` ++ ++ With existing variable `notmuch-emacs-version` the accompanied ++ function which retrieves the version of `notmuch-command` is ++ better named as `notmuch-cli-version`. ++ + Library + ------- + +-The use of absolute paths is now enforced when calling notmuch_database_{open, create} ++The use of absolute paths is now enforced when calling ++`notmuch_database_{open, create}`. + + Notmuch 0.20.2 (2015-06-27) + =========================== +@@ -20,7 +35,7 @@ Notmuch 0.20.1 (2015-06-01) + Test Suite + ---------- + +-Work around apparent gdb bug on arm64 ++Work around apparent gdb bug on arm64. + + Notmuch 0.20 (2015-05-31) + ========================= +-- +2.4.1 +