branch: elpa/annotate commit 140eb6b6cb066964d7ffcc08142b0395946656d0 Author: cage <cage@invalid> Commit: cage <cage@invalid>
- updated NEWS.org; - increased version number. --- NEWS.org | 14 ++++++++++++++ annotate.el | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index f4300ed4a4..243876fab9 100644 --- a/NEWS.org +++ b/NEWS.org @@ -261,3 +261,17 @@ This version added a new command to delete the annotation under cursor. + +- 2021-09-30 v1.4.3 cage :: + + This is a bugfix release. + + The program would keep asking to confirmation for deleting a + database file even if such file does not actually exists on the + file system. + + When the only action on a buffer was deleting an annotation, the + buffer was not marked as modified; as a consequence, the deletion + would not happens on the database (the database entry for the + annotation to be deleted would not be removed from the file) and, + when visiting the file, the annotation would be shown again. diff --git a/annotate.el b/annotate.el index ff17a77a37..4494530686 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.4.2 +;; Version: 1.4.3 ;; This file is NOT part of GNU Emacs. @@ -58,7 +58,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "1.4.2" + :version "1.4.3" :group 'text) ;;;###autoload