[elpa] externals/ement 03d411a177: Add: SSO support

2023-05-30 Thread ELPA Syncer
branch: externals/ement commit 03d411a1778179dd1b68b404059e84508a2c1fd8 Author: Adam Porter Commit: Adam Porter Add: SSO support Closes . Co-developed-by: Jeffrey Stoffers --- README.org | 3 ++ ement.el | 164 +

[elpa] externals/modus-themes b4ef90bb95: Update to version 4.2.0

2023-05-30 Thread ELPA Syncer
branch: externals/modus-themes commit b4ef90bb950b820a3bf316d7b212320a5b2f84d7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update to version 4.2.0 --- CHANGELOG.org | 330 +- doc/modus-themes.info | 269

[elpa] externals/plz a0a6d62335: Fix: (plz--sentinel) Skip HTTP redirect headers

2023-05-30 Thread ELPA Syncer
branch: externals/plz commit a0a6d623352aa1caee722c16649190611a253cbc Author: Adam Porter Commit: Adam Porter Fix: (plz--sentinel) Skip HTTP redirect headers When using ":as 'response", we call curl with "--dump-header -" so we can parse the headers of the response, but this cau

[elpa] externals/tramp fc8bfababd: Tramp ELPA version 2.6.0.5 released

2023-05-30 Thread ELPA Syncer
branch: externals/tramp commit fc8bfababd07ac9fa1e338782a16ffb1f756ae04 Author: Michael Albinus Commit: Michael Albinus Tramp ELPA version 2.6.0.5 released --- README | 4 +-- test/tramp-tests.el | 82 + texi/trampver.texi |

[elpa] externals/plz 4114e23d88: Fix: (plz--skip-redirect-headers)

2023-05-30 Thread ELPA Syncer
branch: externals/plz commit 4114e23d88626a34c1189d48a63442f26472554d Author: Adam Porter Commit: Adam Porter Fix: (plz--skip-redirect-headers) Thanks to Phil Sainty's (@phil-s) comment: . --- plz.el | 4 +

[nongnu] elpa/evil be736b8dbc: Support p and # ex-substitute flags

2023-05-30 Thread ELPA Syncer
branch: elpa/evil commit be736b8dbc468d53e6cb3e76db66c1141330b030 Author: Tom Dalziel Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> Support p and # ex-substitute flags --- evil-commands.el | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) dif

[nongnu] elpa/spacemacs-theme 319ad1cd6a: support goggles

2023-05-30 Thread ELPA Syncer
branch: elpa/spacemacs-theme commit 319ad1cd6aa05dcb43e4edca50eca339892e0865 Author: nashamri Commit: nashamri support goggles --- spacemacs-theme.el | 5 + 1 file changed, 5 insertions(+) diff --git a/spacemacs-theme.el b/spacemacs-theme.el index 2ad99e1e02..7bfdf40de4 100644 --- a/sp

[nongnu] elpa/sweeprolog 0bb2a103bb 1/2: ADDED: command for inserting example usage comments

2023-05-30 Thread ELPA Syncer
branch: elpa/sweeprolog commit 0bb2a103bb5e279024fe385702484eb92bd35cb6 Author: Eshel Yaron Commit: Eshel Yaron ADDED: command for inserting example usage comments * sweeprolog.el (sweeprolog-top-level-example-mode): New minor mode. (sweeprolog-make-example-usage-comment): New c

[nongnu] elpa/sweeprolog updated (bdf3429fe1 -> 390b76c4c6)

2023-05-30 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from bdf3429fe1 Announce recent changes in NEWS.org and bump version to 0.18.1 new 0bb2a103bb ADDED: command for inserting example usage comments new 390b76c4c6 Announce recent changes in NEWS.org and bump version to 0.18

[nongnu] elpa/sweeprolog 390b76c4c6 2/2: Announce recent changes in NEWS.org and bump version to 0.18.2

2023-05-30 Thread ELPA Syncer
branch: elpa/sweeprolog commit 390b76c4c6c5f20e502e59ed817ab1ee0f951455 Author: Eshel Yaron Commit: Eshel Yaron Announce recent changes in NEWS.org and bump version to 0.18.2 --- NEWS.org | 9 + sweeprolog.el | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git

[nongnu] elpa/devil 2925d977fe: Fix definition of special key ", "

2023-05-30 Thread ELPA Syncer
branch: elpa/devil commit 2925d977feaaf5ae1520aeba70be1e4d34884c73 Author: Susam Pal Commit: Susam Pal Fix definition of special key ", " Commit 60f6968 broke the invocation of special key `, RET` which is meant to insert comma followed by newline. Prior to that commit, typi