[nongnu] elpa/cider e8b582e1f2: Fix changelog typo

2022-02-04 Thread ELPA Syncer
branch: elpa/cider commit e8b582e1f28b27cdb0574e0f9361cbb9eb62afd0 Author: Greg Warner Commit: Bozhidar Batsov Fix changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f107fa10..0e6f58c7d7 100644 --- a/CHANGE

[elpa] externals/embark-consult updated (d8ad4a28f9 -> 53ff463a79)

2022-02-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from d8ad4a28f9 REally fix #451 this time adds 53ff463a79 Allow fine-grained control of minibuffer quitting behavior No new revisions were added by this update. Summary of changes: README.org | 45 +

[elpa] externals/embark 53ff463a79: Allow fine-grained control of minibuffer quitting behavior

2022-02-04 Thread ELPA Syncer
branch: externals/embark commit 53ff463a7907fc2eef33322f0178abb6ecf34a27 Author: Omar Antolín Camarena Commit: Omar Antolín Camarena Allow fine-grained control of minibuffer quitting behavior This fixes #453 and implements a proposal from #343. --- README.org | 45 ++

[nongnu] elpa/annotate f0e4850ef4 356/372: - updated README.org added missing reference to 'annotate-y-or-n-prompt-function'.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit f0e4850ef4c0ed96d6740147e011b9f0869bb15a Author: cage Commit: cage - updated README.org added missing reference to 'annotate-y-or-n-prompt-function'. --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org in

[nongnu] elpa/annotate de990d8adf 348/372: - added command to delete an annotation under point;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit de990d8adfe50aa4ffc5da11c9a59c54906bf88e Author: cage Commit: cage - added command to delete an annotation under point; - refactored some code in a function. --- annotate.el | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) dif

[nongnu] elpa/annotate 8471cdaa7c 328/372: - updated Changelog.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 8471cdaa7ca99677168234754d842037917d6a9e Author: cage Commit: cage - updated Changelog. --- Changelog | 48 1 file changed, 48 insertions(+) diff --git a/Changelog b/Changelog index 9eec2dff1a..c5c0849036 100644

[nongnu] elpa/annotate 4ae1d4f2a6 346/372: Merge pull request #112 from cage2/clean-style

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 4ae1d4f2a6b6d7e598285c6a43ae1785d44147e5 Merge: 9aba6305fe b74bade94c Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #112 from cage2/clean-style Clean style --- annotate.el | 214 +

[nongnu] elpa/annotate 9fc6d7a839 311/372: - allowed deleting of annotations for info files.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 9fc6d7a8397a1f88fbcaf70ef7c783460e15ed66 Author: cage Commit: cage - allowed deleting of annotations for info files. --- annotate.el | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/annotate.el b/annotate.el index 7774f

[nongnu] elpa/annotate 0b71184865 269/372: - updated changelog.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 0b71184865405486255d901a7519a4aa033c6203 Author: cage Commit: cage - updated changelog. --- Changelog | 6 ++ annotate.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index e167180a21..899b64b189 100644 --- a/

[nongnu] elpa/annotate 914c9ee5b9 264/372: Fixed a regression and some bugs related to incorrect calculation of

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 914c9ee5b9ff847b6663758e7912f9e70a6d0f52 Author: cage Commit: cage Fixed a regression and some bugs related to incorrect calculation of of multiline annotations. To reproduce the bugs: legend: a = annotated text * = non annota

[nongnu] elpa/annotate c972641056 258/372: - Using "help-echo" to print annotations instead of render it on the buffer.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit c972641056ddcc1d8ef2c8cf1a89ab30e9f6505d Author: cage Commit: cage - 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'

[nongnu] elpa/annotate b9c908f24c 365/372: Merge pull request #115 from cage2/fix-delete-ghost-db

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit b9c908f24c2119d99cd93c86a0920223ef0568e9 Merge: c737b516b8 1e7bc9c886 Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #115 from cage2/fix-delete-ghost-db Fix delete ghost db --- Changelog | 11 +++ NEWS.

[nongnu] elpa/annotate 47136434a3 343/372: - cleaned up style using checkdoc;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 47136434a325f2a35eb4cc0c1b094b241efb3e27 Author: cage Commit: cage - cleaned up style using checkdoc; - added missing docstrings. --- annotate.el | 210 +--- 1 file changed, 103 insertions(+), 107

