branch: elpa/annotate commit 4af196ce049757b499f3066d373a5b85ef5dbc01 Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- updated Changelog and NEWS.org. --- Changelog | 26 ++++++++++++++++++++++++++ NEWS.org | 11 +++++++++++ 2 files changed, 37 insertions(+) diff --git a/Changelog b/Changelog index f6c6d26f1e..9eec2dff1a 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,29 @@ +2021-03-14 cage + + * annotate.el: + + - allowed deleting of annotations for info files; + - removed useless argument for 'font-lock-flush'. + +2021-03-12 cage + + * annotate.el: + + - changed function from 'font-lock-fontify-buffer' to + 'font-lock-flush'; + - changed function calls from 'cl' package to the 'cl-lib' + equivalents; + - added missing argument to 'annotate-create-annotation'; + - removed unused functions. + +2021-03-11 cage + + * annotate.el: + + - removed warning related to misplaced '(interactive)'; + - removed warning because of expanding a macro that was defined + later in the code. + 2021-02-05 cage * annotate.el: diff --git a/NEWS.org b/NEWS.org index f696b34d44..a1d308643f 100644 --- a/NEWS.org +++ b/NEWS.org @@ -197,3 +197,14 @@ Fixed highlight color of annotated text that starts from the first character of the buffer's content. + +- 2021-02-05 V1.1.5 Bastian Bechtold, cage :: + + Removed compilation warnings, one of the problem highlighted by a + warning was actually preventing this package working on Doom Emacs. + + Also a bug that prevented annotations placed on info files to be + deleted has been fixed. + + Many thanks to many people that helped discovering and suggesting + fix for these problems!