branch: elpa/annotate
commit aa3c0540ee644e0e205644545d659a6ba16d76ac
Author: cage <cage@invalid>
Commit: cage <cage@invalid>
- updated version number;
- updated NEWS and Changelog.
---
Changelog | 47 +++++++++++++++++++++++++++++++++++++++++++++++
NEWS.org | 6 ++++++
annotate.el | 2 +-
3 files changed, 54 insertions(+), 1 deletion(-)
diff --git a/Changelog b/Changelog
index 51dbba6e02..8cef2c6baf 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,50 @@
+2022-02-16 cage
+
+ * annotate.el:
+
+ - removed commented code;
+
+2022-02-12 cage
+
+ * annotate.el:
+
+ - removed nested 'if' inside a call to 'list'.
+
+2022-02-11 cage
+
+ * NEWS.org,
+ * README.org,
+ * annotate.el:
+
+ - improved comment;
+
+ - explained why we need too hook into
'window-configuration-change-hook'
+ and 'annotate-blacklist-major-mode';
+ - commenting call to 'font-lock-flush' when removing annotation
+ because there is no more annotated text lef after a deletion;
+ - explained why we need to use 'after-hook';
+ - removed reference in a comment for a non existent argument function;
+ - fixed comment;
+ - flipped order of entries in the news file, now is from more recent
+ to older;
+ - added NonGNU ELPA badge.
+
+2022-02-10 cage
+
+ * annotate.el:
+
+ - fixed typo in docstring;
+ - substituted custom prompt with a call to 'y-or-no-p';
+ - removed macros 'annotate-with-inhibit-modification-hooks' and
+ 'annotate-with-restore-modified-bit', both can be replaced
+ with 'with-silent-modification'.
+
+2022-02-06 cage
+
+ * annotate.el:
+
+ - patched code as suggested from emacs maintainer.
+
2022-01-26 cage
* Changelog,
diff --git a/NEWS.org b/NEWS.org
index 49b1604d5a..640d982835 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,9 @@
+- 2022-01-26 v1.5.1 cage ::
+
+ This version refactored a lot of code thanks to the suggestions of
+ Emacs maintainer. Several unused variables were removed and some
+ portion of the code was simplified.
+
- 2022-01-26 v1.5.0 cage ::
This version add a new command to import a database file.
diff --git a/annotate.el b/annotate.el
index bd9bede20c..e92d01746d 100644
--- a/annotate.el
+++ b/annotate.el
@@ -7,7 +7,7 @@
;; Maintainer: Bastian Bechtold
;; URL: https://github.com/bastibe/annotate.el
;; Created: 2015-06-10
-;; Version: 1.5.0
+;; Version: 1.5.1
;; This file is NOT part of GNU Emacs.