[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master c369964 16/62: Reduce required Emacs version to 25.3
From: |
Ian Dunn |
Subject: |
[elpa] master c369964 16/62: Reduce required Emacs version to 25.3 |
Date: |
Sat, 9 Dec 2017 14:33:58 -0500 (EST) |
branch: master
commit c36996495d51976bd595164cdf081d68766c6ff7
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>
Reduce required Emacs version to 25.3
* paced.el: Reduce version
* paced.org (Installation): Reduce version in requirements
---
paced.el | 2 +-
paced.info | 2 +-
paced.org | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/paced.el b/paced.el
index 5a765ff..f5c6c49 100644
--- a/paced.el
+++ b/paced.el
@@ -4,7 +4,7 @@
;; Author: Ian Dunn <address@hidden>
;; Keywords: convenience, completion
-;; Package-Requires: ((emacs "26.0.90") (async "1.9.2"))
+;; Package-Requires: ((emacs "25.3") (async "1.9.2"))
;; Version: 1.0
;; Created: 22 Jan 2017
;; Modified: 10 Nov 2017
diff --git a/paced.info b/paced.info
index e0b1abc..7551c95 100644
--- a/paced.info
+++ b/paced.info
@@ -194,7 +194,7 @@ Installation
*Requirements*
-Emacs 26.1
+Emacs 25.3
async 1.9.2
Right now, the only way to install paced is from source.
diff --git a/paced.org b/paced.org
index 149a260..c024a97 100644
--- a/paced.org
+++ b/paced.org
@@ -111,7 +111,7 @@ need it to do that.
*Requirements*
-| Emacs | 26.1 |
+| Emacs | 25.3 |
| async | 1.9.2 |
Right now, the only way to install paced is from source.
- [elpa] master updated (0775e8c -> 5b288be), Ian Dunn, 2017/12/09
- [elpa] master 9b61ee5 03/62: Added ede/proj-aux to bootstrap.sh, Ian Dunn, 2017/12/09
- [elpa] master 428098b 04/62: Added bzrignore file, Ian Dunn, 2017/12/09
- [elpa] master d854f3d 02/62: Fixed typos, Ian Dunn, 2017/12/09
- [elpa] master 52c8a88 10/62: Fixed usage of bzr send in documentation, Ian Dunn, 2017/12/09
- [elpa] master 262d99f 13/62: Added package requirements to paced.el, Ian Dunn, 2017/12/09
- [elpa] master 79c22c2 06/62: Added new customization options for paced-load-all-dictionaries, Ian Dunn, 2017/12/09
- [elpa] master e404950 14/62: Alias if-let* and when-let* for backwards compatibility, Ian Dunn, 2017/12/09
- [elpa] master 6c014ae 15/62: Remove rx pcase form for compatibility, Ian Dunn, 2017/12/09
- [elpa] master ecb2f9d 12/62: Fixed up info title, Ian Dunn, 2017/12/09
- [elpa] master c369964 16/62: Reduce required Emacs version to 25.3,
Ian Dunn <=
- [elpa] master de2260f 07/62: Documented the population commands, Ian Dunn, 2017/12/09
- [elpa] master febb200 08/62: Added function to submit a bug report, Ian Dunn, 2017/12/09
- [elpa] master b925c0b 17/62: Updated links in documentation, Ian Dunn, 2017/12/09
- [elpa] master 38979b5 18/62: Fixed up contributing documentation, Ian Dunn, 2017/12/09
- [elpa] master 4162bd4 22/62: Changed name of registered checker, Ian Dunn, 2017/12/09
- [elpa] master 302d4b4 28/62: Added convenience method for adding population commands, Ian Dunn, 2017/12/09
- [elpa] master 4824306 21/62: Make the registered dictionary map a hash table, Ian Dunn, 2017/12/09
- [elpa] master e751e4f 24/62: Update case-handling slot name in Documentation, Ian Dunn, 2017/12/09
- [elpa] master dada473 19/62: Push of info page, Ian Dunn, 2017/12/09
- [elpa] master 6e7d6d7 29/62: Updated method names in paced-repopulate-dictionary-async, Ian Dunn, 2017/12/09