[elpa] externals/denote 4bb79fe89f 7/7: Remove fallback value in denote--file-extension

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 4bb79fe89f17304547d0475449463222ee9a3ba2 Author: Jean-Philippe Gagné Guay Commit: Protesilaos Stavrou Remove fallback value in denote--file-extension --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index

[elpa] externals/denote 64c5b74dbd 2/7: Relax conditionality in denote--retrieve-search

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 64c5b74dbd5c36f2f01ae2836a832d2eb42f1ac2 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Relax conditionality in denote--retrieve-search --- denote.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/denote.el b/denote.el index

[elpa] externals/denote 3748ac5f6d 6/7: Simplify denote--format-file

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 3748ac5f6d0c5dd0addc11823909d8261d041cab Author: Jean-Philippe Gagné Guay Commit: Protesilaos Stavrou Simplify denote--format-file --- denote.el | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/denote.el b/denote.el index a76c62b8ce.

[elpa] externals/denote updated (465a093893 -> 4bb79fe89f)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 465a093893 Simplify denote--edit-front-matter-p new 73ba47e832 Add comments for denote--only-note-p new 64c5b74dbd Relax conditionality in denote--retrieve-search new 1bdd0eb5e7 Fix argument in denote--writabl

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

2022-08-10 Thread ELPA Syncer
branch: externals/org commit ad802a923b8bdc96537e64b2b1f3c0968cd0b4d2 Merge: 76643256f2 70a311b001 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ox-icalendar.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/ox-icalendar.

[elpa] externals/denote 465a093893 3/3: Simplify denote--edit-front-matter-p

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 465a093893c152dc6ff41ec88a47b61b7179385d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Simplify denote--edit-front-matter-p The 'denote--writable-and-supported-p' was added in commit 29ed5c3. --- denote.el | 15 ++- 1 file chang

[elpa] externals/denote 29ed5c3449 2/3: Add denote--writable-and-supported-p helper

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 29ed5c3449aa1493f10e3fbd10b0df5f15cf Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add denote--writable-and-supported-p helper --- denote.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/denote.el b/denote.el index edd3790f72..1474b3

[elpa] externals-release/org 70a311b001: ox-icalendar: Avoid processing ignored elements