[nongnu] elpa/annotate 85520c0202 228/372: - fixed version number.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 85520c0202979fcf43880b8f4050516803a65860 Author: cage Commit: cage - fixed version number. --- Changelog | 2 +- NEWS.org| 2 +- annotate.el | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index bfcb15ccf1..1f

[nongnu] elpa/annotate 6fbd8aa985 357/372: - used variable 'annotate-annotation-confirm-deletion' when asking for deleting an annotation.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 6fbd8aa985981b4d8270d7b0f2bf62977da5dbf0 Author: cage Commit: cage - used variable 'annotate-annotation-confirm-deletion' when asking for deleting an annotation. --- annotate.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/annotate.el b

[nongnu] elpa/annotate e2fed2fbcf 246/372: - removed useless spaces.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit e2fed2fbcf84b1f94b2bc69ed2fca16d6fde790e Author: cage Commit: cage - removed useless spaces. --- annotate.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/annotate.el b/annotate.el index 9da366cc1e..57452afd6d 100644 --- a/annota

[nongnu] elpa/annotate 8ac52808e8 226/372: - added a couple of functions to allow an user to change the file that

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 8ac52808e82274b1a905200b06602e3d901f018f Author: cage Commit: cage - added a couple of functions to allow an user to change the file that contains the database of annotation, and reload all the annotated buffers. --- annotate.el | 46 +

[nongnu] elpa/annotate 54ac759fac 315/372: Merge pull request #99 from cage2/remove-some-compilation-warnings

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 54ac759facadacbfea5c1e7c2975e2da6434cdda Merge: 3e0d5f39b2 07667d4ccb Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #99 from cage2/remove-some-compilation-warnings Remove compilation warnings --- Changelog |

[nongnu] elpa/annotate e933d84692 214/372: - fixed removing of annotation in 'annotate-before-change-fn'

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit e933d8469234df79ed248429396a899a8f354d5c Author: cage Commit: cage - fixed removing of annotation in 'annotate-before-change-fn' sometimes when the annotated text is changed we could remove an overlay that is part of an annotation chain.

[nongnu] elpa/annotate ffd6bbcc11 340/372: - allowed paths with spaces in a search query.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit ffd6bbcc1130fb7cb229cac9917db6686194564c Author: cage Commit: cage - allowed paths with spaces in a search query. --- annotate.el | 44 +++- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/annotate.el b/anno

[nongnu] elpa/annotate ed5f00d51c 351/372: - increased version number.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit ed5f00d51c5cf923b3b19fc2f6d1dfd81241ef62 Author: cage Commit: cage - increased version number. --- annotate.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/annotate.el b/annotate.el index b9de71e708..c06fb06361 100644 --- a/annotate.el

[nongnu] elpa/annotate 3a4dc507c2 305/372: - removed unused functions.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 3a4dc507c2f81f97bc66b8da80ab4230e079f2df Author: cage Commit: cage - removed unused functions. --- annotate.el | 44 1 file changed, 44 deletions(-) diff --git a/annotate.el b/annotate.el index 587396745d..6a1fcfdb62

[nongnu] elpa/annotate 2e858729cb 200/372: - saving annotations with newlines seems to works;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 2e858729cbbaa0070a3d610ef7e0487f2f176339 Author: cage Commit: cage - saving annotations with newlines seems to works; - fixed 'annotate-move-next-annotation' and 'annotate-move-previous-annotation'; - fixed 'annotate-previous-annotation-end' a variable i

[nongnu] elpa/annotate 42587e0623 327/372: - added checks for 'annotate-use-messages' value when trying to print a message.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 42587e06230905cb371831aea09c88a1554ec661 Author: cage Commit: cage - added checks for 'annotate-use-messages' value when trying to print a message. --- annotate.el | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/annotate.el b/annota

[nongnu] elpa/annotate c4a56cc33d 306/372: - added missing argument to 'annotate-create-annotation'.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit c4a56cc33d45aeb1683a3ca860798100958932d6 Author: cage Commit: cage - added missing argument to 'annotate-create-annotation'. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index 6a1fcfdb62..f0d2a1fb3

