branch: elpa/annotate commit 4399d5075cfde4bbeda5d043292b2aea3b42ed29 Author: cage <cage@invalid> Commit: cage <cage@invalid>
- updated Changelog. --- Changelog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Changelog b/Changelog index 8cef2c6baf..09d767f4f7 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,32 @@ +2022-03-09 cage + + * NEWS.org, + * annotate.el: + + - increased version number. + - updated NEWS.org. + +2022-03-03 cage + + * annotate.el: + + - added an email address to contact the developers; + - removed ':after-hook' in define-minor-mode, and moved + 'annotation-initialize-maybe' in the macro's body; + - changed 'window-configuration-change-hook' with + 'window-size-change-functions'. + - updated docstrings. + +2022-02-26 cage + + * annotate.el: + + - fixed deletion of annotations; + The function 'annotate-delete-annotation' does not set the + modification bit after deleting, so the annotation was not deleted at + all if the buffer was saved just after calling this command. + Also the coloring of the rest of the annotation was not updated. + 2022-02-16 cage * annotate.el: