[elpa] externals/ement 82f1186468 4/4: Tidy: Indentation

2023-08-21 Thread ELPA Syncer
branch: externals/ement commit 82f11864687129b864d85a08ccd3795e7ea13e37 Author: Adam Porter Commit: Adam Porter Tidy: Indentation Thanks to @akater for implementing this in Emacs! --- ement-room.el | 419 +- 1 file changed, 20

[elpa] externals/expreg 0a8a85fc23: * expreg.el (expreg--sentence): New expander function.

2023-08-21 Thread ELPA Syncer
branch: externals/expreg commit 0a8a85fc23cc7e1f0a83244315acca5373bb81bc Author: Yuan Fu Commit: Yuan Fu * expreg.el (expreg--sentence): New expander function. --- expreg.el | 14 ++ 1 file changed, 14 insertions(+) diff --git a/expreg.el b/expreg.el index 9cc50da867..2a021504f

[elpa] externals/ement updated (d2b7a84840 -> 82f1186468)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/ement. from d2b7a84840 Release: v0.11 new b5e362660d Meta: v0.12-pre new eefda9ca5e Comment: Add TODO new 0c94dcc3e4 Add: ement-room-quote face new 82f1186468 Tidy: Indentation Summary of changes: README.org

[elpa] externals/ement eefda9ca5e 2/4: Comment: Add TODO

2023-08-21 Thread ELPA Syncer
branch: externals/ement commit eefda9ca5ec80580d7a0f57942321f8338860622 Author: Adam Porter Commit: Adam Porter Comment: Add TODO --- ement-room.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ement-room.el b/ement-room.el index a7eb288db0..7d2d89a0a4 100644 --- a/ement-room.el +++ b

[elpa] externals/ement 0c94dcc3e4 3/4: Add: ement-room-quote face

2023-08-21 Thread ELPA Syncer
branch: externals/ement commit 0c94dcc3e4ad0c3bc53eb0a8b867a1957a8261f0 Author: Adam Porter Commit: Adam Porter Add: ement-room-quote face --- README.org| 4 +++- ement-room.el | 7 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 525f

[elpa] externals/ement b5e362660d 1/4: Meta: v0.12-pre

2023-08-21 Thread ELPA Syncer
branch: externals/ement commit b5e362660dfb6677b85a446d9fc8da437abbd684 Author: Adam Porter Commit: Adam Porter Meta: v0.12-pre --- README.org | 4 ement.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index f8c3b2d2ca..525f58694c 1006

[nongnu] scratch/evil 94dd2abd72 2/3: (evil-with-delay): Add comment for last change

2023-08-21 Thread Stefan Monnier via
branch: scratch/evil commit 94dd2abd720a9151232a993ac163011af1e10f54 Author: Stefan Monnier Commit: Stefan Monnier (evil-with-delay): Add comment for last change --- evil-common.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evil-common.el b/evil-common.el index 9504cda27f..48298

[nongnu] scratch/evil 4768047c6c 3/3: Replace uses of `defadvice` with `advice-add`

2023-08-21 Thread Stefan Monnier via
branch: scratch/evil commit 4768047c6ce88818886091a4adc986496f0244e8 Author: Stefan Monnier Commit: Stefan Monnier Replace uses of `defadvice` with `advice-add` This either requires a dependency on the `nadvice` package, or bumping the minimum Emacs version to 24.4. I went with

[nongnu] scratch/evil 076e7adf4c 1/3: evil-pkg.el: Remove file

2023-08-21 Thread Stefan Monnier via
branch: scratch/evil commit 076e7adf4cfcceb8f75f7b4ea1d55277cded4947 Author: Stefan Monnier Commit: Stefan Monnier evil-pkg.el: Remove file This file is auto-generated from headers in `evil.el` anyway. * evil.el: Synchronize metadata with what was in `evil-pkg.el`. * .gitign

[nongnu] branch scratch/evil created (now 4768047c6c)

2023-08-21 Thread Stefan Monnier via
monnier pushed a change to branch scratch/evil. at 4768047c6c Replace uses of `defadvice` with `advice-add` This branch includes the following new commits: new 076e7adf4c evil-pkg.el: Remove file new 94dd2abd72 (evil-with-delay): Add comment for last change new 4

