[elpa] externals/flymake-proselint 6a99865c7a 5/5: Merge remote-tracking branch 'old-repo/master'

2022-04-09 Thread ELPA Syncer
branch: externals/flymake-proselint commit 6a99865c7ac6474b8c5d1f9a1ae2384667f06d36 Merge: 4e3ea1e3b2 1d240a7b69 Author: Manuel Uberti Commit: Manuel Uberti Merge remote-tracking branch 'old-repo/master' * old-repo/master: Move to SourceHut --- README.md | 1 - 1 file changed

[elpa] externals/flymake-proselint 42b3ffa259 3/5: Move to SourceHut

2022-04-09 Thread ELPA Syncer
branch: externals/flymake-proselint commit 42b3ffa259bac2df9161c8fee8ab8784c28b101d Author: Manuel Uberti Commit: Manuel Uberti Move to SourceHut --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c3e705abeb..4baf58e994 100644 --- a/README.md +++

[elpa] externals/flymake-proselint 4e3ea1e3b2 4/5: Revert "Move to SourceHut"

2022-04-09 Thread ELPA Syncer
branch: externals/flymake-proselint commit 4e3ea1e3b280a21690c8620f97f8b2d56ab12eb3 Author: Manuel Uberti Commit: Manuel Uberti Revert "Move to SourceHut" This reverts commit 42b3ffa259bac2df9161c8fee8ab8784c28b101d. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git

[elpa] externals/flymake-proselint de88c00d8b 1/5: Update URL

2022-04-09 Thread ELPA Syncer
branch: externals/flymake-proselint commit de88c00d8b5ead02f19c79fb19f70d30c4a10286 Author: Manuel Uberti Commit: Manuel Uberti Update URL --- flymake-proselint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flymake-proselint.el b/flymake-proselint.el index 2b0ab4bce

[elpa] externals/flymake-proselint updated (1d240a7b69 -> 6a99865c7a)

2022-04-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/flymake-proselint. from 1d240a7b69 Move to SourceHut new de88c00d8b Update URL new 2031f3df76 Update format new 42b3ffa259 Move to SourceHut new 4e3ea1e3b2 Revert "Move to SourceHut" new 6a99865c7a Merge re

[elpa] externals/flymake-proselint 2031f3df76 2/5: Update format

2022-04-09 Thread ELPA Syncer
branch: externals/flymake-proselint commit 2031f3df76f59036bf67fd523ec6aad9642b1a3f Author: Manuel Uberti Commit: Manuel Uberti Update format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10597e23a6..c3e705abeb 100644 --- a/REA

[nongnu] elpa/geiser 1300dd1a41: autodoc: make do without dependending on elpa's eldoc

2022-04-09 Thread ELPA Syncer
branch: elpa/geiser commit 1300dd1a410a172588c529734a4fb1c8b58eaef1 Author: jao Commit: jao autodoc: make do without dependending on elpa's eldoc Playing the trick of checking for eldoc-documentation-functions to know wheter we're at a new enough version, and (hopefully) falling

[nongnu] elpa/geiser dcbd8e81ac: autodoc: new-style eldoc interface

2022-04-09 Thread ELPA Syncer
branch: elpa/geiser commit dcbd8e81ac19ec808a4980ea99e7ee3f4f354c79 Author: jao Commit: jao autodoc: new-style eldoc interface We remove by-now obsolete usage of eldoc, and depend on the elpa package to ensure backwards compatibility. --- elisp/geiser-autodoc.el | 63 ++

[elpa] externals/compat 25d577ba88 1/2: Fix usage of if/when-let* in other macros

2022-04-09 Thread ELPA Syncer
branch: externals/compat commit 25d577ba88e3783839f55efd4a3229d31ad43566 Author: Philip Kaludercic Commit: Philip Kaludercic Fix usage of if/when-let* in other macros --- compat-25.el | 4 ++-- compat-26.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compat-25.el

[elpa] externals/compat updated (675da166e2 -> 59180d1d65)

2022-04-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from 675da166e2 Mention and-let* in the MANUAL new 25d577ba88 Fix usage of if/when-let* in other macros new 59180d1d65 Do not delete compat.texi when invoking "make clean" Summary of changes: Makefile | 2 +- compat

[elpa] externals/compat 59180d1d65 2/2: Do not delete compat.texi when invoking "make clean"

2022-04-09 Thread ELPA Syncer
branch: externals/compat commit 59180d1d658434883a0d8431086d0098fb2044cd Author: Philip Kaludercic Commit: Philip Kaludercic Do not delete compat.texi when invoking "make clean" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6740eb

[elpa] externals/compat bde913b310 1/2: Fix typo in the documentation string for compat-and-let*

