[elpa] externals/sketch-mode 467fbf5 4/4: Implement web/SVG colors

2021-10-09 Thread ELPA Syncer
branch: externals/sketch-mode commit 467fbf50b8c42b2a0de6fda84056afb5f3732757 Author: Daniel Nicolai Commit: Daniel Nicolai Implement web/SVG colors --- sketch-mode.el | 106 - 1 file changed, 105 insertions(+), 1 deletion(-) diff --g

[elpa] externals/sketch-mode 275ef27 2/4: Implement interactive feedback for drawing lines

2021-10-09 Thread ELPA Syncer
branch: externals/sketch-mode commit 275ef2717e6029d90cd3b5bfce0f054cc72fea31 Author: Daniel Nicolai Commit: Daniel Nicolai Implement interactive feedback for drawing lines Currently this commit breaks the mode-line coords echo. Interactive feedback support for all other ob

[elpa] externals/sketch-mode 3e01631c6 1/4: Add sketch- prefix to dynamically bound variables

2021-10-09 Thread ELPA Syncer
branch: externals/sketch-mode commit 3e01631c6aea4aa7b863ce0de8bd1ce03f42d90f Author: Daniel Nicolai Commit: Daniel Nicolai Add sketch- prefix to dynamically bound variables --- sketch-mode.el | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-)

[elpa] externals/sketch-mode 406493e 3/4: Implement poly-line & -gon + complete interactive feedback

2021-10-09 Thread ELPA Syncer
branch: externals/sketch-mode commit 406493e9f6e614b4dbdfb12167ca12f4cbb3eea3 Author: Daniel Nicolai Commit: Daniel Nicolai Implement poly-line & -gon + complete interactive feedback --- sketch-mode.el | 173 ++--- 1 file changed, 117 inse

[elpa] externals/sketch-mode updated (12cdc2c -> 467fbf5)

2021-10-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/sketch-mode. from 12cdc2c Fix crop: void function first -> cl-first new 3e01631c6 Add sketch- prefix to dynamically bound variables new 275ef27 Implement interactive feedback for drawing lines new 406493e Implement p

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

2021-10-09 Thread ELPA Syncer
branch: externals/org commit f5faffb142c1c2c4f8e71f64481bae184c600cd7 Merge: f0c66dc 8dfc056 Author: Nicolas Goaziou Commit: Nicolas Goaziou Merge branch 'bugfix' --- lisp/oc.el | 31 ++- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/lisp/oc.el

[elpa] externals-release/org 8dfc056: oc: Fix failing test about `org-cite-list-citations'

2021-10-09 Thread ELPA Syncer
branch: externals-release/org commit 8dfc056fcca7d668dee9660323b5204477eb7082 Author: Nicolas Goaziou Commit: Nicolas Goaziou oc: Fix failing test about `org-cite-list-citations' * lisp/oc.el (org-cite-list-citations): Properly implement a simplified version of `org-export-get-f

[elpa] externals/org updated (f0c66dc -> f5faffb)

2021-10-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from f0c66dc Merge branch 'bugfix' new 8dfc056 oc: Fix failing test about `org-cite-list-citations' new f5faffb Merge branch 'bugfix' Summary of changes: lisp/oc.el | 31 ++- 1 file change

[elpa] externals-release/org b71474f: lisp/org.el: (org-save-all-org-buffers): Prevent `org-mode' reload

2021-10-09 Thread ELPA Syncer
branch: externals-release/org commit b71474ff7fff75947c861b405a3cf4f22a4460c2 Author: Nicholas Vollmer Commit: Kyle Meyer lisp/org.el: (org-save-all-org-buffers): Prevent `org-mode' reload * lisp/org.el: (org-save-all-org-buffers): Ensure `save-some-buffers' PRED returns boolean.

[elpa] externals/org updated (dc154f0 -> f0c66dc)

