branch: elpa/annotate commit e083073eada0f209b2a9b57112101eb3693c72d1 Author: cage <cage@invalid> Commit: cage <cage@invalid>
- updated Changelog; - added author to NEWS.org. --- Changelog | 23 +++++++++++++++++++++++ NEWS.org | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 0f3c61a00d..51dbba6e02 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,26 @@ +2022-01-26 cage + + * Changelog, + * NEWS.org, + * annotate.el: + + - This version added the following procedures: + + - annotate--merge-interval + - annotate--db-annotations-overlaps-p + - annotate--db-merge-annotations + - annotate--db-remove-overlap-annotations + - annotate--db-merge-databases + + to merge two annotation database (in memory) + + and a command: + + - annotate-import-annotations + + that allow users to import an annotation file (sexp format) into + their database. + 2021-09-30 cage * NEWS.org, diff --git a/NEWS.org b/NEWS.org index 40d8796add..fc8a4ab5c6 100644 --- a/NEWS.org +++ b/NEWS.org @@ -276,6 +276,6 @@ annotation to be deleted would not be removed from the file) and, when visiting the file, the annotation would be shown again. -- 2022-01-26 v1.5.0 :: +- 2022-01-26 v1.5.0 cage :: This version add a new command to import a database file.