[elpa] externals/denote 7caf1a62db 5/5: Use functions without wrappers for denote-rename-buffer--format

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit 7caf1a62dbcfa1735367afdb90e77aeda39b8e4e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use functions without wrappers for denote-rename-buffer--format The 'denote-rename-buffer--get-keywords' is superseded by the 'denote-retrieve-keyword

[elpa] externals/denote df2c7eeb08 4/5: Make 'denote-keywords-combine' a public function

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit df2c7eeb08ad45c2737fc533a0f0339360dad772 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make 'denote-keywords-combine' a public function --- README.org | 6 ++ denote.el | 15 +++ 2 files changed, 17 insertions(+), 4 deletions(-) d

[elpa] externals/denote updated (58b9be3530 -> 7caf1a62db)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 58b9be3530 Make denote-rename-buffer--with-unique-name not fail on blank string new 59788dec28 Refactor denote-rename-buffer new ef43b21e46 Merge pull request #177 from jeanphilippegg/refactor-denote-rename-buffer

[elpa] externals/expand-region updated (8493232800 -> d919353455)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/expand-region. from 8493232800 Update code for lexical-binding, cl-lib, and advice-add adds 40049c1243 Replace deprecated 'cl package by 'cl-lib adds ea6b4cbb99 Make usage message optional adds 4b8322774d Add installation ins

[elpa] externals/denote b17980a1af 3/5: Add function denote-retrieve-keywords-value-as-string

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit b17980a1af41d8befb5deada8618bdc3445b76d7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add function denote-retrieve-keywords-value-as-string --- README.org | 13 - denote.el | 13 - 2 files changed, 24 insertions(+), 2 delet

[elpa] externals/denote 59788dec28 1/5: Refactor denote-rename-buffer

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit 59788dec28889649dfe01d752b0583375d060586 Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Refactor denote-rename-buffer Remove denote-rename-buffer--common-check and denote-rename-buffer--with-unique-name Refactor denote-rename-b

[elpa] externals/denote ef43b21e46 2/5: Merge pull request #177 from jeanphilippegg/refactor-denote-rename-buffer

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit ef43b21e46fe1ec2f3679039526dd9e16500d7ca Merge: 58b9be3530 59788dec28 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #177 from jeanphilippegg/refactor-denote-rename-buffer Refactor denote-rename-buffer --- denote-rename-buffer.el | 72

[elpa] externals-release/org 1ee85e957e: doc/org-manual.org: Fix outdated link

2023-10-16 Thread ELPA Syncer
branch: externals-release/org commit 1ee85e957e51259b64b22be1b3850e80b4078487 Author: bzg Commit: bzg doc/org-manual.org: Fix outdated link * doc/org-manual.org (Packages that Org cooperates with): Fix outdated link. Suggested-by: https://list.orgmode.org/orgmode/87y1hd

[elpa] externals/org fa7542d74c 2/2: * lisp/org-agenda.el (org-agenda-get-progress): Fix clock log entries

