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

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

[nongnu] elpa/annotate a2751a028f 2/3: - increased version number;


From: ELPA Syncer
Subject: [nongnu] elpa/annotate a2751a028f 2/3: - increased version number;
Date: Mon, 24 Oct 2022 14:58:18 -0400 (EDT)

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

    - increased version number;
    
    - updated NEWS.org and Changelog.
---
 Changelog   | 23 +++++++++++++++++++++++
 NEWS.org    |  5 +++++
 annotate.el |  4 ++--
 3 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index 7bf9626208..90ba40cd8f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,27 @@
+022-10-20 cage
+
+        * annotate.el:
+
+        - fixed  integration of  annotation when  the buffer  was modified  to
+        accommodate the annotations text;
+        - fixed typo.
+
+2022-09-30 cage2
+
+
+        Merge pull request #137 from cage2/print-message-annotate-under-point
+
+2022-09-28 cage
+
+        * README.org,
+        * annotate.el:
+
+        - made delay before printing annotations on minibuffer customizable;
+        - updated README.org.
+
 2022-09-21 cage
 
+        * Changelog,
         * NEWS.org,
         * README.org,
         * annotate.el:
@@ -9,6 +31,7 @@
         - updated version number;
         - updated NEWS.org;
         - updated README.org.
+        - updated Changelog.
 
 2022-09-16 cage
 
diff --git a/NEWS.org b/NEWS.org
index 80eafc0d51..9f0f197e75 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,8 @@
+- 2022-10-20 v1.8.1 cage ::
+
+  This version  fix the command  ~annotate-integrate-annotations~ that
+  was corrupting the buffer containing the annotations, when used.
+
 - 2022-09-21 v1.8.0 cage ::
 
   This version  allows printing  of the  annotation in  the minibuffer
diff --git a/annotate.el b/annotate.el
index 4384686ada..f1488ba10d 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.8.0
+;; Version: 1.8.1
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -58,7 +58,7 @@
 ;;;###autoload
 (defgroup annotate nil
   "Annotate files without changing them."
-  :version "1.8.0"
+  :version "1.8.1"
   :group 'text)
 
 (defvar annotate-mode-map



reply via email to

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