2022-08-10 Thread ELPA Syncer
branch: externals-release/org commit 70a311b001153afdf492b3dab5a0816c861e3186 Author: Ihor Radchenko Commit: Ihor Radchenko ox-icalendar: Avoid processing ignored elements * lisp/ox-icalendar.el (icalendar): Use nil transcoders instead of `ignore' for ignored element types. Oth

[elpa] externals/org updated (76643256f2 -> ad802a923b)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 76643256f2 ol-man: Set window point not buffer point and wait before search new 70a311b001 ox-icalendar: Avoid processing ignored elements new ad802a923b Merge branch 'bugfix' Summary of changes: lisp/ox-icalendar.el

[elpa] externals/denote c4d76bdd55 1/3: Add denote--file-supported-extension-p helper

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit c4d76bdd552ac2795176866f5cca5075cc814683 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add denote--file-supported-extension-p helper --- denote.el | 4 1 file changed, 4 insertions(+) diff --git a/denote.el b/denote.el index 1fa8ae5dc4..edd379

[elpa] externals/denote updated (1d714e8fb2 -> 465a093893)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 1d714e8fb2 Bump version to 0.5.1 new c4d76bdd55 Add denote--file-supported-extension-p helper new 29ed5c3449 Add denote--writable-and-supported-p helper new 465a093893 Simplify denote--edit-front-matter-p Su

[nongnu] elpa/elixir-mode d495ed87a9 3/3: Merge pull request #478 from mpanarin/add_font-lock_to_arrows

2022-08-10 Thread ELPA Syncer
branch: elpa/elixir-mode commit d495ed87a9c507f5939a51c740f119950c83e2ff Merge: e0d0466d83 192fa47f91 Author: Justin Smestad Commit: GitHub Merge pull request #478 from mpanarin/add_font-lock_to_arrows Add font-lock to arrows --- elixir-mode.el | 5 + tests/eli

[nongnu] elpa/elixir-mode 192fa47f91 2/3: add tests

2022-08-10 Thread ELPA Syncer
branch: elpa/elixir-mode commit 192fa47f914bd914e4cbd3a3a264d6e7f290d16b Author: mpanarin Commit: mpanarin add tests --- tests/elixir-mode-font-test.el | 25 + 1 file changed, 25 insertions(+) diff --git a/tests/elixir-mode-font-test.el b/tests/elixir-mode-font-test

[nongnu] elpa/elixir-mode 73ed57b279 1/3: Add font-lock to arrows

2022-08-10 Thread ELPA Syncer
branch: elpa/elixir-mode commit 73ed57b2799f04e93aa4182f56b79babf2a34baf Author: mpanarin Commit: mpanarin Add font-lock to arrows --- elixir-mode.el | 5 + 1 file changed, 5 insertions(+) diff --git a/elixir-mode.el b/elixir-mode.el index 8efa991c69..5865d8cf38 100644 --- a/elixir-mod

[nongnu] elpa/elixir-mode updated (e0d0466d83 -> d495ed87a9)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/elixir-mode. from e0d0466d83 Merge pull request #490 from elixir-editors/chore/remove_hack_from_emacs_24 new 73ed57b279 Add font-lock to arrows new 192fa47f91 add tests new d495ed87a9 Merge pull request #478 from mpanarin/add

[nongnu] elpa/inf-ruby f9c856bd54: Improve compatibility with advanced completion styles

2022-08-10 Thread ELPA Syncer
branch: elpa/inf-ruby commit f9c856bd5496cd1b9c8c1f9e09a4331c88c5917e Author: Dmitry Gutov Commit: Dmitry Gutov Improve compatibility with advanced completion styles Fixes #162 --- inf-ruby.el | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --gi

[nongnu] elpa/buttercup e083d67fdc 2/4: Makefile: Rename test* targets check*

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit e083d67fdc5b20501d5f9a5717cf171e68a01378 Author: Ola Nilsson Commit: Ola Nilsson Makefile: Rename test* targets check* check is the canonical make target name. Keep test* as compatibility aliases. --- .github/workflows/test.yml | 2 +- Makefile

[nongnu] elpa/buttercup 9f3d18197c 1/4: Makefile: Remove release target and associated variables

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit 9f3d18197c2f8f996d0a64bbf46b1a4ecd45bdc8 Author: Ola Nilsson Commit: Ola Nilsson Makefile: Remove release target and associated variables The release target has not been used for along while and did not work since the removal of buttercup-pkg.el ---

[nongnu] elpa/buttercup updated (497f6c2795 -> 9022546ebf)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/buttercup. from 497f6c2795 Merge branch 'byte-compiled' new 9f3d18197c Makefile: Remove release target and associated variables new e083d67fdc Makefile: Rename test* targets check* new 91b541a5a6 Add .elpaignore new 902

[nongnu] elpa/buttercup 91b541a5a6 3/4: Add .elpaignore

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit 91b541a5a615a5e2c750e2ae43be767fc5952527 Author: Ola Nilsson Commit: Ola Nilsson Add .elpaignore The package generated on NonGNU ELPA contains a lot of unnecessary files. --- .elpaignore | 8 1 file changed, 8 insertions(+) diff --git a/.

[nongnu] elpa/buttercup 9022546ebf 4/4: Bump version: 1.25 → 1.26

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit 9022546ebf2f492e9f3ce92e02ed893bcecab027 Author: Ola Nilsson Commit: Ola Nilsson Bump version: 1.25 → 1.26 --- .bumpversion.cfg | 2 +- buttercup.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg i

[nongnu] elpa/buttercup updated (62176a39ee -> 497f6c2795)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/buttercup. from 62176a39ee Improve buttercup--run-suite docstring new 8dda6ef8c9 Refactor the expect macro new ec4d94f7d5 tests: Create enclosed expressions with buttercup--wrap-expr new 435fc0d378 tests: Fix some buttercup-ex

[nongnu] elpa/buttercup cdbb8b061d 7/9: tests: Add tests for buttercup--enclosed-expr

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit cdbb8b061d176b4e6190d8aa69d5e6816f846c16 Author: Ola Nilsson Commit: Ola Nilsson tests: Add tests for buttercup--enclosed-expr Includes a pending test for byte compiled expressions. Tests that a lot of old expressions that used to be OK are no longe

[nongnu] elpa/buttercup 1bb0ba9439 8/9: Merge PR 219 into byte-compiled

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit 1bb0ba9439a25f3ff543795233b489e3f1ea55c0 Merge: cdbb8b061d ef293a62df Author: Ola Nilsson Commit: Ola Nilsson Merge PR 219 into byte-compiled * commit 'ef293a6': Fix: (buttercup--enclosed-expr) byte-code functions Removed the special erro

[nongnu] elpa/buttercup 0e26b1bbed 6/9: Clean up buttercup--enclosed-expr

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit 0e26b1bbed3da4b86c621e8ad18843657e59c063 Author: Ola Nilsson Commit: Ola Nilsson Clean up buttercup--enclosed-expr There are only two valid forms of FUN, and one of them is probably only for special cases when testing buttercup itself. --- buttercu

[nongnu] elpa/buttercup 4cbd106609 5/9: tests: Use buttercup--wrap-expr instead of make-list-of-closures

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit 4cbd10660901adae0cac1540b31c9d02d52ae0ad Author: Ola Nilsson Commit: Ola Nilsson tests: Use buttercup--wrap-expr instead of make-list-of-closures buttercup--wrap-expr creates correct closures that the rest of buttercup expect. --- tests/test-butter

[nongnu] elpa/buttercup 497f6c2795 9/9: Merge branch 'byte-compiled'

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit 497f6c27951146692a4a07f0027cb08f70f0064e Merge: 62176a39ee 1bb0ba9439 Author: Ola Nilsson Commit: Ola Nilsson Merge branch 'byte-compiled' Cleanup and tests for #219. * byte-compiled: tests: Add tests for buttercup--enclosed-expr Cl

[nongnu] elpa/buttercup 8dda6ef8c9 2/9: Refactor the expect macro

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit 8dda6ef8c9e4f5f49a5c2b834ea83802b5ca5bf3 Author: Ola Nilsson Commit: Ola Nilsson Refactor the expect macro Extract the wrapping of expressions into a separate function buttercup--wrap-expr. This reduces code duplication. --- buttercup.el | 23

[nongnu] elpa/buttercup 435fc0d378 4/9: tests: Fix some buttercup-expect tests

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit 435fc0d378bd2855e02418e5398f61cd94364f6d Author: Ola Nilsson Commit: Ola Nilsson tests: Fix some buttercup-expect tests * Use buttercup--wrap-expr * Use functions instead of local matchers (as they are not local but global) * Use expressio

[nongnu] elpa/buttercup ef293a62df 1/9: Fix: (buttercup--enclosed-expr) byte-code functions

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit ef293a62dff34ad705de8799489ee2f0cfa67ec6 Author: Adam Porter Commit: GitHub Fix: (buttercup--enclosed-expr) byte-code functions Accept byte-code functions (useful when test files are byte-compiled in advance). Fixes #218. --- buttercup.el | 7

[nongnu] elpa/buttercup ec4d94f7d5 3/9: tests: Create enclosed expressions with buttercup--wrap-expr

2022-08-10 Thread ELPA Syncer
branch: elpa/buttercup commit ec4d94f7d50a8a3ed5ac3ae7f57f0bfbe250a4e1 Author: Ola Nilsson Commit: Ola Nilsson tests: Create enclosed expressions with buttercup--wrap-expr ... instead of creating wrapped functions manually. At least in the cases where the wrapping and unwrappin

[elpa] externals/compat 46b44c3be1 2/3: Add derived-mode-p from Emacs 27

2022-08-10 Thread ELPA Syncer
branch: externals/compat commit 46b44c3be1f650c9f7c56f8e5f70211a796fc977 Author: Philip Kaludercic Commit: Philip Kaludercic Add derived-mode-p from Emacs 27 --- compat-27.el | 6 ++ compat.texi | 6 ++ 2 files changed, 12 insertions(+) diff --git a/compat-27.el b/compat-27.el ind

[elpa] externals/compat updated (6e021823d8 -> 36bc169cc0)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from 6e021823d8 Swap release manual and snapshot manual links new db9321e222 Add provided-mode-derived-p from Emacs 27 new 46b44c3be1 Add derived-mode-p from Emacs 27 new 36bc169cc0 Avoid using when-let in provided

[elpa] externals/compat 36bc169cc0 3/3: Avoid using when-let in provided-mode-derived-p

2022-08-10 Thread ELPA Syncer
branch: externals/compat commit 36bc169cc08408ae2cc2cfe0e2a3dc4338fc3b71 Author: Philip Kaludercic Commit: Philip Kaludercic Avoid using when-let in provided-mode-derived-p --- compat-27.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compat-27.el b/compat-27.el i

[elpa] externals/compat db9321e222 1/3: Add provided-mode-derived-p from Emacs 27

2022-08-10 Thread ELPA Syncer
branch: externals/compat commit db9321e222352c5c276c5df60b921999034264bf Author: Philip Kaludercic Commit: Philip Kaludercic Add provided-mode-derived-p from Emacs 27 --- compat-27.el| 17 + compat-tests.el | 23 +++ compat.texi | 7 +++ 3 fi

[elpa] externals/denote 1d714e8fb2 4/4: Bump version to 0.5.1

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 1d714e8fb260470ada1f48dce731f6849905b78f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Bump version to 0.5.1 Just to trigger a rebuild of the package to include commit e13dc9c. --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[elpa] externals/denote e13dc9cfa4 1/4: denote--format-front-matter: Handle nil filetype gracefuly

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit e13dc9cfa4274da2a285210c896672ee1ddbaf17 Author: Juergen Hoetzel Commit: Juergen Hoetzel denote--format-front-matter: Handle nil filetype gracefuly As descriped in denote-file-type docstring: By default (a nil value), the file type is that of

[elpa] externals/denote 70b31867e6 2/4: Merge pull request #84 from juergenhoetzel/handle_nil_filetype

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 70b31867e625d75053febbda462f54e90fa1cfc3 Merge: d9c4746991 e13dc9cfa4 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #84 from juergenhoetzel/handle_nil_filetype denote--format-front-matter: Handle nil filetype gracefuly --- denote.el |

[elpa] externals/denote a461df46d6 3/4: Update the manual's Acknowledgements

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit a461df46d6f84be0ccbce642c540e0ebaa5ce75a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the manual's Acknowledgements Thanks to Jürgen Hötzel for the bug fix to M-x denote which was contributed in pull request 84 on the GitHub mirr

[elpa] externals/denote updated (d9c4746991 -> 1d714e8fb2)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from d9c4746991 Update to version 0.5.0 new e13dc9cfa4 denote--format-front-matter: Handle nil filetype gracefuly new 70b31867e6 Merge pull request #84 from juergenhoetzel/handle_nil_filetype new a461df46d6 Updat

[nongnu] elpa/cider 68974c9fb6 2/2: Tweak an obsoletion message

2022-08-10 Thread ELPA Syncer
branch: elpa/cider commit 68974c9fb6ee6e95a4568c46a9c4371b24d2f0e9 Author: Bozhidar Batsov Commit: Bozhidar Batsov Tweak an obsoletion message --- nrepl-client.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrepl-client.el b/nrepl-client.el index c80906933d..612c2e9a

[nongnu] elpa/cider updated (8da628ce60 -> 68974c9fb6)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider. from 8da628ce60 [Docs] Mention cider-words-of-inspiration new 0f4887b253 Locate multiple ports for a single project new 68974c9fb6 Tweak an obsoletion message Summary of changes: CHANGELOG.md| 1 + cider.el| 9 +

[nongnu] elpa/cider 0f4887b253 1/2: Locate multiple ports for a single project

2022-08-10 Thread ELPA Syncer
branch: elpa/cider commit 0f4887b253cd0a6178bf5763df096161b7dad40f Author: Daniel Midwood Commit: Bozhidar Batsov Locate multiple ports for a single project Searching for a nrepl port to connect to would return a maximum of one port per project, ignoring any others that you migh

[nongnu] elpa/web-mode 7ae48dec23 2/3: Add completion for element tags

2022-08-10 Thread ELPA Syncer
branch: elpa/web-mode commit 7ae48dec234b5e6f6c4ec84d313629b501ef87f0 Author: Olivia Thiderman Commit: Olivia Thiderman Add completion for element tags Use `completing-read` with a predetermined set of known and customize-able tags. This helps the user find common tags faster.

[nongnu] elpa/web-mode c2f6ce3c86 1/3: Add completion and optional arguments to web-mode-attribute-insert

2022-08-10 Thread ELPA Syncer
branch: elpa/web-mode commit c2f6ce3c86bf6265e1d794a467f0b8fdb3181262 Author: Olivia Thiderman Commit: Olivia Thiderman Add completion and optional arguments to web-mode-attribute-insert This improves it in two ways; - Allowing it to be called with optional arguments for bo

[nongnu] elpa/web-mode d8258fb33c 3/3: Merge pull request #1253 from thiderman/completionista

2022-08-10 Thread ELPA Syncer
branch: elpa/web-mode commit d8258fb33cc1918a2d83ff637157061e804acd6f Merge: 7b5459f58c 7ae48dec23 Author: fxbois Commit: GitHub Merge pull request #1253 from thiderman/completionista Add completion for tags, attributes, and attribute values --- web-mode.el | 86 +++

[nongnu] elpa/web-mode updated (7b5459f58c -> d8258fb33c)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/web-mode. from 7b5459f58c anki support new c2f6ce3c86 Add completion and optional arguments to web-mode-attribute-insert new 7ae48dec23 Add completion for element tags new d8258fb33c Merge pull request #1253 from thiderman/com

[elpa] externals/denote d9c4746991: Update to version 0.5.0

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit d9c47469913fa723d31d9f69b0fcbfb8815a0357 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update to version 0.5.0 --- CHANGELOG.org | 465 ++ README.org| 38 + denote.el | 2 +- 3 f

[elpa] externals/compat 6e021823d8: Swap release manual and snapshot manual links

2022-08-10 Thread ELPA Syncer
branch: externals/compat commit 6e021823d87c1c78fd235a6673c6b73686bb3238 Author: Philip Kaludercic Commit: Philip Kaludercic Swap release manual and snapshot manual links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e335cb

[elpa] externals/compat 6a7842cf37 3/3: Abbreviate README.md by referring to the manual on elpa.gnu.org

2022-08-10 Thread ELPA Syncer
branch: externals/compat commit 6a7842cf37fa36aab1c36faaff431ea0b8587b9d Author: Philip Kaludercic Commit: Philip Kaludercic Abbreviate README.md by referring to the manual on elpa.gnu.org --- README.md | 89 +-- 1 file changed, 23

[elpa] externals/compat 65d70b305a 1/3: Extend byte-compile-docstring-max-column to 100

2022-08-10 Thread ELPA Syncer
branch: externals/compat commit 65d70b305a36bdef38a0a07c56f7f54f2667bb6d Author: Philip Kaludercic Commit: Philip Kaludercic Extend byte-compile-docstring-max-column to 100 This addresses https://todo.sr.ht/~pkal/compat/6. To have to change also affect ELPA packages, we wil

[elpa] externals/compat e542b61eec 2/3: Clarify that compat.texi is distributed under GFDL 1.3

2022-08-10 Thread ELPA Syncer
branch: externals/compat commit e542b61eec0b8f9251425427e21a701b8f8fa392 Author: Philip Kaludercic Commit: Philip Kaludercic Clarify that compat.texi is distributed under GFDL 1.3 --- README.md | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md

[elpa] externals/denote updated (2704250ea6 -> 9dfaa947c5)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 2704250ea6 Mark denote-directory as changed for 0.5.0 new 59891204ce Limit the scope of the "migration" files new 9dfaa947c5 Specify :package-version in all defface forms Summary of changes: denote.el | 41

[elpa] externals/denote 9dfaa947c5 2/2: Specify :package-version in all defface forms

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 9dfaa947c52977b44f02c745ab95473b7491324a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Specify :package-version in all defface forms --- denote.el | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/denot

[elpa] externals/compat updated (ae2404e13d -> 6a7842cf37)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from ae2404e13d Explicitly define versions instead of inferring them from file names new 65d70b305a Extend byte-compile-docstring-max-column to 100 new e542b61eec Clarify that compat.texi is distributed under GFDL 1.3

[elpa] externals/debbugs 5354f5884c: Release debbugs 0.33

2022-08-10 Thread Michael Albinus
branch: externals/debbugs commit 5354f5884cc7ebd4fe40326ab43671770aa1280c Author: Michael Albinus Commit: Michael Albinus Release debbugs 0.33 * .gitignore: Extend. * debbugs-gnu.el (debbugs-gnu-search): Offer different values for "status". Set `archivep' to nil when t

