[elpa] externals/logos 22a1261e93 1/3: Revert 20fb2393e9b42ee08894574e58f477d82df79f62

2022-03-20 Thread ELPA Syncer
branch: externals/logos commit 22a1261e93659115bb0793306c85dcadccf41f19 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Revert 20fb2393e9b42ee08894574e58f477d82df79f62 We will implement a more refined method. --- logos.el | 2 -- 1 file changed, 2 deletions(-) diff --git a

[elpa] externals/logos 0049bd582c 3/3: Update "Acknowledgements" in the manual

2022-03-20 Thread ELPA Syncer
branch: externals/logos commit 0049bd582c9b6629300f449f86b2428dd93a7e3d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update "Acknowledgements" in the manual --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index cab1e9

[elpa] externals/logos 8c2e85033d 2/3: Improve how pages/outlines are handled when narrow

2022-03-20 Thread ELPA Syncer
branch: externals/logos commit 8c2e85033db982ef13a5e041012dc45d86d9de32 Author: Omar Antolín Camarena Commit: Protesilaos Stavrou Improve how pages/outlines are handled when narrow 1. If logos-outlines-are-pages is non-nil, it now includes the match of the page-delimiter regexp

[elpa] externals/mct e178a9e275: Move files out of the 'extensions' directory

2022-03-20 Thread ELPA Syncer
branch: externals/mct commit e178a9e27583b14715c8a09bec97cfaa9035dc6d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Move files out of the 'extensions' directory This makes it easier for people who track the git repo to include all .el files in the load-path. Thanks to

[elpa] externals/logos updated (20fb2393e9 -> 0049bd582c)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/logos. from 20fb2393e9 Fix page motion when point is at max when narrowed new 22a1261e93 Revert 20fb2393e9b42ee08894574e58f477d82df79f62 new 8c2e85033d Improve how pages/outlines are handled when narrow new 0049bd582c Upda

[elpa] externals/osm 372a4bedaa: osm-search: Use better pin name

2022-03-20 Thread ELPA Syncer
branch: externals/osm commit 372a4bedaaebad92b586033c6163a3d3e971dff6 Author: Daniel Mendler Commit: Daniel Mendler osm-search: Use better pin name --- osm.el | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/osm.el b/osm.el index 1b64bf3999.

[elpa] externals/embark a7805f2491 6/7: Add embark-live back

2022-03-20 Thread ELPA Syncer
branch: externals/embark commit a7805f24917cd00d6e3a07792851b6ff07621a67 Author: Omar Antolín Commit: Omar Antolín Add embark-live back This implementation is significantly simpler than before. --- embark.el | 78 +++ 1 fi