[nongnu] branch scratch/evil deleted (was 58e7cba79b)

2023-08-21 Thread Stefan Monnier via
monnier pushed a change to branch scratch/evil. was 58e7cba79b Replace uses of `defadvice` with `advice-add` This change permanently discards the following revisions: discards 58e7cba79b Replace uses of `defadvice` with `advice-add` discards 2c33d90e64 (evil-with-delay): Explicitly

[elpa] externals/urgrep 6b00450231: Fix the default query when running `urgrep` interactively

2023-08-21 Thread ELPA Syncer
branch: externals/urgrep commit 6b00450231c499efbd95c43b48c0d13498f06d3c Author: Jim Porter Commit: Jim Porter Fix the default query when running `urgrep` interactively --- urgrep.el | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/urgrep.el b/urgrep.el index

[elpa] externals/embark 66a8f5895d: Fix support for quitting multitarget actions (fixes #657)

2023-08-21 Thread ELPA Syncer
branch: externals/embark commit 66a8f5895dea60b128341813bb08495aa0d48ff4 Author: Omar Antolín Commit: Omar Antolín Fix support for quitting multitarget actions (fixes #657) This corrects the change made in commit 9a44418c349e41020cdc5ad1bd21e8c77a429062, which handled the case o

[elpa] externals/embark-consult updated (38357251a2 -> 66a8f5895d)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 38357251a2 Merge branch 'master' of https://github.com/oantolin/embark adds 66a8f5895d Fix support for quitting multitarget actions (fixes #657) No new revisions were added by this update. Summary of changes: embar

[elpa] externals/consult 5b7a9d0f50: Fix customization types (Fix #832)

2023-08-21 Thread ELPA Syncer
branch: externals/consult commit 5b7a9d0f506374f500a1216146f3dca3cb10306b Author: Daniel Mendler Commit: Daniel Mendler Fix customization types (Fix #832) --- consult.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/consult.el b/consult.el index 6a0dcb8e34

[nongnu] elpa/sweeprolog updated (f379a217be -> 44c4671507)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from f379a217be Respect PROMPT argument in 'sweeprolog-read-existing-variable' new 7e8cc54e65 Refine "Getting Started" section of the manual new 44c4671507 Prefer plain "Sweep" over "\texttt{sweep}" Summary of changes:

[nongnu] elpa/sweeprolog 44c4671507 2/2: Prefer plain "Sweep" over "\texttt{sweep}"

2023-08-21 Thread ELPA Syncer
branch: elpa/sweeprolog commit 44c46715073457ed95a013b870cfd914db03fae1 Author: Eshel Yaron Commit: Eshel Yaron Prefer plain "Sweep" over "\texttt{sweep}" * sweep.doc: Say "Sweep" instead of "\texttt{sweep}". --- sweep.doc | 13 ++--- 1 file changed, 6 insertions(+), 7 dele

[nongnu] elpa/sweeprolog 7e8cc54e65 1/2: Refine "Getting Started" section of the manual

2023-08-21 Thread ELPA Syncer
branch: elpa/sweeprolog commit 7e8cc54e6527f4ddc9b56bf3c5c0c42d972950b6 Author: Eshel Yaron Commit: Eshel Yaron Refine "Getting Started" section of the manual * README.org (Getting Started): Refine. * sweep.doc (Installation, Getting Started): Update. --- README.org | 21 ++

[nongnu] elpa/magit-section updated (84ab9d3b94 -> f8353f575e)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 84ab9d3b94 Silence byte-compiler adds 6f54443aaa Silence check-declare adds f8353f575e magit-revert-rev-file-buffer: Run major-mode hooks again No new revisions were added by this update. Summary of changes: lisp/g

[nongnu] elpa/magit updated (84ab9d3b94 -> f8353f575e)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 84ab9d3b94 Silence byte-compiler adds 6f54443aaa Silence check-declare adds f8353f575e magit-revert-rev-file-buffer: Run major-mode hooks again No new revisions were added by this update. Summary of changes: lisp/git-commi

[nongnu] elpa/helm d838d9c4a2: Add package.el compatibility fns for Emacs-28

2023-08-21 Thread ELPA Syncer
branch: elpa/helm commit d838d9c4a2f83ea04cbc7c9822e974d5bf9879c4 Author: Thierry Volpiatto Commit: Thierry Volpiatto Add package.el compatibility fns for Emacs-28 This will be removed once package.el moves on Elpa. --- helm-packages.el | 57

[nongnu] elpa/helm-core updated (8c1abf30d6 -> d838d9c4a2)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 8c1abf30d6 Make helm-debug-output useful and functional adds d838d9c4a2 Add package.el compatibility fns for Emacs-28 No new revisions were added by this update. Summary of changes: helm-packages.el | 57 +

[nongnu] elpa/git-commit 6f54443aaa 1/2: Silence check-declare

2023-08-21 Thread ELPA Syncer
branch: elpa/git-commit commit 6f544430a822cc245dc6c66d2033c7dc0900 Author: Jonas Bernoulli Commit: Jonas Bernoulli Silence check-declare --- lisp/git-commit.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/git-commit.el b/lisp/git-commit.el index e3e589e

[nongnu] elpa/git-commit f8353f575e 2/2: magit-revert-rev-file-buffer: Run major-mode hooks again

2023-08-21 Thread ELPA Syncer
branch: elpa/git-commit commit f8353f575e9ed968715a685d69501e5c105f2aee Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-revert-rev-file-buffer: Run major-mode hooks again This reverts [1: f331092df4], which disabled it for the benefit of `lsp', which does something that is

[nongnu] elpa/git-commit updated (84ab9d3b94 -> f8353f575e)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 84ab9d3b94 Silence byte-compiler new 6f54443aaa Silence check-declare new f8353f575e magit-revert-rev-file-buffer: Run major-mode hooks again Summary of changes: lisp/git-commit.el | 5 ++--- lisp/magit-files.el |

[elpa] externals/ement updated (abedcf0d21 -> d2b7a84840)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/ement. from abedcf0d21 Meta: Enable testing with Emacs 29.1 new a8c86803f6 Tidy: Newline new d2b7a84840 Release: v0.11 Summary of changes: README.org | 2 +- ement-room-list.el | 3 +-- ement.el | 2 +- 3 file

[elpa] externals-release/ement a8c86803f6 1/2: Tidy: Newline

2023-08-21 Thread ELPA Syncer
branch: externals-release/ement commit a8c86803f6f26548a2cba72f7e221f9be156973c Author: Adam Porter Commit: Adam Porter Tidy: Newline --- ement-room-list.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ement-room-list.el b/ement-room-list.el index b604c9e1d9..117e00

[elpa] externals-release/ement d2b7a84840 2/2: Release: v0.11

2023-08-21 Thread ELPA Syncer
branch: externals-release/ement commit d2b7a8484033e16b6f196b6525124d5ebdf4c0d7 Author: Adam Porter Commit: Adam Porter Release: v0.11 --- README.org | 2 +- ement.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 841857eb96..f8c3b2d2c

[elpa] externals-release/ement updated (fba18f9412 -> d2b7a84840)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/ement. from fba18f9412 Release: v0.10 adds 50e426eb02 Meta: v0.11-pre adds 1ae5ac2a5a Support RET/M-RET for viewing/scaling images adds e0510fc1e9 Update changelog for image view changes adds 5d54f2a949 Docs: E

[nongnu] elpa/meow 850fa13dff: Fix #500

2023-08-21 Thread ELPA Syncer
branch: elpa/meow commit 850fa13dffb8075f9e8eb3bdca576422a448088a Author: DogLooksGood Commit: DogLooksGood Fix #500 --- meow-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meow-util.el b/meow-util.el index c08ad63dfb..4d581c6399 100644 --- a/meow-util.el +++ b/

[nongnu] elpa/magit-section updated (667deaa74e -> 84ab9d3b94)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 667deaa74e magit-stage-file: Fix staging ignored files adds 027bae37ae git-commit-setup: Fix auto-mode-alist for remote files adds e4afa6c830 git-commit-setup-*: Cosmetics adds d46270cb65 git-commit-setup-font-

[nongnu] elpa/magit updated (667deaa74e -> 84ab9d3b94)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 667deaa74e magit-stage-file: Fix staging ignored files adds 027bae37ae git-commit-setup: Fix auto-mode-alist for remote files adds e4afa6c830 git-commit-setup-*: Cosmetics adds d46270cb65 git-commit-setup-font-lock: Se

[nongnu] elpa/git-commit 027bae37ae 1/4: git-commit-setup: Fix auto-mode-alist for remote files

2023-08-21 Thread ELPA Syncer
branch: elpa/git-commit commit 027bae37aef0e3f5a6e1192fa727c315eea9de66 Author: Eyal Soha Commit: Jonas Bernoulli git-commit-setup: Fix auto-mode-alist for remote files The filename added to `auto-mode-alist' must be stripped of the remote part, if any, because that is what `se

[nongnu] elpa/git-commit 84ab9d3b94 4/4: Silence byte-compiler

2023-08-21 Thread ELPA Syncer
branch: elpa/git-commit commit 84ab9d3b94a964ce023f0036e4573be38387a30a Author: Jonas Bernoulli Commit: Jonas Bernoulli Silence byte-compiler --- lisp/git-commit.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 0524aad14e..e3e589e17a 100

[nongnu] elpa/git-commit e4afa6c830 2/4: git-commit-setup-*: Cosmetics

2023-08-21 Thread ELPA Syncer
branch: elpa/git-commit commit e4afa6c830e7fc16d868679355700fa945076769 Author: Jonas Bernoulli Commit: Jonas Bernoulli git-commit-setup-*: Cosmetics Use `when' instead of (or rather in a addition to) `and', because the value does not matter. These functions are called for side

[nongnu] elpa/git-commit updated (667deaa74e -> 84ab9d3b94)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 667deaa74e magit-stage-file: Fix staging ignored files new 027bae37ae git-commit-setup: Fix auto-mode-alist for remote files new e4afa6c830 git-commit-setup-*: Cosmetics new d46270cb65 git-commit-setup-font-loc

[nongnu] elpa/git-commit d46270cb65 3/4: git-commit-setup-font-lock: Set comment-end to the empty string

2023-08-21 Thread ELPA Syncer
branch: elpa/git-commit commit d46270cb65e24e131483ee5976d7c040bfcffd57 Author: Jonas Bernoulli Commit: Jonas Bernoulli git-commit-setup-font-lock: Set comment-end to the empty string Some major-modes used while editing commit messages, may set that variable and other `comment-*

[elpa] externals/latex-table-wizard 9dcc3d62ce 2/2: Reset latex-table-wizard--align-status every alignmnet starts anew

2023-08-21 Thread ELPA Syncer
branch: externals/latex-table-wizard commit 9dcc3d62ce2be04946b67cc023f8655c0a14aa7a Author: Enrico Flor Commit: Enrico Flor Reset latex-table-wizard--align-status every alignmnet starts anew This way, every time latex-table-wizard-align is called on a new table, the cycle alway

[elpa] externals/latex-table-wizard updated (2998be936a -> 9dcc3d62ce)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/latex-table-wizard. from 2998be936a Store begin/end of table in global variables, clarify docstrings new ac02c8e041 Abstract kill/copy w/ function latex-table-wizard--get-cell-content new 9dcc3d62ce Reset latex-table-wizard--ali

[elpa] externals/latex-table-wizard ac02c8e041 1/2: Abstract kill/copy w/ function latex-table-wizard--get-cell-content

2023-08-21 Thread ELPA Syncer
branch: externals/latex-table-wizard commit ac02c8e041061695851ced6af2b5044b517dd977 Author: Enrico Flor Commit: Enrico Flor Abstract kill/copy w/ function latex-table-wizard--get-cell-content --- latex-table-wizard.el | 37 + 1 file changed, 21 insertion

[elpa] externals/inspector updated (b1bfe9769e -> daff792202)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/inspector. from b1bfe9769e Update version new 0e478b201b Set buffer-local key binding new daff792202 Package version 0.33 Summary of changes: inspector.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-)

[elpa] externals/inspector daff792202 2/2: Package version 0.33

2023-08-21 Thread ELPA Syncer
branch: externals/inspector commit daff792202d36638033f83902fc0849130270d39 Author: Mariano Montone Commit: Mariano Montone Package version 0.33 --- inspector.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspector.el b/inspector.el index 676db98cf6..6e36c4a034 1006

[elpa] externals/inspector 0e478b201b 1/2: Set buffer-local key binding

2023-08-21 Thread ELPA Syncer
branch: externals/inspector commit 0e478b201b395e48873d53d1df9394dce7b8a6b5 Author: Mariano Montone Commit: Mariano Montone Set buffer-local key binding Bug fix. See: github issue #28 --- inspector.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inspector.

[nongnu] scratch/evil 2c33d90e64 2/3: (evil-with-delay): Explicitly fail in old dynbound code

2023-08-21 Thread Stefan Monnier via
branch: scratch/evil commit 2c33d90e64eaa62e656f5dfcc97b7b33cbbd396f Author: Stefan Monnier Commit: Stefan Monnier (evil-with-delay): Explicitly fail in old dynbound code Reverts commit 9eb69b7f5b3c72cfc66f69b3242e935015780654. Supposedly all Evil code uses `lexical-binding` now

[nongnu] scratch/evil 076e7adf4c 1/3: evil-pkg.el: Remove file

2023-08-21 Thread Stefan Monnier via
branch: scratch/evil commit 076e7adf4cfcceb8f75f7b4ea1d55277cded4947 Author: Stefan Monnier Commit: Stefan Monnier evil-pkg.el: Remove file This file is auto-generated from headers in `evil.el` anyway. * evil.el: Synchronize metadata with what was in `evil-pkg.el`. * .gitign

[nongnu] branch scratch/evil created (now 58e7cba79b)

2023-08-21 Thread Stefan Monnier via
monnier pushed a change to branch scratch/evil. at 58e7cba79b Replace uses of `defadvice` with `advice-add` This branch includes the following new commits: new 076e7adf4c evil-pkg.el: Remove file new 2c33d90e64 (evil-with-delay): Explicitly fail in old dynbound code

[nongnu] scratch/evil 58e7cba79b 3/3: Replace uses of `defadvice` with `advice-add`

2023-08-21 Thread Stefan Monnier via
branch: scratch/evil commit 58e7cba79b0f4135763f2a2028dd668bc6a5e906 Author: Stefan Monnier Commit: Stefan Monnier Replace uses of `defadvice` with `advice-add` This either requires a dependency on the `nadvice` package, or bumping the minimum Emacs version to 24.4. I went with

[nongnu] branch scratch/evil deleted (was 11ab822b1b)

2023-08-21 Thread Stefan Monnier via
monnier pushed a change to branch scratch/evil. was 11ab822b1b Replace uses of `defadvice` with `advice-add` This change permanently discards the following revisions: discards 11ab822b1b Replace uses of `defadvice` with `advice-add` discards 491c8a752d evil-pkg.el: Remove file di

[nongnu] elpa/helm 998890b4eb 1/2: Docstring fix only

2023-08-21 Thread ELPA Syncer
branch: elpa/helm commit 998890b4ebada59c34dc485bf0e957734e842aa3 Author: Thierry Volpiatto Commit: Thierry Volpiatto Docstring fix only --- helm-source.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-source.el b/helm-source.el index 474ac9b0fe..613a1a73c7 100644

[nongnu] elpa/helm updated (9e748c6acc -> 8c1abf30d6)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 9e748c6acc Require helm-utils for with-helm-display-marked-candidates new 998890b4eb Docstring fix only new 8c1abf30d6 Make helm-debug-output useful and functional Summary of changes: helm-core.el | 42

[nongnu] elpa/helm-core updated (9e748c6acc -> 8c1abf30d6)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 9e748c6acc Require helm-utils for with-helm-display-marked-candidates adds 998890b4eb Docstring fix only adds 8c1abf30d6 Make helm-debug-output useful and functional No new revisions were added by this update. Summary

[nongnu] elpa/helm 8c1abf30d6 2/2: Make helm-debug-output useful and functional

2023-08-21 Thread ELPA Syncer
branch: elpa/helm commit 8c1abf30d69a2efe325ba1f6f079c98e919732ce Author: Thierry Volpiatto Commit: Thierry Volpiatto Make helm-debug-output useful and functional --- helm-core.el | 42 +- helm-lib.el | 3 ++- 2 files changed, 27 insertions(+), 18 d

[elpa] externals/org 7219b006bd 3/3: org-element: Fix loading obsolete persistent caches

2023-08-21 Thread ELPA Syncer
branch: externals/org commit 7219b006bd7ea67265d91e1d27a4addeaf4ff5e7 Author: Ihor Radchenko Commit: Ihor Radchenko org-element: Fix loading obsolete persistent caches * lisp/org-element.el (org-element-cache-version): New constant defining the current cache version. (org-el

[elpa] externals/org 168b99ba94 2/3: org-babel-join-splits-near-ch: Fix the docstring

2023-08-21 Thread ELPA Syncer
branch: externals/org commit 168b99ba942a8a392c168d13dc53a037fa817d49 Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-join-splits-near-ch: Fix the docstring * lisp/ob-core.el (org-babel-join-splits-near-ch): Explain all the arguments and what the function does. --- lisp

[elpa] externals/org updated (8b35734b49 -> 7219b006bd)

2023-08-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 8b35734b49 test-org-colview/...: Fix Emacs 28 compatibility new 680138d7ff fixup! test-org-colview/...: Fix Emacs 28 compatibility new 168b99ba94 org-babel-join-splits-near-ch: Fix the docstring new 7219b006bd or

[elpa] externals/org 680138d7ff 1/3: fixup! test-org-colview/...: Fix Emacs 28 compatibility

2023-08-21 Thread ELPA Syncer
branch: externals/org commit 680138d7ff096f08c446f70d87672b160b37952b Author: Ihor Radchenko Commit: Ihor Radchenko fixup! test-org-colview/...: Fix Emacs 28 compatibility --- testing/lisp/test-org-colview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/t

[elpa] externals/standard-themes e9efaff5c8: Add support for corfu-candidate-overlay

2023-08-21 Thread ELPA Syncer
branch: externals/standard-themes commit e9efaff5c88031702b920beebf2d7f2852844d9e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add support for corfu-candidate-overlay --- README.org | 1 + standard-themes.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.or

[elpa] externals/org-remark c33e2b7c77: fix: compiler warning ‘org-remark-highlight-save’ is an obsolete...

2023-08-21 Thread ELPA Syncer
branch: externals/org-remark commit c33e2b7c77a58514d800e16d39b11955b7853b4e Author: Noboru Ota Commit: Noboru Ota fix: compiler warning ‘org-remark-highlight-save’ is an obsolete... --- NEWS | 3 +++ org-remark.el | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff -

[elpa] externals/org 8b35734b49: test-org-colview/...: Fix Emacs 28 compatibility

2023-08-21 Thread ELPA Syncer
branch: externals/org commit 8b35734b49bd07cd9a3b3b1b37c4bc1288ba42f8 Author: Ihor Radchenko Commit: Ihor Radchenko test-org-colview/...: Fix Emacs 28 compatibility * testing/lisp/test-org-colview.el (test-org-colview/columns--move-row-stay-at-the-same-column): Skip the tes

[elpa] externals/modus-themes ad36c88feb: Add support for corfu-candidate-overlay

2023-08-21 Thread ELPA Syncer
branch: externals/modus-themes commit ad36c88feb6c1b95ef8473ba1fce10c32ee4041f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add support for corfu-candidate-overlay Thanks to Nicolas Semrau for mentioning this package. It was done in issue 89 on the GitHub mirror:

[elpa] externals/ef-themes 25f6817727: Add support for corfu-candidate-overlay

2023-08-21 Thread ELPA Syncer
branch: externals/ef-themes commit 25f68177271283edddfdc9b15d56b845bb0b9342 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add support for corfu-candidate-overlay --- README.org | 1 + ef-themes.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.org b/README.org ind