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

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

[nongnu] elpa/annotate 401dab7723 291/372: - updated README, Changelog a


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 401dab7723 291/372: - updated README, Changelog and version number.
Date: Fri, 4 Feb 2022 16:59:09 -0500 (EST)

branch: elpa/annotate
commit 401dab77230d7b679a66b9accb93a75a61bbd49f
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    - updated README, Changelog and version number.
---
 Changelog   | 7 +++++++
 NEWS.org    | 5 +++++
 annotate.el | 4 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index 3dd166413c..ed05a988b3 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,10 @@
+2021-01-06  cage
+
+        * annotate.el:
+
+       - prevented side effects of 'split-string'.
+
+
 2020-12-23  cage
 
         * annotate.el:
diff --git a/NEWS.org b/NEWS.org
index f4b1379cfe..cfb3629261 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -177,3 +177,8 @@
 
   Related to the last  fix the variable ~annotate-diff-export-context~
   has been removed.
+
+* 2021-01-06 V1.1.1 Bastian Bechtold, cage ::
+
+  This version  fix an old bug  that causes many types  of issues with
+  rendering of annotations on the margin of the window.
diff --git a/annotate.el b/annotate.el
index 6328fd5052..582127d439 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.1.0
+;; Version: 1.1.1
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -58,7 +58,7 @@
 ;;;###autoload
 (defgroup annotate nil
   "Annotate files without changing them."
-  :version "1.1.0"
+  :version "1.1.1"
   :group 'text)
 
 ;;;###autoload



reply via email to

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