[elpa] externals/embark c672dcf1eb: Don't inject target into pre-action hook minibuffers!

2021-12-27 Thread ELPA Syncer
branch: externals/embark commit c672dcf1eb8c1be0462778b2ab5a115150568c83 Author: Omar Antolín Commit: Omar Antolín Don't inject target into pre-action hook minibuffers! I can't believe this bug was undiscovered for so long. The minibuffer injection applied to the pre-action hook

[elpa] externals/embark 2e3ce23d19: Have embark-bindings-at-point also check overlays

2021-12-27 Thread ELPA Syncer
branch: externals/embark commit 2e3ce23d19da042c4d5b5aa98b5a4345a8a5fcc9 Author: Omar Antolín Commit: Omar Antolín Have embark-bindings-at-point also check overlays The get-text-property function ignores overlays while get-char-property doesn't. Not the best naming scheme, but a

[elpa] externals/embark-consult updated (c672dcf1eb -> 2e3ce23d19)

2021-12-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from c672dcf1eb Don't inject target into pre-action hook minibuffers! adds 2e3ce23d19 Have embark-bindings-at-point also check overlays No new revisions were added by this update. Summary of changes: embark.el | 4 ++--

[nongnu] main 9943a5b3b8: * elpa-packages (mpv): New package

2021-12-27 Thread Stefan Monnier via
branch: main commit 9943a5b3b8529d3bdf45a74ab677c3d674eeef91 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (mpv): New package --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index 23545f783b..b56e7cff0c 100644 --- a/elpa-

[nongnu] elpa/mpv bc89524528 15/50: use timer formatting from org-timer.el

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit bc89524528bf91d608ad8416c0fb9ae534a311c8 Author: Johann Klähn Commit: Johann Klähn use timer formatting from org-timer.el --- mpv.el | 47 ++- 1 file changed, 18 insertions(+), 29 deletions(-) diff --git a/mpv.el b/mpv.el

[nongnu] elpa/mpv 0a02225f4e 30/50: autoload all interactive functions

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 0a02225f4ef23eea3af8ccf251d740b5d0fb8bb7 Author: Johann Klähn Commit: Johann Klähn autoload all interactive functions --- mpv.el | 9 + 1 file changed, 9 insertions(+) diff --git a/mpv.el b/mpv.el index 7b91bb4f16..4d6a270705 100644 --- a/mpv.el +++ b/mpv.el

[nongnu] elpa/mpv 33ca8987ed 03/50: work around spurious event messages

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 33ca8987ed267eadfe21977480839a38c88d3988 Author: Johann Klähn Commit: Johann Klähn work around spurious event messages --- mpv-mode.el | 66 + 1 file changed, 62 insertions(+), 4 deletions(-) diff --git a/m

[nongnu] elpa/mpv 6338f0d6b5 12/50: rename to mpv.el

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 6338f0d6b5b345e4a41ea96c7eeecec0abe713de Author: Johann Klähn Commit: Johann Klähn rename to mpv.el --- mpv-mode.el => mpv.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mpv-mode.el b/mpv.el similarity index 96% rename from mpv-mo

[nongnu] elpa/mpv 91b094c966 02/50: initial import

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 91b094c966fe9a721fb05cfba8880f0bc9e7bb09 Author: Johann Klähn Commit: Johann Klähn initial import --- mpv-mode.el | 63 + 1 file changed, 63 insertions(+) diff --git a/mpv-mode.el b/mpv-mode.el new file mod

[nongnu] branch elpa/mpv created (now 9bd6d36cc7)

2021-12-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/mpv. at 9bd6d36cc7 Fix #16 This branch includes the following new commits: new 3849da1e45 root commit new 91b094c966 initial import new 33ca8987ed work around spurious event messages new 899559ae77 some fixes

[nongnu] elpa/mpv 3849da1e45 01/50: root commit

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 3849da1e45fdfd4829b23bcef90a4a6b00107b72 Author: Johann Klähn Commit: Johann Klähn root commit

[nongnu] elpa/mpv 8da5b19f3d 07/50: cleanup

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 8da5b19f3d9195a863429be30b71cb82b492a01f Author: Johann Klähn Commit: Johann Klähn cleanup --- mpv-mode.el | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/mpv-mode.el b/mpv-mode.el index 075a73ef05..5cfba03ce8 100644 --- a/mpv-mode.el +++