2021-10-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from dc154f0 Merge branch 'bugfix' new b71474f lisp/org.el: (org-save-all-org-buffers): Prevent `org-mode' reload new f0c66dc Merge branch 'bugfix' Summary of changes: lisp/org.el | 2 +- 1 file changed, 1 insertion

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

2021-10-09 Thread ELPA Syncer
branch: externals/org commit f0c66dc4c4c4b7ea4d31c310fabcc71d677dc3a9 Merge: dc154f0 b71474f Author: Kyle Meyer Commit: Kyle Meyer Merge branch 'bugfix' --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 18cb53a..6ddcc6a 10064

[elpa] externals/marginalia fbd2f37: define-minor-mode: Specify group

2021-10-09 Thread ELPA Syncer
branch: externals/marginalia commit fbd2f378f532b6d34d95d84b43edabd00e99a472 Author: Daniel Mendler Commit: Daniel Mendler define-minor-mode: Specify group --- marginalia.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marginalia.el b/marginalia.el index e931827..28ba

[elpa] externals/vertico cd3c400: define-minor-mode: Specify groups (Fix #141)

2021-10-09 Thread ELPA Syncer
branch: externals/vertico commit cd3c400aac2f5435080dc55d13c03c8886241365 Author: Daniel Mendler Commit: Daniel Mendler define-minor-mode: Specify groups (Fix #141) --- extensions/vertico-buffer.el | 2 +- extensions/vertico-flat.el| 2 +- extensions/vertico-indexed.el | 2 +- extensio

[elpa] externals/corfu b9df364: define-minor-mode: Specify group

2021-10-09 Thread ELPA Syncer
branch: externals/corfu commit b9df3648e30282a42b0c72158e3f354234fd41ff Author: Daniel Mendler Commit: Daniel Mendler define-minor-mode: Specify group --- corfu.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corfu.el b/corfu.el index 41b2374..51cb9fe 100644 --- a

[elpa] externals/consult 166e3b0: define-minor-mode: Specify group

2021-10-09 Thread ELPA Syncer
branch: externals/consult commit 166e3b03c3de4f88bbfdeef7f52efac27642e2d3 Author: Daniel Mendler Commit: Daniel Mendler define-minor-mode: Specify group --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index b8b0c8f..6df1775 100644 -

[elpa] externals/vertico 31b49e8 2/2: Revert usage of current-minibuffer-command, this is broken

2021-10-09 Thread ELPA Syncer
branch: externals/vertico commit 31b49e8658bd19b75b3554543724a031b9f3ca20 Author: Daniel Mendler Commit: Daniel Mendler Revert usage of current-minibuffer-command, this is broken --- extensions/vertico-repeat.el | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/extens

[elpa] externals/vertico updated (82a8026 -> 31b49e8)

2021-10-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/vertico. from 82a8026 Update README new 971333a Add comment new 31b49e8 Revert usage of current-minibuffer-command, this is broken Summary of changes: extensions/vertico-repeat.el | 4 +--- 1 file changed, 1 insertion(+),

[elpa] externals/vertico 971333a 1/2: Add comment

2021-10-09 Thread ELPA Syncer
branch: externals/vertico commit 971333aa20549a2d27b2c6898aa69312e5169cb3 Author: Daniel Mendler Commit: Daniel Mendler Add comment --- extensions/vertico-repeat.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extensions/vertico-repeat.el b/extensions/vertico-repeat.el index a25137

[elpa] externals/marginalia 8969b0a 2/2: Revert "Use current-minibuffer-command"

2021-10-09 Thread ELPA Syncer
branch: externals/marginalia commit 8969b0abac6558787d1f752d8c0f8b5bcaab02ed Author: Daniel Mendler Commit: Daniel Mendler Revert "Use current-minibuffer-command" This reverts commit 098183ec5e82c299dfe87db4feccd513612112db. --- marginalia.el | 8 +--- 1 file changed, 1 inserti

[elpa] externals/marginalia 098183e 1/2: Use current-minibuffer-command

2021-10-09 Thread ELPA Syncer
branch: externals/marginalia commit 098183ec5e82c299dfe87db4feccd513612112db Author: Daniel Mendler Commit: Daniel Mendler Use current-minibuffer-command --- marginalia.el | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/marginalia.el b/marginalia.el index

[elpa] externals/marginalia updated (c9444d7 -> 8969b0a)

2021-10-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/marginalia. from c9444d7 Don't use decoded-time-year which is not available on Emacs 26 new 098183e Use current-minibuffer-command new 8969b0a Revert "Use current-minibuffer-command" Summary of changes: marginalia.el | 8

[elpa] branch scratch/prettify-readme.org deleted (was 214032b)

2021-10-09 Thread monnier--- via
monnier pushed a change to branch scratch/prettify-readme.org. was 214032b * elpa-admin.el (elpaa--export-org): Take the content string as input The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the

[elpa] elpa-admin updated (c362980 -> b93fc0e)

2021-10-09 Thread monnier--- via
monnier pushed a change to branch elpa-admin. from c362980 Don't use `date` to parse date from git; it's unportable. adds 1a42fb8 * elpa-admin.el: Export Org readmes to ASCII and HTML adds 3dc70f4 * elpa-admin.el: Fix mime types for org and md adds 214032b * elp

[elpa] elpa-admin 9ff3ed3 2/3: * elpa-admin (elpaa--section-to-html) : Fix level

2021-10-09 Thread monnier--- via
branch: elpa-admin commit 9ff3ed3858ea4f93477e37a0beff5fcadf942d75 Author: Adam Porter Commit: Stefan Monnier * elpa-admin (elpaa--section-to-html) : Fix level Make sure the doc's headings have a deeper level than the enclosing one. --- elpa-admin.el | 9 +++-- 1 file changed,

[elpa] elpa-admin 976e4be 1/3: Merge remote-tracking branch 'origin/scratch/prettify-readme.org' into elpa-admin

2021-10-09 Thread monnier--- via
branch: elpa-admin commit 976e4befc00f1a6c534a1773fd77436a0f3c19c6 Merge: c362980 214032b Author: Stefan Monnier Commit: Stefan Monnier Merge remote-tracking branch 'origin/scratch/prettify-readme.org' into elpa-admin --- elpa-admin.el | 181 ++--

[elpa] elpa-admin b93fc0e 3/3: * elpa-admin.el (elpaa--html-make-pkg): Handle multiple maintainers

2021-10-09 Thread monnier--- via
branch: elpa-admin commit b93fc0e4e06f3132c04e5ab18896cc5467c7c406 Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--html-make-pkg): Handle multiple maintainers (elpaa--make-one-tarball): Don't hide backtrace. --- elpa-admin.el | 21 + 1 file

[elpa] externals-release/org 11f450d: oc-biblatex: Declare missing "nocite" style

2021-10-09 Thread ELPA Syncer
branch: externals-release/org commit 11f450da80dbb0434c9722b1ebe49086a7900cd0 Author: Nicolas Goaziou Commit: Nicolas Goaziou oc-biblatex: Declare missing "nocite" style * lisp/oc-biblatex.el (biblatex): Declare the processor provides a "nocite" citation style. --- lisp/oc-bibl

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

2021-10-09 Thread ELPA Syncer
branch: externals/org commit dc154f0d18f96336679a62b7a2cd93dbdfdb55e9 Merge: 6717826 11f450d Author: Nicolas Goaziou Commit: Nicolas Goaziou Merge branch 'bugfix' --- lisp/oc-biblatex.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/oc-biblatex.el b/lisp/oc-biblatex.el index 5f1e

[elpa] externals/org updated (6717826 -> dc154f0)

2021-10-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 6717826 oc-bibtex: Pacify byte-compiler new 11f450d oc-biblatex: Declare missing "nocite" style new dc154f0 Merge branch 'bugfix' Summary of changes: lisp/oc-biblatex.el | 1 + 1 file changed, 1 insertion(+)

[elpa] externals/corfu d89cc15: Use elegant modus colors by default

2021-10-09 Thread ELPA Syncer
branch: externals/corfu commit d89cc15a17fc193bd09637c369d1e7c526e8ea5d Author: Daniel Mendler Commit: Daniel Mendler Use elegant modus colors by default --- corfu.el | 28 +--- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/corfu.el b/corfu.el index