[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/constants 1aaeca338e 15/19: Fix-up for distribution as
From: |
ELPA Syncer |
Subject: |
[elpa] externals/constants 1aaeca338e 15/19: Fix-up for distribution as an ELPA package |
Date: |
Tue, 27 Aug 2024 03:58:01 -0400 (EDT) |
branch: externals/constants
commit 1aaeca338e9472f476ed97fbaf5837fa339f7be0
Author: Carsten Dominik <carsten.dominik@gmail.com>
Commit: Carsten Dominik <carsten.dominik@gmail.com>
Fix-up for distribution as an ELPA package
---
README | 3 +++
constants.el | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README b/README
index 6334fd301d..e469792a5e 100644
--- a/README
+++ b/README
@@ -181,6 +181,9 @@ Bruce Ignalis, Dave Pearson, Jacques L'helgoualc'h,
Federico Beffa
CHANGES
-------
+Version 2.10
+- Ready for becoming an ELPA package
+
Version 2.8
- Allow the interactive prompt to change the unit system. That
change will be stored locally for the current buffer and editing
diff --git a/constants.el b/constants.el
index 2b9901fa78..99eb76cccd 100644
--- a/constants.el
+++ b/constants.el
@@ -3,7 +3,7 @@
;; Copyright (c) 2003, 2004, 2005, 2011, 2013, 2020, 2024 Carsten Dominik
;; Author: Carsten Dominik <carsten.dominik@gmail.com>
-;; Version: 2.9
+;; Version: 2.10
;; Package-Requires: ((emacs "24.1"))
;; Keywords: programming, languages
;; URL: https://github.com/cdominik/constants-for-Emacs
@@ -210,6 +210,9 @@
;;
;; CHANGES
;; -------
+;; Version 2.10
+;; - Ready for becoming an ELPA package
+;;
;; Version 2.8
;; - Allow the interactive prompt to change the unit system. That
;; change will be stored locally for the current buffer and editing
- [elpa] branch externals/constants created (now a885f4f752), ELPA Syncer, 2024/08/27
- [elpa] externals/constants 1aaeca338e 15/19: Fix-up for distribution as an ELPA package,
ELPA Syncer <=
- [elpa] externals/constants 52af86666a 03/19: Better README, ELPA Syncer, 2024/08/27
- [elpa] externals/constants 33ef6ab43b 07/19: Use `called-interactively-p' instead of `interactive-p', ELPA Syncer, 2024/08/27
- [elpa] externals/constants b0bf11101a 09/19: Fix bug in Makefile, ELPA Syncer, 2024/08/27
- [elpa] externals/constants d123338020 04/19: Add acknowledgment to Federico Beffa, ELPA Syncer, 2024/08/27
- [elpa] externals/constants 4ac12e8b99 08/19: Prepare for MELPA, ELPA Syncer, 2024/08/27
- [elpa] externals/constants ebd7563ec8 06/19: Add URL, ELPA Syncer, 2024/08/27
- [elpa] externals/constants 5cf71fa5a8 11/19: Merge pull request #2 from janEbert/elisp-exponent-string, ELPA Syncer, 2024/08/27
- [elpa] externals/constants 4d0da8e717 14/19: Some code cleanup preparing for package release., ELPA Syncer, 2024/08/27
- [elpa] externals/constants ad9999a820 12/19: Fix bug: GG should mean Grav, not gram, ELPA Syncer, 2024/08/27
- [elpa] externals/constants 83cf062de2 01/19: Initial commit, ELPA Syncer, 2024/08/27