[nongnu] elpa/mpv 6fe510798a 26/50: fix mpv-speed-set

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 6fe510798a43b3f93ec00a098d65020ab9f31439 Author: Johann Klähn Commit: Johann Klähn fix mpv-speed-set --- mpv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv.el b/mpv.el index d829faf894..6b2c972db3 100644 --- a/mpv.el +++ b/mpv.el @@ -254,7

[nongnu] elpa/mpv 1e666079b8 05/50: skip junk at beginning of buffer

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 1e666079b806f6defadec6507cc72f2b62442d6d Author: Johann Klähn Commit: Johann Klähn skip junk at beginning of buffer --- mpv-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpv-mode.el b/mpv-mode.el index 02ce91de57..1da08ed794 100644 --- a/mpv-mode.el +

[nongnu] elpa/mpv 8c0933630b 08/50: add seek-to-position-at-point

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 8c0933630bd52532169d6e6b34143d0697101d6c Author: Johann Klähn Commit: Johann Klähn add seek-to-position-at-point --- mpv-mode.el | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/mpv-mode.el b/mpv-mode.el index 5cfba03ce8..0

[nongnu] elpa/mpv ee505feff0 16/50: add .gitignore

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit ee505feff0b28d335812c175fa6042f88f371a77 Author: Johann Klähn Commit: Johann Klähn add .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 00..c531d9867f --- /dev/null +++ b/.gitigno

[nongnu] elpa/mpv 03fe7a536a 24/50: add mpv-on-start-hook and mpv-on-exit-hook

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 03fe7a536ab14a2a56b4d2c65e3d2cf0b70a7166 Author: Johann Klähn Commit: Johann Klähn add mpv-on-start-hook and mpv-on-exit-hook --- mpv.el | 13 + 1 file changed, 13 insertions(+) diff --git a/mpv.el b/mpv.el index 80e4df89c5..a37f5106f9 100644 --- a/mpv.e

[nongnu] elpa/mpv 899559ae77 04/50: some fixes

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 899559ae77a4ead96358b5845cb39f1c471566f5 Author: Johann Klähn Commit: Johann Klähn some fixes --- mpv-mode.el | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/mpv-mode.el b/mpv-mode.el index 9e9276af88..02ce91de57 100644

[nongnu] elpa/mpv e3fad297cd 18/50: add README.md

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit e3fad297cd68719b8573bd326b01bbdf20ef4a87 Author: Johann Klähn Commit: Johann Klähn add README.md --- README.md | 31 +++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 00..2bf926a46c

[nongnu] elpa/mpv b026ae5bb6 46/50: Merge pull request #19 from c1-g/volume

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit b026ae5bb6139b8bbbc572d24974dcd295c1465c Merge: 2d24187f7b 27b98410e5 Author: Johann Klähn Commit: GitHub Merge pull request #19 from c1-g/volume Add volume control commands --- README.md | 1 + mpv.el| 33 + 2 files chan

[nongnu] elpa/mpv fcdca618df 29/50: add badge for MELPA stable

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit fcdca618df6e1c90ff5d6300fa23afdce84e6d24 Author: Johann Klähn Commit: Johann Klähn add badge for MELPA stable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 631f5f9d29..e9f581df94 100644 --- a/README.md +

[nongnu] elpa/mpv f0da905fd3 06/50: implement pausing and inserting playback position

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit f0da905fd3fb66dd0c16a36e42072fd21dc682d1 Author: Johann Klähn Commit: Johann Klähn implement pausing and inserting playback position --- mpv-mode.el | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/mpv-mode.el b/mpv-mod

[nongnu] elpa/mpv 27b98410e5 45/50: Fix decreasing volume or speed by multiple steps

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 27b98410e5b53eae62c5fe567e29dbf665fc77f8 Author: c1-g Commit: Johann Klähn Fix decreasing volume or speed by multiple steps --- mpv.el | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/mpv.el b/mpv.el index d99d9ff206..5b9847538e 1006

[nongnu] elpa/mpv 9dedf3b7c1 34/50: Monkey-patch org-timer-item instead of reimplementing

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 9dedf3b7c1bfd778284df7f394207ce0447ea7aa Author: Johann Klähn Commit: Johann Klähn Monkey-patch org-timer-item instead of reimplementing --- mpv.el | 25 ++--- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/mpv.el b/mpv.el index de