[nongnu] elpa/annotate 3458b548f4 303/372: - removed warning related to misplaced '(interactive)'

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 3458b548f455e1ac2768734ecd380bac2bcf509c Author: cage Commit: cage - removed warning related to misplaced '(interactive)' - removed warning because of expanding a macro that was defined later in the code. --- annotate.el | 12 ++-- 1 file chang

[nongnu] elpa/annotate fccf7a5b51 178/372: Merge branch 'master' into org-mode-fix

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit fccf7a5b51bc15d002fb91a9f5a4f55f19546d77 Merge: 54d112e8d3 c21b95273e Author: cage Commit: cage Merge branch 'master' into org-mode-fix --- Changelog | 9 +++ NEWS.org| 4 annotate.el | 80 ++--

[nongnu] elpa/annotate 3e70e187b3 262/372: - updated NEWS and Changelog.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 3e70e187b357a7845f2360caac101dac4b7c0acc Author: cage Commit: cage - updated NEWS and Changelog. --- Changelog | 28 NEWS.org | 4 2 files changed, 32 insertions(+) diff --git a/Changelog b/Changelog index 1e4a97edd1..25e8def

[nongnu] elpa/annotate 4b2fa8f61e 252/372: - removed function 'annotate-load-annotation-data-ignore-errors'.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 4b2fa8f61ef8d5c7d97487d8067f4d88658e9cf2 Author: cage Commit: cage - removed function 'annotate-load-annotation-data-ignore-errors'. Used an optional parameter in 'annotate-load-annotation-data' to ignore the signalled errors instead. --- annota

[nongnu] elpa/annotate cc2d32dcbb 165/372: - added a reference of project's homepage in a doc string that is used

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit cc2d32dcbb6a14f4b8824a4723d8a15ad21372ef Author: cage Commit: cage - added a reference of project's homepage in a doc string that is used by emacs an "main help". --- annotate.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/annotat

[nongnu] elpa/annotate d10b915857 169/372: Merge pull request #56 from cage2/master

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit d10b9158573017a02194a6d594387bfa88f03edf Merge: 696f4ee0cd 4fde80fe79 Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #56 from cage2/master very minor modification to docs --- README.org | 3 ++- annotate.el | 2

[nongnu] elpa/annotate c007611614 159/372: - removed useless rebinding of 'annotate-annotation-position-policy'.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit c00761161452260557fd04294e4975bb807750c0 Author: cage Commit: cage - removed useless rebinding of 'annotate-annotation-position-policy'. --- annotate.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/annotate.el b/annotate.el index 8552224

[nongnu] elpa/annotate 4af196ce04 312/372: - updated Changelog and NEWS.org.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 4af196ce049757b499f3066d373a5b85ef5dbc01 Author: cage Commit: cage - updated Changelog and NEWS.org. --- Changelog | 26 ++ NEWS.org | 11 +++ 2 files changed, 37 insertions(+) diff --git a/Changelog b/Changelog index f6c6d26f1e

[nongnu] elpa/annotate 9320918b91 270/372: Merge pull request #84 from cage2/fix-regression-multiline-annotations

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 9320918b91c5ab3ee63f812a0479423233f95821 Merge: be998ca006 0b71184865 Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #84 from cage2/fix-regression-multiline-annotations Fixed a regression and some bugs related to

[nongnu] elpa/annotate 3b4ee73c8d 275/372: - stored abbreviated filenames for the path component of each record

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 3b4ee73c8d168c8f7bc5e65ea67a323ea0cb12f1 Author: cage Commit: cage - stored abbreviated filenames for the path component of each record of the annotations database; - improved a docstring. --- annotate.el | 49

[nongnu] elpa/annotate 22ae42cb3d 153/372: - removed wrong 'push'.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 22ae42cb3dffa93d485cc8efc5480f64b3fd08b4 Author: cage Commit: cage - removed wrong 'push'. --- annotate.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/annotate.el b/annotate.el index 7060c41777..98e528d0e0 100644 --- a/annotate.el +++ b/annotate.el @@ -

[nongnu] elpa/annotate 3f0c28cab6 241/372: - fixed a bug that allowed to create an annotation with an empty text.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 3f0c28cab626b234130f060bb78abc7a28b200b9 Author: cage Commit: cage - fixed a bug that allowed to create an annotation with an empty text. annotate-create-annotation now signals a condition (error) if an user is asked to create an annotation with no an

