[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/annotate d6c941b79a 2/5: - updated version and NEWS.org
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/annotate d6c941b79a 2/5: - updated version and NEWS.org |
Date: |
Thu, 7 Jul 2022 08:58:10 -0400 (EDT) |
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.dev@mailbox.org>, cage
<cage-dev@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
- [nongnu] elpa/annotate updated (7f48fad362 -> 4c697e70e8), ELPA Syncer, 2022/07/07
- [nongnu] elpa/annotate dc5781a074 3/5: - updated changelog., ELPA Syncer, 2022/07/07
- [nongnu] elpa/annotate 5cc5bbd0d8 1/5: - removed the use of 'after-save-hook', used 'kill-buffer-hook' and, ELPA Syncer, 2022/07/07
- [nongnu] elpa/annotate 9bfa065a4e 4/5: - moved version number to 1.7.0., ELPA Syncer, 2022/07/07
- [nongnu] elpa/annotate d6c941b79a 2/5: - updated version and NEWS.org,
ELPA Syncer <=
- [nongnu] elpa/annotate 4c697e70e8 5/5: Merge pull request #132 from cage2/no-modified-bit, ELPA Syncer, 2022/07/07