[elpa] externals/embark-consult updated (5a74f42bd0 -> 3a9e5e1744)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 5a74f42bd0 setq this-command so last-command points to action (fix #460) adds 3c6195e9ad Initial removal of embark-collect-{live,completions} adds 7ee2c06880 Make embark-collect variables private adds 21

[elpa] externals/embark 3a9e5e1744 7/7: Remove some old obsolete definitions

2022-03-20 Thread ELPA Syncer
branch: externals/embark commit 3a9e5e1744033511ca32beeea42f228c7948448e Author: Omar Antolín Commit: Omar Antolín Remove some old obsolete definitions --- embark.el | 54 -- 1 file changed, 4 insertions(+), 50 deletions(-) diff --git a/e

[elpa] externals/embark 21d4ca14e3 3/7: Cache both annotations and "for display versions" of candidates

2022-03-20 Thread ELPA Syncer
branch: externals/embark commit 21d4ca14e343657e44203a73edcac9edb39f0679 Author: Omar Antolín Commit: Omar Antolín Cache both annotations and "for display versions" of candidates --- embark.el | 118 +- 1 file changed, 56 insertion

[elpa] externals/embark 9ae1ad77ea 4/7: Remove embark-collect's initial-view interactive argument

2022-03-20 Thread ELPA Syncer
branch: externals/embark commit 9ae1ad77ea2159de560ba4e6a494672724526d19 Author: Omar Antolín Commit: Omar Antolín Remove embark-collect's initial-view interactive argument I doubt this saw much use! --- embark.el | 20 +++- 1 file changed, 3 insertions(+), 17 delet

[elpa] externals/embark 7ee2c06880 2/7: Make embark-collect variables private

2022-03-20 Thread ELPA Syncer
branch: externals/embark commit 7ee2c06880f57cb32976ef291a2d6c425a960c0d Author: Omar Antolín Commit: Omar Antolín Make embark-collect variables private --- embark.el | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/embark.el b/embark.el index f8e

[elpa] externals/embark updated (5a74f42bd0 -> 3a9e5e1744)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark. from 5a74f42bd0 setq this-command so last-command points to action (fix #460) new 3c6195e9ad Initial removal of embark-collect-{live,completions} new 7ee2c06880 Make embark-collect variables private new 21d4ca14e3

[elpa] externals/embark 3c6195e9ad 1/7: Initial removal of embark-collect-{live, completions}

2022-03-20 Thread ELPA Syncer
branch: externals/embark commit 3c6195e9ad446d6a37c3455bc754b241b13e482b Author: Omar Antolín Commit: Omar Antolín Initial removal of embark-collect-{live,completions} Here I just deleted all code and documentation that mentioned the live and completions variants of embark-colle

[elpa] externals/embark a52e795659 5/7: Update embark-consult for changes to embark-collect

2022-03-20 Thread ELPA Syncer
branch: externals/embark commit a52e7956593fba2f4d590c3c328cee3b6d89238c Author: Omar Antolín Commit: Omar Antolín Update embark-consult for changes to embark-collect --- embark-consult.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/embark-consult.el b/embark-c

[nongnu] elpa/git-commit e130206480: Fix forge/force typo

2022-03-20 Thread ELPA Syncer
branch: elpa/git-commit commit e1302064809bf958023b3dc2b4e3007487bc3602 Author: Sean Allred Commit: Sean Allred Fix forge/force typo --- lisp/magit-sequence.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el index d200e909a

[nongnu] elpa/magit-section updated (da1815172f -> e130206480)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from da1815172f magit-maybe-define-global-key-bindings: Add force argument adds e130206480 Fix forge/force typo No new revisions were added by this update. Summary of changes: lisp/magit-sequence.el | 2 +- 1 file changed, 1

[nongnu] elpa/magit updated (da1815172f -> e130206480)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from da1815172f magit-maybe-define-global-key-bindings: Add force argument adds e130206480 Fix forge/force typo No new revisions were added by this update. Summary of changes: lisp/magit-sequence.el | 2 +- 1 file changed, 1 insertio

[nongnu] elpa/with-editor e8569e027f: make: Set GITSTATS

2022-03-20 Thread ELPA Syncer
branch: elpa/with-editor commit e8569e027ff5c9bef8d9ff0734e3293e1c0574a2 Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Set GITSTATS --- default.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/default.mk b/default.mk index 84892b341a..906b08dbac 100644 --- a/default.mk +++ b/d

[elpa] externals/ebdb 0539addcbd 1/3: Look for comments in BBDB phone numbers during migration

2022-03-20 Thread Eric Abrahamsen
branch: externals/ebdb commit 0539addcbd0decb528370b75ab753e7ffc010d29 Author: Eric Abrahamsen Commit: Eric Abrahamsen Look for comments in BBDB phone numbers during migration * ebdb-migrate.el (ebdb-migrate-vector-to-class): The plain-string form of BBDB phone numbers allowed r

[elpa] externals/ebdb 333c68f7e9 3/3: Release 0.8.13

2022-03-20 Thread Eric Abrahamsen
branch: externals/ebdb commit 333c68f7e95590e867ca02742c9f5d612e633c28 Author: Eric Abrahamsen Commit: Eric Abrahamsen Release 0.8.13 --- ebdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebdb.el b/ebdb.el index 1d9abb2310..e8012c8ca6 100644 --- a/ebdb.el +++ b/ebd

[elpa] externals/ebdb updated (ecbbc35550 -> 333c68f7e9)

2022-03-20 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from ecbbc35550 Release 0.8.12 new 0539addcbd Look for comments in BBDB phone numbers during migration new 8f7024c49b Find prefixes while parsing names, and output them properly new 333c68f7e9 Release 0.8.13 Summary

[elpa] externals/ebdb 8f7024c49b 2/3: Find prefixes while parsing names, and output them properly

2022-03-20 Thread Eric Abrahamsen
branch: externals/ebdb commit 8f7024c49b25780c8aa6864fcdf74273f346e615 Author: Eric Abrahamsen Commit: Eric Abrahamsen Find prefixes while parsing names, and output them properly * ebdb.el (ebdb-divide-name): We went to the trouble of having name prefixes, with a regexp and ever

[elpa] externals/osm 5bd1d17fde 2/3: Rename arguments

2022-03-20 Thread ELPA Syncer
branch: externals/osm commit 5bd1d17fdec58faa74dd030daf79b26b96c52cf6 Author: Daniel Mendler Commit: Daniel Mendler Rename arguments --- osm.el | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/osm.el b/osm.el index d2cda71ab2..744719

[elpa] externals/osm 4124183d15 3/3: Simplify, Add error checking

2022-03-20 Thread ELPA Syncer
branch: externals/osm commit 4124183d15bb5ad84ac93664895bf93557572b6c Author: Daniel Mendler Commit: Daniel Mendler Simplify, Add error checking --- osm.el | 29 + 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/osm.el b/osm.el index 74471902d4..1

[elpa] externals/osm 223f21096a 1/3: Print locations when clicking

2022-03-20 Thread ELPA Syncer
branch: externals/osm commit 223f21096aab4f22e1d76198dea1724364d6a04b Author: Daniel Mendler Commit: Daniel Mendler Print locations when clicking --- osm.el | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/osm.el b/osm.el index 98aa259b52..d2cda71ab2 1

[elpa] externals/osm updated (81cfa86e99 -> 4124183d15)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/osm. from 81cfa86e99 Support address search links new 223f21096a Print locations when clicking new 5bd1d17fde Rename arguments new 4124183d15 Simplify, Add error checking Summary of changes: osm.el | 77

[elpa] externals/taxy-magit-section dfedd0a77a: Change (taxy-magit-section-insert): Keep faces from heading-face-fn

2022-03-20 Thread ELPA Syncer
branch: externals/taxy-magit-section commit dfedd0a77a981de868788f1216f6d1c704c3414f Author: Adam Porter Commit: Adam Porter Change (taxy-magit-section-insert): Keep faces from heading-face-fn Don't override faces set by a taxy's heading-face-fn; instead, add to them using add-f

[elpa] externals/osm 81cfa86e99: Support address search links

2022-03-20 Thread ELPA Syncer
branch: externals/osm commit 81cfa86e99d1945b2a35a01231e8c0076a73cfa6 Author: Daniel Mendler Commit: Daniel Mendler Support address search links --- README.org | 2 ++ osm-ol.el | 23 --- osm.el | 22 ++ 3 files changed, 28 insertions(+), 19 del

[elpa] externals/org-modern 1a97306a1d: Introduce separate org-modern-symbol face

2022-03-20 Thread ELPA Syncer
branch: externals/org-modern commit 1a97306a1da290c5efdf4dad64ef2be5e419ef7b Author: Daniel Mendler Commit: Daniel Mendler Introduce separate org-modern-symbol face This face is used to separately style stars, checkboxes and progress indicators. The face is useful when your def

[elpa] externals/hyperbole 78929bf90b: Add test case for action key on hyphen in lisp symbol (#164)

2022-03-20 Thread ELPA Syncer
branch: externals/hyperbole commit 78929bf90beffc81affd732511a0aef65c2109af Author: Mats Lidell Commit: GitHub Add test case for action key on hyphen in lisp symbol (#164) * Add test case for action key on hyphen in lisp symbol * Verify that proper symbol is found --- Chan

[elpa] externals/osm a3f158c018 1/2: Improve transient pins

2022-03-20 Thread ELPA Syncer
branch: externals/osm commit a3f158c018107d3cf40c1fe0dfe40ec7b4d77c84 Author: Daniel Mendler Commit: Daniel Mendler Improve transient pins --- osm-ol.el | 10 ++ osm.el| 63 +-- 2 files changed, 39 insertions(+), 34 del

[elpa] externals/osm e4f8775fec 2/2: Add osm-center to menu

2022-03-20 Thread ELPA Syncer
branch: externals/osm commit e4f8775fec99d109ca330daaadc0696323fa1b7f Author: Daniel Mendler Commit: Daniel Mendler Add osm-center to menu --- osm.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osm.el b/osm.el index 1cdcffb517..9192a43bb6 100644 --- a/osm.el +++ b/

[elpa] externals/osm updated (3208952f8d -> e4f8775fec)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/osm. from 3208952f8d Refactor, store map coordinates as latitude/longitude new a3f158c018 Improve transient pins new e4f8775fec Add osm-center to menu Summary of changes: osm-ol.el | 10 ++ osm.el| 66 ++

[elpa] externals/osm 3208952f8d 2/2: Refactor, store map coordinates as latitude/longitude

2022-03-20 Thread ELPA Syncer
branch: externals/osm commit 3208952f8d089cb39d68e72130b39647663067de Author: Daniel Mendler Commit: Daniel Mendler Refactor, store map coordinates as latitude/longitude --- README.org | 7 +- osm.el | 348 ++--- 2 files changed,

[elpa] externals/osm c38ab4f400 1/2: Preserve transient pin when zooming

2022-03-20 Thread ELPA Syncer
branch: externals/osm commit c38ab4f400fa6c2fad75c57ac075e16b5b71d64c Author: Daniel Mendler Commit: Daniel Mendler Preserve transient pin when zooming --- osm.el | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/osm.el b/osm.el index cfb9

[elpa] externals/osm updated (f79b6a2e21 -> 3208952f8d)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/osm. from f79b6a2e21 Preserve transient pin for longer (Fix #3) new c38ab4f400 Preserve transient pin when zooming new 3208952f8d Refactor, store map coordinates as latitude/longitude Summary of changes: README.org | 7 +- os

[elpa] externals/eglot 9eb9353fdc: Add simple support for workspaceFolders

2022-03-20 Thread ELPA Syncer
branch: externals/eglot commit 9eb9353fdc15c91a66ef8f4e53e18b22aa0870cd Author: Felicián Németh Commit: Felicián Németh Add simple support for workspaceFolders Close #893. Clients can support workspaceFolders since LSP 3.6. rootUri and rootPath are deprecated. Dynamic

[nongnu] elpa/with-editor 3147321151 1/2: Remove AUTHORS.md

2022-03-20 Thread ELPA Syncer
branch: elpa/with-editor commit 31473211514fd29e3e86b107ec30ea04bc2563c4 Author: Jonas Bernoulli Commit: Jonas Bernoulli Remove AUTHORS.md This is part of my effort to make the Makefiles of packages more similar to each other. Except for Magit, the other packages do not com

[nongnu] elpa/with-editor 8f112d3aef 2/2: Automatically publish statistics

2022-03-20 Thread ELPA Syncer
branch: elpa/with-editor commit 8f112d3aef018ac2956999af544803331be3cdde Author: Jonas Bernoulli Commit: Jonas Bernoulli Automatically publish statistics --- .github/workflows/stats.yml | 18 ++ Makefile| 9 +++-- docs/Makefile | 18 +++

[nongnu] elpa/with-editor updated (495a545178 -> 8f112d3aef)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch elpa/with-editor. from 495a545178 Use locate-file instead of locate-file-internal new 3147321151 Remove AUTHORS.md new 8f112d3aef Automatically publish statistics Summary of changes: .github/workflows/stats.yml | 18 ++ M

[elpa] externals/devdocs 8e4cd09bdf: Remove org dependency to fontify code blocks

2022-03-20 Thread ELPA Syncer
branch: externals/devdocs commit 8e4cd09bdf876c0f7e991d4fcafc1459a7f29d8c Author: Augusto Stoffel Commit: Augusto Stoffel Remove org dependency to fontify code blocks --- devdocs.el | 29 + 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/devdocs.el

[elpa] externals/osm ff64d0a6e0 1/2: Simplify menu mechanism

2022-03-20 Thread ELPA Syncer
branch: externals/osm commit ff64d0a6e0bf4d86f66b63214b113d8035ce1a56 Author: Daniel Mendler Commit: Daniel Mendler Simplify menu mechanism --- osm.el | 114 ++--- 1 file changed, 60 insertions(+), 54 deletions(-) diff --git a/osm

[elpa] externals/osm updated (da25f3fe7b -> f79b6a2e21)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/osm. from da25f3fe7b Minor cleanup new ff64d0a6e0 Simplify menu mechanism new f79b6a2e21 Preserve transient pin for longer (Fix #3) Summary of changes: osm.el | 173 ++

[elpa] externals/osm f79b6a2e21 2/2: Preserve transient pin for longer (Fix #3)

2022-03-20 Thread ELPA Syncer
branch: externals/osm commit f79b6a2e21f4655deabe4119bd66b274a82f3d61 Author: Daniel Mendler Commit: Daniel Mendler Preserve transient pin for longer (Fix #3) --- osm.el | 59 --- 1 file changed, 20 insertions(+), 39 deletions(-) diff

[elpa] externals/dtache e7d143df8a 2/2: Don't set redraw method when creating a session

2022-03-20 Thread ELPA Syncer
branch: externals/dtache commit e7d143df8a8f88cbbe0fa023cd1fc30219598d88 Author: Rose Osterheld Commit: Niklas Eklund Don't set redraw method when creating a session Setting the redraw method when creating a session only changes the default redraw method when attaching to it. We

[elpa] externals/dtache updated (6e761e8906 -> e7d143df8a)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/dtache. from 6e761e8906 Add a code contributors section new b7ea44d9e9 Disable dtach from redrawing new e7d143df8a Don't set redraw method when creating a session Summary of changes: dtache.el | 5 +++-- 1 file changed, 3 inser

[elpa] externals/dtache b7ea44d9e9 1/2: Disable dtach from redrawing

2022-03-20 Thread ELPA Syncer
branch: externals/dtache commit b7ea44d9e9c5c63f379f0dd8161cfde7a8c97d6e Author: Rose Osterheld Commit: Niklas Eklund Disable dtach from redrawing Normally, dtach will set the redraw flag to `none`, because dtache doesn't run programs in a terminal. If dtache-env is edited to us

[elpa] externals/repology 3d57014703 1/4: repology: Demote error about missing reference for outdated projects

2022-03-20 Thread Nicolas Goaziou
branch: externals/repology commit 3d57014703012ec79016d74a4f869dcb144b66af Author: Nicolas Goaziou Commit: Nicolas Goaziou repology: Demote error about missing reference for outdated projects * repology.el (repology-filter-outdated-projects): Do not stop the process when encount

[elpa] externals/repology 220d5c244a 3/4: repology-license: Warn about missing Gentoo licenses identifiers

2022-03-20 Thread Nicolas Goaziou
branch: externals/repology commit 220d5c244a7f144e4cda9690153aad0748a981c6 Author: Nicolas Goaziou Commit: Nicolas Goaziou repology-license: Warn about missing Gentoo licenses identifiers * repology-license.el (repology--license-get-identifiers:gentoo): Raise a warning when Gent

[elpa] externals/repology b5829003de 4/4: repology: Release 1.2.3

2022-03-20 Thread Nicolas Goaziou
branch: externals/repology commit b5829003decbdbe9002e7e1d29f45989a4659927 Author: Nicolas Goaziou Commit: Nicolas Goaziou repology: Release 1.2.3 --- repology.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repology.el b/repology.el index 3d99d4c17e..012cf7a0dc 10064

[elpa] externals/repology updated (db7ddc5593 -> b5829003de)

2022-03-20 Thread Nicolas Goaziou
ngz pushed a change to branch externals/repology. from db7ddc5593 repology: Release 1.2.2 new 3d57014703 repology: Demote error about missing reference for outdated projects new b1b585a8e2 repology-utils: Gracefully handle connectivity issues with requests new 220d

[elpa] externals/repology b1b585a8e2 2/4: repology-utils: Gracefully handle connectivity issues with requests

2022-03-20 Thread Nicolas Goaziou
branch: externals/repology commit b1b585a8e2a201f7b227bd8a2db04a385e824afa Author: Nicolas Goaziou Commit: Nicolas Goaziou repology-utils: Gracefully handle connectivity issues with requests * repology-utils.el (repology-request): Handle unreachable URL and empty data. --- repo

[elpa] externals/dtache 6e761e8906 3/3: Add a code contributors section

2022-03-20 Thread ELPA Syncer
branch: externals/dtache commit 6e761e890691e52555eb12dcb5b009d13a146c4d Author: Niklas Eklund Commit: Niklas Eklund Add a code contributors section Rearranged the credits section into ideas and code. Added rosetail as a code contributor. --- README.org | 16 --

[elpa] externals/dtache c7d44ea2ea 2/3: Make dtache use the correct command syntax for fish

2022-03-20 Thread ELPA Syncer
branch: externals/dtache commit c7d44ea2ea78bbca87bf198bf1e7d9ec067a8f2c Author: Rose Osterheld Commit: Niklas Eklund Make dtache use the correct command syntax for fish Fish uses `begin; ... end` instead of `{ ... }` for grouping, so if dtache is using fish shell we need to cha

[elpa] externals/dtache 1873308724 1/3: Use `shell-file-name` as default shell

2022-03-20 Thread ELPA Syncer
branch: externals/dtache commit 1873308724552856c5efc660c03af34652d46dcf Author: Rose Osterheld Commit: Niklas Eklund Use `shell-file-name` as default shell `shell-file-name` is a built-in variable, so it is probably a better default than just assuming bash --- dtache.el | 2 +-

[elpa] externals/dtache updated (bdbd007caf -> 6e761e8906)

2022-03-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/dtache. from bdbd007caf Improve dtache integration with eshell new 1873308724 Use `shell-file-name` as default shell new c7d44ea2ea Make dtache use the correct command syntax for fish new 6e761e8906 Add a code contributors

[elpa] externals/logos 20fb2393e9: Fix page motion when point is at max when narrowed

2022-03-20 Thread ELPA Syncer
branch: externals/logos commit 20fb2393e9b42ee08894574e58f477d82df79f62 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix page motion when point is at max when narrowed Before, logos would skip a page if the following were met: * The buffer was narrowed. * Poi