[elpa] externals/org 8f7efd9d7d 2/3: Merge branch 'bugfix'

2024-01-11 Thread ELPA Syncer
branch: externals/org commit 8f7efd9d7dfbcd1eac2dc4d445b6355425a329d5 Merge: f6e3b1a805 bc3caa8f90 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ol-man.el | 14 ++ 1 file changed, 14 insertions(+) diff --git a/lisp/ol-man.el b/lisp/ol-man.el index

[elpa] externals-release/org bc3caa8f90: org-man-open: Fix shell expansion vulnerability (Emacs bug#66390)

2024-01-11 Thread ELPA Syncer
branch: externals-release/org commit bc3caa8f90d215e63852d5795a1c0209a6d20cc8 Author: Ihor Radchenko Commit: Ihor Radchenko org-man-open: Fix shell expansion vulnerability (Emacs bug#66390) * lisp/ol-man.el (org-man-open): Work around Emacs bug#66390. Implement fix on org side b

[elpa] externals/org 78c1a0f383 3/3: doc/org-manual.org (Citation handling): Add index entries

2024-01-11 Thread ELPA Syncer
branch: externals/org commit 78c1a0f383ddd590dd0547f48a2aed9aad167a55 Author: Ihor Radchenko Commit: Ihor Radchenko doc/org-manual.org (Citation handling): Add index entries * doc/org-manual.org (Citation handling): (Citations): (Citation export processors): (Bibliograph

[elpa] externals/org updated (f22be2878f -> 78c1a0f383)

2024-01-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from f22be2878f org-agenda: Fix hard-coded day lengths when calculating timestamp regexp new f6e3b1a805 doc/org-manual.org (Org Syntax): Update reference to syntax document adds 804d032685 Update version number for the 9.6.1

[elpa] externals/org f6e3b1a805 1/3: doc/org-manual.org (Org Syntax): Update reference to syntax document

2024-01-11 Thread ELPA Syncer
branch: externals/org commit f6e3b1a8056b95ac03597c3bd39bd0cdfd2e0e65 Author: Ihor Radchenko Commit: Ihor Radchenko doc/org-manual.org (Org Syntax): Update reference to syntax document Also, update information about the maintainer. The latest version has been rewritten by Tecos

[elpa] externals/transient 8cc2415a54 3/4: transient--delete-window: Get transient buffer by name

2024-01-11 Thread Jonas Bernoulli via
branch: externals/transient commit 8cc2415a543a1f59b7ee973979daf080aa04c55d Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--delete-window: Get transient buffer by name We try to dedicate the transient window to the transient buffer, but that does not actually guarante

[elpa] externals/transient ff16d37312 1/4: make: Add redo target

2024-01-11 Thread Jonas Bernoulli via
branch: externals/transient commit ff16d373124159a85b35fc07150f295c7c18f81f Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Add redo target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2117e62215..bfaaffbc69 100644 --- a/Makefile +++ b/

[elpa] externals/transient a2fe06ac00 4/4: Fix typos

2024-01-11 Thread Jonas Bernoulli via
branch: externals/transient commit a2fe06ac00d419ddcbf8f9ef59bf1c4d2350ccbe Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix typos --- CHANGELOG | 2 +- lisp/transient.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6b3dcbb33a

[elpa] externals/transient 6872fb84d7 2/4: Bump copyright years

2024-01-11 Thread Jonas Bernoulli via
branch: externals/transient commit 6872fb84d78938c06969c25dc99204a5c9b1dbc0 Author: Jonas Bernoulli Commit: Jonas Bernoulli Bump copyright years --- docs/transient.texi | 2 +- lisp/transient.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transient.texi b/d

[elpa] externals/transient updated (72cf67d7e0 -> a2fe06ac00)

2024-01-11 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 72cf67d7e0 Release version 0.5.3 new ff16d37312 make: Add redo target new 6872fb84d7 Bump copyright years new 8cc2415a54 transient--delete-window: Get transient buffer by name new a2fe06ac00 Fix typo

[elpa] externals/org bdc60fb936 3/5: org-table-make-reference: Disable compiler warning

2024-01-11 Thread ELPA Syncer
branch: externals/org commit bdc60fb936b2f28f1546b0e89243cefa53da7847 Author: Ihor Radchenko Commit: Ihor Radchenko org-table-make-reference: Disable compiler warning * lisp/org-table.el (org-table-make-reference): Comment out the code that always returns nil, replacing it with

[elpa] externals/org fad90df535 4/5: Revert "org-table-make-reference: Disable compiler warning"

2024-01-11 Thread ELPA Syncer
branch: externals/org commit fad90df535140bb9c80390a0f1c04b3dae7f5e47 Author: Ihor Radchenko Commit: Ihor Radchenko Revert "org-table-make-reference: Disable compiler warning" This reverts commit bdc60fb936b2f28f1546b0e89243cefa53da7847. Apparently, the branch of if used so

[elpa] externals-release/org 4145ee4211 2/2: fixup! org-man-open: Fix shell expansion vulnerability (Emacs bug#66390)

2024-01-11 Thread ELPA Syncer
branch: externals-release/org commit 4145ee42115c31b37c892dc28d75a8fd601d31b0 Author: Ihor Radchenko Commit: Ihor Radchenko fixup! org-man-open: Fix shell expansion vulnerability (Emacs bug#66390) The escaped string is not necessary "\\;id" on Windows/DOS. --- lisp/ol-man.el | 6 ++

[elpa] externals/org updated (78c1a0f383 -> 2708a63714)

2024-01-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 78c1a0f383 doc/org-manual.org (Citation handling): Add index entries new 6592c766d2 org-agenda-bulk-mark: Fix mark not being visible when column view is active new 6b60b5ac12 fixup! org-man-open: Fix shell expansion vul

[elpa] externals-release/org 6b60b5ac12 1/2: fixup! org-man-open: Fix shell expansion vulnerability (Emacs bug#66390)

2024-01-11 Thread ELPA Syncer
branch: externals-release/org commit 6b60b5ac12814f0b54209cb6417f9ad1709dce20 Author: Ihor Radchenko Commit: Ihor Radchenko fixup! org-man-open: Fix shell expansion vulnerability (Emacs bug#66390) --- lisp/ol-man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ol

[elpa] externals-release/org updated (bc3caa8f90 -> 4145ee4211)

2024-01-11 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from bc3caa8f90 org-man-open: Fix shell expansion vulnerability (Emacs bug#66390) new 6b60b5ac12 fixup! org-man-open: Fix shell expansion vulnerability (Emacs bug#66390) new 4145ee4211 fixup! org-man-open: Fix shell

[elpa] externals/org 6592c766d2 1/5: org-agenda-bulk-mark: Fix mark not being visible when column view is active

2024-01-11 Thread ELPA Syncer
branch: externals/org commit 6592c766d266ca3ff27cc6786d7871a32bcf3970 Author: Ihor Radchenko Commit: Ihor Radchenko org-agenda-bulk-mark: Fix mark not being visible when column view is active * lisp/org-agenda.el (org-agenda-bulk-mark): Use 'before-string in the mark overlay to

[elpa] externals/org d8b0c23d5c 2/5: Merge branch 'bugfix'

2024-01-11 Thread ELPA Syncer
branch: externals/org commit d8b0c23d5ceae52e88175bc6954e5454f2d7a687 Merge: 6592c766d2 6b60b5ac12 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ol-man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ol-man.el b/lisp/ol-man.el index

[elpa] externals/org 2708a63714 5/5: Merge branch 'bugfix'

2024-01-11 Thread ELPA Syncer
branch: externals/org commit 2708a6371456dded8997f1ea466420b86034cd24 Merge: fad90df535 4145ee4211 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ol-man.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/ol-man.el b/lisp/ol-man.el

[nongnu] elpa/evil 59774e369a: Added clarification to evil-define-key for escaping modifier keys (#1856)

2024-01-11 Thread ELPA Syncer
branch: elpa/evil commit 59774e369aefba721ff8b72bfb88bdf12f8ecd74 Author: Naokotani Commit: GitHub Added clarification to evil-define-key for escaping modifier keys (#1856) * Added clarification to evil-define-key for escaping modifier keys It is useful to have clarificatio

[nongnu] elpa/racket-mode 8ea73be120 2/3: style: Consistently use _ for condition-case "don't care" var

2024-01-11 Thread ELPA Syncer
branch: elpa/racket-mode commit 8ea73be120d6b3a91059f15008ca01e31753a9e3 Author: Greg Hendershott Commit: Greg Hendershott style: Consistently use _ for condition-case "don't care" var As opposed to using variously () or nil. --- racket-collection.el | 2 +- racket-common.el |

[nongnu] elpa/racket-mode updated (7b6c9d7f49 -> e36d434b31)

2024-01-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/racket-mode. from 7b6c9d7f49 Improve racket--beginning-of-defun-function new 8168082b4e beginning-of-defun: Allow navigating up to the module form new 8ea73be120 style: Consistently use _ for condition-case "don't care" var ne

[nongnu] elpa/racket-mode e36d434b31 3/3: racket-xp-rename: Supply old name as default; closes #696

2024-01-11 Thread ELPA Syncer
branch: elpa/racket-mode commit e36d434b31521eaf19cf4e94edef0bf4c2f7f163 Author: Greg Hendershott Commit: Greg Hendershott racket-xp-rename: Supply old name as default; closes #696 --- racket-xp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racket-xp.el b/racket-xp.

[nongnu] elpa/racket-mode 8168082b4e 1/3: beginning-of-defun: Allow navigating up to the module form

2024-01-11 Thread ELPA Syncer
branch: elpa/racket-mode commit 8168082b4eb871e55388a7e9738e8e7b7317e273 Author: Greg Hendershott Commit: Greg Hendershott beginning-of-defun: Allow navigating up to the module form --- racket-common.el | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --gi

[elpa] externals/orgalist 06c62e23c7 3/3: orgalist: Release 1.14.

2024-01-11 Thread Nicolas Goaziou via
branch: externals/orgalist commit 06c62e23c7bdeb743ac4d2fc38a25720f2598ff6 Author: Nicolas Goaziou Commit: Nicolas Goaziou orgalist: Release 1.14. --- orgalist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orgalist.el b/orgalist.el index 80f059e637..f4fd067949 10064

[elpa] externals/orgalist 71a736cff2 2/3: Bump copyright

2024-01-11 Thread Nicolas Goaziou via
branch: externals/orgalist commit 71a736cff277657e56ca8ecf9c4c0e03cd9ac90e Author: Leo Vivier Commit: Nicolas Goaziou Bump copyright --- orgalist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orgalist.el b/orgalist.el index 6f1d2ec07c..80f059e637 100644 --- a/orgali

[elpa] externals/orgalist 057737ed9f 1/3: Update bug:31361 workaround for new upstream signature

2024-01-11 Thread Nicolas Goaziou via
branch: externals/orgalist commit 057737ed9f1e4632d0635ccee8148bd0e64edf8f Author: Leo Vivier Commit: Nicolas Goaziou Update bug:31361 workaround for new upstream signature Upstream, `indent-according-to-mode' has a new signature. - Introduced: Thu Nov 18 08:11:26 2021 +0100

[elpa] externals/orgalist updated (f6d12757c2 -> 06c62e23c7)

2024-01-11 Thread Nicolas Goaziou via
ngz pushed a change to branch externals/orgalist. from f6d12757c2 ; Prefer HTTPS to HTTP in URLs new 057737ed9f Update bug:31361 workaround for new upstream signature new 71a736cff2 Bump copyright new 06c62e23c7 orgalist: Release 1.14. Summary of changes: orgalist

[nongnu] elpa/subed 905c9da310: subed-create-file: Save file automatically; subed-wpm: return list

2024-01-11 Thread ELPA Syncer
branch: elpa/subed commit 905c9da310a3fa5f1394a26afb08500d868b92b6 Author: Sacha Chua Commit: Sacha Chua subed-create-file: Save file automatically; subed-wpm: return list * subed/subed-common.el: Fix typo. (subed-wpm): Return a list including word count and minutes. (subed-

[elpa] main 630bdd7c45: * elpa-packages: update all Protesilaos repo URLs

2024-01-11 Thread Protesilaos Stavrou
branch: main commit 630bdd7c45982b71bcaf86019a0cd3bd1f2f9336 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou * elpa-packages: update all Protesilaos repo URLs SourceHut is down and I need to deliver new versions to users. --- elpa-packages | 36 ++---

[elpa] externals/ef-themes be097e3dda 3/4: Remove extra spaces in the README.org front matter

2024-01-11 Thread ELPA Syncer
branch: externals/ef-themes commit be097e3dda4aac074a07fb83d1e9fc1a2079c9ae Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove extra spaces in the README.org front matter There was a case where these were breaking the Info manual in some older version of Emacs. I am

[elpa] externals/ef-themes f7659477e5 4/4: Update to ef-themes version 1.5.0

2024-01-11 Thread ELPA Syncer
branch: externals/ef-themes commit f7659477e583a4ca72dce0364a74ba539c014a2c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update to ef-themes version 1.5.0 --- CHANGELOG.org | 219 -- README.org| 6 +- ef-themes.el |

[elpa] externals/ef-themes 4695feba80 1/4: emacs: implement semantic colour mappings for search constructs

2024-01-11 Thread ELPA Syncer
branch: externals/ef-themes commit 4695feba8064cf557e1cb5a75d71f4e44e77458f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou emacs: implement semantic colour mappings for search constructs --- ef-arbutus-theme.el| 17 ++--- ef-autumn-theme.el | 31

[elpa] externals/ef-themes updated (10515381c7 -> f7659477e5)

2024-01-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/ef-themes. from 10515381c7 Tweak the order of mail mappings new 4695feba80 emacs: implement semantic colour mappings for search constructs new 809b3c5b8e Use 'bg-fringe' and 'fg-fringe' as semantic colour mappings new be

[elpa] externals/ef-themes 809b3c5b8e 2/4: Use 'bg-fringe' and 'fg-fringe' as semantic colour mappings

2024-01-11 Thread ELPA Syncer
branch: externals/ef-themes commit 809b3c5b8e4c8b7bee96333aad2037af6861e49f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use 'bg-fringe' and 'fg-fringe' as semantic colour mappings --- ef-arbutus-theme.el| 3 ++- ef-autumn-theme.el | 3 ++- ef-bio-theme.el

[elpa] externals/sxhkdrc-mode 1b6d12b8c0: Update copyright years

2024-01-11 Thread ELPA Syncer
branch: externals/sxhkdrc-mode commit 1b6d12b8c00ef20949095ddcd1b0b32300971c07 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update copyright years --- sxhkdrc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sxhkdrc-mode.el b/sxhkdrc-mode.el index 39e66

[elpa] externals/tmr 27ccfdba4d: Update copyright years

2024-01-11 Thread ELPA Syncer
branch: externals/tmr commit 27ccfdba4d2cdfb67861a784bd7d9890b82a5fbc Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update copyright years --- tmr-tabulated.el | 2 +- tmr.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tmr-tabulated.el b/tmr-ta