branch: elpa/annotate commit 3e70e187b357a7845f2360caac101dac4b7c0acc Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- updated NEWS and Changelog. --- Changelog | 28 ++++++++++++++++++++++++++++ NEWS.org | 4 ++++ 2 files changed, 32 insertions(+) diff --git a/Changelog b/Changelog index 1e4a97edd1..25e8def880 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,31 @@ +2020-09-29 + * README.org, annotate.el + - updated README; + - increased version; + - updated NEWS and Changelog. + +2020-09-22 + * annotate.el + - added command 'annotate-summary-of-file-from-current-pos'; + this command shows a summary window that contains the annotation + in the active buffer that appears after the cursor position; + - added docstrings. + +2020-09-20 + * annotate.el + - fixed indentation. + +2020-09-20 + * annotate.el + - Using "help-echo" to print annotations instead of render it on the + buffer. + This feature is optional and can be activated using the + customizable variable 'annotate-use-echo-area' + +2020-09-20 + * README.org + - Removed internal link because of issue #79. + 2020-08-11 * annotate.el (annotate-annotate, annotate-load-annotation-data annotate-create-annotation, annotate-summary-query-parse-note, diff --git a/NEWS.org b/NEWS.org index a67f0f5464..98f8a20ca2 100644 --- a/NEWS.org +++ b/NEWS.org @@ -126,3 +126,7 @@ - 2020-08-11 V0.8.3 Bastian Bechtold, cage :: Some function now signal errors where appropriate. + +- 2020-09-29 V0.9.0 Bastian Bechtold, cage :: + Added two new styles to render the annotation: using "pop-up" style + or via a specializated summary window.