[elpa] externals/crdt updated (ceb2b98 -> 4797413)

2021-09-01 Thread ELPA Syncer
elpasync pushed a change to branch externals/crdt. from ceb2b98 Merge branch 'fix' into 'master' new 4e9bb3b fix user clean up on disconnect-because-of-error new a4a07fb Improve error handling new 50e6d90 Merge branch 'fix' into 'master' new 4797413

[elpa] externals/crdt 4e9bb3b 1/4: fix user clean up on disconnect-because-of-error

2021-09-01 Thread ELPA Syncer
branch: externals/crdt commit 4e9bb3b161a1b606e30d2db486c9f18cdec9932a Author: Qiantan Hong Commit: Qiantan Hong fix user clean up on disconnect-because-of-error --- crdt.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crdt.el b/crdt.el index 458834c..42d09e7 1006

[elpa] externals/crdt 4797413 4/4: bump version number

2021-09-01 Thread ELPA Syncer
branch: externals/crdt commit 47974132916867c29f9031ea357ddd64d14b73cc Author: Qiantan Hong Commit: Qiantan Hong bump version number --- crdt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crdt.el b/crdt.el index d4da1f9..f70e801 100644 --- a/crdt.el +++ b/crdt.el @@

[elpa] externals/crdt 50e6d90 3/4: Merge branch 'fix' into 'master'

2021-09-01 Thread ELPA Syncer
branch: externals/crdt commit 50e6d90df5cfa4336286bdef84746da6b3450f9a Merge: ceb2b98 a4a07fb Author: Qiantan Hong Commit: Qiantan Hong Merge branch 'fix' into 'master' Fix See merge request qhong/crdt.el!4 --- HACKING.org | 12 +++- crdt.el | 99 ++

[elpa] externals/crdt a4a07fb 2/4: Improve error handling

2021-09-01 Thread ELPA Syncer
branch: externals/crdt commit a4a07fb3aa935e7771d560adac0c5ae0fd58eebd Author: Qiantan Hong Commit: Qiantan Hong Improve error handling - add error recovery to protocol - server side error handling (by sending the client an error message) - fix a stupid typo for the crdt--bu

[elpa] externals/company d9f4a22 2/4: Merge pull request #1207 from yugaego/contribute

2021-09-01 Thread ELPA Syncer
branch: externals/company commit d9f4a22e717b5ad2d4d74710ba98d0d8281a81b1 Merge: 4377506 4dd5ddb Author: Dmitry Gutov Commit: GitHub Merge pull request #1207 from yugaego/contribute Add CONTRIBUTING file --- CONTRIBUTING.md | 69 +

[elpa] externals/company faf8972 4/4: Avoid mentioning company-lsp (I hear it's deprecated)

2021-09-01 Thread ELPA Syncer
branch: externals/company commit faf897296faed0b3342e1c325fc05727029ce7fe Author: Dmitry Gutov Commit: Dmitry Gutov Avoid mentioning company-lsp (I hear it's deprecated) #1207 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/

[elpa] externals/company 757a6f3 3/4: Add a link from README

2021-09-01 Thread ELPA Syncer
branch: externals/company commit 757a6f35049314cf80ec3c67d2f47ba5c8fba690 Author: Dmitry Gutov Commit: Dmitry Gutov Add a link from README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea1db88..a0f9125 100644 --- a/README.md +++ b/README.md

[elpa] externals/company 4dd5ddb 1/4: Add CONTRIBUTING file

2021-09-01 Thread ELPA Syncer
branch: externals/company commit 4dd5ddb23b7a4ddb2b290e30234ffec4dd846964 Author: YE Commit: YE Add CONTRIBUTING file --- CONTRIBUTING.md | 69 + 1 file changed, 69 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file

[elpa] externals/company updated (4377506 -> faf8972)

2021-09-01 Thread ELPA Syncer
elpasync pushed a change to branch externals/company. from 4377506 Merge pull request #1203 from yugaego/docstring new 4dd5ddb Add CONTRIBUTING file new d9f4a22 Merge pull request #1207 from yugaego/contribute new 757a6f3 Add a link from README new fa

[elpa] externals/rec-mode 646962c: fix ; ; ; ###autoload tag in rec-mode.el

2021-09-01 Thread ELPA Syncer
branch: externals/rec-mode commit 646962cff4f728cfa56c72ed43de8936713c8bb6 Author: Jose E. Marchesi Commit: Jose E. Marchesi fix ;;;###autoload tag in rec-mode.el Problem and patch reported by Stefan Monnier. --- rec-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[nongnu] elpa/editorconfig 2ab86dc: Update CHANGELOG

2021-09-01 Thread ELPA Syncer
branch: elpa/editorconfig commit 2ab86dc9a8ed7a669ca348252d4af46522b5c411 Author: 10sr <8.slas...@gmail.com> Commit: 10sr <8.slas...@gmail.com> Update CHANGELOG --- CHANGELOG.md | 4 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b22162..bad2e15 100644 -

[nongnu] main a4124a5: * Makefile (gnu-elpa git): Fix URL for elpa.git

2021-09-01 Thread monnier--- via
branch: main commit a4124a544eb0191145d4ba9a92b56d45759eacdc Author: Stefan Monnier Commit: Stefan Monnier * Makefile (gnu-elpa git): Fix URL for elpa.git Use The `git` transport because it is significantly faster (in terms of time before the transfer starts, which can take abou

[elpa] externals/org d70f280: org-macs: Allow for nil ffap-url-regexp

2021-09-01 Thread ELPA Syncer
branch: externals/org commit d70f2806788dce06871287ef02c88ee08076dffc Author: TEC Commit: TEC org-macs: Allow for nil ffap-url-regexp * lisp/org-macs.el (org-url-p): `ffap-url-regexp' is allowed to be nil, which is taken to mean urls should not be matched. When this is set,

[elpa] externals/setup 7896b50: Use setup-ensure-function in :local-hook

2021-09-01 Thread ELPA Syncer
branch: externals/setup commit 7896b509c5975d7875cb61d3b05b0e30b12b034d Author: Philip Kaludercic Commit: Philip Kaludercic Use setup-ensure-function in :local-hook --- setup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.el b/setup.el index 03266cb..cdca915 10

[nongnu] elpa/tuareg 59446ec 2/2: tuareg-other-file-alist: Fix typo

2021-09-01 Thread ELPA Syncer
branch: elpa/tuareg commit 59446ecd986e6070a143a4545dec3b715d81752b Author: Christophe Troestler Commit: Christophe Troestler tuareg-other-file-alist: Fix typo --- tuareg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuareg.el b/tuareg.el index fb9d76b..de7bd1e 1006

[nongnu] elpa/tuareg 872beee 1/2: ocamldebug: minor cleanup

2021-09-01 Thread ELPA Syncer
branch: elpa/tuareg commit 872beee8d078ba1609a0f688eddc40efa564c511 Author: Christophe Troestler Commit: Christophe Troestler ocamldebug: minor cleanup --- ocamldebug.el | 59 +++ 1 file changed, 27 insertions(+), 32 deletions(-) diff

[nongnu] elpa/tuareg updated (f72ed44 -> 59446ec)

2021-09-01 Thread ELPA Syncer
elpasync pushed a change to branch elpa/tuareg. from f72ed44 Remove nuisance message from .elc build rule new 872beee ocamldebug: minor cleanup new 59446ec tuareg-other-file-alist: Fix typo Summary of changes: ocamldebug.el | 59 +++--