branch: externals/excorporate commit 161ce106c8fa8b0fb28bfe113ef20213034e29c5 Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>
Require >= Emacs 24.4 via latest url-http-ntlm and url-http-oauth * excorporate.el (Package-Requires): Remove emacs, cl-lib and nadvice. Bump url-http-ntlm to 2.0.6. Bump url-http-oauth to 0.8.4. * README, NEWS: Document new requirements. --- NEWS | 2 ++ README | 2 ++ excorporate.el | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index de8f42b2ed..73c50ae358 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ GNU Emacs Excorporate NEWS -- history of user-visible changes. +** Require Emacs >= 24.4 and latest url-http-ntlm and url-http-oauth packages + ** Eliminate excorporate.el compiler warnings ** Eliminate excorporate-time-zones.el compiler warnings diff --git a/README b/README index 7d0e52b661..d4cae44e3c 100644 --- a/README +++ b/README @@ -3,6 +3,8 @@ Excorporate provides Exchange integration for Emacs. Most Recent Improvements ------------------------ +** Require Emacs >= 24.4 and latest url-http-ntlm and url-http-oauth packages + ** Eliminate excorporate.el compiler warnings ** Eliminate excorporate-time-zones.el compiler warnings diff --git a/excorporate.el b/excorporate.el index cd327b533d..0be751a78d 100644 --- a/excorporate.el +++ b/excorporate.el @@ -8,7 +8,7 @@ ;; Version: 1.1.2 ;; Keywords: calendar ;; Homepage: https://www.fitzsim.org/blog/ -;; Package-Requires: ((emacs "24.1") (cl-lib "0.6.1") (fsm "0.2.1") (soap-client "3.2.0") (url-http-ntlm "2.0.4") (nadvice "0.3") (url-http-oauth "0.8.3")) +;; Package-Requires: ((fsm "0.2.1") (soap-client "3.2.0") (url-http-ntlm "2.0.6") (url-http-oauth "0.8.4")) ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by