2023-10-16 Thread ELPA Syncer
branch: externals/org commit fa7542d74c87ba7b39ca377ede2d1beeabf5a177 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/org-agenda.el (org-agenda-get-progress): Fix clock log entries Do not alter match data when calling `org-get-category'. The subsequent code assumes that ma

[elpa] externals/org updated (1eb5987589 -> fa7542d74c)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 1eb5987589 ob-python: Check for end of output in org-babel-python-send-string new 1ee85e957e doc/org-manual.org: Fix outdated link new 0becd1d6f7 Merge branch 'bugfix' new fa7542d74c * lisp/org-agenda.el (org-ag

[elpa] externals/org 0becd1d6f7 1/2: Merge branch 'bugfix'

2023-10-16 Thread ELPA Syncer
branch: externals/org commit 0becd1d6f74c2df4f725f074bc7944b332a47fa6 Merge: 1eb5987589 1ee85e957e Author: bzg Commit: bzg Merge branch 'bugfix' --- doc/org-manual.org | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org inde

[nongnu] elpa/forth-mode updated (3ef319bf2d -> aaacce775b)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/forth-mode. from 3ef319bf2d Fix forth-load-file so it works with paths with spaces. new ef883a788f Save buffers before loading file new 789bf676f3 Add missing paring information to 'forth-mode-syntax-table' new aaacce775b Fix

[nongnu] elpa/forth-mode aaacce775b 3/3: Fix forth-spec for Forth 2012 using https://forth-standard.org

2023-10-16 Thread ELPA Syncer
branch: elpa/forth-mode commit aaacce775b910afe06a02a56ecfceb3288c84b64 Author: Philip Kaludercic Commit: Lars Brinkhoff Fix forth-spec for Forth 2012 using https://forth-standard.org --- forth-spec.el | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/forth-spec.el

[nongnu] elpa/forth-mode 789bf676f3 2/3: Add missing paring information to 'forth-mode-syntax-table'

2023-10-16 Thread ELPA Syncer
branch: elpa/forth-mode commit 789bf676f3fb38a1d950c87834706bfa261b4f0f Author: Philip Kaludercic Commit: Lars Brinkhoff Add missing paring information to 'forth-mode-syntax-table' --- forth-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forth-mode.el b/fort

[nongnu] elpa/forth-mode ef883a788f 1/3: Save buffers before loading file

2023-10-16 Thread ELPA Syncer
branch: elpa/forth-mode commit ef883a788f61a1e783150b05f90bf400aa217000 Author: Philip Kaludercic Commit: Lars Brinkhoff Save buffers before loading file --- forth-interaction-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/forth-interaction-mode.el b/forth-interaction-mode.el i

[nongnu] elpa/hyperdrive 0a5ae6307e 4/9: Change: (hyperdrive-menu-hyperdrive) Add "Upload" commands

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 0a5ae6307e26aea6e843f0523de998346572317c Author: Joseph Turner Commit: Joseph Turner Change: (hyperdrive-menu-hyperdrive) Add "Upload" commands --- hyperdrive-menu.el | 35 ++- 1 file changed, 34 insertions(+), 1 deletion(-) di

[nongnu] elpa/hyperdrive 7f8ff7f959 6/9: Change: (-menu-hyperdrive) Reorganize, remove hyperdrive-purge

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 7f8ff7f959fc1775347daa9273c489af15aa89f6 Author: Joseph Turner Commit: Joseph Turner Change: (-menu-hyperdrive) Reorganize, remove hyperdrive-purge --- hyperdrive-menu.el | 81 -- 1 file changed, 48 insertion

[nongnu] elpa/hyperdrive 1341b348fa 2/9: Change: (hyperdrive-open-at-version) Improve prompt

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 1341b348fa7f921324741323c5d3280a1d6d5ff6 Author: Joseph Turner Commit: Joseph Turner Change: (hyperdrive-open-at-version) Improve prompt --- hyperdrive.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyperdrive.el b/hyperdrive.el inde

[nongnu] elpa/hyperdrive 40deed7491 7/9: Change: (hyperdrive-menu-bar-menu) Remove top level "Upload"

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 40deed74914162946df471c2bbf9cbd906d4521d Author: Joseph Turner Commit: Joseph Turner Change: (hyperdrive-menu-bar-menu) Remove top level "Upload" The upload commands are available inside "Drives" > a writable drive or "Current" > "Current D

[nongnu] elpa/hyperdrive 630dd78b6c 5/9: Change: (hyperdrive-menu) Remove "Upload" commands

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 630dd78b6c92326f098bf929bdac2e87dead9652 Author: Joseph Turner Commit: Joseph Turner Change: (hyperdrive-menu) Remove "Upload" commands --- hyperdrive-menu.el | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hyperdrive-menu.el b/hyperdr

[nongnu] elpa/hyperdrive 4be69f6a77 8/9: Meta: Update CHANGELOG

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 4be69f6a77ecb9a682ac2a4335d7f23198852562 Author: Joseph Turner Commit: Joseph Turner Meta: Update CHANGELOG --- CHANGELOG.org | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 30e0c0d5b1..9158b9519b 100644 --- a/CHANG

[nongnu] elpa/hyperdrive updated (b9e866c2eb -> 515cd88120)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/hyperdrive. from b9e866c2eb Comment: Add FIXME new 2aa37a641f Tidy: Indentation new 1341b348fa Change: (hyperdrive-open-at-version) Improve prompt new 91b4a1db06 Change: (-menu-set-{petname,nickname}) Access scope in interacti

[nongnu] elpa/hyperdrive 91b4a1db06 3/9: Change: (-menu-set-{petname, nickname}) Access scope in interactive

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 91b4a1db06b5f0ea96e91dbd299af6d2f4e3e05f Author: Joseph Turner Commit: Joseph Turner Change: (-menu-set-{petname,nickname}) Access scope in interactive --- hyperdrive-menu.el | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --gi

[nongnu] elpa/hyperdrive 515cd88120 9/9: Change: (-menu-hyperdrive) Use hyperdrive faces for petname/nickname

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 515cd88120765b4db7e69daddd7f38e68748cdaf Author: Joseph Turner Commit: Joseph Turner Change: (-menu-hyperdrive) Use hyperdrive faces for petname/nickname --- hyperdrive-menu.el | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) d

[nongnu] elpa/hyperdrive 2aa37a641f 1/9: Tidy: Indentation

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 2aa37a641f2ebdcf9ecf67448ebeb759973062b6 Author: Joseph Turner Commit: Joseph Turner Tidy: Indentation --- hyperdrive.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperdrive.el b/hyperdrive.el index 9fe0f020e3..cb346b8a2e 100644 -

[elpa] externals/org 23f751910e 3/5: org.el: Respect org-extend-today-until in timestamps with ++

2023-10-16 Thread ELPA Syncer
branch: externals/org commit 23f751910eb477eaf876837f54800429b2b51781 Author: Valentin Herrmann Commit: Ihor Radchenko org.el: Respect org-extend-today-until in timestamps with ++ * org.el (org-auto-repeat-maybe): Changed org-auto-repeat-maybe, so that switching a repeating todo

[elpa] externals/org-notify 3886ac5bf4 7/8: Add file .gitignore

2023-10-16 Thread ELPA Syncer
branch: externals/org-notify commit 3886ac5bf49c1bf0c30f1df8546c6bc41162b140 Author: Peter Münster Commit: Peter Münster Add file .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 00..7779b4abe0 --- /dev/

[elpa] externals/org 678af9d502 5/5: test-org/auto-repeat-maybe: Fix Emacs <28 compatibility

2023-10-16 Thread ELPA Syncer
branch: externals/org commit 678af9d5022cbf0f871dd5804ede448d1a9cb938 Author: Ihor Radchenko Commit: Ihor Radchenko test-org/auto-repeat-maybe: Fix Emacs <28 compatibility * testing/lisp/test-org.el (test-org/auto-repeat-maybe): Do not use `string-search', which is not yet avail

