[nongnu] elpa/helm b0d24606ba 1/2: Fix docstring

2025-01-04 Thread ELPA Syncer
branch: elpa/helm commit b0d24606ba5576850c26156743e1b7709fa8f985 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix docstring --- helm-bookmark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-bookmark.el b/helm-bookmark.el index cec930de8c..c0fdfd5df7 10064

[nongnu] elpa/helm-core updated (9e9ee9a163 -> 3372d13b92)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 9e9ee9a163 Allow specifying outline-regexp with pref arg adds b0d24606ba Fix docstring adds 3372d13b92 Stop preventing dups when trashing files (#2694) No new revisions were added by this update. Summary of changes: he

[nongnu] elpa/helm updated (9e9ee9a163 -> 3372d13b92)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 9e9ee9a163 Allow specifying outline-regexp with pref arg new b0d24606ba Fix docstring new 3372d13b92 Stop preventing dups when trashing files (#2694) Summary of changes: helm-bookmark.el | 2 +- helm-files.el| 29 +++

[nongnu] elpa/helm 3372d13b92 2/2: Stop preventing dups when trashing files (#2694)

2025-01-04 Thread ELPA Syncer
branch: elpa/helm commit 3372d13b928ffc3977516eb5a397ab3a59ce Author: Thierry Volpiatto Commit: Thierry Volpiatto Stop preventing dups when trashing files (#2694) --- helm-files.el | 29 ++--- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/helm-fi

[elpa] externals/company 6b4f28562c: company-dabbrev-code: Make the `substring` style work

2025-01-04 Thread ELPA Syncer
branch: externals/company commit 6b4f28562c0f68e1a93d11ed4e9c08d828de22aa Author: Dmitry Gutov Commit: Dmitry Gutov company-dabbrev-code: Make the `substring` style work Don't require the first char of prefix to start the symbols. --- company-dabbrev-code.el| 8 +--- test/

[elpa] externals/consult updated (70f20c76f0 -> 036a13ccd4)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 70f20c76f0 consult--async-highlight: Handle pairs produced by consult--multi sources new 7c295bca8d consult--with-async and consult--with-preview optimization new 20fffb936c consult--multi-candidates: Pass special

[elpa] externals/consult 036a13ccd4 3/3: Remove obsolete consult-yank-rotate

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit 036a13ccd4fdd8bafb20ad6d4baa2622520f1cb8 Author: Daniel Mendler Commit: Daniel Mendler Remove obsolete consult-yank-rotate --- CHANGELOG.org | 1 + consult.el| 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG

[elpa] externals/consult 7c295bca8d 1/3: consult--with-async and consult--with-preview optimization

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit 7c295bca8d330ca68e9c50150d73d8cf80ce3764 Author: Daniel Mendler Commit: Daniel Mendler consult--with-async and consult--with-preview optimization --- consult.el | 62 ++ 1 file changed, 30 insertion

[elpa] externals/consult 20fffb936c 2/3: consult--multi-candidates: Pass special argument for static source

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit 20fffb936c7b5338d23a0bfdf275c486bb692d78 Author: Daniel Mendler Commit: Daniel Mendler consult--multi-candidates: Pass special argument for static source --- consult.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/consult.el b/

[nongnu] elpa/vm eb81069557 1/2: apply contibuted patch for #285

2025-01-04 Thread ELPA Syncer
branch: elpa/vm commit eb81069557191fbfcfcac5a43107c02fbb2f10ef Author: Mark Diekhans Commit: Mark Diekhans apply contibuted patch for #285 --- lisp/vm-misc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/vm-misc.el b/lisp/vm-misc.el index c231ae4f09..da23b4fa6

[nongnu] elpa/vm d35ab3889e 2/2: Merge branch 'main' into 'main'

2025-01-04 Thread ELPA Syncer
branch: elpa/vm commit d35ab3889e6c1f5119cf42536ceaf49535c4129e Merge: ef1811a68f eb81069557 Author: Mark Diekhans Commit: Mark Diekhans Merge branch 'main' into 'main' apply contibuted patch for #285 Closes #285 See merge request emacs-vm/vm!30 --- lisp/vm-misc.e

[elpa] externals/hyperbole 9b3925907d 1/2: Use link-to-Info-index-item for info index display (#639)

2025-01-04 Thread ELPA Syncer
branch: externals/hyperbole commit 9b3925907db9705685ca70e561ee3188b5923e59 Author: Mats Lidell Commit: GitHub Use link-to-Info-index-item for info index display (#639) --- ChangeLog | 10 ++ hywiki.el | 4 ++-- test/hactypes-tests.el | 18

[elpa] externals/hyperbole 14e002c3f1 2/2: Refactor tests to use with-simulated-input (#634)

2025-01-04 Thread ELPA Syncer
branch: externals/hyperbole commit 14e002c3f1f405d26f69facb3fe9736a3d79e187 Author: Mats Lidell Commit: GitHub Refactor tests to use with-simulated-input (#634) --- test/hywiki-tests.el | 37 ++--- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git

[elpa] externals/hyperbole updated (0620633022 -> 14e002c3f1)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from 0620633022 Ensure info index is correct (#638) new 9b3925907d Use link-to-Info-index-item for info index display (#639) new 14e002c3f1 Refactor tests to use with-simulated-input (#634) Summary of changes: Change

[elpa] externals/consult updated (f2ed99d786 -> 70f20c76f0)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from f2ed99d786 Simplify consult--multi-visible-p new 879789d96a Cleanup narrowing implementation new 70f20c76f0 consult--async-highlight: Handle pairs produced by consult--multi sources Summary of changes: consult.el

[elpa] externals/consult 70f20c76f0 2/2: consult--async-highlight: Handle pairs produced by consult--multi sources

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit 70f20c76f0d44baffc4ec0be80f98355faf6de50 Author: Daniel Mendler Commit: Daniel Mendler consult--async-highlight: Handle pairs produced by consult--multi sources --- consult.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/consult.el b

[elpa] externals/consult 879789d96a 1/2: Cleanup narrowing implementation

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit 879789d96aafe06f3b211d0818960a4eeeb98a5a Author: Daniel Mendler Commit: Daniel Mendler Cleanup narrowing implementation --- consult.el | 41 + 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/consult.el

[elpa] externals/consult f2ed99d786: Simplify consult--multi-visible-p

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit f2ed99d786f3cc38195964cdc2935c9539833069 Author: Daniel Mendler Commit: Daniel Mendler Simplify consult--multi-visible-p --- consult.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/consult.el b/consult.el index 16eb9cb516..a

[elpa] externals/kubed 0f049c0b46 1/2: * kubed.el (kubed-define-resource): Improve docstring.

2025-01-04 Thread ELPA Syncer
branch: externals/kubed commit 0f049c0b466e21eff69430d7a27239ff6bf55f6a Author: Eshel Yaron Commit: Eshel Yaron * kubed.el (kubed-define-resource): Improve docstring. Addresses https://github.com/eshelyaron/kubed/issues/8 --- kubed.el | 21 ++--- 1 file changed, 14

[elpa] externals/denote c7ba0b6bea 7/8: Update the denote-sort-identifier-comparison-function

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit c7ba0b6beaaffb33313abda6b551b3e657c4ea01 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the denote-sort-identifier-comparison-function Tweak what was contributed by Maikol Solis in pull request 517:

[elpa] externals/kubed updated (0e679db3d3 -> 1f0d460d23)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/kubed. from 0e679db3d3 ; Fix typo in NEWS.org new 0f049c0b46 * kubed.el (kubed-define-resource): Improve docstring. new 1f0d460d23 ; Update copyright years Summary of changes: LICENSE| 2 +- cobra.el | 2

[elpa] externals/kubed 1f0d460d23 2/2: ; Update copyright years

2025-01-04 Thread ELPA Syncer
branch: externals/kubed commit 1f0d460d23d85745424205ecfa8db7f1e876603f Author: Eshel Yaron Commit: Eshel Yaron ; Update copyright years --- LICENSE| 2 +- cobra.el | 2 +- kubed-common.el| 2 +- kubed-tramp.el | 2 +- kubed-transient.el | 2 +- kubed.el

[elpa] externals/denote c88ca934c9 5/8: Merge pull request #517 from maikol-solis/main

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit c88ca934c9534e96d28ee7e75e51567eb6b09be3 Merge: 4a492963f2 1b65d9ed99 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #517 from maikol-solis/main Add identifier comparison sort function in denote-sort-files --- denote-sort.el | 10 +

[elpa] externals/denote 7f3715ddd3 3/8: Merge pull request #518 from migliio/main

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit 7f3715ddd3a988afdf0b527e276ee8cfe9b9f9d8 Merge: 9f41d3f594 fffe24dbf5 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #518 from migliio/main Use older-compatible `sort` call in `denote-sequence--get-largest` --- denote-sequence.el | 9 +

[elpa] externals/denote 4a492963f2 4/8: Acknowledge Claudio Migliorelli for commit fffe24d

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit 4a492963f262f13762c8acaf4302354835ac79f4 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Claudio Migliorelli for commit fffe24d It is about using a backward-compatible 'sort' call. This was discussed in issue 516 and then done

[elpa] externals/denote fffe24dbf5 2/8: Use older-compatible `sort` call in `denote-sequence--get-largest`

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit fffe24dbf5aae6b21a70c55ca26df17757f3292f Author: Claudio Migliorelli Commit: Claudio Migliorelli Use older-compatible `sort` call in `denote-sequence--get-largest` As pointed out in #516, the `sort` function seems to have a mismatching paradigm de

[elpa] externals/denote 1b65d9ed99 1/8: Add identifier comparison sort function in denote-sort-files

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit 1b65d9ed99c8213b7591a6be65d3d97ff6033eea Author: Maikol Solís Commit: Maikol Solís Add identifier comparison sort function in denote-sort-files The function `denote-sort-dired` wasn't working due to the `identifier` missing case in `denote-sort-fi

[elpa] externals/consult ffd7c37fea 3/5: consult--left-truncate-file: Truncate even more

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit ffd7c37fea4e0683df0cd76b35cb14e6cee39dc6 Author: Daniel Mendler Commit: Daniel Mendler consult--left-truncate-file: Truncate even more --- consult.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/consult.el b/consult.el index 86

[elpa] externals/consult 94c7a97839 5/5: consult--multi: Do not require the :category field.

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit 94c7a978398c2d8648521213c9648758789a11ca Author: Daniel Mendler Commit: Daniel Mendler consult--multi: Do not require the :category field. --- README.org | 4 ++-- consult.el | 8 +++- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README

[elpa] externals/consult cf50651b82 4/5: Improve consult--multi documentation

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit cf50651b82a608ef2419551dae4790f38290d432 Author: Daniel Mendler Commit: Daniel Mendler Improve consult--multi documentation --- README.org | 5 - consult.el | 12 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.org b/

[elpa] externals/consult c4969e30fa 1/5: Improve consult--async-throttle

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit c4969e30fa91215be48e5e26bc1ce54c916bcaf0 Author: Daniel Mendler Commit: Daniel Mendler Improve consult--async-throttle Only debounce if the minibuffer input has changed. Start computation immediately for initial minibuffer input. --- consult.el

[elpa] externals/denote 5651dc7737 8/8: Replace denote-sequence-sort with denote-sequence-sort-files

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit 5651dc77374bddf4b0aca241599fc15f994aa18c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Replace denote-sequence-sort with denote-sequence-sort-files Part of this is to encapsulate the logic in a single function and also to use the backwar

[elpa] externals/denote 5b7755f6fc 6/8: Document denote-sort-identifier-comparison-function and acknowledge Maikol Solis

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit 5b7755f6fc9a52069b2f340e782242206b98c749 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document denote-sort-identifier-comparison-function and acknowledge Maikol Solis This was missing from the original implementation about all these co

[elpa] externals/consult updated (c824677a40 -> 94c7a97839)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from c824677a40 consult--async-split: Simplify new c4969e30fa Improve consult--async-throttle new e80e03fbad consult--async-throttle: Improve readability new ffd7c37fea consult--left-truncate-file: Truncate even m

[elpa] externals/denote updated (9f41d3f594 -> 5651dc7737)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 9f41d3f594 Merge branch 'main' of github.com:protesilaos/denote new fffe24dbf5 Use older-compatible `sort` call in `denote-sequence--get-largest` new 7f3715ddd3 Merge pull request #518 from migliio/main new 4

[elpa] externals/consult e80e03fbad 2/5: consult--async-throttle: Improve readability

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit e80e03fbadcb6d0fe6e57d91501ad1ccb9f95824 Author: Daniel Mendler Commit: Daniel Mendler consult--async-throttle: Improve readability --- consult.el | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/consult.el b/consult.el index

[nongnu] elpa/helm-core updated (01b50bc4e4 -> 9e9ee9a163)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 01b50bc4e4 Enhance helm-basedir PARENT argument usage adds 2fd4971d64 Update HFF documentation adds 9e9ee9a163 Allow specifying outline-regexp with pref arg No new revisions were added by this update. Summary of changes

[nongnu] elpa/helm 9e9ee9a163 2/2: Allow specifying outline-regexp with pref arg

2025-01-04 Thread ELPA Syncer
branch: elpa/helm commit 9e9ee9a163baa403ba05bd033ff5b3a41432f4df Author: Thierry Volpiatto Commit: Thierry Volpiatto Allow specifying outline-regexp with pref arg --- helm-misc.el | 51 ++- 1 file changed, 26 insertions(+), 25 deletions(-) d

[nongnu] elpa/helm updated (01b50bc4e4 -> 9e9ee9a163)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 01b50bc4e4 Enhance helm-basedir PARENT argument usage new 2fd4971d64 Update HFF documentation new 9e9ee9a163 Allow specifying outline-regexp with pref arg Summary of changes: helm-help.el | 4 helm-misc.el | 51

[nongnu] elpa/helm 2fd4971d64 1/2: Update HFF documentation

2025-01-04 Thread ELPA Syncer
branch: elpa/helm commit 2fd4971d64c08802b86c8f6ad593193d14ee3ae4 Author: Thierry Volpiatto Commit: Thierry Volpiatto Update HFF documentation --- helm-help.el | 4 1 file changed, 4 insertions(+) diff --git a/helm-help.el b/helm-help.el index 02c1426c5b..8f2659ed00 100644 --- a/helm-

[elpa] externals/org bc84ac7b26 1/3: ox-man: Avoid producing blank lines in the output

2025-01-04 Thread ELPA Syncer
branch: externals/org commit bc84ac7b26cb808dc3459ddc66e3202803577a37 Author: Ihor Radchenko Commit: Ihor Radchenko ox-man: Avoid producing blank lines in the output * lisp/ox-man.el (org-man-src-block): Do not leave a blank line in the output. Blank lines may not be reliable i

[elpa] externals/org-real aa45c5dc79 3/3: Removed eieio dependency

2025-01-04 Thread ELPA Syncer
branch: externals/org-real commit aa45c5dc795779e4f25e4a8200da06454e070a79 Author: Amy Grinn Commit: Amy Grinn Removed eieio dependency --- org-real.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org-real.el b/org-real.el index 31e04bbb16..6a93c3581c 100644 --- a/o

[elpa] externals/org 358eeb7ce8 3/3: org-lint.el: Include org-export-global-macros in global templates

2025-01-04 Thread ELPA Syncer
branch: externals/org commit 358eeb7ce8240a729258bfbd7f2f2bd998a8f001 Author: Suhail Singh Commit: Ihor Radchenko org-lint.el: Include org-export-global-macros in global templates * lisp/org-lint.el (org-lint-invalid-macro-argument-and-template): Ensure templates defined in org-

[elpa] externals/org-real d85358ca41 1/3: Updated boxy to 2.0.0

2025-01-04 Thread ELPA Syncer
branch: externals/org-real commit d85358ca4180f8fa2b6cb8a65100f23af55c62d8 Author: Amy Grinn Commit: Amy Grinn Updated boxy to 2.0.0 --- org-real.el | 31 ++- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/org-real.el b/org-real.el index 95012eae

[elpa] externals/org-real 24dfc8e534 2/3: Update emacs version

2025-01-04 Thread ELPA Syncer
branch: externals/org-real commit 24dfc8e534396d020bc355bfbe6ada9ca0ee9b77 Author: Amy Grinn Commit: Amy Grinn Update emacs version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ec7c0dee9..ae0061fc64 100644 ---

[elpa] externals/org-real updated (50bae7669a -> aa45c5dc79)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/org-real. from 50bae7669a Updated copyright new d85358ca41 Updated boxy to 2.0.0 new 24dfc8e534 Update emacs version new aa45c5dc79 Removed eieio dependency Summary of changes: .gitlab-ci.yml | 2 +- org-real.el| 3

[elpa] externals/org updated (c02294c00f -> 358eeb7ce8)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from c02294c00f Fix test example in testing/README new bc84ac7b26 ox-man: Avoid producing blank lines in the output new db995c8003 ox-man: Drop \m[black] instructions new 358eeb7ce8 org-lint.el: Include org-export-glo

[elpa] externals/org db995c8003 2/3: ox-man: Drop \m[black] instructions

2025-01-04 Thread ELPA Syncer
branch: externals/org commit db995c8003e5f4c6b3b15dab6a476c11de895ba5 Author: Ihor Radchenko Commit: Ihor Radchenko ox-man: Drop \m[black] instructions * lisp/ox-man.el (org-man-inline-src-block): (org-man-src-block): Do not force-set text color to black. Hard-coding it make

[elpa] externals/consult updated (64bfe07576 -> c824677a40)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 64bfe07576 Rename consult--multi-collection new bdc4a9724c Make consult--async-split-thingatpt and consult--async-split-initial obsolete new a593c4d20a Improve obsoletion messages new c824677a40 consult--asy

[elpa] externals/boxy-headings 9757690576 1/3: Updating boxy to 2.0.0

2025-01-04 Thread ELPA Syncer
branch: externals/boxy-headings commit 97576905767a02442fcb0ed1d863fd6a3a8c7711 Author: Amy Grinn Commit: Amy Grinn Updating boxy to 2.0.0 --- .gitlab-ci.yml | 5 ++--- boxy-headings.el | 30 +++--- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/

[elpa] externals/consult c824677a40 3/3: consult--async-split: Simplify

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit c824677a40dde91121923462e3017fe21759de93 Author: Daniel Mendler Commit: Daniel Mendler consult--async-split: Simplify --- consult.el | 30 +- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/consult.el b/consult.el

[elpa] externals/boxy-headings 090aee55d8 3/3: Remove eieio dependency

2025-01-04 Thread ELPA Syncer
branch: externals/boxy-headings commit 090aee55d8d613b9dee732d787e155d3bf8eb5cd Author: Amy Grinn Commit: Amy Grinn Remove eieio dependency --- boxy-headings.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boxy-headings.el b/boxy-headings.el index bfb7be608e..e85868

[elpa] externals/consult bdc4a9724c 1/3: Make consult--async-split-thingatpt and consult--async-split-initial obsolete

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit bdc4a9724c891981ea88b9e066c78b929f09000e Author: Daniel Mendler Commit: Daniel Mendler Make consult--async-split-thingatpt and consult--async-split-initial obsolete These functions are not needed anymore. The asynchronous splitting style will a

[elpa] externals/boxy-headings updated (7a8f3bc329 -> 090aee55d8)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/boxy-headings. from 7a8f3bc329 Updated copyright new 9757690576 Updating boxy to 2.0.0 new c41b1e5d80 Updated copyright new 090aee55d8 Remove eieio dependency Summary of changes: .gitlab-ci.yml | 5 ++--- boxy-headin

[elpa] externals/consult a593c4d20a 2/3: Improve obsoletion messages

2025-01-04 Thread ELPA Syncer
branch: externals/consult commit a593c4d20a16576c1e26af8106b15e2af1369d9f Author: Daniel Mendler Commit: Daniel Mendler Improve obsoletion messages --- consult.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consult.el b/consult.el index 2ecf034687..73ba505304 100

[elpa] externals/compat e87b984bf7: Version 30.0.2.0

2025-01-04 Thread ELPA Syncer
branch: externals/compat commit e87b984bf763aa6c574dde58b3cb4458b3b7db17 Author: Daniel Mendler Commit: Daniel Mendler Version 30.0.2.0 --- NEWS.org| 4 +++- compat.el | 2 +- compat.texi | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/NEWS.org b/NEWS.org in

[elpa] externals/boxy-headings c41b1e5d80 2/3: Updated copyright

2025-01-04 Thread ELPA Syncer
branch: externals/boxy-headings commit c41b1e5d8004b2a57643e44f7d9538e02cf4daa2 Author: Amy Grinn Commit: Amy Grinn Updated copyright --- boxy-headings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxy-headings.el b/boxy-headings.el index 1070cda8a3..bfb7be608e 100

[nongnu] elpa/helm 95ae1688d6 4/5: Show only basename of dotted files in HFF (#2693)

2025-01-04 Thread ELPA Syncer
branch: elpa/helm commit 95ae1688d602a8274e6217c321682c58d684aa4a Author: Thierry Volpiatto Commit: Thierry Volpiatto Show only basename of dotted files in HFF (#2693) when helm-ff-transformer-show-only-basename is non nil. --- helm-files.el | 6 +++--- 1 file changed, 3 insertions

[nongnu] elpa/helm 963612090e 3/5: Ensure index is in range in helm-add-to-list

2025-01-04 Thread ELPA Syncer
branch: elpa/helm commit 963612090ead9c8bdc2bc9ef625d00e63dac3acb Author: Thierry Volpiatto Commit: Thierry Volpiatto Ensure index is in range in helm-add-to-list --- helm-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-lib.el b/helm-lib.el index 2f378e73

[nongnu] elpa/helm 01b50bc4e4 5/5: Enhance helm-basedir PARENT argument usage

2025-01-04 Thread ELPA Syncer
branch: elpa/helm commit 01b50bc4e427bb9e16581da2ddf34848297b5c59 Author: Thierry Volpiatto Commit: Thierry Volpiatto Enhance helm-basedir PARENT argument usage --- helm-lib.el | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/helm-lib.el b/helm-lib.el index

[nongnu] elpa/helm 596f09800f 1/5: Drop support for defadvice management

2025-01-04 Thread ELPA Syncer
branch: elpa/helm commit 596f09800f6ff4ea3114dbe52fe114b50f9557ec Author: Thierry Volpiatto Commit: Thierry Volpiatto Drop support for defadvice management --- helm-elisp.el | 68 --- 1 file changed, 68 deletions(-) diff --git a/helm-

[nongnu] elpa/helm updated (14d963f221 -> 01b50bc4e4)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 14d963f221 Use helm-acase in helm-candidate-get-display new 596f09800f Drop support for defadvice management new 5fc2ec63ee Drop unused helm-call-interactively new 963612090e Ensure index is in range in helm-add-to-l

[nongnu] elpa/helm 5fc2ec63ee 2/5: Drop unused helm-call-interactively

2025-01-04 Thread ELPA Syncer
branch: elpa/helm commit 5fc2ec63ee93c333d66b845b0c43525aed2bf8f3 Author: Thierry Volpiatto Commit: Thierry Volpiatto Drop unused helm-call-interactively --- helm-misc.el | 16 1 file changed, 16 deletions(-) diff --git a/helm-misc.el b/helm-misc.el index 97a88ce3ab..25852

[nongnu] elpa/helm-core updated (14d963f221 -> 01b50bc4e4)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 14d963f221 Use helm-acase in helm-candidate-get-display adds 596f09800f Drop support for defadvice management adds 5fc2ec63ee Drop unused helm-call-interactively adds 963612090e Ensure index is in range in helm-add

[elpa] main 5a54d3eade: ; * elpa-packages: Replace git.sr.ht/~pkal with codeberg.org/pkal

2025-01-04 Thread Philip Kaludercic
branch: main commit 5a54d3eadeea64fcdeafba8f20f7b97073cfa8b5 Author: Philip Kaludercic Commit: Philip Kaludercic ; * elpa-packages: Replace git.sr.ht/~pkal with codeberg.org/pkal --- elpa-packages | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/e

[nongnu] elpa/flycheck e2a7f331d0: Fix detection of cuda warnings.

2025-01-04 Thread ELPA Syncer
branch: elpa/flycheck commit e2a7f331d0e3c3f74981a805ef849cfdfb5657f1 Author: eyal0 <109809+ey...@users.noreply.github.com> Commit: Bozhidar Batsov Fix detection of cuda warnings. nvcc might report an id number. --- flycheck.el | 12 +--- 1 file changed, 9 insertions(+), 3 d

[elpa] externals/denote 9f41d3f594 8/8: Merge branch 'main' of github.com:protesilaos/denote

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit 9f41d3f59462a78f368f7c4f01e7b95ee74147b4 Merge: 56af4761bd 74ed8c6c06 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Merge branch 'main' of github.com:protesilaos/denote --- denote.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) dif

[elpa] externals/denote eeb1ee3050 5/8: Make denote-sequence-dired revert-buffer-function use the prefix args it got

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit eeb1ee305011f3a718813c14769adb329922e428 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-sequence-dired revert-buffer-function use the prefix args it got --- denote-sequence.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[elpa] externals/denote 7e59f0b73e 2/8: Check denote-file-has-identifier-p in denote-link--map-over-notes

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit 7e59f0b73e1b5131ac51827fb10486e928ad8468 Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Check denote-file-has-identifier-p in denote-link--map-over-notes --- denote.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/d

[elpa] externals/denote 74ed8c6c06 6/8: Merge pull request #515 from jeanphilippegg/some-modifications

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit 74ed8c6c06fedfec2c54c200e3fa5e774abb5e1a Merge: eeb1ee3050 7e59f0b73e Author: Protesilaos Stavrou Commit: GitHub Merge pull request #515 from jeanphilippegg/some-modifications Some fixes --- denote.el | 8 ++-- 1 file changed, 6 insertions(+), 2

[elpa] externals/denote d619abc08a 4/8: Make the denote-sequence-dired error more generic

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit d619abc08ac7e3373998ac71e59ef4260b26a159 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make the denote-sequence-dired error more generic --- denote-sequence.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-sequence.el b/

[elpa] externals/denote 56af4761bd 7/8: Add FIXME for our dired revert-buffer-function

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit 56af4761bd9e1a68fff104a1e16b17c91de43041 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add FIXME for our dired revert-buffer-function --- denote-sequence.el | 4 denote-sort.el | 4 2 files changed, 8 insertions(+) diff --git a/denote

[elpa] externals/denote 1135df2a91 1/8: Allow string date parameter in denote-rename-file

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit 1135df2a9143125285cd436db866b8e6f7c213b0 Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Allow string date parameter in denote-rename-file --- denote.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/denote.el b/denot

[elpa] externals/denote 0e4fb30e27 3/8: Change how denote-sequence-dired gets the buffer name

2025-01-04 Thread ELPA Syncer
branch: externals/denote commit 0e4fb30e27529f30edc1a9c953e24b6e242190c1 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Change how denote-sequence-dired gets the buffer name --- denote-sequence.el | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/de

[elpa] externals/denote updated (13eee39873 -> 9f41d3f594)

2025-01-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 13eee39873 Make the denote-sequence-new-child more informative new 0e4fb30e27 Change how denote-sequence-dired gets the buffer name new d619abc08a Make the denote-sequence-dired error more generic new eeb1ee30