branch: elpa/annotate
commit 54f0b96f3f2b5636fa2dfc59b5c9d699a3149aee
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - increased version number;
    
    - updated NEWS file;
    
    - updated Changelog.
---
 Changelog   | 48 +++++++++++++++++++++++++++++++++++++++++++-----
 NEWS.org    |  6 +++++-
 annotate.el |  4 ++--
 3 files changed, 50 insertions(+), 8 deletions(-)

diff --git a/Changelog b/Changelog
index fa0205d33e..8a5371db9c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,11 +1,49 @@
+2025-05-14 cage
+
+       * annotate.el:
+
+       - fixed docstrings.
+
+2025-05-12 cage2
+
+       * annotate.el:
+
+       Merge pull request #172 from jcs-PR/ci/basic
+       - fixed type definition of customiziable variables related to font
+       faces of annotations, we can not know in advance the length of the
+       plists bound to these variables;
+       - fixed docstrings, only symbols names are wrapped in `…'.
+       - fixed docstrings.
+
+2025-05-10 cage2, JenChieh
+
+       * .github/workflows/test.yml,
+       * .gitignore,
+       * Eask,
+       * annotate.el:
+
+       Merge pull request #171 from cage2/master
+       ci: Add basic CI
+       fix: Set minimum version to 30.1
+       fix: snapshot warnings
+       fix: wrap info-setup
+       fix: indent issue and mix used of tab/spaces
+       fix: wrap entire info setup
+       fix: diff-buffers added after 27.1
+
 2025-05-09 cage
 
-        * annotate.el:
+       * Changelog,
+       * NEWS.org,
+       * annotate.el:
 
-        - fixed type definition of customiziable variables related to font
-        faces of annotations;
-        - changed deprecated function related to info mode;
-        - reformatted some docstrings to fit 80 columns limit.
+       - fixed type definition of customiziable variables related to font
+       faces of annotations;
+       - changed deprecated function related to info mode;
+       - reformatted some docstrings to fit 80 columns limit.
+       - increased version number;
+       - updated NEWS file;
+       - updated Changelog.
 
 2025-05-07 cage
 
diff --git a/NEWS.org b/NEWS.org
index c13a0bb80c..8661e3d80a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,6 +1,10 @@
+- 2025-05-09 v2.4.2 cage ::
+
+  This versions adds a CI system and boilerplate for adding unit testing to 
annotate.el (thanks JenChieh!); also docstrings has been modified to be more 
compliant to Emacs documentation standards.
+
 - 2025-05-09 v2.4.1 cage ::
 
-  This version reomoves the compilation warnings and makes easier to customize 
the packacge.
+  This version removes the compilation warnings and makes easier to customize 
the package.
 
 - 2025-04-23 v2.4.0 cage ::
 
diff --git a/annotate.el b/annotate.el
index 4d633686dc..25c18db2eb 100644
--- a/annotate.el
+++ b/annotate.el
@@ -7,7 +7,7 @@
 ;; Maintainer: Bastian Bechtold <bastibe....@mailbox.org>, cage 
<cage-...@twistfold.it>
 ;; URL: https://github.com/bastibe/annotate.el
 ;; Created: 2015-06-10
-;; Version: 2.4.1
+;; Version: 2.4.2
 ;; Package-Requires: ((emacs "27.1"))
 
 ;; This file is NOT part of GNU Emacs.
@@ -59,7 +59,7 @@
 ;;;###autoload
 (defgroup annotate nil
   "Annotate files without changing them."
-  :version "2.4.1"
+  :version "2.4.2"
   :group 'text)
 
 (defvar annotate-mode-map

Reply via email to