branch: externals/excorporate commit cad5c46a97406b22359a8d97daba53b131c68b76 Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>
Bump version to 0.9.5 * excorporate.el: Bump version to 0.9.5. * NEWS, README: Document 0.9.5 changes. --- NEWS | 12 ++++++++++++ README | 10 +++++++--- excorporate.el | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 17fe47e..52e4e72 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ GNU Emacs Excorporate NEWS -- history of user-visible changes. +* New in Excorporate 0.9.5 + +Released 2021-04-07 + +** Set time zone when creating calendar items + +** Add excorporate-disconnect function + +** Document how to disconnect and how to handle a stuck connection + +** Use new exco-select-connection-identifier function in API Usage examples + * New in Excorporate 0.9.3 Released 2021-01-28 diff --git a/README b/README index ca9d345..81b2d15 100644 --- a/README +++ b/README @@ -3,11 +3,15 @@ Excorporate provides Exchange integration for Emacs. Most Recent Improvements ------------------------ -New in Excorporate 0.9.3, released 2021-01-28: +New in Excorporate 0.9.5, released 2021-04-07: -** Enable diary integration by default +** Set time zone when creating calendar items -** Introduce defcustom, excorporate-update-diary, to control this behaviour +** Add excorporate-disconnect function + +** Document how to disconnect and how to handle a stuck connection + +** Use new exco-select-connection-identifier function in API Usage examples Quick Start ----------- diff --git a/excorporate.el b/excorporate.el index b5459f8..1b9651c 100644 --- a/excorporate.el +++ b/excorporate.el @@ -5,7 +5,7 @@ ;; Author: Thomas Fitzsimmons <fitz...@fitzsim.org> ;; Maintainer: Thomas Fitzsimmons <fitz...@fitzsim.org> ;; Created: 2014-09-19 -;; Version: 0.9.3 +;; Version: 0.9.5 ;; Keywords: calendar ;; Homepage: https://www.fitzsim.org/blog/ ;; Package-Requires: ((emacs "24.1") (fsm "0.2.1") (soap-client "3.2.0") (url-http-ntlm "2.0.4") (nadvice "0.3"))