[nongnu] elpa/mpv c6b3fa013c 36/50: Add mpv-run-command function to synchronously run commands

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit c6b3fa013caa6848e564a5502e2e072584103cb9 Author: Johann Klähn Commit: Johann Klähn Add mpv-run-command function to synchronously run commands Closes #3. --- mpv.el | 34 -- 1 file changed, 24 insertions(+), 10 deletions(-) di

[nongnu] elpa/mpv 937bdf522a 17/50: implement seeking and changing of playback speed

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 937bdf522a48951d9de0654498a05f9d41c2fc3e Author: Johann Klähn Commit: Johann Klähn implement seeking and changing of playback speed --- mpv.el | 56 ++-- 1 file changed, 54 insertions(+), 2 deletions(-) diff --git

[nongnu] elpa/mpv d7bb3a7082 40/50: Add sleep and timeout to mpv-kill and mpv-play

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit d7bb3a70829203be827505c40f761d197494817b Author: Johann Klähn Commit: Johann Klähn Add sleep and timeout to mpv-kill and mpv-play Fixes #4 --- mpv.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mpv.el b/mpv.el index b05744

[nongnu] elpa/mpv 604b32d7e6 11/50: add play command

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 604b32d7e652070206d00d7569f4da302c110bfa Author: Johann Klähn Commit: Johann Klähn add play command --- mpv-mode.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mpv-mode.el b/mpv-mode.el index 898ab6cca7..437094876e 100644 --- a/mpv

[nongnu] elpa/mpv f0f61db3af 47/50: Add COPYING file following GPL

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit f0f61db3af375502e53f8fd9909d393d56c632b1 Author: Sacha Chua Commit: Sacha Chua Add COPYING file following GPL --- COPYING | 674 1 file changed, 674 insertions(+) diff --git a/COPYING b/COPYING new fil

[nongnu] elpa/mpv 3021c55fa5 32/50: Merge pull request #1 from magnusstahre/expand-tilde

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 3021c55fa5723a806dde5fb2a630b115e2c53d06 Merge: 0a02225f4e 174cd4b68b Author: Johann Klähn Commit: Johann Klähn Merge pull request #1 from magnusstahre/expand-tilde call expand-file-name on files passed to mpv-play --- mpv.el | 2 +- 1 file changed, 1 insert

[nongnu] elpa/mpv 9ff4d5d80b 25/50: fix mpv-insert-playback-position

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 9ff4d5d80b762dabbea3c29a378147f7e8156437 Author: Johann Klähn Commit: Johann Klähn fix mpv-insert-playback-position Turns out I've been using lexical-binding after all. --- mpv.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv.el

[nongnu] elpa/mpv 0e4318b45f 13/50: improve docstrings

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 0e4318b45f42cd72613532b1121d8a28eaba8de4 Author: Johann Klähn Commit: Johann Klähn improve docstrings --- mpv.el | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/mpv.el b/mpv.el index 159d2743c6..514843d5d8 100644 --- a/mpv.e

[nongnu] elpa/mpv 9ef359d712 20/50: fix generation of autoloads

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 9ef359d712664dff558f8bdc823bad8d442426f2 Author: Johann Klähn Commit: Johann Klähn fix generation of autoloads --- mpv.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mpv.el b/mpv.el index 30112f91ea..5c4a327b2b 100644 --- a/mpv.el +++ b/mpv.el @@ -43,6 +43,7

[nongnu] elpa/mpv f31cbdb94a 37/50: Add convenience functions to get and set properties

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit f31cbdb94a928540069221eb2f7f5847ccab96dc Author: Johann Klähn Commit: Johann Klähn Add convenience functions to get and set properties Closes #2. --- mpv.el | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/mpv.el b/m

[nongnu] elpa/mpv 059135de39 28/50: version 0.1.0

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 059135de3979e044f14503806047476d9be9f0e8 Author: Johann Klähn Commit: Johann Klähn version 0.1.0 --- README.md | 47 ++- mpv.el| 2 ++ 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/README.md b/README

[nongnu] elpa/mpv ce3bbfac36 22/50: add mpv-default-options

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit ce3bbfac3630efb37bd4aa00a5312267ed3afa46 Author: Johann Klähn Commit: Johann Klähn add mpv-default-options --- mpv.el | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/mpv.el b/mpv.el index 7490921bff..908fc4c951 100644 --- a/mpv.el

[nongnu] elpa/mpv 15c51ddc5e 10/50: remove dependency on dash library

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 15c51ddc5ec66270df2fbe9b5fbac32b54d21f03 Author: Johann Klähn Commit: Johann Klähn remove dependency on dash library --- mpv-mode.el | 31 +++ 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/mpv-mode.el b/mpv-mode.el index

