[elpa] externals/xelb f5f336ec04: Fix lint errors (#23)

2024-01-23 Thread ELPA Syncer
branch: externals/xelb commit f5f336ec04aec927a96d9f15ac4c95ebdf4229c2 Author: Steven Allen Commit: GitHub Fix lint errors (#23) * xcb-keysyms.el, xcb.el: Import `cl-lib` at runtime for macros like `cl-incf`. * xcb-keysyms.el: Fix documentation quoting. * xcb.el

[elpa] externals/exwm 0e365a0058 1/2: Use color-values instead of x-color-values

2024-01-23 Thread ELPA Syncer
branch: externals/exwm commit 0e365a00587b961b83de54206a5dc058adadfddf Author: Steven Allen Commit: Daniel Mendler Use color-values instead of x-color-values * exwm-core.el (exwm--color->pixel): Use `color-values` (introduced in Emacs 21) instead of `x-color-values`

[elpa] externals/exwm updated (089e0c8683 -> 2bb9a5787e)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/exwm. from 089e0c8683 Move xsettings classes to xelb new 0e365a0058 Use color-values instead of x-color-values new 2bb9a5787e Use '=' instead of 'eq' to compare numbers. Summary of changes: exwm-core.el | 2 +-

[elpa] externals/exwm 2bb9a5787e 2/2: Use '=' instead of 'eq' to compare numbers.

2024-01-23 Thread ELPA Syncer
branch: externals/exwm commit 2bb9a5787ea5b15c8fe4e7c461eb99b412363a16 Author: Steven Allen Commit: Daniel Mendler Use '=' instead of 'eq' to compare numbers. * exwm.el (exwm--update-desktop): * exwm-layout.el (exwm-layout--hide): Use `=` instead of `eq` for numeric

[elpa] externals/yasnippet 297546f085: yasnippet.el: Bug fix release 0.14.1

2024-01-23 Thread ELPA Syncer
branch: externals/yasnippet commit 297546f0853a6a51f5b05e954d0c6aea8caa5ec2 Author: Stefan Monnier Commit: Stefan Monnier yasnippet.el: Bug fix release 0.14.1 --- NEWS | 6 +- yasnippet.el | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS

[elpa] externals/xelb d3bb9bcdb3: ; Update comments: el_client.el -> xelb-gen (#22)

2024-01-23 Thread ELPA Syncer
branch: externals/xelb commit d3bb9bcdb3588979df4576f1f3b50ce5ec0b9a83 Author: Daniel Mendler Commit: GitHub ; Update comments: el_client.el -> xelb-gen (#22) --- xcb-bigreq.el | 2 +- xcb-composite.el | 2 +- xcb-damage.el | 2 +- xcb-dbe.el | 2 +- xcb-dpms.el

[elpa] externals/taxy-magit-section updated (f43bbf602e -> e1e0520565)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/taxy-magit-section. from f43bbf602e Add: (taxy-magit-section-insert) :section-class argument new 13a51e332c Fix: (magit-section-ident-value) Call next method for other values new e1e0520565 Comment: Add note Summary of

[elpa] externals/taxy-magit-section e1e0520565 2/2: Comment: Add note

2024-01-23 Thread ELPA Syncer
branch: externals/taxy-magit-section commit e1e05205656a42fbf756c572a5bdbe83ae4ddeff Author: Adam Porter Commit: Adam Porter Comment: Add note --- taxy-magit-section.el | 10 ++ 1 file changed, 10 insertions(+) diff --git a/taxy-magit-section.el b/taxy-magit-section.el index

[elpa] externals/taxy-magit-section 13a51e332c 1/2: Fix: (magit-section-ident-value) Call next method for other values

2024-01-23 Thread ELPA Syncer
branch: externals/taxy-magit-section commit 13a51e332cfc608e8507418c621952aca0a607fb Author: Adam Porter Commit: Adam Porter Fix: (magit-section-ident-value) Call next method for other values Not sure how the previous change suddenly caused this to happen in my deffy-buffer

[nongnu] elpa/org-contrib 8ce9a426df: lisp/org-invoice.el: Fix compiler warning

2024-01-23 Thread ELPA Syncer
branch: elpa/org-contrib commit 8ce9a426dfa2a42884f6b4ef926c3d0550df244b Author: Ihor Radchenko Commit: Ihor Radchenko lisp/org-invoice.el: Fix compiler warning * lisp/org-invoice.el (org-invoice-report): Use non-obsolete function name when available. --- lisp/org-invoice.el |

[elpa] externals/ess 06e7c41a0e: fixing ess-custom items: two seperate changes

2024-01-23 Thread ELPA Syncer
branch: externals/ess commit 06e7c41a0e1d1f5953f972c1ce5310fcfeba383f Author: rsparapa Commit: rsparapa fixing ess-custom items: two seperate changes --- doc/newfeat.texi | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/newfeat.texi b/doc/newfeat.texi index

[elpa] externals/dape b7fce20214: Bump version 0.5.0

2024-01-23 Thread ELPA Syncer
branch: externals/dape commit b7fce202149b6cbbab78818d5448d6647a6b7e5e Author: Daniel Pettersson Commit: Daniel Pettersson Bump version 0.5.0 --- CHANGELOG.org | 5 + dape.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index

[nongnu] elpa/slime f1f9991c69 1/2: Pass a code, not a character, to %utf8-encode

2024-01-23 Thread ELPA Syncer
branch: elpa/slime commit f1f9991c697de2ecf0f3c1f0d43175ac35cb713c Author: Douglas Katzman Commit: Stas Boukarev Pass a code, not a character, to %utf8-encode --- swank/backend.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swank/backend.lisp b/swank/backend.lisp

[nongnu] elpa/slime 2b0fd876fb 2/2: Merge remote-tracking branch 'refs/remotes/upstream/slime/main' into elpa--merge/slime

2024-01-23 Thread ELPA Syncer
branch: elpa/slime commit 2b0fd876fb5d48b6c01beac5c18237d96ff231b6 Merge: 35bf221443 f1f9991c69 Author: ELPA Syncer Commit: ELPA Syncer Merge remote-tracking branch 'refs/remotes/upstream/slime/main' into elpa--merge/slime --- swank/backend.lisp | 2 +- 1 file changed, 1 insertion(+), 1

[nongnu] elpa/emacsql updated (ffd501a588 -> eb69177f4e)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/emacsql. from ffd501a588 Newline cosmetics new f58cdd1ebe emacsql-log-buffer: Also deprecate as generalized variable new eb69177f4e emacsql-live-p: Remove double negative Summary of changes: emacsql.el | 12 ++-- 1 file

[nongnu] elpa/emacsql f58cdd1ebe 1/2: emacsql-log-buffer: Also deprecate as generalized variable

2024-01-23 Thread ELPA Syncer
branch: elpa/emacsql commit f58cdd1ebe892b3c5f79096e9e458133e989449f Author: Jonas Bernoulli Commit: Jonas Bernoulli emacsql-log-buffer: Also deprecate as generalized variable Defining this obsolete accessor outside of `defclass' also means that we can suppress the warning

[nongnu] elpa/emacsql eb69177f4e 2/2: emacsql-live-p: Remove double negative

2024-01-23 Thread ELPA Syncer
branch: elpa/emacsql commit eb69177f4e73fcdbab331c6f06670f8db080fe17 Author: Jonas Bernoulli Commit: Jonas Bernoulli emacsql-live-p: Remove double negative Even though the documented behavior doesn't demand it, ensure we continue to return a boolean. --- emacsql.el | 2 +- 1

[nongnu] elpa/evil 9e27bb9e5a: No performant delete if range supplied

2024-01-23 Thread ELPA Syncer
branch: elpa/evil commit 9e27bb9e5a66cacbf9f1f4f20ca9b30fc2ae297b Author: Tom Dalziel Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> No performant delete if range supplied Fixes #1858 --- evil-commands.el | 2 +- evil-tests.el| 5 + 2 files changed, 6

[nongnu] elpa/subed 4d86ce60f7 1/2: subed-align: Open the result when called interactively

2024-01-23 Thread ELPA Syncer
branch: elpa/subed commit 4d86ce60f74c9cbfeb1becfade2dcb47d48145d9 Author: Sacha Chua Commit: Sacha Chua subed-align: Open the result when called interactively * subed/subed-align.el: Open the result when called interactively. --- subed/subed-align.el | 4 +++- 1 file changed,

[nongnu] elpa/subed updated (905c9da310 -> 07567d51ff)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/subed. from 905c9da310 subed-create-file: Save file automatically; subed-wpm: return list new 4d86ce60f7 subed-align: Open the result when called interactively new 07567d51ff subed-to-msecs: New function to convert timestamps

[nongnu] elpa/magit updated (efb6c0df17 -> fc61ce236d)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from efb6c0df17 magit-region-sections: Cosmetics adds 827aa3958e Correct target of obsolete alias git-commit-known-pseudo-headers adds fc61ce236d Move a variable alias before the new definition No new revisions were added by

[nongnu] elpa/projectile f7e60843bf: Add new custom variable 'projectile-cmd-hist-ignoredups'

2024-01-23 Thread ELPA Syncer
branch: elpa/projectile commit f7e60843bfada2eee89595580786a4468fd3f881 Author: Laurence Warne Commit: Bozhidar Batsov Add new custom variable 'projectile-cmd-hist-ignoredups' Add new custom variable 'projectile-cmd-hist-ignoredups', which can be used to tweak how duplicates

[nongnu] elpa/subed 07567d51ff 2/2: subed-to-msecs: New function to convert timestamps

2024-01-23 Thread ELPA Syncer
branch: elpa/subed commit 07567d51ffc78d07528a6e69f2527f2765cbe3bc Author: Sacha Chua Commit: Sacha Chua subed-to-msecs: New function to convert timestamps * subed/subed-common.el (subed-to-msecs): New function to convert timestamp as string or number to msecs. ---

[nongnu] elpa/magit-section updated (efb6c0df17 -> fc61ce236d)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from efb6c0df17 magit-region-sections: Cosmetics adds 827aa3958e Correct target of obsolete alias git-commit-known-pseudo-headers adds fc61ce236d Move a variable alias before the new definition No new revisions were

[nongnu] elpa/helm-core updated (80233cbea6 -> 84a49c0053)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 80233cbea6 Try to compute completing-read's DEFAULT arg from prompt adds 84a49c0053 Fix helm-fuzzy-matching-sort-fn-preserve-ties-order No new revisions were added by this update. Summary of changes: helm-core.el | 3 ++- 1

[nongnu] elpa/helm 84a49c0053: Fix helm-fuzzy-matching-sort-fn-preserve-ties-order

2024-01-23 Thread ELPA Syncer
branch: elpa/helm commit 84a49c005310b6f823ae554c0d17c3b63dce6f59 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix helm-fuzzy-matching-sort-fn-preserve-ties-order This function has been wrote when Helm had only its own fuzzy algo, now helm use flex nearly everywhere

[nongnu] elpa/git-commit updated (efb6c0df17 -> fc61ce236d)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from efb6c0df17 magit-region-sections: Cosmetics new 827aa3958e Correct target of obsolete alias git-commit-known-pseudo-headers new fc61ce236d Move a variable alias before the new definition Summary of changes:

[nongnu] elpa/git-commit fc61ce236d 2/2: Move a variable alias before the new definition

2024-01-23 Thread ELPA Syncer
branch: elpa/git-commit commit fc61ce236d5f8fedff9f469fdb25b4d5d49694e8 Author: Jonas Bernoulli Commit: Jonas Bernoulli Move a variable alias before the new definition Unlike face and function aliases, variable aliases should be declared before the actual definition. ---

[nongnu] elpa/git-commit 827aa3958e 1/2: Correct target of obsolete alias git-commit-known-pseudo-headers

2024-01-23 Thread ELPA Syncer
branch: elpa/git-commit commit 827aa3958e50360602e802b6d50bada92a47090c Author: Ola Nilsson Commit: Ola Nilsson Correct target of obsolete alias git-commit-known-pseudo-headers --- lisp/git-commit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/git-commit.el

[elpa] externals/xr 7a7035cdc1: GitHub CI: run on Emacs 29.2

2024-01-23 Thread ELPA Syncer
branch: externals/xr commit 7a7035cdc136a7e79fd0ca2ada8b4ca1773e8ba6 Author: Basil L. Contovounesios Commit: mattiase GitHub CI: run on Emacs 29.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml

[elpa] externals/relint 0109851fa2: GitHub CI: run on Emacs 29.2

2024-01-23 Thread ELPA Syncer
branch: externals/relint commit 0109851fa280006384f152169973c6462db189a7 Author: Mattias Engdegård Commit: Mattias Engdegård GitHub CI: run on Emacs 29.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml

[elpa] externals/dash 13f9fcd09d: ; .github/workflows/test.yml: Add Emacs 29.2.

2024-01-23 Thread ELPA Syncer
branch: externals/dash commit 13f9fcd09d40132e9e1346a69e7b293d835a85f2 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios ; .github/workflows/test.yml: Add Emacs 29.2. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml

[elpa] externals/transient f451708605 5/7: Use completion-predicate symbol property instead of command-modes

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit f4517086053dea6eb56103061fabbe636ffe5aa4 Author: Jonas Bernoulli Commit: Jonas Bernoulli Use completion-predicate symbol property instead of command-modes It is a more natural fit but didn't exist yet when I first learned about this feature.

[elpa] externals/transient 194139cdfd 3/7: transient--wrap-command: Reindent

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit 194139cdfda4ea398c200c652a86916fa3729e05 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--wrap-command: Reindent Do this in a separate commit because the diff sure looks like much more changed than just some whitespace. ---

[elpa] externals/transient a678d61406 6/7: Hide suffix-only commands from read-extended-command

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit a678d61406265100c7ab4d2bb8d040c4bc61de8b Author: Jonas Bernoulli Commit: Jonas Bernoulli Hide suffix-only commands from read-extended-command --- lisp/transient.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/lisp/transient.el

[elpa] externals/transient 522b625cf3 7/7: Use a dedicated symbol to hide from read-extended-command

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit 522b625cf39cb1a9322719dcb039f25bc49ab35b Author: Jonas Bernoulli Commit: Jonas Bernoulli Use a dedicated symbol to hide from read-extended-command By using a dedicated symbol, which uses our package prefix, we ensure that we can set

[elpa] externals/transient updated (f51c144a47 -> 522b625cf3)

2024-01-23 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from f51c144a47 transient--make-predicate-map: Fix detecting outer prefix new 9a3e1a4469 Add signage to emergency exits new 81a108ba03 transient--parse-suffix: Avoid overly long symbol names new 194139cdfd

[elpa] externals/transient 9a3e1a4469 1/7: Add signage to emergency exits

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit 9a3e1a4469711dd8d6bff134b1e35cf3edb3ecaf Author: Jonas Bernoulli Commit: Jonas Bernoulli Add signage to emergency exits --- lisp/transient.el | 33 - 1 file changed, 20 insertions(+), 13 deletions(-) diff --git

[elpa] externals/transient 9d8f361f6a 4/7: transient--wrap-command: Bind debugger

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit 9d8f361f6a16503ff82e6076596874731aedb48f Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--wrap-command: Bind debugger Without this the transient window would not be deleted when the debugger is entered. --- lisp/transient.el | 12

[elpa] externals/transient 81a108ba03 2/7: transient--parse-suffix: Avoid overly long symbol names

2024-01-23 Thread Jonas Bernoulli via
branch: externals/transient commit 81a108ba03c8c0cee9d455cfc7c0804c850cb99a Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--parse-suffix: Avoid overly long symbol names We already fall back to making the suffix's key part of the name of the command, when its

[nongnu] elpa/proof-general 0a793dbbe5 1/2: omit-proofs: handle Let declarations

2024-01-23 Thread ELPA Syncer
branch: elpa/proof-general commit 0a793dbbe55c58348e581f828e77e651e195ed5d Author: Hendrik Tews Commit: hendriktews omit-proofs: handle Let declarations Add support for recognizing proof-script commands that prevent the omission of proofs that follow them directly, such as a

[nongnu] elpa/proof-general c6b7d506f9 2/2: doc: update documentation for recent omit-proofs changes

2024-01-23 Thread ELPA Syncer
branch: elpa/proof-general commit c6b7d506f991d7b97556341039558ef64c902382 Author: Hendrik Tews Commit: hendriktews doc: update documentation for recent omit-proofs changes --- CHANGES | 8 ++ doc/PG-adapting.texi | 44 +++

[nongnu] elpa/proof-general updated (85a35ad880 -> c6b7d506f9)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/proof-general. from 85a35ad880 omit-proofs: handle commands that may have global effects new 0a793dbbe5 omit-proofs: handle Let declarations new c6b7d506f9 doc: update documentation for recent omit-proofs changes Summary of changes:

[elpa] externals/taxy-magit-section 07211aeb7e 2/3: Tidy: Indentation

2024-01-23 Thread ELPA Syncer
branch: externals/taxy-magit-section commit 07211aeb7ef54632ed1a57002157e1c1f35e6023 Author: Adam Porter Commit: Adam Porter Tidy: Indentation For Emacs 29.1. --- taxy-magit-section.el | 251 +- 1 file changed, 124 insertions(+), 127

[elpa] externals/taxy-magit-section f43bbf602e 3/3: Add: (taxy-magit-section-insert) :section-class argument

2024-01-23 Thread ELPA Syncer
branch: externals/taxy-magit-section commit f43bbf602ee4cc47c3a6596b5e1e69acb021b226 Author: Adam Porter Commit: Adam Porter Add: (taxy-magit-section-insert) :section-class argument --- README.org | 4 +++- taxy-magit-section.el | 15 ++- taxy-magit-section.info

[elpa] externals/taxy-magit-section 5ecdbf6b00 1/3: Meta: v0.13-pre

2024-01-23 Thread ELPA Syncer
branch: externals/taxy-magit-section commit 5ecdbf6b008798ab7e6e58c7b51f0ac990b1a854 Author: Adam Porter Commit: Adam Porter Meta: v0.13-pre --- README.org | 4 ++ taxy-magit-section.el | 2 +- taxy-magit-section.info | 113

[elpa] externals/taxy-magit-section updated (594531569c -> f43bbf602e)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/taxy-magit-section. from 594531569c Fix: (taxy-magit-section-format-header) Header alignment new 5ecdbf6b00 Meta: v0.13-pre new 07211aeb7e Tidy: Indentation new f43bbf602e Add: (taxy-magit-section-insert) :section-class

[elpa] externals/denote 941303ee23 2/2: Move helper for Org link to heading into denote.el; make adaptations

2024-01-23 Thread ELPA Syncer
branch: externals/denote commit 941303ee23927f88080f3fcbeb5d3021f4975939 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Move helper for Org link to heading into denote.el; make adaptations --- denote-org-extras.el | 7 ++- denote.el| 13 + 2 files

[elpa] externals/denote a9fd4273f7 1/2: Use more appropriate helper to get link description

2024-01-23 Thread ELPA Syncer
branch: externals/denote commit a9fd4273f761a060fb094c8fe801219ae9261cdd Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use more appropriate helper to get link description Thanks to Jean-Philippe Gagné Guay for pointing this out in issue 224:

[elpa] externals/denote updated (e4fcef956b -> 941303ee23)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from e4fcef956b Make denote-org-extras.el commands only work in Org mode new a9fd4273f7 Use more appropriate helper to get link description new 941303ee23 Move helper for Org link to heading into denote.el; make

[elpa] externals/consult updated (e06292f43e -> ba1ccbb45c)

2024-01-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from e06292f43e consult--buffer-preview: Do not record switch-to-buffer-other-window new 5240034382 consult--read: Disallow null completion only for require-match=t (Fix #932) new 490d2987b4 Update changelog new

[elpa] externals/consult 490d2987b4 2/3: Update changelog

2024-01-23 Thread ELPA Syncer
branch: externals/consult commit 490d2987b42b7adce919eda1d4d7a75957d872c0 Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 5b3e2ec9aa..048c121156 100644 ---

[elpa] externals/consult ba1ccbb45c 3/3: Version 1.2

2024-01-23 Thread ELPA Syncer
branch: externals/consult commit ba1ccbb45cd76b3fae20844bd2950631a3312a81 Author: Daniel Mendler Commit: Daniel Mendler Version 1.2 --- CHANGELOG.org | 2 +- consult.el| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index

[elpa] externals/consult 5240034382 1/3: consult--read: Disallow null completion only for require-match=t (Fix #932)

2024-01-23 Thread ELPA Syncer
branch: externals/consult commit 52400343828f96914c2f1169b6c9c6be2e6e0653 Author: Daniel Mendler Commit: Daniel Mendler consult--read: Disallow null completion only for require-match=t (Fix #932) --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el