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

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

[nongnu] elpa/annotate 44349cef8b 6/7: - increased version number;


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 44349cef8b 6/7: - increased version number;
Date: Fri, 10 Mar 2023 10:00:44 -0500 (EST)

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

    - increased version number;
    
    - updatde documentations, news and changelog.
---
 Changelog   | 22 ++++++++++++++++++++++
 NEWS.org    |  7 +++++++
 README.org  | 18 ++++++++++++------
 annotate.el |  4 ++--
 4 files changed, 43 insertions(+), 8 deletions(-)

diff --git a/Changelog b/Changelog
index f7d035834b..8612619189 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,25 @@
+2023-02-22 cage
+
+        * annotate.el:
+
+        - added command 'annotate-toggle-annotation-text';
+        - removed customizable variable 'annotate-hide-annotations-text'.
+        - wrapped raw chain manipulation with 'annotate-chain-last-ring' to
+        get the last segment of a chain.
+        - added missing docstrings.
+        - removed repeated code.
+
+2023-02-15 cage
+
+        * annotate.el:
+
+        - added a new command 'annotate-toggle-annotation-text' (and related
+        functions/variables).
+
+2023-02-03 cage
+
+        Merge pull request #146 from cage2/fix-annotate-shutdown
+
 2023-02-02 cage
 
         * annotate.el:
diff --git a/NEWS.org b/NEWS.org
index 2d70c3d121..6960eb09fa 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,10 @@
+- 2023-02-22 v1.9.0 cage ::
+
+  This version added two new commands to hide/show the tannotation's text:
+
+  - annotate-toggle-annotation-text :: shows or hides annotation's text under 
cursor;
+  - annotate-toggle-all-annotations-text :: shows or hides the annotation's 
text in the whole buffer.
+
 - 2022-12-15 v1.8.5 cage ::
 
   This version fixed a regression that prevented to delete annotations
diff --git a/README.org b/README.org
index c461471be0..6a38d69a53 100644
--- a/README.org
+++ b/README.org
@@ -250,13 +250,19 @@ buffer) beyond the current cursor position.
 
 ** annotate-switch-db
 
-This command will ask the user for a new annotation database files,
-load it and refresh all the annotations contained in each buffer where
-annotate minor mode is active.
+   This command will ask the user for a new annotation database files,
+   load it and refresh all the annotations contained in each buffer where
+   annotate minor mode is active.
 
-See the docstring for more information and
-[[https://github.com/bastibe/annotate.el/issues/68][this thread]]
-for a possible workflow where this command could be useful.
+   See the docstring for more information and
+   [[https://github.com/bastibe/annotate.el/issues/68][this thread]]
+   for a possible workflow where this command could be useful.
+
+** annotate-toggle-annotation-text
+   Shows or hides annotation's text under cursor.
+
+** annotate-toggle-all-annotations-text
+   Shows or hides the annotation's text in the whole buffer.
 
 * More documentation
 
diff --git a/annotate.el b/annotate.el
index cc4db22fc4..5115de718e 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.5
+;; Version: 1.9.0
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -58,7 +58,7 @@
 ;;;###autoload
 (defgroup annotate nil
   "Annotate files without changing them."
-  :version "1.8.5"
+  :version "1.9.0"
   :group 'text)
 
 (defvar annotate-mode-map



reply via email to

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