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

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

[nongnu] elpa/annotate b0266c6350 047/372: version 0.4.1


From: ELPA Syncer
Subject: [nongnu] elpa/annotate b0266c6350 047/372: version 0.4.1
Date: Fri, 4 Feb 2022 16:58:17 -0500 (EST)

branch: elpa/annotate
commit b0266c63500abdaadcb34cc66de29c5175c6888e
Author: Bastian Bechtold <bb@Mr-Bigglesworth.local>
Commit: Bastian Bechtold <bb@Mr-Bigglesworth.local>

    version 0.4.1
---
 README.md   | 3 +++
 annotate.el | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fc579b61a8..ba1e9e93f9 100644
--- a/README.md
+++ b/README.md
@@ -71,3 +71,6 @@ This package is released under the MIT license.
 
 - **2015-09-23 V0.4.0 Bastian Bechtold**  
   Completely reworked the display engine for annotations. You can now have 
several annotations per line, and annotations should not move any more when 
editing the line they are on. Finally, annotations can now span several lines.
+
+- **2015-10-06 V0.4.1 Bastian Bechtold**  
+  Bugfixes. No more hidden newlines, no more error messages with annotations 
at bol, mark deactivated after creating annotation.
diff --git a/annotate.el b/annotate.el
index 0c843c5a3a..4a5d7efc46 100644
--- a/annotate.el
+++ b/annotate.el
@@ -5,7 +5,7 @@
 ;; Maintainer: Bastian Bechtold
 ;; URL: https://github.com/bastibe/annotate.el
 ;; Created: 2015-06-10
-;; Version: 0.4.0
+;; Version: 0.4.1
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -50,7 +50,7 @@
 ;;;###autoload
 (defgroup annotate nil
   "Annotate files without changing them."
-  :version "0.4.0"
+  :version "0.4.1"
   :group 'text)
 
 ;;;###autoload



reply via email to

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