[elpa] externals/org updated (fa7542d74c -> 678af9d502)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from fa7542d74c * lisp/org-agenda.el (org-agenda-get-progress): Fix clock log entries new 73485aa063 org-element-parse-secondary-string: Fix Emacs 27 compatibility new 201625f7e2 lisp/org-agenda.el: Display commands in a mo

[elpa] externals/org-notify 0e49112e45 2/8: Add support for scheduled timestamps

2023-10-16 Thread ELPA Syncer
branch: externals/org-notify commit 0e49112e45c2358f7f5ce5ba1809274d5999816a Author: Jinyi Xian Commit: Peter Münster Add support for scheduled timestamps --- org-notify.el | 47 ++- 1 file changed, 30 insertions(+), 17 deletions(-) diff --git a/

[elpa] externals/org 73485aa063 1/5: org-element-parse-secondary-string: Fix Emacs 27 compatibility

2023-10-16 Thread ELPA Syncer
branch: externals/org commit 73485aa06340109b10cb97be034689a2bce06c03 Author: Ihor Radchenko Commit: Ihor Radchenko org-element-parse-secondary-string: Fix Emacs 27 compatibility * lisp/org-compat.el (org-get-buffer-create): Add compatibility function. * lisp/org-element.el

[elpa] externals/org 201625f7e2 2/5: lisp/org-agenda.el: Display commands in a more consistent order

2023-10-16 Thread ELPA Syncer
branch: externals/org commit 201625f7e2f18dc9b10c65caa7d959ce321ac70e Author: bzg Commit: bzg lisp/org-agenda.el: Display commands in a more consistent order * lisp/org-agenda.el (org-agenda-get-restriction-and-command): Display commands in a more consistent order. --- lisp/org

