diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2015-08-05 23:05:02 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-08-07 21:46:33 +0200 |
| commit | af3eba97fde00d6bc922df87732b3d28f717f120 (patch) | |
| tree | c32e461a0347d9f035a7368a329918560062e910 | |
| parent | d02e4dee71b9fb38919ac5e78ec56d1df79473fb (diff) | |
NEWS: emacs: notmuch-{cli,emacs}-version usage
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.
| -rw-r--r-- | NEWS | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -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) ========================= |
