[elpa] externals/jinx 647543b5e1: Use next-single-property-change when scanning for jinx--pending

2025-01-18 Thread ELPA Syncer
branch: externals/jinx commit 647543b5e1ebf722f8ac242720050f896fc98ae2 Author: Daniel Mendler Commit: Daniel Mendler Use next-single-property-change when scanning for jinx--pending --- jinx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinx.el b/jinx.el index f74c71

[elpa] externals/consult 110b560ae1: Regexp translation: Add crude support for some syntax classes

2025-01-18 Thread ELPA Syncer
branch: externals/consult commit 110b560ae1e0ad398d5ce2b4aaf0e91f87f38297 Author: Daniel Mendler Commit: Daniel Mendler Regexp translation: Add crude support for some syntax classes --- consult.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/consult.el b/consu

[nongnu] elpa/typescript-mode 481df3ad2c: Merge pull request #193 from emacs-typescript/feature/various-fixes

2025-01-18 Thread ELPA Syncer
branch: elpa/typescript-mode commit 481df3ad2cdf569d8e6697679669ff6206fbd2f9 Merge: 8818e767a6 6f3b8b449b Author: Jostein Kjønigsen Commit: GitHub Merge pull request #193 from emacs-typescript/feature/various-fixes Misc minor issues (courtesy of Stefan Monnier) --- .gitignore

[nongnu] elpa/typescript-mode updated (8818e767a6 -> 481df3ad2c)

2025-01-18 Thread ELPA Syncer
elpasync pushed a change to branch elpa/typescript-mode. from 8818e767a6 Merge pull request #194 from emacs-typescript/feature/make-test adds 769c1f932c Use `font-lock-function-call-face` for calls adds 6f3b8b449b Misc minor issues new 481df3ad2c Merge pull request #1

[nongnu] scratch/typescript-mode 6f3b8b449b 2/2: Misc minor issues

2025-01-18 Thread Stefan Monnier via
branch: scratch/typescript-mode commit 6f3b8b449b53b09478d81f32863639ddf9395b33 Author: Stefan Monnier Commit: Stefan Monnier Misc minor issues * typescript-mode.el: Activate `lexical-binding`. (typescript--font-lock-keywords-2): Use backquote. Quote face names so as not to

[elpa] externals/org updated (21dfa6fe89 -> abbc024aef)

2025-01-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 21dfa6fe89 testing/lisp/test-ox-man.el: Add regression tests for ox-man adds f9966309d5 Update version number for the 9.7.20 release new 691ebb1f59 lisp/ox-org.el (org-org-section): Fix footnotes in the first section

[elpa] externals-release/org 691ebb1f59: lisp/ox-org.el (org-org-section): Fix footnotes in the first section