[elpa] externals/org-notify updated (f831c778a2 -> c08cf5b931)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/org-notify. from f831c778a2 Revert bbd9a04, it was a bad idea new c6e1f18aac Simplification in org-notify-action-email new 0e49112e45 Add support for scheduled timestamps new 494441257f Update todo-list new ce41f09

[elpa] externals/org-notify ce41f093c1 4/8: Use plural form for new defcustom org-notify-timestamp-types

2023-10-16 Thread ELPA Syncer
branch: externals/org-notify commit ce41f093c183f0d976f3288720fb23bd27a037b5 Author: Peter Münster Commit: Peter Münster Use plural form for new defcustom org-notify-timestamp-types --- org-notify.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org-notify.el b/o

[elpa] externals/org-notify c6e1f18aac 1/8: Simplification in org-notify-action-email

2023-10-16 Thread ELPA Syncer
branch: externals/org-notify commit c6e1f18aac66339ebc4255e393cd9ed4f7db5e88 Author: Peter Münster Commit: Peter Münster Simplification in org-notify-action-email --- org-notify.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-notify.el b/org-notify.el index 88

[elpa] externals/org 16548593eb 4/5: * lisp/org-clock.el (org-clock-clocked-in-display): Fix docstring format

2023-10-16 Thread ELPA Syncer
branch: externals/org commit 16548593ebf37e0f8cc3f6770c38bd140f722d9a Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/org-clock.el (org-clock-clocked-in-display): Fix docstring format Make sure that the docstring has a single sentence as its first line. --- lisp/org-clock.el |

[elpa] externals/org-notify c08cf5b931 8/8: New version 0.1.1

2023-10-16 Thread ELPA Syncer
branch: externals/org-notify commit c08cf5b931960bc12eb782c1fe1ec82266cb4bc8 Author: Peter Münster Commit: Peter Münster New version 0.1.1 --- org-notify.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-notify.el b/org-notify.el index a8ca93d255..65e2f17677 100

[elpa] externals/org-notify 4ceebc1241 5/8: Use better argument names instead of "node"

2023-10-16 Thread ELPA Syncer
branch: externals/org-notify commit 4ceebc1241297d5f699988daff4061eeb525b48f Author: Peter Münster Commit: Peter Münster Use better argument names instead of "node" --- org-notify.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/org-notify.el b/org-notif

[elpa] externals/org-notify 779aa96474 6/8: Untabify org-notify.el

2023-10-16 Thread ELPA Syncer
branch: externals/org-notify commit 779aa96474b1018d92501398ee1fa0956036ae34 Author: Peter Münster Commit: Peter Münster Untabify org-notify.el --- org-notify.el | 39 --- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/org-notify.el b/org

[elpa] externals/org-notify 494441257f 3/8: Update todo-list

2023-10-16 Thread ELPA Syncer
branch: externals/org-notify commit 494441257f0652d40af116fbe44291be6b8ebca1 Author: Peter Münster Commit: Peter Münster Update todo-list --- org-notify.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/org-notify.el b/org-notify.el index c38efb542a..38a39cac4d 100644 --- a/org-notif

[nongnu] elpa/mastodon 229304eced 1/2: fix elpaignore

2023-10-16 Thread ELPA Syncer
branch: elpa/mastodon commit 229304eced9b49f86d4b50aab5698575e8ad0afc Author: marty hiatt Commit: marty hiatt fix elpaignore --- .elpaignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.elpaignore b/.elpaignore index 111e4a9425..ebf8d2a709 100644 --- a/.elpaignore

[nongnu] elpa/mastodon cd2d6f23b4 2/2: bump

2023-10-16 Thread ELPA Syncer
branch: elpa/mastodon commit cd2d6f23b4f7af63df3000f2fb68227c22bc8dee Author: marty hiatt Commit: marty hiatt bump --- lisp/mastodon.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 556ce74ff6..cd11697a2c 100644 --- a/lisp/mast

[nongnu] elpa/mastodon updated (d71a5beeba -> cd2d6f23b4)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/mastodon. from d71a5beeba add .elpaignore file new 229304eced fix elpaignore new cd2d6f23b4 bump Summary of changes: .elpaignore | 3 +-- lisp/mastodon.el | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-)

[nongnu] elpa/org-contrib 93827ad012: * lisp/org-mairix.el: Fix compiler warnings

