branch: elpa/annotate commit d6c941b79ac4bbcae4e13c3447709d2532a6942c Author: cage <cage@invalid> Commit: cage <cage@invalid>
- updated version and NEWS.org --- NEWS.org | 7 +++++++ annotate.el | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index 9b453cf142..5166180384 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,10 @@ +- 2022-05-26 v1.6.1 cage :: + + This version no more set the buffer as modified when the only + changes made by the user to such buffer are related to annotations + (for example, creating a new annotation or deleting an existing + one). + - 2022-05-26 v1.6.0 cage :: This version allows users to instruct the program to generate an diff --git a/annotate.el b/annotate.el index 12cb4814fb..3be6587bd1 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: 1.6.0 +;; Version: 1.6.1 ;; This file is NOT part of GNU Emacs. @@ -58,7 +58,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "1.6.0" + :version "1.6.1" :group 'text) (defvar annotate-mode-map