emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/annotate 15668da450 6/9: - updated Changelog.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 15668da450 6/9: - updated Changelog.
Date: Thu, 2 Nov 2023 10:00:07 -0400 (EDT)

branch: elpa/annotate
commit 15668da450a75837993f3c59cf29ce4aa33e13ab
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - updated Changelog.
---
 Changelog | 57 +++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 45 insertions(+), 12 deletions(-)

diff --git a/Changelog b/Changelog
index 7f1eaf73e3..26dd050ef9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,19 +1,52 @@
-2023-09-25 cage <cage>
+2023-10-10 cage
 
-       * annotate.el:
+        * NEWS.org,
+        * annotate.el:
+
+        - fixed procedure for coloring annotations (adjacent annotations with
+          the same colors was still possible).
+        - removed warning about unused parameter in function
+          'on-window-size-change';
+        - removed warnings about escaping in docstrings;
+        - used accented character instead of apostrophe.
+        - added saving of annotation face on the database.
+        - increased version number.
+        - updated NEWS file.
+
+2023-09-30 cage2
+
+
+        Merge pull request #158 from cage2/master
+
+2023-09-28 cage
+
+        * annotate.el:
+
+        - fixed points to start searching for adjacent annotations.
+
+2023-09-27 cage
+
+        * Changelog,
+        * NEWS.org,
+        * 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):
+        - increased version number;
+        - updated NEWS file and changelog.
 
-       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.
+2023-09-25 cage
+
+        * annotate.el:
 
-       - fixed indentation of local functions definitions.
+        - 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]