branch: elpa/annotate commit 5299eba136d95aca0b11d3170b2f07acae6b1121 Author: cage <cage@invalid> Commit: cage <cage@invalid>
- updated Changelog and NEWS.org. --- Changelog | 10 ++++++++++ NEWS.org | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/Changelog b/Changelog index dd6d9add41..31112ee8b9 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,13 @@ +2022-04-23 cage + + * annotate.el: + + - fixed function that is called on 'window-size-change-functions', + this function is called with a single frame as an argument, whilst + we was using 'font-lock-flush' that takes two integer arguments. + The results was that the annotation was not properly resized. + - increased version number. + 2022-04-08 btd, cage * .gitignore, diff --git a/NEWS.org b/NEWS.org index b74ffd8ae0..31dc2a76a6 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,8 @@ +- 2022-04-23 v1.5.4 cage:: + + This version restored redrawing of annotation when the window is + resized. + - 2022-01-26 v1.5.3 cage :: This version fixed the email maintainer list that was previously