2023-10-16 Thread ELPA Syncer
branch: elpa/org-contrib commit 93827ad012adf1e8150967a6d799669170d660a8 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/org-mairix.el: Fix compiler warnings (org-store-mairix-link-props): Use non-obsolete function name. (org-mairix-message-send-and-exit-with-link): Fix doc

[elpa] scratch/ergoemacs-mode d597b824df: Remove some dead code and address various compiler warnings

2023-10-16 Thread Stefan Monnier via
branch: scratch/ergoemacs-mode commit d597b824df100783243765c91365764e34fb6189 Author: Stefan Monnier Commit: Stefan Monnier Remove some dead code and address various compiler warnings The original goal was to remove the remaining use of `defadvice` (in `ergoemacs-advice`) but t

[elpa] branch scratch/ergoemacs-mode created (now d597b824df)

2023-10-16 Thread Stefan Monnier via
monnier pushed a change to branch scratch/ergoemacs-mode. at d597b824df Remove some dead code and address various compiler warnings This branch includes the following new commits: new d597b824df Remove some dead code and address various compiler warnings

[elpa] branch scratch/ergoemacs-mode created (now 53bd030bdf)

2023-10-16 Thread Stefan Monnier via
monnier pushed a change to branch scratch/ergoemacs-mode. at 53bd030bdf Remove some dead code and address various compiler warnings This branch includes the following new commits: new 53bd030bdf Remove some dead code and address various compiler warnings

[elpa] branch scratch/ergoemacs-mode deleted (was d597b824df)

2023-10-16 Thread Stefan Monnier via
monnier pushed a change to branch scratch/ergoemacs-mode. was d597b824df Remove some dead code and address various compiler warnings This change permanently discards the following revisions: discards d597b824df Remove some dead code and address various compiler warnings

[elpa] scratch/ergoemacs-mode 53bd030bdf: Remove some dead code and address various compiler warnings

2023-10-16 Thread Stefan Monnier via
branch: scratch/ergoemacs-mode commit 53bd030bdffced40cb43f12818a4598bef80c5f9 Author: Stefan Monnier Commit: Stefan Monnier Remove some dead code and address various compiler warnings The original goal was to remove the remaining use of `defadvice` (in `ergoemacs-advice`) but t

[elpa] externals/denote updated (7caf1a62db -> 0eacf6673f)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 7caf1a62db Use functions without wrappers for denote-rename-buffer--format new 5d274c825d Fix error with denote-journal-extras-title-format=nil new 71051c85f2 Make denote--link-get-description-with-signature work wi

[elpa] externals/denote e1fe14d447 3/8: Remove the needless asterisk from 'if-let' and 'when-let'

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit e1fe14d447f3a0371c6474a6eb52863af8b7e5b2 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove the needless asterisk from 'if-let' and 'when-let' Unlike 'let' VS 'let*' those two always have the behaviour of 'let*'. --- denote.el | 122 +

[elpa] externals/denote c3530e1a5e 6/8: Make backlinks motions return user-error outside their buffer

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit c3530e1a5e720f35670256bd2275e790f165a965 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make backlinks motions return user-error outside their buffer --- denote.el | 4 1 file changed, 4 insertions(+) diff --git a/denote.el b/denote.el index 58

[elpa] externals/denote 0eacf6673f 8/8: Clarify the documentation of 'denote-backlinks-{next, prev}'

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit 0eacf6673f184ec34f9c22ccb14e0e11a58c76f5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify the documentation of 'denote-backlinks-{next,prev}' --- denote.el | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --g

[elpa] externals/denote b3e500926f 5/8: Remove two very old 'make-obsolete-variable'

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit b3e500926fbfec6a49f75bc8a5a1fdeb87af58cd Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove two very old 'make-obsolete-variable' I trust those affected have long switched to a recent version of Denote. --- denote.el | 4 1 file chan

[elpa] externals/denote f71762a2d7 7/8: Remove needless &optional from 'denote-backlinks-{next, prev}'

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit f71762a2d75e2839523d2712686fb733fc5c4b6e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove needless &optional from 'denote-backlinks-{next,prev}' --- denote.el | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/d