[elpa] externals/denote 59891204ce 1/2: Limit the scope of the "migration" files

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 59891204cedef2af10482d1052c5c45b11d7a7f6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Limit the scope of the "migration" files See commits 5c2237e and e711b16. This is about updating the front matter of Org and YAML to the correct synt

[nongnu] elpa/magit-section updated (b5acb38d2d -> 2f0efa9f58)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from b5acb38d2d manual: Use @insertcopying adds 2f0efa9f58 make: Print message for texi target No new revisions were added by this update. Summary of changes: docs/Makefile | 1 + 1 file changed, 1 insertion(+)

[nongnu] elpa/git-commit 2f0efa9f58: make: Print message for texi target

2022-08-10 Thread ELPA Syncer
branch: elpa/git-commit commit 2f0efa9f58c3e8ff05dd87fb4d3f992c23798207 Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Print message for texi target --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile b/docs/Makefile index 14219bb66d..eecc665c5d 100644

[elpa] externals/denote 2704250ea6: Mark denote-directory as changed for 0.5.0

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 2704250ea6c569d6e46f6738755d113c843ee034 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Mark denote-directory as changed for 0.5.0 The change was done in commit 4b21e42 by Philip Kaludercic. --- denote.el | 2 +- 1 file changed, 1 insertion(

[nongnu] elpa/with-editor 14a958d4f2 1/2: manual: Regenerate texi

2022-08-10 Thread ELPA Syncer
branch: elpa/with-editor commit 14a958d4f2fc932db1c1af30ca405e6570d60e24 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Regenerate texi --- docs/with-editor.texi | 15 +-- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/with-editor.texi b/docs/with-ed

[nongnu] elpa/with-editor updated (3b8b2e0051 -> 1d5860cfd0)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/with-editor. from 3b8b2e0051 manual: Use @insertcopying new 14a958d4f2 manual: Regenerate texi new 1d5860cfd0 make: Print message for texi target Summary of changes: docs/Makefile | 1 + docs/with-editor.texi | 15 +

[nongnu] elpa/with-editor 1d5860cfd0 2/2: make: Print message for texi target

2022-08-10 Thread ELPA Syncer
branch: elpa/with-editor commit 1d5860cfd05d6805018bd071b8f9b56493ba11c6 Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Print message for texi target --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile b/docs/Makefile index 254813d204..1e2385bc2a 10064

[nongnu] elpa/magit updated (b5acb38d2d -> 2f0efa9f58)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from b5acb38d2d manual: Use @insertcopying adds 2f0efa9f58 make: Print message for texi target No new revisions were added by this update. Summary of changes: docs/Makefile | 1 + 1 file changed, 1 insertion(+)

[nongnu] elpa/with-editor 3b8b2e0051: manual: Use @insertcopying

2022-08-10 Thread ELPA Syncer
branch: elpa/with-editor commit 3b8b2e005195a53c4511880b49c10a273ed84ec8 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Use @insertcopying --- docs/with-editor.org | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/with-editor.org b/docs/with-ed

[nongnu] elpa/magit-section updated (b4cba3169f -> b5acb38d2d)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from b4cba3169f magit-completing-read-multiple: No longer use crm-default-separator adds 458ff639bd manual: Use @insertcopying adds b5acb38d2d manual: Use @insertcopying No new revisions were added by this update. Summa

[nongnu] elpa/magit updated (b4cba3169f -> b5acb38d2d)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from b4cba3169f magit-completing-read-multiple: No longer use crm-default-separator adds 458ff639bd manual: Use @insertcopying adds b5acb38d2d manual: Use @insertcopying No new revisions were added by this update. Summary of ch

[nongnu] elpa/git-commit b5acb38d2d 2/2: manual: Use @insertcopying

2022-08-10 Thread ELPA Syncer
branch: elpa/git-commit commit b5acb38d2d9ad8edbe9f1df2034bf3c90800138a Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Use @insertcopying --- docs/magit-section.org | 14 +- docs/magit-section.texi | 15 +-- docs/magit.texi | 15 +-- 3 f

[nongnu] elpa/git-commit 458ff639bd 1/2: manual: Use @insertcopying

2022-08-10 Thread ELPA Syncer
branch: elpa/git-commit commit 458ff639bd236cfd34f447ebbcda201647bb3966 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Use @insertcopying --- docs/magit.org | 14 +- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/magit.org b/docs/magit.org index 888c

[elpa] externals/org 76643256f2: ol-man: Set window point not buffer point and wait before search

2022-08-10 Thread ELPA Syncer
branch: externals/org commit 76643256f2bddb79908a41c264c43de3e06a70dd Author: Tom Gillespie Commit: Ihor Radchenko ol-man: Set window point not buffer point and wait before search * lisp/ol-man.el (org-man-open): Set window point not buffer point and wait before search. When pa

[elpa] externals/denote e711b1610f 2/2: Add TEMPORARY command to migrate YAML tags

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit e711b1610fb6186734d13b0a444162e6c243c472 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add TEMPORARY command to migrate YAML tags This is due to the changes we made to the format of the YAML front matter where tags are now written as a s

[nongnu] elpa/git-commit updated (b4cba3169f -> b5acb38d2d)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from b4cba3169f magit-completing-read-multiple: No longer use crm-default-separator new 458ff639bd manual: Use @insertcopying new b5acb38d2d manual: Use @insertcopying Summary of changes: docs/magit-section.org | 14 +-

[elpa] externals/denote 3c9a99d21f 1/2: Refine what was done in commit 5c2237e

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 3c9a99d21f7af46e1a201c8113b199229ab6ae9b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Refine what was done in commit 5c2237e --- denote.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/denote.el b/denote.el index 83cc

[elpa] externals/denote updated (5c2237e00d -> e711b1610f)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 5c2237e00d Add TEMPORARY command to migrate Org filetags new 3c9a99d21f Refine what was done in commit 5c2237e new e711b1610f Add TEMPORARY command to migrate YAML tags Summary of changes: denote.el | 40 ++

[nongnu] elpa/magit updated (8a0cc83eff -> b4cba3169f)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 8a0cc83eff magit-push-implicitly--desc: Account for local upstream adds b4cba3169f magit-completing-read-multiple: No longer use crm-default-separator No new revisions were added by this update. Summary of changes: lisp/magit-ba

[nongnu] elpa/magit-section updated (8a0cc83eff -> b4cba3169f)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 8a0cc83eff magit-push-implicitly--desc: Account for local upstream adds b4cba3169f magit-completing-read-multiple: No longer use crm-default-separator No new revisions were added by this update. Summary of changes: lisp/

[nongnu] elpa/git-commit b4cba3169f: magit-completing-read-multiple: No longer use crm-default-separator

2022-08-10 Thread ELPA Syncer
branch: elpa/git-commit commit b4cba3169f7c0376b47952869754137754086113 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-completing-read-multiple: No longer use crm-default-separator That is deprecated in Emacs 29 and was already scheduled for deprecation before that. `crm

[elpa] externals/denote 5c2237e00d 2/2: Add TEMPORARY command to migrate Org filetags

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 5c2237e00d22cd26ac56cf3bf0bf9e9ef101c759 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add TEMPORARY command to migrate Org filetags This is due to the changes we made to the format of the Org front matter where filetags are now written

[elpa] externals/denote 77d65716fd 1/2: Add conditionality in keyword to list conversion

2022-08-10 Thread ELPA Syncer
branch: externals/denote commit 77d65716fdcf7013a4e41c391879465e27905fba Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add conditionality in keyword to list conversion --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 88d

[elpa] externals/denote updated (10646db649 -> 5c2237e00d)

2022-08-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 10646db649 Remove needless 'declare-function' new 77d65716fd Add conditionality in keyword to list conversion new 5c2237e00d Add TEMPORARY command to migrate Org filetags Summary of changes: denote.el | 45

[nongnu] elpa/cider 8da628ce60: [Docs] Mention cider-words-of-inspiration

2022-08-10 Thread ELPA Syncer
branch: elpa/cider commit 8da628ce600066e4de16d21a90d21775bb7255b7 Author: Bozhidar Batsov Commit: Bozhidar Batsov [Docs] Mention cider-words-of-inspiration --- doc/modules/ROOT/pages/config/basic_config.adoc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/doc/modules/ROOT/p

[elpa] externals/compat ae2404e13d: Explicitly define versions instead of inferring them from file names

2022-08-10 Thread ELPA Syncer
branch: externals/compat commit ae2404e13dc58f71f66be5895631011b3a6b2240 Author: Philip Kaludercic Commit: Philip Kaludercic Explicitly define versions instead of inferring them from file names This is a further simplification that avoids difficult edge cases. Among other things