2022-04-09 Thread ELPA Syncer
branch: externals/compat commit bde913b3105aff836437341654b84cb34598edc0 Author: Philip Kaludercic Commit: Philip Kaludercic Fix typo in the documentation string for compat-and-let* --- compat-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat-tests.el b/com

[elpa] externals/compat updated (7a97ee1860 -> 675da166e2)

2022-04-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from 7a97ee1860 Bump version to 28.1.0.3 new bde913b310 Fix typo in the documentation string for compat-and-let* new 675da166e2 Mention and-let* in the MANUAL Summary of changes: MANUAL | 1 + compat-tests.el |

[elpa] externals/compat 675da166e2 2/2: Mention and-let* in the MANUAL

2022-04-09 Thread ELPA Syncer
branch: externals/compat commit 675da166e27521756c750f20aa65b13932959b18 Author: Philip Kaludercic Commit: Philip Kaludercic Mention and-let* in the MANUAL --- MANUAL | 1 + 1 file changed, 1 insertion(+) diff --git a/MANUAL b/MANUAL index 10405e7437..5420efd3f0 100644 --- a/MANUAL +++ b/M

[elpa] externals/pulsar a460384854 7/9: Tweak how rest ARG is used in private function

2022-04-09 Thread ELPA Syncer
branch: externals/pulsar commit a4603848544e211bb930f27d6ebf5b8137123ab7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak how rest ARG is used in private function --- pulsar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pulsar.el b/pulsar.el index 9

[elpa] externals/pulsar a9e6f3e8d0 8/9: Check for non-nil pulsar-pulse-on-window-change

2022-04-09 Thread ELPA Syncer
branch: externals/pulsar commit a9e6f3e8d06726283773fe2955b5a4a6a3a7537b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Check for non-nil pulsar-pulse-on-window-change --- pulsar.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pulsar.el b/pulsar.el index 68

[elpa] externals/pulsar 4a0efba85a 6/9: Refine pulsar-pulse-on-window-change doc string

2022-04-09 Thread ELPA Syncer
branch: externals/pulsar commit 4a0efba85a7eecf7666f7f2101011ec2481a4973 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Refine pulsar-pulse-on-window-change doc string --- pulsar.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pulsar.el b/pulsar.el inde

[elpa] externals/pulsar updated (cdb7892a2b -> a5f4ea4a8c)

2022-04-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/pulsar. from cdb7892a2b Upgrade to version 0.3.0 new b1a78dd251 Add ability to pulse on every window change new db2fc2ad6a Remove outdated comments from the manual new 1f977f61a6 Acknowledgements Ivan Popovych for commit b

[elpa] externals/pulsar 88a9c6712d 5/9: Tweak pulse functions in light of new option

2022-04-09 Thread ELPA Syncer
branch: externals/pulsar commit 88a9c6712dc09f95a67d2323ebd5a5363b60c408 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak pulse functions in light of new option See 'pulsar-pulse-on-window-change'. --- pulsar.el | 38 ++ 1 file chang

[elpa] externals/pulsar db2fc2ad6a 2/9: Remove outdated comments from the manual

2022-04-09 Thread ELPA Syncer
branch: externals/pulsar commit db2fc2ad6a1d61f415a3edbde2bf7c6aec89ae42 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove outdated comments from the manual --- README.org | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.org b/README.org index 3b98d9663f..e4b43172f2

[elpa] externals/pulsar b1a78dd251 1/9: Add ability to pulse on every window change

