[elpa] externals/posframe efb01fb: * posframe.el (posframe-poshandler-argbuilder): Improve docstring.

2021-10-25 Thread ELPA Syncer
branch: externals/posframe commit efb01fb89c8245820a13f70848f4175580668068 Author: Feng Shu Commit: Feng Shu * posframe.el (posframe-poshandler-argbuilder): Improve docstring. --- posframe.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/posframe.el b/posframe.el

[elpa] externals/posframe d16dfbd: poshandler about window: x and y do not < 0.

2021-10-25 Thread ELPA Syncer
branch: externals/posframe commit d16dfbdab1b62ca140bf4a39fedff812ae9a71ec Author: Feng Shu Commit: Feng Shu poshandler about window: x and y do not < 0. * posframe.el (posframe-poshandler-p0.5p0-to-w0.5w0) (posframe-poshandler-p0.5p0.5-to-w0.5w0.5) (posframe-po

[elpa] externals/vertico 62d5866: mention M-: (eval-expression) in README (#148)

2021-10-25 Thread ELPA Syncer
branch: externals/vertico commit 62d58666a102ed0578943e0354c824a3b4268a73 Author: Christian Tietze Commit: GitHub mention M-: (eval-expression) in README (#148) --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 8ee857a..97903f7 100644 --- a/R

[nongnu] elpa/guru-mode updated (fcb13d4 -> a3370e5)

2021-10-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/guru-mode. from fcb13d4 Tweak some wording new f3a956a Tweak wording new 03ab9d2 Extend the commentary new a3370e5 Add my email Summary of changes: guru-mode.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deleti

[nongnu] elpa/guru-mode f3a956a 1/3: Tweak wording

2021-10-25 Thread ELPA Syncer
branch: elpa/guru-mode commit f3a956a5940286b5eb4afe8abb458584003ca75e Author: Bozhidar Batsov Commit: Bozhidar Batsov Tweak wording --- guru-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guru-mode.el b/guru-mode.el index 9156041..11ed3a1 100644 --- a/guru-mode

[nongnu] elpa/guru-mode a3370e5 3/3: Add my email

2021-10-25 Thread ELPA Syncer
branch: elpa/guru-mode commit a3370e547eab260d24774cd50ccbe865373c8631 Author: Bozhidar Batsov Commit: Bozhidar Batsov Add my email --- guru-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guru-mode.el b/guru-mode.el index 1d27a87..064fa92 100644 --- a/guru-mode.

[nongnu] elpa/guru-mode 03ab9d2 2/3: Extend the commentary

2021-10-25 Thread ELPA Syncer
branch: elpa/guru-mode commit 03ab9d2667b2262ac5ffa4083f55894568da213a Author: Bozhidar Batsov Commit: Bozhidar Batsov Extend the commentary --- guru-mode.el | 4 1 file changed, 4 insertions(+) diff --git a/guru-mode.el b/guru-mode.el index 11ed3a1..1d27a87 100644 --- a/guru-mode.el

[elpa] externals/transient f5e600d 1/4: transient-init-value: Fix typo in doc-strings

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit f5e600d3f49d736ba201f3343a29907283e74da5 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-init-value: Fix typo in doc-strings --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp/tr

[elpa] externals/transient 6842305 3/4: Support undefined suffixes if an extra step is taken

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 6842305e848b3a0edc955db7ebb9ac3557d38c7d Author: Jonas Bernoulli Commit: Jonas Bernoulli Support undefined suffixes if an extra step is taken See #61 and https://github.com/emacs-evil/evil-collection/issues/543. --- docs/transient.org | 16 ++

[elpa] externals/transient updated (022f20e -> 2b1d184)

2021-10-25 Thread Jonas Bernoulli
tarsius pushed a change to branch externals/transient. from 022f20e Explicitly require edmacro new f5e600d transient-init-value: Fix typo in doc-strings new 2281d95 manual: Fix recent copy-paste errors new 6842305 Support undefined suffixes if an extra step i

[elpa] externals/transient 2281d95 2/4: manual: Fix recent copy-paste errors

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 2281d95259ea628dfd942186ded619ece585a438 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Fix recent copy-paste errors --- docs/transient.org | 14 -- docs/transient.texi | 14 -- 2 files changed, 8 insertions(+), 20 deletio

[elpa] externals/transient 2b1d184 4/4: make: Remove dash dependency

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 2b1d184c6aef13d36c70a13688ac41271c710d0f Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Remove dash dependency We stopped requiring that a while ago. --- default.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default

[elpa] externals/org 9dc08c9 5/5: org: Don't change image size based on font size

2021-10-25 Thread ELPA Syncer
branch: externals/org commit 9dc08c909343795aa9aefb2c47688b6f1a9c0203 Author: TEC Commit: TEC org: Don't change image size based on font size * lisp/org.el (org--create-inline-image): Set :scale parameter to 1 to prevent font-size based rescaling. When `create-image' is

[elpa] externals/org updated (e2fa3c4 -> 9dc08c9)

2021-10-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from e2fa3c4 org-element-cache-map: Increase minimal Emacs version in 717a847d6 new 5f4fd08 org--get-expected-indentation: Consider section parent type new 30f1f18 org-element-cache-map: Improve speed new 4c65

[elpa] externals/org 4c6595d 3/5: org-in-archived-heading-p: Use ELEMENT arg more optimally

2021-10-25 Thread ELPA Syncer
branch: externals/org commit 4c6595d2b473d908353ca6f5ccd062953d31e245 Author: Ihor Radchenko Commit: Ihor Radchenko org-in-archived-heading-p: Use ELEMENT arg more optimally * lisp/org.el (org-in-archived-heading-p): Do not check for point position when ELEMENT is provided and u

[elpa] externals/org 30f1f18 2/5: org-element-cache-map: Improve speed

2021-10-25 Thread ELPA Syncer
branch: externals/org commit 30f1f187d12d861717498321dcd71e4b9878b584 Author: Ihor Radchenko Commit: Ihor Radchenko org-element-cache-map: Improve speed * lisp/org-element.el (org-element-cache-map): Remove unnecessary expensive let binding. --- lisp/org-element.el | 3 +-- 1 f

[elpa] externals/org 5f4fd08 1/5: org--get-expected-indentation: Consider section parent type

2021-10-25 Thread ELPA Syncer
branch: externals/org commit 5f4fd0880a47baa062adc669dd71b5c3bb917081 Author: Ihor Radchenko Commit: Ihor Radchenko org--get-expected-indentation: Consider section parent type * lisp/org.el (org--get-expected-indentation): Consider new :parent structure when `org-element-at-poin

[elpa] externals/org 76f33fe 4/5: oc-csl: Support bare author citations

2021-10-25 Thread ELPA Syncer
branch: externals/org commit 76f33fea31fa7306f33bd702f1ebb7250b886031 Author: TEC Commit: TEC oc-csl: Support bare author citations * lisp/oc-csl.el (org-cite-csl--create-structure-params): Add support for bare (b), bare-caps (bc), bare-full (bf), and bare-caps-full (bcf) au

[elpa] externals/posframe 70ba4e7: * posframe.el (posframe--create-posframe): recreate posframe when border color change.

2021-10-25 Thread ELPA Syncer
branch: externals/posframe commit 70ba4e77c114d980c0d87ed1f6b201188a3f8954 Author: Feng Shu Commit: Feng Shu * posframe.el (posframe--create-posframe): recreate posframe when border color change. --- posframe.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/posframe.el b/posframe.e

[elpa] externals/compat updated (1a2e3f8 -> e1722e1)

2021-10-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from 1a2e3f8 Clarify that compat.el has not yet been published new 06803eb Rewrite TCO for condition-case new e1722e1 Fix handling of tail-less cond branch Summary of changes: compat-28.1.el | 13 + c

[elpa] externals/compat 06803eb 1/2: Rewrite TCO for condition-case

2021-10-25 Thread ELPA Syncer
branch: externals/compat commit 06803ebd7dffa071d8da14c3b4340c09b9f0d66c Author: Philip Kaludercic Commit: Philip Kaludercic Rewrite TCO for condition-case Issue and tests contributed by Mattias Engdegård. --- compat-28.1.el | 9 ++--- compat-tests.el | 26 +++

[elpa] externals/compat e1722e1 2/2: Fix handling of tail-less cond branch

2021-10-25 Thread ELPA Syncer
branch: externals/compat commit e1722e10d6d751965076527461046747737e55ac Author: Philip Kaludercic Commit: Philip Kaludercic Fix handling of tail-less cond branch Issue and tests contributed by Mattias Engdegård. --- compat-28.1.el | 4 +++- compat-tests.el | 4 2 files chang

[elpa] externals/compat 674c0c1: Remove unnecessary function declaration

2021-10-25 Thread ELPA Syncer
branch: externals/compat commit 674c0c11943daeb0e0341a915c795d5f40afc38f Author: Philip Kaludercic Commit: Philip Kaludercic Remove unnecessary function declaration --- compat.el | 1 - 1 file changed, 1 deletion(-) diff --git a/compat.el b/compat.el index b2f56ee..b0dfe69 100644 --- a/com

[nongnu] branch elpa/color-theme-tangotango deleted (was 2293311)

2021-10-25 Thread Philip Kaludercic
zge pushed a change to branch elpa/color-theme-tangotango. was 2293311 Merge pull request #15 from fapdash/add-term-colors This change permanently discards the following revisions: discards 2293311 Merge pull request #15 from fapdash/add-term-colors discards 1aae592 Add termi

[elpa] externals/transient ee8bdcf 3/9: Fix alias definition

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit ee8bdcfcee0ca3dc9ef9cb4e1c12ff4f9709127c Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix alias definition Don't define an alias for a symbol that is itself an obsolete alias. --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 dele

[elpa] externals/transient df13fef 2/9: Remove various duplicated words

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit df13feff339f29d966c3c74128c1b09605a659eb Author: Mattias Engdegård Commit: Jonas Bernoulli Remove various duplicated words * lisp/transient.el (transient-child, transient-files) (transient-infix-value): Remove duplicate words in comments, d

[elpa] externals/transient 7126d6a 6/9: Fix hydra-inspired colors

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 7126d6aa7625037ce6714945b1e8ff9d9e9bd37c Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix hydra-inspired colors Red means continue and blue means quit. That doesn't make sense to me but is what hydra uses, which we try to mimic. Se

[elpa] externals/transient updated (2b1d184 -> 74cba5a)

2021-10-25 Thread Jonas Bernoulli
tarsius pushed a change to branch externals/transient. from 2b1d184 make: Remove dash dependency new badebdd Set local checkdoc-symbol-words new df13fef Remove various duplicated words new ee8bdcf Fix alias definition new 7976562 Sharp-quote functio

[elpa] externals/transient 7976562 4/9: Sharp-quote functions

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 7976562a3c1b2ecff086f14bb8200f1d6ef24834 Author: Stefan Monnier Commit: Jonas Bernoulli Sharp-quote functions Co-authored-by: Jonas Bernoulli While touching these lines, we might as well update the alignment where appropriate. --- lis

[elpa] externals/transient 0c2255a 8/9: transient-get-value: Add an emergency exit

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 0c2255a29636bf828da34291ffbebdbdb294c96f Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-get-value: Add an emergency exit --- lisp/transient.el | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lisp/transient.el b/li

[elpa] externals/transient 56fb7a9 5/9: transient-setup: Cosmetics

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 56fb7a91c8818992c869976e02931b1461fedacb Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-setup: Cosmetics These two variables are always both nil or non-nil, but the latter is better at conveying the meaning "Is a prefix in effect?".

[elpa] externals/transient badebdd 1/9: Set local checkdoc-symbol-words

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit badebdd1c1bad0b0d26ec78903a493c3a7d0a437 Author: Jonas Bernoulli Commit: Jonas Bernoulli Set local checkdoc-symbol-words --- lisp/transient.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index

[elpa] externals/transient 791588d 7/9: transient--emergency-exit: Fix doc-string

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 791588d118d050727d9ac2050800d96ec6705a31 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--emergency-exit: Fix doc-string --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp/transi

[elpa] externals/transient 74cba5a 9/9: Release version 0.3.7

2021-10-25 Thread Jonas Bernoulli
branch: externals/transient commit 74cba5a418ff1b1661494fc2970c330ecdbb4b22 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.3.7 --- docs/CHANGELOG | 38 ++ docs/transient.org | 4 ++-- docs/transient.texi | 4 ++-- lisp/transient

[elpa] externals/diff-hl f20b438: diff-hl-show-hunk-revert-hunk: Revert the hunk without prompting

2021-10-25 Thread ELPA Syncer
branch: externals/diff-hl commit f20b438559b2c40b305cf0feb05fe21cff40d536 Author: Dmitry Gutov Commit: Dmitry Gutov diff-hl-show-hunk-revert-hunk: Revert the hunk without prompting #173 --- diff-hl-show-hunk.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[elpa] externals/ebdb c67dc08 5/8: Fix editing of internationalized US addresses

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit c67dc08df4a8a29d4dba86ca1f26436576a5469f Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix editing of internationalized US addresses * ebdb-i18n-basic.el (ebdb-read-i18n): If we're editing an existing one, use the correct value from ebdb-i18n-usa-

[elpa] externals/ebdb 65bccc9 1/8: make ebdb find mu4e 1.6.x buffer (#97)

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit 65bccc998311c4eaf4e0579fd33f0dfebbc4d66d Author: secomi Commit: GitHub make ebdb find mu4e 1.6.x buffer (#97) * Make ebdb compatible with mu4e 1.6 MU4e 1.6 (released, as of July 27 2021) Use the gnus-based message viewer as the default.

[elpa] externals/ebdb 684452c 6/8: Interpret an empty street list as a desire to quit address reading

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit 684452c22ba8aa6bfb5cec8e34cc1acdb62c8d31 Author: Eric Abrahamsen Commit: Eric Abrahamsen Interpret an empty street list as a desire to quit address reading * ebdb.el (ebdb-edit-address-street): All address fields now catch quit/ebdb-empty, meaning t

[elpa] externals/ebdb 7aed64a 3/8: Remove another sneaky trailing colon on ebdb-read

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit 7aed64a6242a44d3ea71c3067ca047be5136babf Author: Eric Abrahamsen Commit: Eric Abrahamsen Remove another sneaky trailing colon on ebdb-read * ebdb.el (ebdb-read): Was grep-proof. --- ebdb.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[elpa] externals/ebdb c38931f 2/8: Improve ebdb-prompt-for-record string selection

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit c38931f2c99e2e5314b05e93011fa0289e598fef Author: Eric Abrahamsen Commit: Eric Abrahamsen Improve ebdb-prompt-for-record string selection * ebdb.el (ebdb-prompt-for-record): Draw all available names from `ebdb-record-alt-names', not just `ebdb-string

[elpa] externals/ebdb 68292f6 4/8: Fix dumb mistake in record migration

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit 68292f67f1fefee4c299af8cbac2795d8f4bf760 Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix dumb mistake in record migration * ebdb-migrate.el (ebdb-migrate-vector-to-class): Argument order in `string-match-p' reversed. --- ebdb-migrate.el | 2 +-

[elpa] externals/ebdb ba0bb42 8/8: Further fix to ebdb-prompt-for-record, bump to 0.8.8

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit ba0bb420193535ecf1ab56d11477580a2c219266 Author: Eric Abrahamsen Commit: Eric Abrahamsen Further fix to ebdb-prompt-for-record, bump to 0.8.8 * ebdb.el (ebdb-prompt-for-record): There's some cleaning up that needs to be done with ebdb-string vs ebdb

[elpa] externals/ebdb updated (13a9a9d -> ba0bb42)

2021-10-25 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 13a9a9d Simplify German address formatting, bump version to 0.8.6 new 65bccc9 make ebdb find mu4e 1.6.x buffer (#97) new c38931f Improve ebdb-prompt-for-record string selection new 7aed64a Remove another s

[elpa] externals/ebdb 9e5eccb 7/8: Start making use of ebdb-read-string-override, bump to 0.8.7

2021-10-25 Thread Eric Abrahamsen
branch: externals/ebdb commit 9e5eccb62eef72e46eb8506c6c2dd66bd72eb8af Author: Eric Abrahamsen Commit: Eric Abrahamsen Start making use of ebdb-read-string-override, bump to 0.8.7 * ebdb.el (ebdb-read): Use prompt overrides in address and phone reading. (ebdb-read-string): Fix b

[elpa] externals/posframe updated (70ba4e7 -> 81399de)

2021-10-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/posframe. from 70ba4e7 * posframe.el (posframe--create-posframe): recreate posframe when border color change. new e0d0461 Fix checkdoc warn. new 81399de Require emacs 26.1 Summary of changes: posframe.el | 163 ++

[elpa] externals/posframe e0d0461 1/2: Fix checkdoc warn.

2021-10-25 Thread ELPA Syncer
branch: externals/posframe commit e0d04613592a4b3e35a74cc2d7fa7985c6f2f870 Author: Feng Shu Commit: Feng Shu Fix checkdoc warn. --- posframe.el | 161 +--- 1 file changed, 89 insertions(+), 72 deletions(-) diff --git a/posframe.el b/p

[elpa] externals/posframe 81399de 2/2: Require emacs 26.1

2021-10-25 Thread ELPA Syncer
branch: externals/posframe commit 81399de802675f963bec9a4355cf69e707cd30f9 Author: Feng Shu Commit: Feng Shu Require emacs 26.1 --- posframe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posframe.el b/posframe.el index 4aa45ff..212641d 100644 --- a/posframe.el +++ b

[elpa] externals/org cf8906e: org-agenda-get-todos: Fix effort-up sorting in todo agenda

2021-10-25 Thread ELPA Syncer
branch: externals/org commit cf8906eee0edf12ff80bbdc35ab8b643fcc9381b Author: Ihor Radchenko Commit: Ihor Radchenko org-agenda-get-todos: Fix effort-up sorting in todo agenda * lisp/org-agenda.el (org-agenda-get-todos): Calculate effort-minutes before adding it as text property

[elpa] externals/eev 9a24536: Rewrote many comments.

2021-10-25 Thread ELPA Syncer
(find-evardescr'load-file-name) +;; +(add-to-list 'load-path +(if load-in-progress +(file-name-directory load-file-name) + default-directory)) -;; 2019mar13: Commented this out. -;; 2019mar29: Uncommented - it seems that emacs25 needs

[nongnu] elpa/flymake-kondor 784e57f: Adapt check following example on the manual

2021-10-25 Thread ELPA Syncer
branch: elpa/flymake-kondor commit 784e57f36812a37e323409b90b935ef3c6920a22 Author: Manuel Uberti Commit: Manuel Uberti Adapt check following example on the manual See: https://github.com/emacs-mirror/emacs/commit/f5b4bb4a6fa3adcb653cab5dc760745b896320bb --- flymake-kondor.el | 53

[elpa] externals/flymake-proselint 2bde20b: Adapt check following example on the manual

2021-10-25 Thread ELPA Syncer
branch: externals/flymake-proselint commit 2bde20b6ea58c58578a7a7a465f5515be9a76233 Author: Manuel Uberti Commit: Manuel Uberti Adapt check following example on the manual See: https://github.com/emacs-mirror/emacs/commit/f5b4bb4a6fa3adcb653cab5dc760745b896320bb --- flymake-prosel