branch: elpa/annotate commit 6415fb61112a60fd6e2448f84c16fad59da2108f Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- updated NEWS and CHANGELOG; - increased version number. --- Changelog | 6 ++++++ NEWS.org | 7 ++++++- annotate.el | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index ed05a988b3..8312e68feb 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +2021-01-14 cage + + * annotate.el: + + - added padding also for notes placed on the margin of the window. + 2021-01-06 cage * annotate.el: diff --git a/NEWS.org b/NEWS.org index cfb3629261..f32b0dd658 100644 --- a/NEWS.org +++ b/NEWS.org @@ -178,7 +178,12 @@ Related to the last fix the variable ~annotate-diff-export-context~ has been removed. -* 2021-01-06 V1.1.1 Bastian Bechtold, cage :: +- 2021-01-06 V1.1.1 Bastian Bechtold, cage :: This version fix an old bug that causes many types of issues with rendering of annotations on the margin of the window. + +- 2021-01-06 V1.1.2 Bastian Bechtold, cage :: + + This version improves visual of multilined notes placed on the + window margins. diff --git a/annotate.el b/annotate.el index 07a96c0aa8..db0fd1540f 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.1.1 +;; Version: 1.1.2 ;; This file is NOT part of GNU Emacs. @@ -58,7 +58,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "1.1.1" + :version "1.1.2" :group 'text) ;;;###autoload