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

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

[nongnu] elpa/annotate 36d3729c27 339/372: - updated version number and


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 36d3729c27 339/372: - updated version number and docs.
Date: Fri, 4 Feb 2022 16:59:18 -0500 (EST)

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

    - updated version number and docs.
---
 Changelog   | 23 +++++++++++++++++++++++
 NEWS.org    | 13 +++++++++++++
 annotate.el |  4 ++--
 3 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index 33999c0519..7fd9dcbef4 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,26 @@
+2021-05-27  cage
+
+        * annotate.el:
+
+       - fixed annotated text shown in the summary window
+
+       When an annotated buffer (that is  visiting a file) is modified in
+       a way that  changes the position of an annotation  in that buffer,
+       showing the  summary window -without  saving the file  first- will
+       read the  annotation using the  updated position but will  get the
+       contents from the  outdated file; this gives wrong  results in the
+       text  annotation  parts of  the  summary  windows, with  the  text
+       shifted from  the correct  position.  This patch  try to  fix this
+       bug.
+
+2021-05-26  cage
+
+        * annotate.el:
+
+       - fixed  callback for  "[replace]" button  in summary  window; the
+       callback  function  was  neither properly  saving  the  annotation
+       database nor refreshing the buffer's annotations.
+
 2021-05-07  cage
 
         * annotate.el:
diff --git a/NEWS.org b/NEWS.org
index 3e9c0eb0dc..21727e1391 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -243,3 +243,16 @@
   Before  deleting the  old database  file a  confirmation message  is
   printed    on    the    minibuffer   if    the    custom    variable
   'annotate-database-confirm-deletion' is non nil (default: t).
+
+- 2021-05-27 V1.3.1 cage ::
+
+  Bugfix release:
+
+  - The  button "[replace]"  to edit  an annotation  from the  summary
+    window was not working at all;
+
+  - In certain  cases the  summary window  was rendering  wrong text's
+    fragment instead of the text of the annotation.
+
+  Many thanks  to "glvno"  for reporting  the aforementioned  bugs and
+  testing the patches!
diff --git a/annotate.el b/annotate.el
index 6374d64d82..d70ace2dc5 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.3.0
+;; Version: 1.3.1
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -58,7 +58,7 @@
 ;;;###autoload
 (defgroup annotate nil
   "Annotate files without changing them."
-  :version "1.3.0"
+  :version "1.3.1"
   :group 'text)
 
 ;;;###autoload



reply via email to

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