branch: elpa/annotate commit 004aea92eaf7cecab9f510fa54780d99de7cf1bc Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- updated documentation; - increased version number. --- Changelog | 18 ++++++++++++++++++ NEWS.org | 7 +++++++ annotate.el | 4 ++-- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 9d9f09e3fd..ea6cf0d576 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,21 @@ +2020-01-25 Bastian Bechtold, cage + + * annotate.el (defun annotate-annotation-force-newline-policy, + annotate-annotation-newline-policy-forced-p, + annotate-create-annotation, + annotate-lineate, + annotate-summary-delete-annotation-button-pressed): + - mitigated bug that prevented rendering of annotation in + org-mode forcing 'newline' policy for annotation + positioning. + See the local function + 'maybe-force-newline-policy' in 'annotate-create-annotation'. + - choosen the window that contains the current buffer when resizing the annotations + see variable 'current-window' in 'annotate-lineate'; + - redraw buffer if one of its annotations is deleted + operating from the summary window. + see: 'annotate-summary-delete-annotation-button-pressed'. + 2020-01-22 Bastian Bechtold, cage * annotate.el (annotate--font-lock-matcher): diff --git a/NEWS.org b/NEWS.org index 14f9889c14..7eae103732 100644 --- a/NEWS.org +++ b/NEWS.org @@ -85,3 +85,10 @@ - 2020-01-22 V0.5.1 Bastian Bechtold, cage :: - fixed bug that prevented correct fontifications for major modes that puts overlays on the buffer's text (e.g. SLIME). + +- 2020-01-25 V0.5.2 Bastian Bechtold, cage :: + - fixed bug that prevented annotation of buffer when org-mode was used; + - when an user delete an annotation for a file using a button from + summary window force refresh of a buffer that is visiting said + file, if exists, to reflect the changes; + - fixed flowings of annotatinons when window's width is changed. diff --git a/annotate.el b/annotate.el index 1893ab85d6..874e4a03af 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.5.1 +;; Version: 0.5.2 ;; This file is NOT part of GNU Emacs. @@ -52,7 +52,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "0.5.1" + :version "0.5.2" :group 'text) ;;;###autoload