branch: elpa/annotate commit 09d48e5644c71a8a8780a512cbd62ba63c9d30b9 Author: cage <cage@invalid> Commit: cage <cage@invalid>
- increased version number; - updated NEWS file; - updated Changelog. --- Changelog | 42 ++++++++++++++++++++++++++++++++++++++++++ NEWS.org | 4 ++++ annotate.el | 4 ++-- 3 files changed, 48 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index a471f96bcf..fa0205d33e 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,45 @@ +2025-05-09 cage + + * 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. + +2025-05-07 cage + + + Merge pull request #169 from cage2/master + +2025-04-30 cage + + * README.org, + * annotate.el: + + - improved expansion map to include a swith to enable trimming of + commands' output. + +2025-04-25 cage + + * annotate.el: + + - bound 'annotate-annotation-expansion-map' to the empty string, to + remove code used during development. + - bound 'annotate-autosave' to non nil, enabling the autosave feature + as default. + +2025-04-23 cage + + * Changelog, + * NEWS.org, + * README.org, + * annotate.el: + + - increased version number; + - added code to implement annotation's text expansion; + - updated README, changelog and NEWS files. + 2025-03-20 cage Merge pull request #168 from cage2/optimize-searching-for-annotations diff --git a/NEWS.org b/NEWS.org index daa4ad8b37..c13a0bb80c 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,7 @@ +- 2025-05-09 v2.4.1 cage :: + + This version reomoves the compilation warnings and makes easier to customize the packacge. + - 2025-04-23 v2.4.0 cage :: This version adds annotation's text expansion feature: diff --git a/annotate.el b/annotate.el index 4653495475..5473513c0c 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.0 +;; Version: 2.4.1 ;; This file is NOT part of GNU Emacs. @@ -58,7 +58,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "2.4.0" + :version "2.4.1" :group 'text) (defvar annotate-mode-map