[elpa] externals/compat 34463680d5 6/6: Add runtime version check

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 34463680d51316441c54920e90e7ac010c18b50e Author: Daniel Mendler Commit: Daniel Mendler Add runtime version check We must make sure that we don't load Compat in an incompatible Emacs version. --- NEWS.org | 2 ++ compat-macs.el | 4 +++- 2 file

[elpa] externals/compat 220d1446fb 3/6: Remove deprecated features

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 220d1446fbe82ce969d08dce6b7e96a5ca46368f Author: Daniel Mendler Commit: Daniel Mendler Remove deprecated features --- NEWS.org| 1 + compat-24.el| 25 - compat-font-lock.el | 24 compat-hel

[elpa] externals/compat updated (8a32564247 -> 34463680d5)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from 8a32564247 Version 29.1.0.1 new 0ffcc8bf3f Set new development version 29.1.1.0-git new 8ebc304b3f Remove deprecated prefixed compatibility functions new 220d1446fb Remove deprecated features new cfe03

[elpa] externals/compat 9fe496cee1 5/6: Use basic alist-get definition in 25

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 9fe496cee177e82c983c5fa1643125da00638426 Author: Daniel Mendler Commit: Daniel Mendler Use basic alist-get definition in 25 In compat-26 we provide the alist-get variant with the additional TESTFN argument. --- compat-25.el | 23 +++--

[elpa] externals/compat 0ffcc8bf3f 1/6: Set new development version 29.1.1.0-git

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 0ffcc8bf3f2f654d60c724e5bed30552e55fc45d Author: Daniel Mendler Commit: Daniel Mendler Set new development version 29.1.1.0-git --- NEWS.org| 4 +++- compat.el | 2 +- compat.texi | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git