[nongnu] elpa/annotate bb8cda2edc 238/372: - actually changed version number.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit bb8cda2edccb0c9a4d4c415758e1883958f57e5d Author: cage Commit: cage - actually changed version number. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index dad3a1e460..bc3be8c980 100644 --- a/annotate

[nongnu] elpa/annotate 99d99e5bcb 234/372: Merge pull request #72 from cage2/master

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 99d99e5bcbd51b5e23eeb50a8d7909b8b8217d4c Merge: 5fd0923df1 4e23850efa Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #72 from cage2/master - Added file argument 'database-file-path' to 'annotate-switch-db'. --- C

[nongnu] elpa/annotate 392197f943 155/372: Merge branch 'master' into annotations-on-their-own-line

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 392197f943e67bdceafd4b2c9000cd234eba7dec Merge: 5b69043454 3e76557cf7 Author: cage Commit: cage Merge branch 'master' into annotations-on-their-own-line --- annotate.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/annotate.el b/annotate.el index 4e18e548

[nongnu] elpa/annotate cc0b5da6c1 229/372: Merge pull request #69 from cage2/switch-database

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit cc0b5da6c1f8f09cc3ebe1c0d130c093c7e1d3c6 Merge: 99c45f553e 85520c0202 Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #69 from cage2/switch-database - added a couple of functions to allow an user to change annotati

[nongnu] elpa/annotate e1daa61b99 065/372: use `locate-user-emacs-file` to specify default save file

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit e1daa61b99482e622dbf20f7b91a87547fbb4802 Author: conao3 Commit: conao3 use `locate-user-emacs-file` to specify default save file It is recommended that Elisp packages save files in user-emacs-directory. The default value for it is `~/.emacs.d/`, and it

[nongnu] elpa/annotate 2050c59af3 227/372: - marked buffer as unmodified when switching database and the only

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 2050c59af362295a2501d6ec73812e264350bc35 Author: cage Commit: cage - marked buffer as unmodified when switching database and the only change occurred in a buffer was reloading the minor mode (annotate-mode); - updating Changelog, News and version nu

[nongnu] elpa/annotate 9ea6c4fc71 247/372: - signalled errors when query parsing errors occurs.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 9ea6c4fc718099ec4ae00c873326c212d574b246 Author: cage Commit: cage - signalled errors when query parsing errors occurs. --- annotate.el | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/annotate.el b/annotate.el

[nongnu] elpa/annotate 44b378b16a 219/372: Merge pull request #62 from cage2/master

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 44b378b16ad407c36e8cf728e671c17116d854b6 Merge: b8fd76f712 e03edfb2c2 Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #62 from cage2/master Fixed annotation picking in 'annotate-annotate' --- Changelog | 13

[nongnu] elpa/annotate b2cd959cfa 053/372: Annotations of long lines start at the next line

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit b2cd959cfa28e93c2c29aa1b7a9a14af83cd8757 Author: Bastian Bechtold Commit: Bastian Bechtold Annotations of long lines start at the next line fixes #27 --- annotate.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/annotate.el

[nongnu] elpa/annotate e2c365a376 222/372: - added reference to the issue.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit e2c365a37618235cabb089407a8170cc429586cf Author: cage Commit: cage - added reference to the issue. --- NEWS.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.org b/NEWS.org index 3be5721c1d..a40cb8cf55 100644 --- a/NEWS.org +++ b/NEWS.org @@ -109,3

[nongnu] elpa/annotate e04e0ebc0c 045/372: deactivate mark after creating annotation

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit e04e0ebc0c668f000c8ca28626598b0816447b39 Author: Bastian Bechtold Commit: Bastian Bechtold deactivate mark after creating annotation --- annotate.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index 88d72922ec.

[nongnu] elpa/annotate e03edfb2c2 218/372: - increased version number;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit e03edfb2c2d062e392d6817970409d3e952d7bc3 Author: cage Commit: cage - increased version number; - fixed doc dor query language's syntax. --- README.org | 2 +- annotate.el | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org

[nongnu] elpa/annotate c72e730ba3 217/372: - fixed annotation picking in 'annotate-annotate'

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit c72e730ba3b9202c57ee3ceeaeb9a85b12d44231 Author: cage Commit: cage - fixed annotation picking in 'annotate-annotate' at the beginning of the function mentioned above we was picking the first available overlay. So the annotated text contained multi