2022-04-09 Thread ELPA Syncer
branch: externals/pulsar commit b1a78dd25164e0df3f0197df3c06d0848ad8ab1e Author: Ivan Popovych Commit: Protesilaos Stavrou Add ability to pulse on every window change This adds new customization option `pulsar-pulse-on-window-change' that when set to non-nil value enables pulsin

[elpa] externals/pulsar b549ce31b3 4/9: Document pulsar-pulse-on-window-change

2022-04-09 Thread ELPA Syncer
branch: externals/pulsar commit b549ce31b34f5619cad42a70d133921b74d0b70f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document pulsar-pulse-on-window-change --- README.org | 43 +-- 1 file changed, 25 insertions(+), 18 deletions(-) diff --

[elpa] externals/pulsar a5f4ea4a8c 9/9: Set pulsar-pulse-on-window-change to t by default

2022-04-09 Thread ELPA Syncer
branch: externals/pulsar commit a5f4ea4a8c92eda6de9eaefd4068d9f8d344a708 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Set pulsar-pulse-on-window-change to t by default --- pulsar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar.el b/pulsar.el index b7

[elpa] externals/pulsar 1f977f61a6 3/9: Acknowledgements Ivan Popovych for commit b1a78dd

2022-04-09 Thread ELPA Syncer
branch: externals/pulsar commit 1f977f61a606e652cdce523e597feb42815f54b5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledgements Ivan Popovych for commit b1a78dd --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index

[nongnu] elpa/helm-core updated (1003539c2e -> cac2ffceef)

2022-04-09 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 1003539c2e Fix some warnings adds 576133622a Restore helm-source-file-name-history removed in a previous commit adds a6634a17b6 Make file-name-history date more readable adds cac2ffceef Protect system processes ca

[nongnu] elpa/helm cac2ffceef 3/3: Protect system processes calls (Issue #2497)

2022-04-09 Thread ELPA Syncer
branch: elpa/helm commit cac2ffceefb816a3dcb005ed2d4e1fc8b2450669 Author: Thierry Volpiatto Commit: Thierry Volpiatto Protect system processes calls (Issue #2497) --- helm-lib.el | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/helm-lib.el b/helm-lib.el ind

[nongnu] elpa/helm a6634a17b6 2/3: Make file-name-history date more readable

2022-04-09 Thread ELPA Syncer
branch: elpa/helm commit a6634a17b6acffd64ae6d6467177ed70ed476e58 Author: Thierry Volpiatto Commit: Thierry Volpiatto Make file-name-history date more readable --- helm-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-files.el b/helm-files.el index 7e2e3a18c

[nongnu] elpa/helm updated (1003539c2e -> cac2ffceef)

2022-04-09 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 1003539c2e Fix some warnings new 576133622a Restore helm-source-file-name-history removed in a previous commit new a6634a17b6 Make file-name-history date more readable new cac2ffceef Protect system processes calls (

[nongnu] elpa/helm 576133622a 1/3: Restore helm-source-file-name-history removed in a previous commit

2022-04-09 Thread ELPA Syncer
branch: elpa/helm commit 576133622aecd9ea86948b9e354c0feb4d2daf76 Author: Thierry Volpiatto Commit: Thierry Volpiatto Restore helm-source-file-name-history removed in a previous commit --- helm-files.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/helm-files.el b/helm-files.el

[nongnu] elpa/geiser 5b9532a571: A bit more tramp-friendliness

2022-04-09 Thread ELPA Syncer
branch: elpa/geiser commit 5b9532a571b28f1f82f0eaaecc1f7792473bdc6c Author: jao Commit: jao A bit more tramp-friendliness Fixes #45. Thanks to Brian Cully. --- elisp/geiser-compile.el | 2 +- elisp/geiser-edit.el| 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff

[elpa] externals/poke-mode caf4d7c02c: poke-smie-rules: add rule for methods

2022-04-09 Thread ELPA Syncer
branch: externals/poke-mode commit caf4d7c02c5eadcff3f8ef5a1009bc8e844e5521 Author: Jose E. Marchesi Commit: Jose E. Marchesi poke-smie-rules: add rule for methods --- poke-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poke-mode.el b/poke-mode.el index a909

[elpa] externals/org-modern 2e851d3742 2/2: org-modern-star: Use lighter star for n≥5

2022-04-09 Thread ELPA Syncer
branch: externals/org-modern commit 2e851d3742b4c0f436f21314657cf8d1d999698e Author: Daniel Mendler Commit: Daniel Mendler org-modern-star: Use lighter star for n≥5 --- example.org | 4 ++-- org-modern.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example.org b

[elpa] externals/org-modern updated (c4dffd2a56 -> 2e851d3742)

2022-04-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/org-modern. from c4dffd2a56 Use define-globalized-minor-mode new f199137c20 Generalize org-modern-variable-pitch new 2e851d3742 org-modern-star: Use lighter star for n≥5 Summary of changes: example.org | 4 ++-- org-modern.e

[elpa] externals/org-modern f199137c20 1/2: Generalize org-modern-variable-pitch

2022-04-09 Thread ELPA Syncer
branch: externals/org-modern commit f199137c20570f7cd9056f52fb3ac994f8059af2 Author: Daniel Mendler Commit: Daniel Mendler Generalize org-modern-variable-pitch --- org-modern.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org-modern.el b/org-modern.el index b

[elpa] externals/consult d30213aa20: consult--buffer-preview: Reimplement preview for switch-buffer-other-window (See #547)

2022-04-09 Thread ELPA Syncer
branch: externals/consult commit d30213aa209391e03b1c1011df92d91a1fc5ef32 Author: Daniel Mendler Commit: Daniel Mendler consult--buffer-preview: Reimplement preview for switch-buffer-other-window (See #547) We manually control the other window. Hopefully this works in more scenari

[elpa] externals/consult bbb53018ae: Disable preview for consult-buffer-other-window (See #547)

2022-04-09 Thread ELPA Syncer
branch: externals/consult commit bbb53018aea11612d95067577d6a636db3406712 Author: Daniel Mendler Commit: Daniel Mendler Disable preview for consult-buffer-other-window (See #547) --- consult.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/consult.el b/consult.el in

[elpa] externals/vertico 46e8e05650: README: Update URL of Prot's Mct

2022-04-09 Thread ELPA Syncer
branch: externals/vertico commit 46e8e0565079b7161ada4beb94c8938ee9c04bfb Author: Daniel Mendler Commit: Daniel Mendler README: Update URL of Prot's Mct --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 247eda9216..0c73f7ae1f 10

[elpa] externals/corfu 62e6057f63: README: Update URL of Prot's Mct

2022-04-09 Thread ELPA Syncer
branch: externals/corfu commit 62e6057f639a2d3435d47e4716af01e84669f6c0 Author: Daniel Mendler Commit: Daniel Mendler README: Update URL of Prot's Mct --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 0d29c7244e..f7ed544d55 1006

[elpa] externals/consult f5a178c438 4/6: Revert "consult--buffer-preview: Restore window configuration properly (Fix #547)"

2022-04-09 Thread ELPA Syncer
branch: externals/consult commit f5a178c4387a354d08e13495aa0f6512a72b98c0 Author: Daniel Mendler Commit: Daniel Mendler Revert "consult--buffer-preview: Restore window configuration properly (Fix #547)" This reverts commit 42fb3eab4c693b83d890a1431f80837e90488c2e. --- consult.el |

[elpa] externals/consult 4be77d450f 5/6: consult--buffer-preview: Use simpler restoration to fix #547

2022-04-09 Thread ELPA Syncer
branch: externals/consult commit 4be77d450fd8d408a70ef17a83bba045362172a6 Author: Daniel Mendler Commit: Daniel Mendler consult--buffer-preview: Use simpler restoration to fix #547 Unfortunately we cannot restore the window configuration since this will also close the *Completi

[elpa] externals/consult f49da22f07 6/6: README: Update URLs to Prot's repositories

2022-04-09 Thread ELPA Syncer
branch: externals/consult commit f49da22f070082e0582decb439718581d61146ff Author: Daniel Mendler Commit: Daniel Mendler README: Update URLs to Prot's repositories --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index e46e71f15

[elpa] externals/consult d8d673c75b 2/6: consult--buffer-preview: Restore window configuration before buffer display

2022-04-09 Thread ELPA Syncer
branch: externals/consult commit d8d673c75bcad1af1c552cd7c0b5017dc27f18c8 Author: Daniel Mendler Commit: Daniel Mendler consult--buffer-preview: Restore window configuration before buffer display If the user sets switch-to-buffer-obey-display-actions and adjusts the display-buff

[elpa] externals/consult 42fb3eab4c 1/6: consult--buffer-preview: Restore window configuration properly (Fix #547)

2022-04-09 Thread ELPA Syncer
branch: externals/consult commit 42fb3eab4c693b83d890a1431f80837e90488c2e Author: Daniel Mendler Commit: Daniel Mendler consult--buffer-preview: Restore window configuration properly (Fix #547) --- consult.el | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/

[elpa] externals/consult 38c40831d7 3/6: Revert "consult--buffer-preview: Restore window configuration before buffer display"

2022-04-09 Thread ELPA Syncer
branch: externals/consult commit 38c40831d7542726dec9545a176f02f4f15e1688 Author: Daniel Mendler Commit: Daniel Mendler Revert "consult--buffer-preview: Restore window configuration before buffer display" This reverts commit d8d673c75bcad1af1c552cd7c0b5017dc27f18c8. --- consult.el

[elpa] externals/consult updated (e926d593d3 -> f49da22f07)

2022-04-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from e926d593d3 consult--preview-function: Fix preview in default completion new 42fb3eab4c consult--buffer-preview: Restore window configuration properly (Fix #547) new d8d673c75b consult--buffer-preview: Restore windo

[elpa] externals/mct 4d96c20453: Update URL of git repo to SourceHut

2022-04-09 Thread ELPA Syncer
branch: externals/mct commit 4d96c20453ee68902b413e259bdba17fbd27f6ce Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update URL of git repo to SourceHut Read: * *

[elpa] externals/mct 2754822e56: Avoid conflict with Emacs 29 candidate highlight

2022-04-09 Thread ELPA Syncer
branch: externals/mct commit 2754822e56f1898a989054350492fa73239795ae Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Avoid conflict with Emacs 29 candidate highlight Otherwise we get that face and the one MCT uses. --- mct.el | 1 + 1 file changed, 1 insertion(+) diff --g

[elpa] externals/debbugs a35646a979: Release debbugs 0.32

2022-04-09 Thread Michael Albinus
branch: externals/debbugs commit a35646a9798226b8630fbd7a0691edc78ccd92b3 Author: Michael Albinus Commit: Michael Albinus Release debbugs 0.32 * debbugs-compat.el: New file. * debbugs-gnu.el (debbugs-compat): Require it. (debbugs-gnu-insert-changelog): Use `debbugs-comp