[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/excorporate 5f9d300 7/7: Bump version to 0.9.3
From: |
Thomas Fitzsimmons |
Subject: |
[elpa] externals/excorporate 5f9d300 7/7: Bump version to 0.9.3 |
Date: |
Thu, 28 Jan 2021 21:10:00 -0500 (EST) |
branch: externals/excorporate
commit 5f9d300d98222a18c9c9beb07c89557f1a96309d
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Bump version to 0.9.3
* excorporate.el: Bump version to 0.9.3.
* NEWS, README: Document 0.9.3 changes.
---
NEWS | 8 ++++++++
README | 6 +++---
excorporate.el | 5 ++++-
3 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index 9f31b22..17fe47e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
GNU Emacs Excorporate NEWS -- history of user-visible changes.
+* New in Excorporate 0.9.3
+
+Released 2021-01-28
+
+** Enable diary integration by default
+
+** Introduce defcustom, excorporate-update-diary, to control this behaviour
+
* New in Excorporate 0.9.2
Released 2021-01-23
diff --git a/README b/README
index beca0c4..ca9d345 100644
--- a/README
+++ b/README
@@ -3,11 +3,11 @@ Excorporate provides Exchange integration for Emacs.
Most Recent Improvements
------------------------
-New in Excorporate 0.9.2, released 2021-01-23:
+New in Excorporate 0.9.3, released 2021-01-28:
-** Do not hardcode directory for diary files
+** Enable diary integration by default
-Use locate-user-emacs-file instead.
+** Introduce defcustom, excorporate-update-diary, to control this behaviour
Quick Start
-----------
diff --git a/excorporate.el b/excorporate.el
index 7241cca..1eb982b 100644
--- a/excorporate.el
+++ b/excorporate.el
@@ -5,7 +5,7 @@
;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
;; Maintainer: Thomas Fitzsimmons <fitzsim@fitzsim.org>
;; Created: 2014-09-19
-;; Version: 0.9.2
+;; Version: 0.9.3
;; 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"))
@@ -109,6 +109,9 @@
;; Collin Day <dcday137@gmail.com> tested and helped debug accessing
;; Office 365 through an HTTPS proxy.
+;; Sandro Romanzetti <roman.sandro@gmail.com> tested
+;; excorporate-update-diary.
+
;;; Code:
;; Implementation-visible functions and variables.
- [elpa] externals/excorporate updated (e97da25 -> 5f9d300), Thomas Fitzsimmons, 2021/01/28
- [elpa] externals/excorporate 1adba1a 1/7: Remove an outdated comment, Thomas Fitzsimmons, 2021/01/28
- [elpa] externals/excorporate 1d94517 3/7: Retrieve diary entries after successful connection, Thomas Fitzsimmons, 2021/01/28
- [elpa] externals/excorporate b27e839 4/7: Update copyright years, Thomas Fitzsimmons, 2021/01/28
- [elpa] externals/excorporate 8598f97 5/7: Fix indentation, Thomas Fitzsimmons, 2021/01/28
- [elpa] externals/excorporate b09d091 6/7: Autoload excorporate-diary-disable, Thomas Fitzsimmons, 2021/01/28
- [elpa] externals/excorporate 5f9d300 7/7: Bump version to 0.9.3,
Thomas Fitzsimmons <=
- [elpa] externals/excorporate f86a961 2/7: Add excorporate-update-diary defcustom, Thomas Fitzsimmons, 2021/01/28