[nongnu] elpa/annotate 822ed91a87 206/372: - fixed exporting and integrations of annotations;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 822ed91a877f19d945beaffdd3521abf548de552 Author: cage Commit: cage - fixed exporting and integrations of annotations; - prevent a newline to be annotated (at creation time). --- annotate.el | 175 +---

[nongnu] elpa/annotate 1525550f85 182/372: - changed test for annotation rejection and removed (maybe) useless check.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 1525550f8595bd665013c3f16d0c8fad83d8443b Author: cage Commit: cage - changed test for annotation rejection and removed (maybe) useless check. --- annotate.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/annotate.el b/annotate.

[nongnu] elpa/annotate 085791450c 215/372: - changed version number.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 085791450c9fcc045bb1c226ac27f5ffaf752876 Author: cage Commit: cage - changed version number. --- NEWS.org| 2 +- annotate.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.org b/NEWS.org index 1ee3c3e5f5..20e4c55d96 100644 ---

[nongnu] elpa/annotate ec0ed147a2 170/372: - fixed error for regexp search in 'annotate--font-lock-matcher'

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit ec0ed147a29f706c1c2453c173f7592b52ca0bd7 Author: cage Commit: cage - fixed error for regexp search in 'annotate--font-lock-matcher' Sometimes some modes/package puts overlay on the last character of a buffer (notably SLIME when the parenthes

[nongnu] elpa/annotate 31e3c24726 195/372: - updated version and documentation

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 31e3c2472605de0fe226fde02958e5e1da427760 Author: cage Commit: cage - updated version and documentation --- Changelog | 20 +++- NEWS.org| 8 README.org | 3 +++ annotate.el | 4 ++-- 4 files changed, 28 insertions(+), 7 deletio

[nongnu] elpa/annotate ca86e4a511 187/372: - removed org-mode from blacklist.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit ca86e4a51192341f4f2edfc64d426c01972b6b2f Author: cage Commit: cage - removed org-mode from blacklist. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index 135b923aa8..02d70ac915 100644 --- a/annotate

[nongnu] elpa/annotate 0901aa52bc 367/372: - added the others procedures to import an annotation database.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 0901aa52bc53e91f5ae72e5323382f5744188bd4 Author: cage Commit: cage - added the others procedures to import an annotation database. --- annotate.el | 80 +++-- 1 file changed, 78 insertions(+), 2 deletions(-

[nongnu] elpa/annotate fd9c403ecc 164/372: - changed quotation mark sentence.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit fd9c403ecc27d55304a4acffde25d499c2b50dab Author: cage Commit: cage - changed quotation mark sentence. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index ba48449123..96881e33c2 100644 --- a/README.org

[nongnu] elpa/annotate 59c52e7318 162/372: - updated documentation to reflects changes in the code

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 59c52e7318861cd43e60eb532116540cba91ff8b Author: cage Commit: cage - updated documentation to reflects changes in the code - added NEWS.org; - changed format of README to ORG; - expanded README contents. --- NEWS.org | 83 +++

[nongnu] elpa/annotate 9aba6305fe 342/372: Merge pull request #109 from cage2/fix-replace-button

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 9aba6305fef54f32b085a56ce2b843b3d8194ac2 Merge: b22f594f3b de86b9b22e Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #109 from cage2/fix-replace-button Fixed callback for "[replace]" button in summary window ---

[nongnu] elpa/annotate de86b9b22e 341/372: - removed uses of regular expressions from 'annotate-unwrap-text'.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit de86b9b22e73145a625950d6459f29ab0f773208 Author: cage Commit: cage - removed uses of regular expressions from 'annotate-unwrap-text'. --- annotate.el | 31 +-- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/annotate.e

[nongnu] elpa/annotate c7891d8d24 163/372: - tried to make the file more "site friendly".

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit c7891d8d24b83992f649d323540c94aaf50bcdc3 Author: cage Commit: cage - tried to make the file more "site friendly". --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 8df768df00..ba48449123 100644 -

[nongnu] elpa/annotate a484ffa0b6 319/372: - allowed removing (or cutting) annotations when buffer is in read-only mode.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit a484ffa0b6f8387874467582e6dd24b025158d10 Author: cage Commit: cage - allowed removing (or cutting) annotations when buffer is in read-only mode. --- annotate.el | 70 + 1 file changed, 38 insertions(+)

[nongnu] elpa/annotate 3a062310d0 080/372: - do not checks for fingerprints if annotations file has old format.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 3a062310d0a93fb19670ae1dcf59c998182c4702 Author: cage Commit: cage - do not checks for fingerprints if annotations file has old format. --- annotate.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index 6d277ec

[nongnu] elpa/annotate 3e3c1b1066 368/372: - fixed function name;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 3e3c1b1066b5ba4bbe5ad8743666e558204b4da3 Author: cage Commit: cage - fixed function name; - removed annotated files references that are present only in the imported database; - fixed typo. --- annotate.el | 27 +-- 1 fi

[nongnu] elpa/annotate 3415b7ac08 321/372: - changed behaviour when user is annotation a newline character;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 3415b7ac0841397d1e00cc0d169f60c831f88965 Author: cage Commit: cage - changed behaviour when user is annotation a newline character; update an existing annotation on the line that terminate with the newline the user is annotation only if the exist

[nongnu] elpa/annotate 6289c87bf8 029/372: annotation buffer now has proper file name

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 6289c87bf86bddbcaf684aad0b88a14b65889b4b Author: Bastian Commit: Bastian annotation buffer now has proper file name --- annotate.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index c3651653ec..9065902406 1006

[nongnu] elpa/annotate 92434b63ff 323/372: - improved documentation and fixed indentation for a couple of local functions.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 92434b63ff8fe40df2089cf59331c1e1f9dfcdf2 Author: cage Commit: cage - improved documentation and fixed indentation for a couple of local functions. --- annotate.el | 53 +++-- 1 file changed, 27 insertions(+), 26 d

[nongnu] elpa/annotate e98c93a12b 072/372: - added 'annotate-' prefix to public symbols;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit e98c93a12b6855f85194e516f218816be6af7353 Author: cage Commit: cage - added 'annotate-' prefix to public symbols; - fixed docstring. --- annotate.el | 106 1 file changed, 57 insertions(+), 49 delet

[nongnu] elpa/annotate cc9393c6bd 318/372: - when annotationg a newline, replace annotation if a single one

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit cc9393c6bd1b38789ba097ed8382134e0076cc46 Author: cage Commit: cage - when annotationg a newline, replace annotation if a single one exists on the line that is going to be annotated. --- annotate.el | 25 +++-- 1 file changed, 19 i

[nongnu] elpa/annotate d19834f627 031/372: fix compile warnings

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit d19834f627717b39d93ff47a2def70a331a2ec88 Author: Bastian Commit: Bastian fix compile warnings --- annotate.el | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/annotate.el b/annotate.el index 21cd0a5f6e..a370cecddf 100644 ---

[nongnu] elpa/annotate 85d7c87e08 293/372: - added padding also for notes placed on the margin of the window.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 85d7c87e083dbc6c4bc7082c8331a973049e794a Author: cage Commit: cage - added padding also for notes placed on the margin of the window. --- annotate.el | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/annotate.el b/annotate.e

[nongnu] elpa/annotate 44ac24f63d 274/372: Merge pull request #87 from cage2/overwrite-annotations

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 44ac24f63dab3a5e052248d384082414b7af5f1d Merge: 9320918b91 a4607c4184 Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #87 from cage2/overwrite-annotations two more features and a bugfix. --- Changelog | 35

[nongnu] elpa/annotate 401a9b4990 309/372: - removed useless argument for 'font-lock-flush'.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 401a9b4990c9c40f53922dc14bd578e0ccfac893 Author: cage Commit: cage - removed useless argument for 'font-lock-flush'. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index ca5d8c7bd3..7f3f2e8355 100644

[nongnu] elpa/annotate 401dab7723 291/372: - updated README, Changelog and version number.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 401dab77230d7b679a66b9accb93a75a61bbd49f Author: cage Commit: cage - updated README, Changelog and version number. --- Changelog | 7 +++ NEWS.org| 5 + annotate.el | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Changelog

[nongnu] elpa/annotate bd12129213 333/372: Merge pull request #106 from cage2/fixed-call-comment-region

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit bd12129213f5b87aaffc6a6dca25c3c2e4b68301 Merge: ff3a0089e0 e37820134f Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #106 from cage2/fixed-call-comment-region Prevented calling 'annotate--remove-annotation-propert

[nongnu] elpa/annotate a4607c4184 273/372: - updated version and documentation.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit a4607c41845d970c7b124737c23411f52c8a0764 Author: cage Commit: cage - updated version and documentation. --- Changelog | 35 +++ NEWS.org| 14 +- annotate.el | 4 ++-- 3 files changed, 50 insertions(+), 3 deletio

[nongnu] elpa/annotate 3b0bc40a4f 347/372: - improved docstrings;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 3b0bc40a4f403f19ca9ac20e20acb23aea5cff2e Author: cage Commit: cage - improved docstrings; - removed useless variable. --- annotate.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/annotate.el b/annotate.el index 3df082c70f

[nongnu] elpa/annotate 04a5710cf6 334/372: - prevented saving a file whith an empty database;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 04a5710cf6b0c738564fa343089d8d88f8c7ae2d Author: cage Commit: cage - prevented saving a file whith an empty database; --- annotate.el | 44 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/annotate.el b

[nongnu] elpa/annotate e015655f62 255/372: - fixed version number contained in code top comment.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit e015655f62e78faff1d70a71442a962746f0acdb Author: cage Commit: cage - fixed version number contained in code top comment. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index 7ca93b6df3..dfd1251392 10

[nongnu] elpa/annotate 9b824d23ec 267/372: - updated Changelog and NEWS.org.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 9b824d23ec2cb903c2b5acb3047992f4c73ef896 Author: cage Commit: cage - updated Changelog and NEWS.org. --- Changelog | 114 NEWS.org| 17 + annotate.el | 4 +-- 3 files changed, 133 inse

[nongnu] elpa/annotate 36d3729c27 339/372: - updated version number and docs.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 36d3729c270d82d8461e7c54accb18df35640d0b Author: cage Commit: cage - updated version number and docs. --- Changelog | 23 +++ NEWS.org| 13 + annotate.el | 4 ++-- 3 files changed, 38 insertions(+), 2 deletions(-) diff --g

[nongnu] elpa/annotate 936389e36a 316/372: - prevented asking for annotation when trying to annotate a newline character.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 936389e36a3043d849bb2f805d9b8f3869649158 Author: cage Commit: cage - prevented asking for annotation when trying to annotate a newline character. --- annotate.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el in

[nongnu] elpa/annotate 34f0df8d5b 251/372: - updated documentation.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 34f0df8d5bedc9b98e1ba4d0b9f2f412bea971ae Author: cage Commit: cage - updated documentation. --- Changelog | 7 +++ NEWS.org | 3 +++ 2 files changed, 10 insertions(+) diff --git a/Changelog b/Changelog index badeb620e7..1e4a97edd1 100644 --- a/Changelog ++

[nongnu] elpa/annotate 6543d3b1c0 259/372: - fixed indentation.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 6543d3b1c0fea4396dac459669488c2b0c38b1f2 Author: cage Commit: cage - fixed indentation. --- annotate.el | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/annotate.el b/annotate.el index 511bc53214..3fde2e2b83 100644 --- a

[nongnu] elpa/annotate d52ee5dec0 359/372: Merge pull request #113 from cage2/master

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit d52ee5dec0bb9bf365e031bdeda4f8692488b1d9 Merge: 4ae1d4f2a6 a45584c53f Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #113 from cage2/master Added a command to delete an annotation --- README.org | 31 +++

[nongnu] elpa/annotate 7871adfbd8 320/372: - skipped file left with no annotations when saving.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 7871adfbd8ba352271574a4954311ce655fe993d Author: cage Commit: cage - skipped file left with no annotations when saving. --- annotate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.el b/annotate.el index 914983c13b..dc32b61377 100

[nongnu] elpa/annotate a37ec08035 249/372: - added signalling of error to 'annotate-switch-db';

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit a37ec08035df4f2eeddb4acb3f303e3d4cf1f417 Author: cage Commit: cage - added signalling of error to 'annotate-switch-db'; - fixedtype ofsecondargumentcalling 'signal'in 'annotate-load-annotation-data'. --- annotate.el | 6 +++---

[nongnu] elpa/annotate 0e5ccfdb4e 326/372: - replaced 'if' with 'when' when no 'else' branch exists.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 0e5ccfdb4e033f29812593c7c47baf7b2d4d603f Author: cage Commit: cage - replaced 'if' with 'when' when no 'else' branch exists. --- annotate.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/annotate.el b/annotate.el index d134b67442..1

[nongnu] elpa/annotate 0cfad246ee 372/372: Merge pull request #120 from cage2/add-merge-db

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 0cfad246ee4c1297efa399e3d2c6ebb8bb46288b Merge: b9c908f24c e083073ead Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #120 from cage2/add-merge-db Merge annotations database --- Changelog | 23 NEWS.org

[nongnu] elpa/annotate a04a6144aa 240/372: Merge pull request #75 from cage2/master

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit a04a6144aaf31b2547f0988dff1f035fb8aa20ae Merge: 99d99e5bcb 553116dc61 Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #75 from cage2/master Added dependency on info and removed duplicated operation --- Changelog

[nongnu] elpa/annotate d2841bad65 325/372: - ensured all annotations are saved before showing summary window.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit d2841bad65d1d419ac22355241a847fc500a0d5f Author: cage Commit: cage - ensured all annotations are saved before showing summary window. --- annotate.el | 1 + 1 file changed, 1 insertion(+) diff --git a/annotate.el b/annotate.el index 5d4815dcad..d134b67442 10064

[nongnu] elpa/annotate 6239d033ce 355/372: - updated README.org mentioning 'annotate-y-or-n-prompt-function'.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 6239d033ceb2797e4bf2ff8a91f192554e008d2f Author: cage Commit: cage - updated README.org mentioning 'annotate-y-or-n-prompt-function'. --- README.org | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org in

[nongnu] elpa/annotate f0a71bb148 223/372: Merge pull request #64 from cage2/fix-face-detection

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit f0a71bb14806c79f09cb6aacb5ef98a852ef66e2 Merge: 44b378b16a e2c365a376 Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #64 from cage2/fix-face-detection - fixed managing return value of "(get-text-property changed-f

[nongnu] elpa/annotate dadc57bb3e 231/372: - reverted the version number to 0.8.0;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit dadc57bb3e56cca0f78c2dc925753387e173159c Author: cage Commit: cage - reverted the version number to 0.8.0; - clarified that we can not fix the scroll issue. --- Changelog | 4 NEWS.org| 3 --- README.org | 10 ++ annotate.el | 4 ++--

[nongnu] elpa/annotate 83e81e0979 369/372: - added missing docstrings and improved a bit the old ones.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 83e81e0979ac1483f93dff84e21543322cba8002 Author: cage Commit: cage - added missing docstrings and improved a bit the old ones. --- annotate.el | 271 1 file changed, 145 insertions(+), 126 deletions(-)

[nongnu] elpa/annotate 1350e1d073 338/372: - fixed annotated text shown in the summary window

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 1350e1d0735e3937f9435c98dfdaf8a6c4bd2c00 Author: cage Commit: cage - fixed annotated text shown in the summary window when an annotated buffer (that is visiting a file) is modified in a way that changes the position of an annotation in that buffer

[nongnu] elpa/annotate 4c3ba3a5da 331/372: - prevented calling 'annotate--remove-annotation-property' on a narrowed buffer

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit 4c3ba3a5da9b67a16c114822e7943ca873dbfe1c Author: cage Commit: cage - prevented calling 'annotate--remove-annotation-property' on a narrowed buffer For some reason (perhaps related to font-locking?) comment-region command was calling this fun

[nongnu] elpa/annotate a38a2ff6b4 221/372: - updated version and documentation.

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit a38a2ff6b48c07dcb094b3cb2709a8a7b91363a6 Author: cage Commit: cage - updated version and documentation. --- Changelog | 14 ++ NEWS.org| 3 +++ annotate.el | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Changelog b/

[nongnu] elpa/annotate e083073ead 371/372: - updated Changelog;

2022-02-04 Thread ELPA Syncer
branch: elpa/annotate commit e083073eada0f209b2a9b57112101eb3693c72d1 Author: cage Commit: cage - updated Changelog; - added author to NEWS.org. --- Changelog | 23 +++ NEWS.org | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/Changelog b

  1   2   3   4   >