[elpa] externals/pulsar 467b0205ac 1/3: pulse the active region. if there are no regions, do nothing.

2023-09-13 Thread ELPA Syncer
branch: externals/pulsar commit 467b0205acca815ee1f83a7208c0cac9e71ae3b7 Author: Bahman Movaqar Commit: Protesilaos Stavrou pulse the active region. if there are no regions, do nothing. in case there are multiple active regions, it `pulsar-pulse-region` only works w/ the first (

[elpa] externals/pulsar eddc81d253 2/3: Acknowledge Bahman Movaqar for commit 467b020 (pulsar-pulse-region)

2023-09-13 Thread ELPA Syncer
branch: externals/pulsar commit eddc81d253a4d62d06f108ee1facc640eff2ff1c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Bahman Movaqar for commit 467b020 (pulsar-pulse-region) This was done on the mailing list: https://lists.sr.ht/~protesilaos/pulsar/<16931

[elpa] externals/pulsar 6e4157f4e3 3/3: Document pulsar-pulse-region

2023-09-13 Thread ELPA Syncer
branch: externals/pulsar commit 6e4157f4e30eca0c21f0960ec7cb2ad3ad64e7d9 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document pulsar-pulse-region --- README.org | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index 2dcda6d3d3..eb96b0da36 100644

[elpa] externals/pulsar updated (4598087431 -> 6e4157f4e3)

2023-09-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/pulsar. from 4598087431 Add handle-switch-frame to pulsar-pulse-functions new 467b0205ac pulse the active region. if there are no regions, do nothing. new eddc81d253 Acknowledge Bahman Movaqar for commit 467b020 (pulsar-pulse-re

[elpa] externals/ebdb abf5dfa2c2 1/4: Fix bug in customize-editing a record's main name

2023-09-13 Thread Eric Abrahamsen
branch: externals/ebdb commit abf5dfa2c2716fb0200d5042a216d742ca472145 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix bug in customize-editing a record's main name * ebdb-com.el (ebdb-customization-name-p): New (unfortunate) variable, buffer-local to the customzation buffer

[elpa] externals/ebdb 9cc960409f 2/4: Remove 'affix slot from record names

2023-09-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 9cc960409fe55c316f74a2c175f8ea689dc96cf9 Author: Eric Abrahamsen Commit: Eric Abrahamsen Remove 'affix slot from record names We have suffix and prefix. Merge any existing affixes with the prefix, which will probably annoy anyone who was using it. -

[elpa] externals/ebdb 53193e2e63 3/4: Fix doubled output of name prefix

2023-09-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 53193e2e632ce554401bff565461770722918a5e Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix doubled output of name prefix --- ebdb.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ebdb.el b/ebdb.el index 28f732cb52..5ca9ec7572 100644 --

[elpa] externals/ebdb updated (78169bb237 -> 18de048be8)

2023-09-13 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 78169bb237 Fix some plumbing issues related to organizations and relations new abf5dfa2c2 Fix bug in customize-editing a record's main name new 9cc960409f Remove 'affix slot from record names new 53193e2e63 Fix d

[elpa] externals/ebdb 18de048be8 4/4: Bump version to 0.8.18

2023-09-13 Thread Eric Abrahamsen
branch: externals/ebdb commit 18de048be8a560b367e7839b19c873b9753f3ec1 Author: Eric Abrahamsen Commit: Eric Abrahamsen Bump version to 0.8.18 --- ebdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebdb.el b/ebdb.el index 5ca9ec7572..f31d5fa96e 100644 --- a/ebdb.el +

[nongnu] elpa/helm-core updated (0313ad06ae -> 6bf5f5a20f)

2023-09-13 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 0313ad06ae Avoid a forward-line -1 in exact match adds 27ff321bf3 Fix internal variable name prefix in *multi-match adds ba518fda86 Forward line on empty lines in mm-search, otherwise goto eol adds deb525f291 Impr

[nongnu] elpa/helm 6bf5f5a20f 6/6: Move helm-locate-lib-get-summary to helm-lib

2023-09-13 Thread ELPA Syncer
branch: elpa/helm commit 6bf5f5a20f062ce56312044e972bf49f457578dc Author: Thierry Volpiatto Commit: Thierry Volpiatto Move helm-locate-lib-get-summary to helm-lib --- helm-elisp.el | 22 +- helm-lib.el | 21 + 2 files changed, 22 insertions(+), 21 d

[nongnu] elpa/helm 0e78bd5b0c 5/6: Provide affix fn for library category

2023-09-13 Thread ELPA Syncer
branch: elpa/helm commit 0e78bd5b0c20a8834f1a334d4610fab8a7961dfe Author: Thierry Volpiatto Commit: Thierry Volpiatto Provide affix fn for library category --- helm-mode.el | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/helm-mode.el b/helm-mode.el

[nongnu] elpa/helm deb525f291 3/6: Improve helm-basename and fix docstring of helm-basedir

2023-09-13 Thread ELPA Syncer
branch: elpa/helm commit deb525f2911552ac94868df1527b3466a25a297f Author: Thierry Volpiatto Commit: Thierry Volpiatto Improve helm-basename and fix docstring of helm-basedir --- helm-lib.el | 42 -- 1 file changed, 28 insertions(+), 14 deletions(-) d

[nongnu] elpa/helm updated (0313ad06ae -> 6bf5f5a20f)

2023-09-13 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 0313ad06ae Avoid a forward-line -1 in exact match new 27ff321bf3 Fix internal variable name prefix in *multi-match new ba518fda86 Forward line on empty lines in mm-search, otherwise goto eol new deb525f291 Improve h

[nongnu] elpa/helm 27ff321bf3 1/6: Fix internal variable name prefix in *multi-match

2023-09-13 Thread ELPA Syncer
branch: elpa/helm commit 27ff321bf38ab5e9184ce54c0557b6bb9f67b9ea Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix internal variable name prefix in *multi-match --- helm-multi-match.el | 48 1 file changed, 24 insertions(+), 24 deletio

[nongnu] elpa/helm 332f55d601 4/6: Improve helm-locate-library

2023-09-13 Thread ELPA Syncer
branch: elpa/helm commit 332f55d6015d61e872ec7a9024d67a57949aae0a Author: Thierry Volpiatto Commit: Thierry Volpiatto Improve helm-locate-library --- helm-elisp.el | 67 --- 1 file changed, 46 insertions(+), 21 deletions(-) diff --git

[nongnu] elpa/helm ba518fda86 2/6: Forward line on empty lines in mm-search, otherwise goto eol

2023-09-13 Thread ELPA Syncer
branch: elpa/helm commit ba518fda8672bb0b168228d51dd1687cd6c29403 Author: Thierry Volpiatto Commit: Thierry Volpiatto Forward line on empty lines in mm-search, otherwise goto eol --- helm-multi-match.el | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/helm-multi-

[elpa] externals/breadcrumb 7444e391c8: Fix #17: Sometimes the cdr of an imenu node is an overlay

2023-09-13 Thread ELPA Syncer
branch: externals/breadcrumb commit 7444e391c86265bea76649b2bcfe40fe3a2ecbd0 Author: João Távora Commit: João Távora Fix #17: Sometimes the cdr of an imenu node is an overlay Semantic/CEDET does this, apparently (I couldn't get it to in my machine). Anyway, the overlay strat is

[nongnu] elpa/eat 80ce477055 3/3: Fix Bash long startup when run from Eshell

2023-09-13 Thread ELPA Syncer
branch: elpa/eat commit 80ce477055cf50a17dbdb4ae1d81d4c6ae1f2442 Author: Akib Azmain Turja Commit: Akib Azmain Turja Fix Bash long startup when run from Eshell * eat.el (eat--eshell-handle-uic): Acknowledge when input history file is sent by the shell. --- eat.el | 3 +++ 1 fil

[nongnu] elpa/eat 48edc9befe 2/3: Disable native shell prompt editing by default

2023-09-13 Thread ELPA Syncer
branch: elpa/eat commit 48edc9befedd2eb5961acdf390d665049be36642 Author: Akib Azmain Turja Commit: Akib Azmain Turja Disable native shell prompt editing by default * eat.el (eat-enable-native-shell-prompt-editing): Set to nil. --- eat.el | 2 +- 1 file changed, 1 insertion(+), 1 de

[nongnu] elpa/eat updated (b4595662d4 -> 80ce477055)

2023-09-13 Thread ELPA Syncer
elpasync pushed a change to branch elpa/eat. from b4595662d4 * eat.el (eat-project-other-window): New command new baf0bb7e5f Add prompt mode and process OSC 51 as UI Command new 48edc9befe Disable native shell prompt editing by default new 80ce477055 Fix Bash long st

[nongnu] elpa/eat baf0bb7e5f 1/3: Add prompt mode and process OSC 51 as UI Command

2023-09-13 Thread ELPA Syncer
branch: elpa/eat commit baf0bb7e5f28b10eb94cf1e0634c295002ac92e9 Author: Akib Azmain Turja Commit: Akib Azmain Turja Add prompt mode and process OSC 51 as UI Command * eat.el (eat-enable-native-shell-prompt-editing) (eat-prompt-input-ring-size) (eat-prompt-move-point-for-mat

[elpa] externals/modus-themes b4ae827560: Fix typo in modus-themes-preset-overrides-intense

2023-09-13 Thread ELPA Syncer
branch: externals/modus-themes commit b4ae827560374624c2d4cb175445b4861e7ec16e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix typo in modus-themes-preset-overrides-intense Thanks to Nicolas Semrau for bringing this matter to my attention. It was done in issue 90 on

[nongnu] elpa/cider cc1eb0db6a 2/2: middleware_setup.adoc: add some xrefs

2023-09-13 Thread ELPA Syncer
branch: elpa/cider commit cc1eb0db6a71a80b1c1bc4df25db8b25fa8eeeff Author: vemv Commit: vemv middleware_setup.adoc: add some xrefs --- doc/modules/ROOT/pages/basics/middleware_setup.adoc | 4 1 file changed, 4 insertions(+) diff --git a/doc/modules/ROOT/pages/basics/middleware_setup.a

[nongnu] elpa/cider a786c527da 1/2: Fix broken markup in middleware_setup.adoc

2023-09-13 Thread ELPA Syncer
branch: elpa/cider commit a786c527da04ea44b6eb1374f14387f55deab2cf Author: vemv Commit: vemv Fix broken markup in middleware_setup.adoc --- doc/modules/ROOT/pages/basics/middleware_setup.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/modules/ROOT/pages/basics/middleware_setup.

[nongnu] elpa/cider updated (ad9225f298 -> cc1eb0db6a)

2023-09-13 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider. from ad9225f298 Use enrich-classpath 1.17.0 (#3462) new a786c527da Fix broken markup in middleware_setup.adoc new cc1eb0db6a middleware_setup.adoc: add some xrefs Summary of changes: doc/modules/ROOT/pages/basics/middleware_s

[nongnu] elpa/org-contrib updated (8bf35435f0 -> f327d4c8c9)

2023-09-13 Thread ELPA Syncer
elpasync pushed a change to branch elpa/org-contrib. from 8bf35435f0 * lisp/ol-elisp-symbol.el (org-elisp-symbol-store-link): Fix condition new 40bfb847a8 * lisp/ol-git-link.el: Fix some docstrings new f327d4c8c9 * lisp/ol-git-link.el: Fix obsolete functions Summary of ch

[nongnu] elpa/org-contrib f327d4c8c9 2/2: * lisp/ol-git-link.el: Fix obsolete functions

2023-09-13 Thread ELPA Syncer
branch: elpa/org-contrib commit f327d4c8c9b6ea369323252c386c208b2aa943e1 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/ol-git-link.el: Fix obsolete functions (org-git-store-link): Use `org-link-store-props'. (org-git-insert-link-interactively): Use `org-link-make-string'.

[nongnu] elpa/org-contrib 40bfb847a8 1/2: * lisp/ol-git-link.el: Fix some docstrings

2023-09-13 Thread ELPA Syncer
branch: elpa/org-contrib commit 40bfb847a819c18e5da7e305597487986a044bbd Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/ol-git-link.el: Fix some docstrings (org-git-split-dirpath): (org-git-find-gitdir): (org-git-split-string): Escape ' in the docstrings, fix formattin

[nongnu] elpa/apache-mode 593ef5d24f 1/2: test: Build with Eask

2023-09-13 Thread ELPA Syncer
branch: elpa/apache-mode commit 593ef5d24f267df3a12080b62e075c3550bd32f8 Author: JenChieh Commit: JenChieh test: Build with Eask --- .github/dependabot.yml | 6 ++ .github/workflows/test.yml | 54 ++ .gitignore | 20 ++

[nongnu] elpa/apache-mode b4593304bc 2/2: Merge pull request #7 from jcs-PR/test/eask

2023-09-13 Thread ELPA Syncer
branch: elpa/apache-mode commit b4593304bcd7bf49a7991db86cc7090b0c3a0233 Merge: f2c11aac2f 593ef5d24f Author: USAMI Kenta Commit: GitHub Merge pull request #7 from jcs-PR/test/eask test: Build with Eask --- .github/dependabot.yml | 6 ++ .github/workflows/test.yml | 54 +++

[elpa] externals/standard-themes 47246356fd: Add support for breadcrumb package

2023-09-13 Thread ELPA Syncer
branch: externals/standard-themes commit 47246356fde9f95942a1b2ea7e50b9f394f45d7b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add support for breadcrumb package A new package by João Távora: . --- README.org | 1

[elpa] externals/org 6fbeac84e6: * lisp/ob-lua.el: Fix checkdoc warnings

2023-09-13 Thread ELPA Syncer
branch: externals/org commit 6fbeac84e65cbdcb9d4f0e860fa85814029f57fd Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/ob-lua.el: Fix checkdoc warnings (org-babel-execute:lua): (org-babel-variable-assignments:lua): (org-babel-lua-with-earmuffs): (org-babel-lua-withou

[elpa] externals/modus-themes 70bbeed80f: Add support for breadcrumb package

2023-09-13 Thread ELPA Syncer
branch: externals/modus-themes commit 70bbeed80f68a2edc126ff5cd8699ad7d2ce782e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add support for breadcrumb package A new package by João Távora: . --- doc/modus-themes.info | 8

[elpa] externals/jinx updated (a70bc099ed -> 1c85618b49)

2023-09-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/jinx. from a70bc099ed Improve jinx-correct docstring new e07d7f1236 Update README about Guix new 1c85618b49 Fix docstring Summary of changes: README.org | 3 ++- jinx.el| 6 +++--- 2 files changed, 5 insertions(+), 4 deleti

[elpa] externals/jinx e07d7f1236 1/2: Update README about Guix

2023-09-13 Thread ELPA Syncer
branch: externals/jinx commit e07d7f123616aeb2c2f3baf99f6c7ee95d4659ee Author: Daniel Mendler Commit: Daniel Mendler Update README about Guix --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 1d32893ecf..9fe8938f44 100644 ---

[elpa] externals/jinx 1c85618b49 2/2: Fix docstring

2023-09-13 Thread ELPA Syncer
branch: externals/jinx commit 1c85618b496adedfbc862560064ef603927b76c7 Author: Daniel Mendler Commit: Daniel Mendler Fix docstring --- jinx.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jinx.el b/jinx.el index 4ecff04224..6c0923759d 100644 --- a/jinx.el +++ b/

[elpa] externals/ef-themes a273ede0ff: Add support for breadcrumb package

2023-09-13 Thread ELPA Syncer
branch: externals/ef-themes commit a273ede0ff452cc63b66e4ed4a50413dd4a97b28 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add support for breadcrumb package A new package by João Távora: . --- README.org | 1 + ef-theme

[elpa] externals/consult a294f16263: Support more types in consult-imenu--normalize

2023-09-13 Thread ELPA Syncer
branch: externals/consult commit a294f162632767e8950ec9758b123c29b46c03af Author: Daniel Mendler Commit: Daniel Mendler Support more types in consult-imenu--normalize --- consult-imenu.el | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/consult-imenu.el b/consult-i

[nongnu] elpa/php-mode 21b0e6bcb3: Update AUTHORS

2023-09-13 Thread ELPA Syncer
branch: elpa/php-mode commit 21b0e6bcb3b4465ca99290151380a2d093804716 Author: USAMI Kenta Commit: USAMI Kenta Update AUTHORS --- AUTHORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.md b/AUTHORS.md index 9b5ab92087..2f5ab2594e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6

[nongnu] elpa/hyperdrive 15067d034e: Docs: GNU Emacs

2023-09-13 Thread ELPA Syncer
branch: elpa/hyperdrive commit 15067d034eea8b92af6f63f9372376ad7f1b9599 Author: Joseph Turner Commit: Joseph Turner Docs: GNU Emacs --- doc/hyperdrive-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hyperdrive-manual.org b/doc/hyperdrive-manual.org index 5

[elpa] externals/consult 67ae62d4a9 3/3: Revert "consult-org-heading: Add annotation (priority & todo kwd) (#845)"

2023-09-13 Thread ELPA Syncer
branch: externals/consult commit 67ae62d4a96f9e785d0ff306631b746b91e6fb4f Author: Daniel Mendler Commit: Daniel Mendler Revert "consult-org-heading: Add annotation (priority & todo kwd) (#845)" This reverts commit 38f156381b8154880d84f63718b1099ead7c284d. This reverts commit 61b

[elpa] externals/consult 38f156381b 1/3: consult-org-heading: Add annotation (priority & todo kwd) (#845)

2023-09-13 Thread ELPA Syncer
branch: externals/consult commit 38f156381b8154880d84f63718b1099ead7c284d Author: Ashton Wiersdorf Commit: GitHub consult-org-heading: Add annotation (priority & todo kwd) (#845) --- consult-org.el | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/

[elpa] externals/consult updated (e1dce9725b -> 67ae62d4a9)

2023-09-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from e1dce9725b Preview: Use consult--completion-window-p new 38f156381b consult-org-heading: Add annotation (priority & todo kwd) (#845) new 61bb1c4059 Code cleanup new 67ae62d4a9 Revert "consult-org-heading: Ad

[elpa] externals/consult 61bb1c4059 2/3: Code cleanup

2023-09-13 Thread ELPA Syncer
branch: externals/consult commit 61bb1c405912891bd06b89bda5c7ebc90370d4c8 Author: Daniel Mendler Commit: Daniel Mendler Code cleanup --- CHANGELOG.org | 1 + consult-org.el | 22 -- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.org b/CHANGE