[nongnu] elpa/mpv 32f1478ed2 33/50: Remove dependency on names package

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 32f1478ed2a89c3384df5cbc36ad5adba5cbee6b Author: Johann Klähn Commit: Johann Klähn Remove dependency on names package --- mpv.el | 182 + 1 file changed, 93 insertions(+), 89 deletions(-) diff --git a/m

[nongnu] elpa/mpv ec4929ad5d 19/50: fix package header for melpa

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit ec4929ad5df1c7421d67b5cff3b21259597eb795 Author: Johann Klähn Commit: Johann Klähn fix package header for melpa --- mpv.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv.el b/mpv.el index 9a86d9a2c6..30112f91ea 100644 --- a/mpv.el +++ b/m

[nongnu] elpa/mpv 4dddd55c5e 41/50: Add mpv-version.

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 455c5ea805ae19b2e7694dec2ae1ab4f683e Author: firmart Commit: firmart Add mpv-version. --- mpv.el | 9 + 1 file changed, 9 insertions(+) diff --git a/mpv.el b/mpv.el index 54d696c34d..6ac73e5271 100644 --- a/mpv.el +++ b/mpv.el @@ -362,5 +362,14 @@ of \\[

[nongnu] elpa/mpv 174cd4b68b 31/50: call expand-file-name on files passed to mpv-play

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 174cd4b68b590da5ceb81675fb7c9afe5917716e Author: magnus stahre Commit: magnus stahre call expand-file-name on files passed to mpv-play --- mpv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv.el b/mpv.el index 4d6a270705..03935912a6 100644 -

[nongnu] elpa/mpv 2d40c45505 38/50: Add mpv-seek and mpv-revert-seek commands

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 2d40c4550558eb1bf35a69446777c4e9cae7a623 Author: Johann Klähn Commit: Johann Klähn Add mpv-seek and mpv-revert-seek commands --- mpv.el | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/mpv.el b/mpv.el index d72ed29ee4..a07887ef7f 10

[nongnu] elpa/mpv 4774d52c8c 48/50: Merge pull request #21 from sachac/master

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 4774d52c8c8aee096d900304dd81ee7cbb4338d6 Merge: b026ae5bb6 f0f61db3af Author: Johann Klähn Commit: GitHub Merge pull request #21 from sachac/master Add COPYING file following GPL --- COPYING | 674 +

[nongnu] elpa/mpv 9bd6d36cc7 50/50: Fix #16

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 9bd6d36cc77d3123b5ab11f11c47a0eff8cbf968 Author: Johann Klähn Commit: GitHub Fix #16 `alist-get` needs emacs ≥ 25.1 --- mpv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv.el b/mpv.el index 4dabe16230..d3e6beb188 100644 --- a/mpv.e

[nongnu] elpa/mpv ed83369372 39/50: Fix mpv-seek-to-position-at-point for start-of-playback position

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit ed83369372ea3ba738ef17c06ef6d15b05f7095d Author: Johann Klähn Commit: Johann Klähn Fix mpv-seek-to-position-at-point for start-of-playback position Thanks to @snowman for reporting this in issue #8. --- mpv.el | 2 +- 1 file changed, 1 insertion(+), 1 deleti

[nongnu] elpa/mpv 2d24187f7b 43/50: Merge pull request #9 from firmart/patch-mpv-version

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 2d24187f7bdb0495c90d5109a730742e735636ba Merge: d7bb3a7082 705e81b8a6 Author: Johann Klähn Commit: GitHub Merge pull request #9 from firmart/patch-mpv-version --- mpv.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/mpv.el b/mpv.el index 54d696c34d

[nongnu] elpa/mpv 3a43c9e60a 14/50: reorder function definitions

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 3a43c9e60abec315da803d645869e835eb8be1a8 Author: Johann Klähn Commit: Johann Klähn reorder function definitions --- mpv.el | 44 +++- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/mpv.el b/mpv.el index 514843d

[nongnu] elpa/mpv 0579b5c707 09/50: support inserting org timer list items

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 0579b5c707c506cb6186c92cef3f52ea16a60235 Author: Johann Klähn Commit: Johann Klähn support inserting org timer list items --- mpv-mode.el | 39 ++- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/mpv-mode.el b/mpv-mo

[nongnu] elpa/mpv ed9c7b0028 21/50: move functions to public interface

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit ed9c7b0028dce0596d68cb1ecd0d87349e3a9366 Author: Johann Klähn Commit: Johann Klähn move functions to public interface • mpv--alive-p → mpv-live-p • mpv--start → mpv-start --- README.md | 2 +- mpv.el| 17 ++--- 2 files changed, 11 insert

[nongnu] elpa/mpv 338af25d20 23/50: add mpv-on-event-hook

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 338af25d2039297369e3f17e538e8654bf4c4040 Author: Johann Klähn Commit: Johann Klähn add mpv-on-event-hook --- mpv.el | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/mpv.el b/mpv.el index 908fc4c951..80e4df89c5 100644 --- a/mpv.e

[nongnu] elpa/mpv 9e1781249f 27/50: convert numbers to strings before encoding as JSON

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 9e1781249fc362e1f095e4773dca25a840e4b7e2 Author: Johann Klähn Commit: Johann Klähn convert numbers to strings before encoding as JSON Seems like mpv wants "command" to be a list of strings. --- mpv.el | 10 +- 1 file changed, 9 insertions(+), 1 delet

[nongnu] elpa/mpv 79e01bf89b 35/50: Remove stale socket files when mpv process is gone

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 79e01bf89b606cad470575cc4a5c77f0c6e4612f Author: Johann Klähn Commit: Johann Klähn Remove stale socket files when mpv process is gone --- mpv.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mpv.el b/mpv.el index d2fc082b7d..db6375552c 100644 --- a/mpv.el ++

[nongnu] elpa/mpv a5c6eed9ac 44/50: Add volume control commands

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit a5c6eed9acf2faf31e56b3ebe86b1b0405636d45 Author: c1-g Commit: Johann Klähn Add volume control commands --- README.md | 1 + mpv.el| 27 +++ 2 files changed, 28 insertions(+) diff --git a/README.md b/README.md index e9f581df94..cecebce604

[nongnu] elpa/mpv 705e81b8a6 42/50: Make mpv-version more verbose and update its docstring as suggested

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 705e81b8a62a5994cb0e8bd369c99cdc8378f220 Author: firmart Commit: firmart Make mpv-version more verbose and update its docstring as suggested --- mpv.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mpv.el b/mpv.el index 6ac73e5271..5348c

[nongnu] elpa/mpv 6cf13615a7 49/50: Add commands to go to next/prev entry on the playlist (#20)

2021-12-27 Thread ELPA Syncer
branch: elpa/mpv commit 6cf13615a7e1d12ee138d28340e1832cc85213ee Author: Hitoshi Uchida Commit: GitHub Add commands to go to next/prev entry on the playlist (#20) --- README.md | 1 + mpv.el| 12 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index c

[elpa] externals/org-transclusion 8b8da37aff: intrnl: edit for ELPA

2021-12-27 Thread ELPA Syncer
branch: externals/org-transclusion commit 8b8da37aff5afa9b6b338908f7a6b6b8172e3676 Author: Noboru Ota Commit: Noboru Ota intrnl: edit for ELPA --- .elpaignore | 3 +-- .gitignore | 4 Makefile| 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.elpaignore b/.elp

[elpa] externals/pyim 2330f3fd4e 1/2: 简化 page popup 功能。

2021-12-27 Thread ELPA Syncer
branch: externals/pyim commit 2330f3fd4e167eb6d99f62ba3d7b5892df3d4d9b Author: Feng Shu Commit: Feng Shu 简化 page popup 功能。 * pyim-process.el (pyim-process-run-async): Remove pyim-page-refresh-run-async-p. * pyim-page.el (pyim-page-refresh-run-async-p): remo

[elpa] externals/pyim d1cf45f979 2/2: v4.0.1

2021-12-27 Thread ELPA Syncer
branch: externals/pyim commit d1cf45f979f7795b9e8f8774914f269d5d3cc628 Author: Feng Shu Commit: Feng Shu v4.0.1 --- pyim.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim.el b/pyim.el index c7a009c3f0..6d341ea23d 100644 --- a/pyim.el +++ b/pyim.el @@ -7,7 +7,7 @@

[elpa] externals/pyim updated (9695dc5b0c -> d1cf45f979)

2021-12-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 9695dc5b0c v4.0.0 new 2330f3fd4e 简化 page popup 功能。 new d1cf45f979 v4.0.1 Summary of changes: pyim-page.el| 76 +++-- pyim-process.el | 3 +-- pyim.el |

<    1   2