[elpa] externals/denote 5d274c825d 1/8: Fix error with denote-journal-extras-title-format=nil

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit 5d274c825d7b87a3520f8f70c1f2432c7b9ca432 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix error with denote-journal-extras-title-format=nil We do accept a nil value, as noted in doc string of 'denote-journal-extras-title-format'.

[elpa] externals/denote 8b467e7d6e 4/8: Remove last asterisk from 'when-let' (same as e1fe14d)

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit 8b467e7d6ec72945d3e0484a9739dc5d02dc697c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove last asterisk from 'when-let' (same as e1fe14d) --- denote-org-dblock.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/denote-o

[elpa] externals/denote 71051c85f2 2/8: Make denote--link-get-description-with-signature work with selected region

2023-10-16 Thread ELPA Syncer
branch: externals/denote commit 71051c85f23577db7bf3f0b368ca43e87f8dbabb Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote--link-get-description-with-signature work with selected region --- denote.el | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-

[elpa] externals/jinx 3bdda6b2bb 1/2: Module initialization: Print a message for outdated Enchant (Fix #111)

2023-10-16 Thread ELPA Syncer
branch: externals/jinx commit 3bdda6b2bbcd2cc2363e639033a14cdb7511f0d2 Author: Daniel Mendler Commit: Daniel Mendler Module initialization: Print a message for outdated Enchant (Fix #111) --- CHANGELOG.org | 2 +- jinx-mod.c| 17 + 2 files changed, 14 insertions(+), 5 d

[elpa] externals/jinx updated (610cc3c567 -> b96d4c27e2)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/jinx. from 610cc3c567 Require libenchant 2.3.1 or newer new 3bdda6b2bb Module initialization: Print a message for outdated Enchant (Fix #111) new b96d4c27e2 Shorten message Summary of changes: CHANGELOG.org | 2 +- jinx-mod.c

[elpa] externals/jinx b96d4c27e2 2/2: Shorten message

2023-10-16 Thread ELPA Syncer
branch: externals/jinx commit b96d4c27e2f7472e923f7c4446c2061f1259819f Author: Daniel Mendler Commit: Daniel Mendler Shorten message --- jinx-mod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinx-mod.c b/jinx-mod.c index 408a72caf6..46a90844a7 100644 --- a/jinx-mod.

[elpa] externals/org 9bbc21df84: Merge branch 'bugfix'

2023-10-16 Thread ELPA Syncer
branch: externals/org commit 9bbc21df84d507e568a3ebd17e105cdb9e163784 Merge: 678af9d502 f5e41b4724 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ob-core.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/ob-core.el b/lisp/ob-co

[elpa] externals-release/org f5e41b4724: org-babel-result-names: Do not alter window configuration

2023-10-16 Thread ELPA Syncer
branch: externals-release/org commit f5e41b4724de879634821ae2bfd78b7696172c76 Author: hrdl Commit: Ihor Radchenko org-babel-result-names: Do not alter window configuration * lisp/ob-core.el (org-babel-result-names): Do not change visibility of windows when called. TIN

[elpa] externals/org updated (678af9d502 -> 9bbc21df84)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 678af9d502 test-org/auto-repeat-maybe: Fix Emacs <28 compatibility new f5e41b4724 org-babel-result-names: Do not alter window configuration new 9bbc21df84 Merge branch 'bugfix' Summary of changes: lisp/ob-core.el | 8

[nongnu] elpa/cider 151b02b387: Introduce `errors-only` value for `cider-use-overlays` (#3524)

2023-10-16 Thread ELPA Syncer
branch: elpa/cider commit 151b02b3875ef66d0fd83f2e60990f857de17c43 Author: vemv Commit: GitHub Introduce `errors-only` value for `cider-use-overlays` (#3524) Fixes https://github.com/clojure-emacs/cider/issues/3522 --- CHANGELOG.md | 5 +++-- c

[nongnu] elpa/helm 828bb9aeb0: Use read-kbd-macro in concat kmacros

2023-10-16 Thread ELPA Syncer
branch: elpa/helm commit 828bb9aeb0c308cf861dc776dc0e29654f0a Author: Thierry Volpiatto Commit: Thierry Volpiatto Use read-kbd-macro in concat kmacros --- helm-ring.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helm-ring.el b/helm-ring.el index fa2929fa1b..21

[nongnu] elpa/helm-core updated (1881471d2a -> 828bb9aeb0)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 1881471d2a Try to fix again concat kmacros action for 28 and 29 adds 828bb9aeb0 Use read-kbd-macro in concat kmacros No new revisions were added by this update. Summary of changes: helm-ring.el | 4 +--- 1 file changed, 1 ins

[nongnu] elpa/cider 55e5d229dc: Fix `cider-expected-ns` and `cider-provide-file` issues on Windows tests (#3532)

2023-10-16 Thread ELPA Syncer
branch: elpa/cider commit 55e5d229dc181a32e0328387dd7509ff7b954236 Author: ikappaki <34983288+ikapp...@users.noreply.github.com> Commit: GitHub Fix `cider-expected-ns` and `cider-provide-file` issues on Windows tests (#3532) - `cider-expected-ns`: can't use a fake `/a` path because

[nongnu] elpa/hyperdrive 55f38ce76c 2/2: Change: (hyperdrive-purge) Improve prompt

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 55f38ce76cfa72425275106cc8fcfd9b2cea56d0 Author: Adam Porter Commit: Adam Porter Change: (hyperdrive-purge) Improve prompt --- hyperdrive.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdrive.el b/hyperdrive.el index c13b6a71da..6c5

[nongnu] elpa/hyperdrive 2d6906e203 1/2: Comment: Add TODO, FIXME

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 2d6906e2030a949ce707b975b407d822aa66cf17 Author: Adam Porter Commit: Adam Porter Comment: Add TODO, FIXME --- hyperdrive-dir.el | 3 +++ hyperdrive-lib.el | 1 + hyperdrive.el | 2 ++ 3 files changed, 6 insertions(+) diff --git a/hyperdrive-dir.el b/hyper

[nongnu] elpa/hyperdrive updated (515cd88120 -> 55f38ce76c)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/hyperdrive. from 515cd88120 Change: (-menu-hyperdrive) Use hyperdrive faces for petname/nickname new 2d6906e203 Comment: Add TODO, FIXME new 55f38ce76c Change: (hyperdrive-purge) Improve prompt Summary of changes: hyperdrive-dir.el

[elpa] externals/company updated (7414aac908 -> a0c7c1775a)

2023-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/company. from 7414aac908 Fix compat with Emacs < 29 new 1c68b20f10 company-pseudo-tooltip-frontend: Check that OV is non-nil new a0c7c1775a Extract `company-cache-expire` from `company-cancel` Summary of changes: company.el | 1

[elpa] externals/company 1c68b20f10 1/2: company-pseudo-tooltip-frontend: Check that OV is non-nil

2023-10-16 Thread ELPA Syncer
branch: externals/company commit 1c68b20f10348039bd289eae2fd1bd583a3ec560 Author: Dmitry Gutov Commit: Dmitry Gutov company-pseudo-tooltip-frontend: Check that OV is non-nil Fixes #1415 --- company.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company.el b/

[elpa] externals/company a0c7c1775a 2/2: Extract `company-cache-expire` from `company-cancel`

2023-10-16 Thread ELPA Syncer
branch: externals/company commit a0c7c1775ab15d5d7df57a2126b6b9699049b7f0 Author: Dmitry Gutov Commit: Dmitry Gutov Extract `company-cache-expire` from `company-cancel` #1411 --- company.el | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/company.el

[nongnu] elpa/hyperdrive 7f2ab3a8b9: Change: (hyperdrive-menu-bar-menu) Separate drive types

2023-10-16 Thread ELPA Syncer
branch: elpa/hyperdrive commit 7f2ab3a8b9fc912637aafcd6c361a97c01e317ab Author: Adam Porter Commit: Adam Porter Change: (hyperdrive-menu-bar-menu) Separate drive types --- hyperdrive.el | 195 ++ 1 file changed, 102 insertions(+), 93 d

[elpa] externals/vlf 6192573ee0: Require Emacs-24.4; avoid `defadvice`; fix compiler warnings

2023-10-16 Thread Stefan Monnier via
branch: externals/vlf commit 6192573ee088079bf1f81abc2bf2a370a5a92397 Author: Stefan Monnier Commit: Stefan Monnier Require Emacs-24.4; avoid `defadvice`; fix compiler warnings Try and make some docstrings fit 80 columns. Use `advice-add` instead of `defadvice`. Prefer #' to