[elpa] externals/compat cfe0394b98 4/6: Rework the macros in compat-macs

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit cfe0394b982fc61250c87a574ace59d6690bf738 Author: Daniel Mendler Commit: Daniel Mendler Rework the macros in compat-macs - New macro compat--guarded-definition, which handles the generic feature and version checks (:feature, :min-version, :max-v

[elpa] externals/compat 8ebc304b3f 2/6: Remove deprecated prefixed compatibility functions

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 8ebc304b3f90d4e3b888651be5b8f39d76725d61 Author: Daniel Mendler Commit: Daniel Mendler Remove deprecated prefixed compatibility functions These functions are only used by exactly two packages: Consult 0.30 (released) and Magit 3.4.0 (unreleased d

[elpa] externals/compat 92a52ddf6e: compat-tests: Use uniform naming convention

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 92a52ddf6e333d1946be95efdf0d97169e90311f Author: Daniel Mendler Commit: Daniel Mendler compat-tests: Use uniform naming convention --- compat-tests.el | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --g

[nongnu] elpa/idris-mode 253e2ad909 5/5: Merge pull request #605 from keram/print-def

2023-01-06 Thread ELPA Syncer
branch: elpa/idris-mode commit 253e2ad90985c83c5cb06bae0b1cb931c88a6c89 Merge: a060688b5c 7697b8b95e Author: Jan de Muijnck-Hughes Commit: GitHub Merge pull request #605 from keram/print-def Add support for printing definitions of functions in Idris 2 --- idris-commands.el | 32

[nongnu] elpa/idris-mode 3e7cbb331f 3/5: Idris2: Use `:interpret .. :printdef` command to fetch symbol definition

2023-01-06 Thread ELPA Syncer
branch: elpa/idris-mode commit 3e7cbb331fb28256b1a3964113c1ebd7d04f0161 Author: Marek L Commit: Marek L Idris2: Use `:interpret .. :printdef` command to fetch symbol definition Why: Because `:print-definition` command is not yet implemented in Idris2 while the `:interpret xx

[nongnu] elpa/idris-mode 7697b8b95e 4/5: Mark `idris-print-definition-of-name` as obsolete in favour of

2023-01-06 Thread ELPA Syncer
branch: elpa/idris-mode commit 7697b8b95e3861e8cadf51e6d62d0ccc091c8d38 Author: Marek L Commit: Marek L Mark `idris-print-definition-of-name` as obsolete in favour of `idris-print-definition-of-name-at-point` and define new "internal" function `idris--print-definition-of-name` t

[nongnu] elpa/idris-mode updated (a060688b5c -> 253e2ad909)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch elpa/idris-mode. from a060688b5c Merge pull request #604 from keram/idris-xref-v1 new 1b30ca6334 Improve documentation for `idris-info-for-name` new a47811be8b Check for semantic property `key` having non empty string value new 3e7

[nongnu] elpa/idris-mode 1b30ca6334 1/5: Improve documentation for `idris-info-for-name`

2023-01-06 Thread ELPA Syncer
branch: elpa/idris-mode commit 1b30ca6334ba6a5f7b2e159a4f12c3ddac29ee83 Author: Marek L Commit: Marek L Improve documentation for `idris-info-for-name` --- idris-commands.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/idris-commands.el b/idris-commands.el index

[nongnu] elpa/idris-mode a47811be8b 2/5: Check for semantic property `key` having non empty string value

2023-01-06 Thread ELPA Syncer
branch: elpa/idris-mode commit a47811be8b1c6fab8a6cb46041395d04d2ea20f5 Author: Marek L Commit: Marek L Check for semantic property `key` having non empty string value before assigning the value to `idris-name-key` text property. Why: Previously the value was wrapped wi

[nongnu] elpa/sweeprolog updated (42d2f4d301 -> c6ae233d03)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from 42d2f4d301 Announce recent changes in NEWS.org and bump version to 0.11.0 new a16ea87e11 ENHANCED: Support refining term searches with arbitrary goals new c6ae233d03 Announce recent changes in NEWS.org and bump versi

[nongnu] elpa/sweeprolog a16ea87e11 1/2: ENHANCED: Support refining term searches with arbitrary goals

2023-01-06 Thread ELPA Syncer
branch: elpa/sweeprolog commit a16ea87e1197208896b49f185032828bce818b85 Author: Eshel Yaron Commit: Eshel Yaron ENHANCED: Support refining term searches with arbitrary goals * sweep.pl (sweep_term_search/2): extend with an extra goal argument. * sweeprolog.el (sweeprolog-read-te

[nongnu] elpa/sweeprolog c6ae233d03 2/2: Announce recent changes in NEWS.org and bump version to 0.11.1

2023-01-06 Thread ELPA Syncer
branch: elpa/sweeprolog commit c6ae233d03c98f2fc4fb23d4f7e3ce15e10706d9 Author: Eshel Yaron Commit: Eshel Yaron Announce recent changes in NEWS.org and bump version to 0.11.1 --- NEWS.org | 14 ++ sweeprolog.el | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff

[elpa] externals/compat eaada8921b 2/2: compat--function-definition: Add declare-function

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit eaada8921b50f4723574f935c095892bc5bea23d Author: Daniel Mendler Commit: Daniel Mendler compat--function-definition: Add declare-function The functions are declared in order to avoid bytecompiler warnings about missing definitions at runtime. These

[elpa] externals/compat updated (92a52ddf6e -> eaada8921b)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from 92a52ddf6e compat-tests: Use uniform naming convention new 4658ba6ea8 compat-macs: Restore runtime checks new eaada8921b compat--function-definition: Add declare-function Summary of changes: NEWS.org | 5 +++

[elpa] externals/compat 4658ba6ea8 1/2: compat-macs: Restore runtime checks

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 4658ba6ea854af1e1e6154397c996c05c057d1b5 Author: Daniel Mendler Commit: Daniel Mendler compat-macs: Restore runtime checks Compat uses runtime checks (boundp, fboundp) to ensure that existing definitions are never overridden, when Compat is loaded

[elpa] externals/compat 3ee71d20de: compat-defalias: Add missing debug declare

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 3ee71d20de2ba2758489b89dd7aeaedaf94ab9cb Author: Daniel Mendler Commit: Daniel Mendler compat-defalias: Add missing debug declare --- compat-macs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/compat-macs.el b/compat-macs.el index be3fefd9a4..b1a7cb98

[elpa] externals/org a08c37603f: Merge branch 'bugfix'

2023-01-06 Thread ELPA Syncer
branch: externals/org commit a08c37603fab8bb2685ab9320843ccc9898810e2 Merge: a3815a169a 28a9664844 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- doc/org-manual.org | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/org-manual.org b/

[elpa] externals-release/org 28a9664844: org-manual.org: Clarify that `org-insert-property-drawer' is not a command

2023-01-06 Thread ELPA Syncer
branch: externals-release/org commit 28a9664844f09c626a46dc1a1d12ec73eaf7904a Author: Ihor Radchenko Commit: Ihor Radchenko org-manual.org: Clarify that `org-insert-property-drawer' is not a command * doc/org-manual.org (Drawers): Emphasize that `org-insert-property-drawer' is n

[elpa] externals/org updated (a3815a169a -> a08c37603f)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from a3815a169a org-cycle-level: Do nothing at inlinetasks new 28a9664844 org-manual.org: Clarify that `org-insert-property-drawer' is not a command new a08c37603f Merge branch 'bugfix' Summary of changes: doc/org-manual.

[elpa] externals/compat e375885957 2/4: compat-tests: Suppress warning for `string-to-multibyte' on 26

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit e3758859573171b201445c10af1701d86001e7d4 Author: Daniel Mendler Commit: Daniel Mendler compat-tests: Suppress warning for `string-to-multibyte' on 26 --- compat-tests.el | 39 +++ 1 file changed, 23 insertions(+), 16 deleti

[elpa] externals/compat updated (3ee71d20de -> 7821117bec)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from 3ee71d20de compat-defalias: Add missing debug declare new cbd908e642 compat--function-definition: Do not use hashed symbol new e375885957 compat-tests: Suppress warning for `string-to-multibyte' on 26 new 265

[elpa] externals/compat 7821117bec 4/4: compat-26: Only define gv expanders if needed

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 7821117bec2f6353cece59c27494a98dc3640d71 Author: Daniel Mendler Commit: Daniel Mendler compat-26: Only define gv expanders if needed compat--alist-get is only defined on Emacs < 26. --- compat-26.el | 62 --

[elpa] externals/compat 265ecb9aac 3/4: Treat byte compilation warnings as errors

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 265ecb9aacdfcfb30ae712a6d8c0dad6833a1cda Author: Daniel Mendler Commit: Daniel Mendler Treat byte compilation warnings as errors Except on the snapshot version since new warnings may get introduced there. As soon as a new Emacs version is released

[elpa] externals/compat cbd908e642 1/4: compat--function-definition: Do not use hashed symbol

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit cbd908e642af56924d44497270875ff76ee673dd Author: Daniel Mendler Commit: Daniel Mendler compat--function-definition: Do not use hashed symbol The hashed symbol leads to a bytecompiler warning (false positive). --- compat-macs.el | 28 +

[elpa] externals/topspace 88604ffb6d 2/2: Rm linum development dependency breaking CI

2023-01-06 Thread ELPA Syncer
branch: externals/topspace commit 88604ffb6d0eed3f0153e95a79beb885966d3165 Author: Trevor Pogue Commit: Trevor Pogue Rm linum development dependency breaking CI --- Cask | 3 +-- test/topspace-test.el | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Cas

[elpa] externals/topspace 25853c035d 1/2: Add ELPA badge to README

2023-01-06 Thread ELPA Syncer
branch: externals/topspace commit 25853c035dafc2d0be3ee433928613a0883263fe Author: Trevor Pogue Commit: GitHub Add ELPA badge to README --- README.md | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b402ed262e..edb3debb97 100644

[elpa] externals/topspace updated (4f09052017 -> 88604ffb6d)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/topspace. from 4f09052017 Update news.yml new 25853c035d Add ELPA badge to README new 88604ffb6d Rm linum development dependency breaking CI Summary of changes: Cask | 3 +-- README.md | 14 +--

[elpa] externals/compat updated (7821117bec -> bb928cabe6)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from 7821117bec compat-26: Only define gv expanders if needed new 51417c4b96 Remove :realname new 62da11929a compat--alist-get gv expander: Evaluate check at compile time new bb928cabe6 Only require Compat librari

[elpa] externals/compat bb928cabe6 3/3: Only require Compat libraries which are needed

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit bb928cabe6d2418f0d51e8ae9b76b92788961a55 Author: Daniel Mendler Commit: Daniel Mendler Only require Compat libraries which are needed --- NEWS.org | 2 ++ compat-26.el | 1 - compat-27.el | 1 - compat-28.el | 1 - compat-29.el | 1 - compat-mac

[elpa] externals/compat 62da11929a 2/3: compat--alist-get gv expander: Evaluate check at compile time

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 62da11929abbdbb8083ce16771125a7f49637ccf Author: Daniel Mendler Commit: Daniel Mendler compat--alist-get gv expander: Evaluate check at compile time --- compat-26.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat-26.el b/compat-26.

[elpa] externals/compat 51417c4b96 1/3: Remove :realname

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 51417c4b968ba30d9633c389d425eeb4715698cf Author: Daniel Mendler Commit: Daniel Mendler Remove :realname --- compat-26.el | 12 +++- compat-29.el | 3 +-- compat-macs.el | 53 +++-- 3 files changed,

[elpa] externals-release/org 41ebc2e40c: test-ob-octave.el: wrap get-buffer in buffer-live-p

2023-01-06 Thread ELPA Syncer
branch: externals-release/org commit 41ebc2e40c33080a47cebb2507f038058b862655 Author: Leo Butler Commit: Ihor Radchenko test-ob-octave.el: wrap get-buffer in buffer-live-p * testing/lisp/test-ob-octave.el (ob-octave/graphics-file): (ob-octave/graphics-file-session): (ob-octa

[elpa] externals/org updated (a08c37603f -> b58fbaf834)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from a08c37603f Merge branch 'bugfix' new 41ebc2e40c test-ob-octave.el: wrap get-buffer in buffer-live-p new b58fbaf834 Merge branch 'bugfix' Summary of changes: testing/lisp/test-ob-octave.el | 6 +++--- 1 file changed, 3

[elpa] externals/org b58fbaf834: Merge branch 'bugfix'

2023-01-06 Thread ELPA Syncer
branch: externals/org commit b58fbaf834dfa0e87898b9e59c8c650599223201 Merge: a08c37603f 41ebc2e40c Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- testing/lisp/test-ob-octave.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/lisp/te

[elpa] externals/compat dca7636e62: Add UNTESTED labels

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit dca7636e62f66241f5d026859e31a2d7c4590948 Author: Daniel Mendler Commit: Daniel Mendler Add UNTESTED labels --- compat-26.el | 4 ++-- compat-27.el | 2 +- compat-29.el | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/compat-26.el b/comp

[elpa] externals/consult 8dde94ad1b: Use defvar-keymap (provided by Compat 29.1)

2023-01-06 Thread ELPA Syncer
branch: externals/consult commit 8dde94ad1b4a50c4f97846d68175d65d3b697d1d Author: Daniel Mendler Commit: Daniel Mendler Use defvar-keymap (provided by Compat 29.1) --- consult.el | 42 ++ 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a

[elpa] externals/compat 02f4d3a795: compat-tests: Test that no unnecessary compat-* files are loaded

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 02f4d3a795fdfc9cf4da6086137e3bfa39747cba Author: Daniel Mendler Commit: Daniel Mendler compat-tests: Test that no unnecessary compat-* files are loaded --- compat-tests.el | 7 +++ compat.el | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-)

[elpa] externals/consult updated (8dde94ad1b -> 17de436c58)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 8dde94ad1b Use defvar-keymap (provided by Compat 29.1) new 2e1c45d1bd Version 0.31 new 17de436c58 Drop obsolete commands in preparation of 1.0 release Summary of changes: CHANGELOG.org | 4 consult.el| 2

[elpa] externals/consult 17de436c58 2/2: Drop obsolete commands in preparation of 1.0 release

2023-01-06 Thread ELPA Syncer
branch: externals/consult commit 17de436c58df1f0e2036b7cc590b74dcbdefd393 Author: Daniel Mendler Commit: Daniel Mendler Drop obsolete commands in preparation of 1.0 release --- CHANGELOG.org | 8 consult.el| 58 -- 2 file

[elpa] externals/consult 2e1c45d1bd 1/2: Version 0.31

2023-01-06 Thread ELPA Syncer
branch: externals/consult commit 2e1c45d1bda9b4c9746d2a4f107b9689218d1083 Author: Daniel Mendler Commit: Daniel Mendler Version 0.31 --- CHANGELOG.org | 8 ++-- consult.el| 60 ++- 2 files changed, 61 insertions(+), 7 deletion

[nongnu] elpa/cider 485e69cf7e: [Fix #3262] Add extra keys for navigation of inspect buffer (#3301)

2023-01-06 Thread ELPA Syncer
branch: elpa/cider commit 485e69cf7e05fb79b240c4c533bb0254429e4971 Author: gpapadok <38889721+gpapa...@users.noreply.github.com> Commit: GitHub [Fix #3262] Add extra keys for navigation of inspect buffer (#3301) --- CHANGELOG.md| 4 cider-inspector.el

[nongnu] elpa/git-commit 74dbbe2a28 6/7: ci: Give test workflow none of the optional permissions

2023-01-06 Thread ELPA Syncer
branch: elpa/git-commit commit 74dbbe2a28628d0d578ad899705d26f3b8567386 Author: Jonas Bernoulli Commit: Jonas Bernoulli ci: Give test workflow none of the optional permissions See https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs. --- .github/workflows/te

[nongnu] elpa/git-commit 53660de6f8 3/7: Bump actions/checkout to version 3.

2023-01-06 Thread ELPA Syncer
branch: elpa/git-commit commit 53660de6f89806f233b18c77455af8c392ebb116 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Commit: Jonas Bernoulli Bump actions/checkout to version 3. Bumps actions/checkout (https://github.com/actions/checkout) from versio

[nongnu] elpa/git-commit updated (b281f05d22 -> a103d11a8a)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from b281f05d22 Bump compat dependency new daed884873 Remove unnecessary Compat requires new 0fdcbfdf07 Keep GitHub Actions up-to-date with Dependabot new 53660de6f8 Bump actions/checkout to version 3. new 8

[nongnu] elpa/git-commit 955c205913 5/7: AUTHORS.md: Update list of contributors

2023-01-06 Thread ELPA Syncer
branch: elpa/git-commit commit 955c2059138250f8309c49b61db71bd5d17922a6 Author: Jonas Bernoulli Commit: Jonas Bernoulli AUTHORS.md: Update list of contributors --- docs/AUTHORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/AUTHORS.md b/docs/AUTHORS.md index b03532b363..22e3e

[nongnu] elpa/git-commit a103d11a8a 7/7: ci: Tell actions/checkout to not persist-credentials

2023-01-06 Thread ELPA Syncer
branch: elpa/git-commit commit a103d11a8a8b4361cf7d5f45f1ac0156c7870b43 Author: Jonas Bernoulli Commit: Jonas Bernoulli ci: Tell actions/checkout to not persist-credentials It seems this should be the default as suggested at https://github.com/actions/checkout/pull/946. --- .gi

[nongnu] elpa/git-commit 8d26868f41 4/7: make: Dependabot is a bot, not an author

2023-01-06 Thread ELPA Syncer
branch: elpa/git-commit commit 8d26868f41822691248da8a352b249ec50d74d22 Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Dependabot is a bot, not an author --- Makefile | 3 --- docs/Makefile | 6 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Mak

[nongnu] elpa/git-commit daed884873 1/7: Remove unnecessary Compat requires

2023-01-06 Thread ELPA Syncer
branch: elpa/git-commit commit daed8848732a6be4cac35350caf25a16578ca6c0 Author: Daniel Mendler Commit: Daniel Mendler Remove unnecessary Compat requires --- lisp/magit-base.el| 2 -- lisp/magit-libgit.el | 2 -- lisp/magit-section.el | 2 -- 3 files changed, 6 deletions(-) diff --git

[nongnu] elpa/git-commit 0fdcbfdf07 2/7: Keep GitHub Actions up-to-date with Dependabot

2023-01-06 Thread ELPA Syncer
branch: elpa/git-commit commit 0fdcbfdf077f5e62dc2a0e588060297f9107dfa8 Author: Stefan Kangas Commit: Jonas Bernoulli Keep GitHub Actions up-to-date with Dependabot Documentation at https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-wi

[nongnu] elpa/magit-section updated (b281f05d22 -> a103d11a8a)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from b281f05d22 Bump compat dependency adds daed884873 Remove unnecessary Compat requires adds 0fdcbfdf07 Keep GitHub Actions up-to-date with Dependabot adds 53660de6f8 Bump actions/checkout to version 3. adds

[nongnu] elpa/magit updated (b281f05d22 -> a103d11a8a)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from b281f05d22 Bump compat dependency adds daed884873 Remove unnecessary Compat requires adds 0fdcbfdf07 Keep GitHub Actions up-to-date with Dependabot adds 53660de6f8 Bump actions/checkout to version 3. adds 8d2686

[elpa] externals/compat updated (02f4d3a795 -> edc6830f68)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from 02f4d3a795 compat-tests: Test that no unnecessary compat-* files are loaded new d6a4ed48bc Move json functions to compat.el new edc6830f68 Update news Summary of changes: NEWS.org| 11 +-- compat-27.el

[elpa] externals/compat edc6830f68 2/2: Update news

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit edc6830f688c13c9533ef0702028a0e10c0733a0 Author: Daniel Mendler Commit: Daniel Mendler Update news --- NEWS.org | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS.org b/NEWS.org index 59aa56e948..eacb0ac60e 100644 --- a/NEWS.

[elpa] externals/compat d6a4ed48bc 1/2: Move json functions to compat.el

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit d6a4ed48bca8c99e9e9d9617eaa4ae4a0dceca46 Author: Daniel Mendler Commit: Daniel Mendler Move json functions to compat.el These functions are defined conditionally. Therefore they must not be part of the versioned files. Conditionally-defined functi

[nongnu] elpa/evil b73094a82e: Update project Keywords

2023-01-06 Thread ELPA Syncer
branch: elpa/evil commit b73094a82ee31fc4a9aa7453bbbe51e37be3447f Author: Tom Dalziel Commit: Tom Dalziel Update project Keywords --- evil.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil.el b/evil.el index 8a8a3f35e9..599bfb4ceb 100644 --- a/evil.el +++ b/evil.el

[nongnu] elpa/rust-mode 53b1b5c0bf 2/2: Merge pull request #485 from VlachJosef/master

2023-01-06 Thread ELPA Syncer
branch: elpa/rust-mode commit 53b1b5c0bf9fdfd808e2671b5635c105961f06ca Merge: 0431b10d25 5d62d5d72e Author: brotzeit Commit: GitHub Merge pull request #485 from VlachJosef/master Update README.md - add default keybindings --- README.md | 13 +++-- 1 file changed, 7 insertio

[nongnu] elpa/rust-mode 5d62d5d72e 1/2: Update README.md - add default keybindings

2023-01-06 Thread ELPA Syncer
branch: elpa/rust-mode commit 5d62d5d72ea4f1aa3d247837088797a4abbcb6c2 Author: Josef Vlach Commit: Josef Vlach Update README.md - add default keybindings --- README.md | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5d20f2d59a..8

[elpa] externals/compat updated (edc6830f68 -> 32c0bdb18b)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from edc6830f68 Update news new 557c74f87f compat.el: Add missing compat-declare-version new 28494d7c79 Explicit functions: Mention reason of existence in the docstring new 32c0bdb18b compat-29: Add test for funct

[elpa] externals/compat 557c74f87f 1/3: compat.el: Add missing compat-declare-version

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 557c74f87fe8298d186703b8b7ed46745d9bb7dd Author: Daniel Mendler Commit: Daniel Mendler compat.el: Add missing compat-declare-version --- compat.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compat.el b/compat.el index bb787f3cb4.

[elpa] externals/compat 28494d7c79 2/3: Explicit functions: Mention reason of existence in the docstring

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 28494d7c792131064f1e1a16a37762cf4bd42dae Author: Daniel Mendler Commit: Daniel Mendler Explicit functions: Mention reason of existence in the docstring Replicating the docstring of the original function is not needed. --- compat-26.el | 35 +++---

[elpa] externals/compat 32c0bdb18b 3/3: compat-29: Add test for function-alias-p

2023-01-06 Thread ELPA Syncer
branch: externals/compat commit 32c0bdb18bbe3870cf996d29810bf547a2838630 Author: Daniel Mendler Commit: Daniel Mendler compat-29: Add test for function-alias-p --- compat-29.el| 2 +- compat-tests.el | 16 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/

[nongnu] elpa/sweeprolog updated (c6ae233d03 -> e540d05a79)

2023-01-06 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from c6ae233d03 Announce recent changes in NEWS.org and bump version to 0.11.1 new 72c50f216f ENHANCED: use terms at point as "future history" for term-search new e540d05a79 Announce recent changes in NEWS.org and bump ve

[nongnu] elpa/sweeprolog 72c50f216f 1/2: ENHANCED: use terms at point as "future history" for term-search

2023-01-06 Thread ELPA Syncer
branch: elpa/sweeprolog commit 72c50f216fab6c2ea36698fa5a10f292e04ef495 Author: Eshel Yaron Commit: Eshel Yaron ENHANCED: use terms at point as "future history" for term-search * sweep.pl (sweep_terms_at_point/2): new predicate. * sweeprolog.el (sweeprolog-terms-at-point): new f

[nongnu] elpa/sweeprolog e540d05a79 2/2: Announce recent changes in NEWS.org and bump version 0.11.1

2023-01-06 Thread ELPA Syncer
branch: elpa/sweeprolog commit e540d05a79748b8c41f021d0fd798bd863d223d3 Author: Eshel Yaron Commit: Eshel Yaron Announce recent changes in NEWS.org and bump version 0.11.1 --- NEWS.org | 10 ++ sweeprolog.el | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git