2025-01-18 Thread ELPA Syncer
branch: externals-release/org commit 691ebb1f5989590194ef50806fbc75f18671544c Author: Ihor Radchenko Commit: Ihor Radchenko lisp/ox-org.el (org-org-section): Fix footnotes in the first section * lisp/ox-org.el (org-org-section): Fix adding footnote definitions in first section (

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

2025-01-18 Thread ELPA Syncer
branch: externals/org commit abbc024aef5ce86f9c181b7f8f6048b04b57c4c1 Merge: 21dfa6fe89 691ebb1f59 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ox-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-org.el b/lisp/ox-org.el index

[nongnu] scratch/typescript-mode 769c1f932c 1/2: Use `font-lock-function-call-face` for calls

2025-01-18 Thread Stefan Monnier via
branch: scratch/typescript-mode commit 769c1f932c6fa7ac32d319d627d01f0c009ba7b8 Author: Stefan Monnier Commit: Stefan Monnier Use `font-lock-function-call-face` for calls * typescript-mode.el (typescript--function-face): New function. (typescript--font-lock-keywords-4): Use `fon

[nongnu] branch scratch/typescript-mode created (now 6f3b8b449b)

2025-01-18 Thread Stefan Monnier via
monnier pushed a change to branch scratch/typescript-mode. at 6f3b8b449b Misc minor issues This branch includes the following new commits: new 769c1f932c Use `font-lock-function-call-face` for calls new 6f3b8b449b Misc minor issues

[nongnu] branch scratch/typescript-mode deleted (was 96dc3fbea7)

2025-01-18 Thread Stefan Monnier via
monnier pushed a change to branch scratch/typescript-mode. was 96dc3fbea7 Misc minor issues This change permanently discards the following revisions: discards 96dc3fbea7 Misc minor issues

[nongnu] elpa/projectile 48c648df4a: Fix exempt labels for the action/stale

2025-01-18 Thread ELPA Syncer
branch: elpa/projectile commit 48c648df4ac6addb06d6a3b4180cf8dd5f3478f1 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix exempt labels for the action/stale Turned out those were supposed to be a string. --- .github/workflows/stale.yml | 10 ++ 1 file changed, 2 insertion

[nongnu] elpa/cider 5f8b17c447: Fix exempt labels for the action/stale

2025-01-18 Thread ELPA Syncer
branch: elpa/cider commit 5f8b17c44778caaab0ce93f304a0e4bd484c9428 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix exempt labels for the action/stale Turned out those were supposed to be a string. --- .github/workflows/stale.yml | 10 ++ 1 file changed, 2 insertions(+),

[elpa] externals/ef-themes dd41f73b5a 1/3: Align Helpful heading style with that in Modus-themes

2025-01-18 Thread ELPA Syncer
branch: externals/ef-themes commit dd41f73b5a8a3a366894bc6883c265bcd9f170bb Author: John Haman Commit: Protesilaos Stavrou Align Helpful heading style with that in Modus-themes --- ef-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index 9ab552579

[elpa] externals/ef-themes updated (8b18e4cfc9 -> 37695ded06)

2025-01-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/ef-themes. from 8b18e4cfc9 Merge branch 'main' of github.com:protesilaos/ef-themes new dd41f73b5a Align Helpful heading style with that in Modus-themes new 1026d7da0a Acknowledge John Haman for commit dd41f73 new 37695ded0

[elpa] externals/fontaine 394793b4a3 2/3: Change development target version to 3.0.0-dev

2025-01-18 Thread ELPA Syncer
branch: externals/fontaine commit 394793b4a3253a407b12a4d3052ce6986cd1586d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Change development target version to 3.0.0-dev This is because Fontaine is now implemented as a "theme" instead of relying on 'set-face-attribute' a

[elpa] externals/fontaine updated (be146da2ab -> e7d5181be7)

2025-01-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/fontaine. from be146da2ab Remove an empty space from a doc string new 27eb0a8c74 Remove and/or clarify references to the obsolete fontaine-apply-current-preset new 394793b4a3 Change development target version to 3.0.0-dev

[elpa] externals/fontaine e7d5181be7 3/3: Rewrite fontaine-set-preset to issue a warning if PRESET is not valid

2025-01-18 Thread ELPA Syncer
branch: externals/fontaine commit e7d5181be786fb3d03a66e141a4cca3b9d77cc1a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rewrite fontaine-set-preset to issue a warning if PRESET is not valid We do not want to interrupt startup, for example. --- fontaine.el | 19 ++

[elpa] externals/ef-themes 37695ded06 3/3: Document explicit support for the helpful package

2025-01-18 Thread ELPA Syncer
branch: externals/ef-themes commit 37695ded06d00e33d3b273c88336d8c30e7c0dbe Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document explicit support for the helpful package --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index dd20a024a4..

[elpa] externals/fontaine 27eb0a8c74 1/3: Remove and/or clarify references to the obsolete fontaine-apply-current-preset

2025-01-18 Thread ELPA Syncer
branch: externals/fontaine commit 27eb0a8c7490a888522a2104ec3313e9dcfce19e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove and/or clarify references to the obsolete fontaine-apply-current-preset --- README.org | 12 +--- fontaine.el | 3 +-- 2 files changed, 10 ins

[elpa] externals/ef-themes 1026d7da0a 2/3: Acknowledge John Haman for commit dd41f73

2025-01-18 Thread ELPA Syncer
branch: externals/ef-themes commit 1026d7da0a073bcfd3d2023327daea06d6597d01 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge John Haman for commit dd41f73 The change is small (and comes from my modus-themes, anyway), meaning that John does not need to assign c

[elpa] externals/denote bc0a6de3ad 9/9: Document how to have a "controlled vocabulary" of keywords

2025-01-18 Thread ELPA Syncer
branch: externals/denote commit bc0a6de3add92e37de6c2964425fa2ffa7a794bd Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document how to have a "controlled vocabulary" of keywords --- README.org | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) dif

[elpa] externals/denote c2a734ab1c 2/9: Use the correct outline level for the 'denote:' Org hyperlink

2025-01-18 Thread ELPA Syncer
branch: externals/denote commit c2a734ab1c2b3e6f7ff4dc0645b403dd4abd396d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use the correct outline level for the 'denote:' Org hyperlink --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote

[elpa] externals/denote 29e47e255a 3/9: Refine denote-link--prepare-backlinks to map over the results only once

2025-01-18 Thread ELPA Syncer
branch: externals/denote commit 29e47e255ac242339b272e01eec52af629e43a13 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Refine denote-link--prepare-backlinks to map over the results only once --- denote.el | 21 - 1 file changed, 8 insertions(+), 13 deletions(-)

[elpa] externals/denote 04a09aff19 5/9: Update the denote-prompts documentation to better describe signatures

2025-01-18 Thread ELPA Syncer
branch: externals/denote commit 04a09aff1964b01f671869a16b8bc8f6281e0f24 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the denote-prompts documentation to better describe signatures --- README.org | 18 +++- denote.el | 71 ++

[elpa] externals/denote 12062e238c 4/9: DEPRECATE denote-link-with-signature

2025-01-18 Thread ELPA Syncer
branch: externals/denote commit 12062e238c441047377dc47c3c275886ecb698d8 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou DEPRECATE denote-link-with-signature The denote-link command already inserts a signature if it is there, plus we have the denote-link-description-form

[elpa] externals/denote bad5ee6ae4 8/9: Rephrase the paragraph about signatures in the manual's file-naming scheme section

2025-01-18 Thread ELPA Syncer
branch: externals/denote commit bad5ee6ae493b81de7e008941fc9df0d62d9f864 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rephrase the paragraph about signatures in the manual's file-naming scheme section --- README.org | 19 +++ 1 file changed, 11 insertions(+), 8 d

[elpa] externals/denote 2344264c8d 6/9: Make small changes to the denote-link docs

2025-01-18 Thread ELPA Syncer
branch: externals/denote commit 2344264c8d570205c85fa2fbaa0d61cf488d8b83 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make small changes to the denote-link docs --- README.org | 5 +++-- denote.el | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.org

[elpa] externals/denote 7a541fe223 1/9: Use the correct outline level for the menu bar entry

2025-01-18 Thread ELPA Syncer
branch: externals/denote commit 7a541fe22327a13c71e816e4353425677a8d9bcd Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use the correct outline level for the menu bar entry --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index

[elpa] externals/denote d3b377792a 7/9: Remove long obsolete reference from the manual

2025-01-18 Thread ELPA Syncer
branch: externals/denote commit d3b377792a13e0388e0b6eccc094eaced38573e6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove long obsolete reference from the manual --- README.org | 4 1 file changed, 4 deletions(-) diff --git a/README.org b/README.org index 77d20c01ba..9f0

[elpa] externals/denote updated (bc12b58beb -> bc0a6de3ad)

2025-01-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from bc12b58beb Document in the manual denote-sequence-find-relatives-dired new 7a541fe223 Use the correct outline level for the menu bar entry new c2a734ab1c Use the correct outline level for the 'denote:' Org hyperlink

[elpa] externals/auctex c7d920eb1a: Update style/acronym.el to package v1.50

2025-01-18 Thread ELPA Syncer
branch: externals/auctex commit c7d920eb1afe17880e3cd90723a7b65a166d7e51 Author: Arash Esbati Commit: Arash Esbati Update style/acronym.el to package v1.50 * style/acronym.el (LaTeX-acronym-prepare): Fix docstring. ("acronym"): Fix entries for customization macros which should b