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

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

[nongnu] elpa/annotate dadc57bb3e 231/372: - reverted the version number


From: ELPA Syncer
Subject: [nongnu] elpa/annotate dadc57bb3e 231/372: - reverted the version number to 0.8.0;
Date: Fri, 4 Feb 2022 16:59:03 -0500 (EST)

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

    - reverted the version number to 0.8.0;
    - clarified that we can not fix the scroll issue.
---
 Changelog   |  4 ----
 NEWS.org    |  3 ---
 README.org  | 10 ++++++----
 annotate.el |  4 ++--
 4 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/Changelog b/Changelog
index 91ba11569b..1fb758125c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,3 @@
-2020-06-24 Bastian Bechtold, cage
-       * README.org
-       -  Updated the "Known bugs" section of README.
-
 2020-06-09 Bastian Bechtold, cage
        * annotate.el (annotate-buffers-annotate-mode, annotate-switch-db)
        - added functions to switch the database of annotations used for the 
emacs session;
diff --git a/NEWS.org b/NEWS.org
index bceea223bd..cbbce9065c 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -117,6 +117,3 @@
 
 - 2020-06-09 V0.8.0 Bastian Bechtold, cage ::
   The database of annotation can be changed using the command 
~annotate-switch-db~.
-
-- 2020-06-24 V0.8.1 Bastian Bechtold, cage ::
-  Updated the ~Known bugs~ section of ~README~.
diff --git a/README.org b/README.org
index 3991a53bab..cf40f0b717 100644
--- a/README.org
+++ b/README.org
@@ -122,10 +122,12 @@ as comments into the current buffer, like this:
      incompatibility with the way source blocks are highlighted and the
      way annotations are displayed.
 
-   - ~scroll-down-line~ could  get stuck on  a annotated line.   In this
-     case a  workaround is  to call  the command  with a  numeric prefix
-     equals to  one plus the number  of annotation text lines  below the
-     annotated text.
+   - Because   of  a   limitation  in   the  Emacs   display  routines
+     ~scroll-down-line~ could get stuck on a annotated line. So no fix
+     can  be  provided by  the  autors  of ~annotate.el~,  a  possible
+     workaround is to call the command with a numeric prefix equals to
+     one plus the number of  annotation text lines below the annotated
+     text.
 
      For example:
 
diff --git a/annotate.el b/annotate.el
index e70f22e9fa..84789fcc5d 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: 0.8.1
+;; Version: 0.8.0
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -55,7 +55,7 @@
 ;;;###autoload
 (defgroup annotate nil
   "Annotate files without changing them."
-  :version "0.8.1"
+  :version "0.8.0"
   :group 'text)
 
 ;;;###autoload



reply via email to

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