[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/annotate 52f0d97e51 030/372: new version and documentation
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/annotate 52f0d97e51 030/372: new version and documentation |
Date: |
Fri, 4 Feb 2022 16:58:16 -0500 (EST) |
branch: elpa/annotate
commit 52f0d97e516001f44d367e6be9f4fb0fcd61cb4b
Author: Bastian <basti@bastibe.de>
Commit: Bastian <basti@bastibe.de>
new version and documentation
---
README.md | 6 +++++-
annotate.el | 4 ++--
diff-example.png | Bin 0 -> 230815 bytes
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index f824802f08..eed8b509c3 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,14 @@ Annotate.el [![MELPA][mi]][m] [![MELPA-STABLE][msi]][ms]
This package provides a minor mode `annotate-mode`, which can add annotations
to arbitrary files without changing the files themselves. This is very useful
for code reviews. When `annotate-mode` is active, `C-c C-a` will create, edit,
or delete annotations.
-
+
With an active region, `C-c C-a` creates a new annotation for that region.
With no active region, `C-c C-a` will create an annotation for the word under
point. If point is on an annotated region, `C-c C-a` will edit that annotation
instead of creating a new one. Clearing the annotation deletes them.
All annotations are saved in `annotate-file` (`~/.annotations` by default).
+Annotations can be exported `annotate-export-annotations` as commented unified
diffs, like this:
+
+
+
This package is released under the MIT license.
diff --git a/annotate.el b/annotate.el
index 9065902406..21cd0a5f6e 100644
--- a/annotate.el
+++ b/annotate.el
@@ -5,7 +5,7 @@
;; Maintainer: Bastian Bechtold
;; URL: https://github.com/bastibe/annotate.el
;; Created: 2015-06-10
-;; Version: 0.1.5
+;; Version: 0.2.0
;; This file is NOT part of GNU Emacs.
@@ -46,7 +46,7 @@
;;;###autoload
(defgroup annotate nil
"Annotate files without changing them."
- :version "0.1.5"
+ :version "0.2.0"
:group 'text)
;;;###autoload
diff --git a/diff-example.png b/diff-example.png
new file mode 100644
index 0000000000..3621232784
Binary files /dev/null and b/diff-example.png differ
- [nongnu] elpa/annotate f2bcc95e8b 024/372: add melpa links, (continued)
- [nongnu] elpa/annotate f2bcc95e8b 024/372: add melpa links, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate a6f7279a4c 016/372: fixed typos and version error, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 0bd3bdce01 017/372: improved README, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate ffac176c22 021/372: fix upside-down annotation construction, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 936f081575 005/372: doesn't create empty annotations any more, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate fc2c0395d7 007/372: add missing require, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 6372f8e340 009/372: implement save and load, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 856ebe246b 020/372: properly ignore non-annotation overlays, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 8f252d2892 025/372: clear-annotations does not clear all overlays, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 2084f831bc 026/372: added export functionality as sort-of-diffscuss, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 52f0d97e51 030/372: new version and documentation,
ELPA Syncer <=
- [nongnu] elpa/annotate b0266c6350 047/372: version 0.4.1, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 4647264264 049/372: auto-reflow annotations when frame size changes, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 785b5aea7f 042/372: rework annotation display logic, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate d6a4fcc18e 035/372: add next-annotation and previous-annotation keys, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate f5711b4f27 067/372: - prevent crash and error when a frame's width is less than value of, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 1a43bfbb1e 061/372: fixes bug with annotations ending on beginning-of-line, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 9ffdc1f762 060/372: fix for annotations with wide characters, ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 19acc501d8 086/372: - added/fixed more docstrings., ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 774e643af4 081/372: - fixed retrocompatibility with old annotation file format., ELPA Syncer, 2022/02/04
- [nongnu] elpa/annotate 4d78e3f6d6 073/372: - restored spaces to comply with markdown syntax;, ELPA Syncer, 2022/02/04