[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/annotate b2767cdba2 4/6: - increased version number;
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/annotate b2767cdba2 4/6: - increased version number; |
Date: |
Sat, 30 Sep 2023 12:59:46 -0400 (EDT) |
branch: elpa/annotate
commit b2767cdba2cd7c4520811d75154b2489ff1e4d9f
Author: cage <cage@invalid>
Commit: cage <cage@invalid>
- increased version number;
- updated NEWS file and changelog.
---
Changelog | 50 ++++++++++++++++++++++++++++++++++++++------------
NEWS.org | 4 ++++
annotate.el | 4 ++--
3 files changed, 44 insertions(+), 14 deletions(-)
diff --git a/Changelog b/Changelog
index 23c390344a..7f1eaf73e3 100644
--- a/Changelog
+++ b/Changelog
@@ -1,22 +1,48 @@
+2023-09-25 cage <cage>
+
+ * annotate.el:
+
+ - fixed docstring.
+ - prevented using the same color on adjacent annotations;
+ To reproduce the issue (assuming the variable
+ 'annotate-highlight-faces' is bound to a list of two elements):
+
+ 1. annotate the first line of a buffer (C-a)
+ 2. annotate the second line of the same buffer (C-a)
+ 3. delete the annotation on the second line (C-d)
+ 4. annotate again the second line (C-a)
+ the annotations in both lines got the same colors.
+
+ - fixed indentation of local functions definitions.
+
+2023-08-09 cage
+
+ * Changelog,
+ * NEWS.org,
+ * annotate.el:
+
+ - used line-end-position;
+ - updated NEWS and Changelog files.
+
2023-07-09 cage
- * README.org:
+ * README.org:
- - fixed README's layout.
- Merge pull request #155 from cage2/save-db-before-query
+ - fixed README's layout.
+ Merge pull request #155 from cage2/save-db-before-query
2023-07-06 cage
- * Changelog,
- * NEWS.org,
- * README.org,
- * annotate.el:
+ * Changelog,
+ * NEWS.org,
+ * README.org,
+ * annotate.el:
- - ensured the database is in sync with the annotated buffers, before
- executing the search query;
- - increased version number.
- - made cosmetic fix to README, also corrected a wrong phrase.
- - updated Changelog and NEWS files.
+ - ensured the database is in sync with the annotated buffers, before
+ executing the search query;
+ - increased version number.
+ - made cosmetic fix to README, also corrected a wrong phrase.
+ - updated Changelog and NEWS files.
2023-04-01 cage2
diff --git a/NEWS.org b/NEWS.org
index 12b4abb09c..4824b912ff 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,7 @@
+- 2023-09-27 v2.0.3 cage ::
+
+ This version fixed a bug that could render with the same color two adjacent
annotations.
+
- 2023-08-09 v2.0.2 cage ::
This version replaced a procedure with a call to an equivalent library
function.
diff --git a/annotate.el b/annotate.el
index 5241ef3c62..7b9ba240b2 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: 2.0.2
+;; Version: 2.0.3
;; This file is NOT part of GNU Emacs.
@@ -58,7 +58,7 @@
;;;###autoload
(defgroup annotate nil
"Annotate files without changing them."
- :version "2.0.2"
+ :version "2.0.3"
:group 'text)
(defvar annotate-mode-map
- [nongnu] elpa/annotate updated (dbdd2a4663 -> eae9e73f2e), ELPA Syncer, 2023/09/30
- [nongnu] elpa/annotate eae9e73f2e 6/6: Merge pull request #158 from cage2/master, ELPA Syncer, 2023/09/30
- [nongnu] elpa/annotate 335bdea752 3/6: - fixed indentation of local functions definitions., ELPA Syncer, 2023/09/30
- [nongnu] elpa/annotate da5f3dcfe8 2/6: - prevented using the same color on adjacent annotations;, ELPA Syncer, 2023/09/30
- [nongnu] elpa/annotate b2767cdba2 4/6: - increased version number;,
ELPA Syncer <=
- [nongnu] elpa/annotate b88f773a84 1/6: - fixed docstring., ELPA Syncer, 2023/09/30
- [nongnu] elpa/annotate d1debccc5c 5/6: - fixed points to start searching for adjacent annotations., ELPA Syncer, 2023/09/30