[elpa] externals/tmr 4d8c70530c 1/7: tmr-cancel: Fix

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit 4d8c70530ce87a3bf76d2d4e383628abdc6d8e99 Author: Damien Cassou Commit: Protesilaos Stavrou tmr-cancel: Fix The code was broken after commit 2fc61f9 which was merged by mistake: 2fc61f95950b564cb3ceefe57f1fec339adc2969 Author: Damien Ca

[elpa] externals/tmr b240741a14 4/7: Add Damien Cassou as author

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit b240741a142f99157aea8e7cf14f9fa740dbd26c Author: Damien Cassou Commit: Protesilaos Stavrou Add Damien Cassou as author --- tmr.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tmr.el b/tmr.el index 929c6aa8fd..a4fc60512a 100644 --- a/tmr.el +++ b/tmr.el @@

[elpa] externals/tmr 15089d145e 2/7: tmr-tabulated: Add documentation to the Commentary section

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit 15089d145ebdc84239b8646ef4730f65d8608439 Author: Damien Cassou Commit: Protesilaos Stavrou tmr-tabulated: Add documentation to the Commentary section --- tmr-tabulated.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmr-tabulated.el b/

[elpa] externals/tmr updated (4bf30baacb -> d8071f7476)

2022-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/tmr. from 4bf30baacb Add FIXME for tmr-cancel new 4d8c70530c tmr-cancel: Fix new 15089d145e tmr-tabulated: Add documentation to the Commentary section new 41c44c2154 tmr-tabulated: Bind "k" to the new tmr-tabulated-cancel

[elpa] externals/tmr d8071f7476 7/7: Use let bound variable in tmr--read-timer

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit d8071f74761c6b9b30f55f5598b89a4b2f4ec47d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use let bound variable in tmr--read-timer --- tmr.el | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/tmr.el b/tmr.el in

[elpa] externals/tmr 81aa6ce65c 6/7: Use forward-line instead of {next, previous}-line

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit 81aa6ce65cbc3f47a5a69c280f45088c9dd79730 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use forward-line instead of {next,previous}-line This is done to placate the compiler. The other functions are meant for interactive use. --- tmr-tabul

[elpa] externals/tmr 90526a0310 5/7: Fix placement of comma for Authors

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit 90526a0310a759dd86d965ca70ba706e350f205c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix placement of comma for Authors --- tmr.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmr.el b/tmr.el index a4fc60512a..1296d08290 10

[elpa] externals/tmr 41c44c2154 3/7: tmr-tabulated: Bind "k" to the new tmr-tabulated-cancel command

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit 41c44c2154c8f493d1de272b36611c890ef399ad Author: Damien Cassou Commit: Protesilaos Stavrou tmr-tabulated: Bind "k" to the new tmr-tabulated-cancel command --- tmr-tabulated.el | 38 ++ 1 file changed, 38 insertions(+) diff --

[elpa] externals/tmr 15c3e4035b 3/3: Add Damien Cassou to authors in the manual

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit 15c3e4035b37bb2de2d346c9fe953f78c14cc615 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add Damien Cassou to authors in the manual --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index ee517c

[elpa] externals/tmr 7be6aa97c3 1/3: Make tabulated hook local

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit 7be6aa97c32003fbbc29a7234524ab5b1e817aad Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make tabulated hook local Otherwise it affects other packages. --- tmr-tabulated.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmr-

[elpa] externals/tmr updated (d8071f7476 -> 15c3e4035b)

2022-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/tmr. from d8071f7476 Use let bound variable in tmr--read-timer new 7be6aa97c3 Make tabulated hook local new 2938857a93 Update docs, especially for tmr-tabulated-view new 15c3e4035b Add Damien Cassou to authors in the manua

[elpa] externals/tmr 2938857a93 2/3: Update docs, especially for tmr-tabulated-view

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit 2938857a93b2f032a91674c159848aa90c959b0c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update docs, especially for tmr-tabulated-view Thanks again to Damien Cassou for all the contributions thus far. --- README.org | 64 +++

[elpa] externals/osm 7d79bb9ba5: Inline functions. For some reason this seemingly reduces allocations.

2022-05-11 Thread ELPA Syncer
branch: externals/osm commit 7d79bb9ba5aaeba094829e967d5d6b316509de83 Author: Daniel Mendler Commit: Daniel Mendler Inline functions. For some reason this seemingly reduces allocations. Who knows why? These functions should be non-allocating... --- osm.el | 18 +- 1

[elpa] externals/osm 8d461109ed 2/2: Revert "Save a few bits here and there"

2022-05-11 Thread ELPA Syncer
branch: externals/osm commit 8d461109ed1ad77111dd267584da8379d244197a Author: Daniel Mendler Commit: Daniel Mendler Revert "Save a few bits here and there" The byte code compiler should optimize that for me, I think? --- osm.el | 18 +++--- 1 file changed, 11 insertions

[elpa] externals/osm updated (7d79bb9ba5 -> 8d461109ed)

2022-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/osm. from 7d79bb9ba5 Inline functions. For some reason this seemingly reduces allocations. new e049d3db6a Save a few bits here and there new 8d461109ed Revert "Save a few bits here and there" Summary of changes:

[elpa] externals/osm e049d3db6a 1/2: Save a few bits here and there

2022-05-11 Thread ELPA Syncer
branch: externals/osm commit e049d3db6a0a334df5181c572f57bf8ad38d104d Author: Daniel Mendler Commit: Daniel Mendler Save a few bits here and there --- osm.el | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/osm.el b/osm.el index 08559316d8..1ee09d3162

[elpa] externals/pyim ce1ee215f7: * pyim-cloudim.el (pyim-cloudim:baidu, pyim-cloudim:google): Handle buffer is nil.

2022-05-11 Thread ELPA Syncer
branch: externals/pyim commit ce1ee215f7e9e41d2cdd3f353700e97940e07031 Author: Feng Shu Commit: Feng Shu * pyim-cloudim.el (pyim-cloudim:baidu, pyim-cloudim:google): Handle buffer is nil. --- pyim-cloudim.el | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff

[elpa] externals/engrave-faces d6bc222841: LaTeX: allow for tex/latex only maths comments

2022-05-11 Thread ELPA Syncer
branch: externals/engrave-faces commit d6bc2228418941b9bee525cf588714569f6edb5d Author: TEC Commit: TEC LaTeX: allow for tex/latex only maths comments --- engrave-faces-latex.el | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/engrave-faces-l

[elpa] externals/javaimp 0d5979510f: Set imenu-space-replacement to nil locally

2022-05-11 Thread Filipp Gunbin
branch: externals/javaimp commit 0d5979510f7e36ad52d41d60c08219aad53eefd1 Author: Filipp Gunbin Commit: Filipp Gunbin Set imenu-space-replacement to nil locally --- javaimp.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/javaimp.el b/javaimp.el index b4056da158.

[elpa] externals/tmr updated (15c3e4035b -> bd9b1cd8f3)

2022-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/tmr. from 15c3e4035b Add Damien Cassou to authors in the manual new 4bf7f9d4e7 Don't overdo it with references to co-authors new bcbb9b3eaf tmr.el: add "Maintainer:" library header new bd9b1cd8f3 tmr-tabulated: add library

[elpa] externals/tmr bcbb9b3eaf 2/3: tmr.el: add "Maintainer:" library header

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit bcbb9b3eaf13946c70a6b06190f923710850b65b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou tmr.el: add "Maintainer:" library header Because we have two authors, it is better to not confuse users. For more information about library headers,

[elpa] externals/tmr 4bf7f9d4e7 1/3: Don't overdo it with references to co-authors

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit 4bf7f9d4e75aed1cd1f31df4c2a43e45db7b5b02 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Don't overdo it with references to co-authors I got carried away, but Damien was quick to correct me:

[elpa] externals/tmr bd9b1cd8f3 3/3: tmr-tabulated: add library headers

2022-05-11 Thread ELPA Syncer
branch: externals/tmr commit bd9b1cd8f36dbc4465cdf75100ef96f244d59687 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou tmr-tabulated: add library headers Same principle as commit bcbb9b3. --- tmr-tabulated.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmr-tabulat

[elpa] externals/osm 0753e734e9: Minor cleanup

2022-05-11 Thread ELPA Syncer
branch: externals/osm commit 0753e734e9cc3c77cf70ccc126c3ee3831fb3a30 Author: Daniel Mendler Commit: Daniel Mendler Minor cleanup --- osm.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/osm.el b/osm.el index 08559316d8..bb515f6d4b 100644 --- a/osm.el +++ b/osm.el @@

[elpa] externals/osm 0bcc5b4484: Minor optimization

2022-05-11 Thread ELPA Syncer
branch: externals/osm commit 0bcc5b4484b375d08bb99a57f36aff6f7c845a4c Author: Daniel Mendler Commit: Daniel Mendler Minor optimization --- osm.el | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/osm.el b/osm.el index bb515f6d4b..97cf698306 100644 --- a/osm.e

[elpa] externals/corfu updated (b4004a14a2 -> 77932f45ce)

2022-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/corfu. from b4004a14a2 Another attempt at working around the frame focus bug (#159) new 3b3f7b6e6d Revert "Another attempt at working around the frame focus bug (#159)" new f078f09354 Revert "Redirect focus in after-focus-change

[elpa] externals/corfu 3b3f7b6e6d 1/3: Revert "Another attempt at working around the frame focus bug (#159)"

2022-05-11 Thread ELPA Syncer
branch: externals/corfu commit 3b3f7b6e6d1f8a1fd344fbbf63bed86b7ced334f Author: Daniel Mendler Commit: Daniel Mendler Revert "Another attempt at working around the frame focus bug (#159)" This reverts commit b4004a14a2ada1f3cbd7c21df99e6607572a0bb3. --- corfu.el | 5 + 1 file c

[elpa] externals/corfu f078f09354 2/3: Revert "Redirect focus in after-focus-change-function (Fix #159)"

2022-05-11 Thread ELPA Syncer
branch: externals/corfu commit f078f093549009e0104b1d0578ce4c4844b9a944 Author: Daniel Mendler Commit: Daniel Mendler Revert "Redirect focus in after-focus-change-function (Fix #159)" This reverts commit ad712043b43791cacf13db66be901f271fb70bcf. --- corfu.el | 9 - 1 file c

[elpa] externals/osm 471f21f0f8: Optimize osm--update-header

2022-05-11 Thread ELPA Syncer
branch: externals/osm commit 471f21f0f8bffc078d5ccfd86610a83e5269c2a0 Author: Daniel Mendler Commit: Daniel Mendler Optimize osm--update-header --- osm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm.el b/osm.el index 97cf698306..a7a1f87e85 100644 --- a/osm.el +++

[elpa] externals/corfu 77932f45ce 3/3: Try different frame redirection

2022-05-11 Thread ELPA Syncer
branch: externals/corfu commit 77932f45ce98dfc3e9f00f451af29433c3b241c9 Author: Daniel Mendler Commit: Daniel Mendler Try different frame redirection --- corfu.el | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/corfu.el b/corfu.el index c3cc2d9eca..87

[elpa] externals/tomelr 62e249f208 1/5: chore: Remove a workaround unnecessary for Emacs 26.3+

2022-05-11 Thread ELPA Syncer
branch: externals/tomelr commit 62e249f2083dbe4acb0c1b4783f8fe0b132aef73 Author: Kaushal Modi Commit: Kaushal Modi chore: Remove a workaround unnecessary for Emacs 26.3+ --- test/all-tests.el | 7 --- 1 file changed, 7 deletions(-) diff --git a/test/all-tests.el b/test/all-tests.el ind

[elpa] externals/tomelr 0f7a6cf7f4 2/5: fix: Case of table arrays in nested sub tables

2022-05-11 Thread ELPA Syncer
branch: externals/tomelr commit 0f7a6cf7f40717b3fd7735f3ee78978e2d031bdb Author: Kaushal Modi Commit: Kaushal Modi fix: Case of table arrays in nested sub tables --- test/ttable-array.el | 41 + tomelr.el| 28 +---

[elpa] externals/tomelr updated (ede2781024 -> 19d128f0d2)

2022-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/tomelr. from ede2781024 chore: Update changelog, bump version header new 62e249f208 chore: Remove a workaround unnecessary for Emacs 26.3+ new 0f7a6cf7f4 fix: Case of table arrays in nested sub tables new a5b2a0e625 chore:

[elpa] externals/tomelr a5b2a0e625 3/5: chore: Update .gitignore

2022-05-11 Thread ELPA Syncer
branch: externals/tomelr commit a5b2a0e6251ce62cd2ce515b961dba513966fcb9 Author: Kaushal Modi Commit: Kaushal Modi chore: Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c531d9867f..dfb0c49467 100644 --- a/.gitignore +++ b

[elpa] externals/tomelr 7bc3c7c78a 4/5: chore(changelog): Update

2022-05-11 Thread ELPA Syncer
branch: externals/tomelr commit 7bc3c7c78aa9155252fd2f44b242cb180b404afe Author: Kaushal Modi Commit: Kaushal Modi chore(changelog): Update --- CHANGELOG.org | 11 +++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index d32088347b..db8bf0ff24 100644 --

[elpa] externals/tomelr 19d128f0d2 5/5: chore: Bump version in header

2022-05-11 Thread ELPA Syncer
branch: externals/tomelr commit 19d128f0d2fd4ea8d4bf92cb1f5a235468b45d00 Author: Kaushal Modi Commit: Kaushal Modi chore: Bump version in header --- tomelr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomelr.el b/tomelr.el index 7217fa23e4..7007b25254 100644 --- a/

[nongnu] elpa/pdf-tools 37bbe86175: Use mkstemp instead of tempnam

2022-05-11 Thread ELPA Syncer
branch: elpa/pdf-tools commit 37bbe861755bc60c7cc59fee3e2a5d919c77 Author: Vedang Manerikar Commit: Vedang Manerikar Use mkstemp instead of tempnam This reverts commit 8ee31220a6ae3e41549bfffca7a89c481d270004 and brings in @JunyuanChen's change once again. We modify

[elpa] externals/javaimp 9f8e85fd58: Make navigation functions move over entire defun declaration

2022-05-11 Thread Filipp Gunbin
branch: externals/javaimp commit 9f8e85fd58e357441658137c35d4b81d12ad495e Author: Filipp Gunbin Commit: Filipp Gunbin Make navigation functions move over entire defun declaration --- javaimp-parse.el | 46 ++- javaimp.el | 84 +++

[elpa] externals/dtache updated (9becf3a921 -> b121de820c)

2022-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/dtache. from 9becf3a921 Merge commit 'b762fe472f' new ca489920f3 Add support for dired new b121de820c Handle carriage motion when opening a session Summary of changes: CHANGELOG.org | 1 + README.md | 17 +

[elpa] externals/dtache ca489920f3 1/2: Add support for dired

2022-05-11 Thread ELPA Syncer
branch: externals/dtache commit ca489920f31683e9c339ac57a99f260c2625266e Author: Rose Osterheld Commit: Niklas Eklund Add support for dired Add a function to the README that lets dtache be used for asynchronous shell commands with dired while still supporting all of dired's

[elpa] externals/dtache b121de820c 2/2: Handle carriage motion when opening a session

2022-05-11 Thread ELPA Syncer
branch: externals/dtache commit b121de820cf28ed507194b9c4cde90ac9ca672d8 Author: Rose Osterheld Commit: Niklas Eklund Handle carriage motion when opening a session Properly handle characters like carriage returns and backspaces in session output. The package can now properly han

[elpa] externals/tomelr 7f331a8c0d: refactor: Use append instead of push+reverse

2022-05-11 Thread ELPA Syncer
branch: externals/tomelr commit 7f331a8c0d4ab1f25b6f8b8749f8cb7a6ad274a6 Author: Kaushal Modi Commit: Kaushal Modi refactor: Use append instead of push+reverse --- tomelr.el | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/tomelr.el b/tomelr.el index

[elpa] main c3b6837331: * elpa-packages (plz): New package

2022-05-11 Thread Stefan Monnier via
branch: main commit c3b6837331dab592337b18692def69f1d5224e1c Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (plz): New package --- elpa-packages | 4 1 file changed, 4 insertions(+) diff --git a/elpa-packages b/elpa-packages index 51c17bcf09..0a72606e4c 100644 --- a/elp

[elpa] branch externals/plz created (now 9156de9c59)

2022-05-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/plz. at 9156de9c59 Release: 0.1 This branch includes the following new commits: new f0a0d114a6 Initial commit new 2d20ca5030 Changes new e7d9513bb9 Rename new c7c16e2123 Changes new 2b7944e0f9 Changes

[elpa] externals/plz f0a0d114a6 01/81: Initial commit

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit f0a0d114a64e92e39bb7923186b6986bb0d15114 Author: Adam Porter Commit: Adam Porter Initial commit --- http-lib.el | 256 ++ test/test-http-lib.el | 53 +++ 2 files changed, 309 insertions(+) diff

[elpa] externals/plz 5f54b5ebec 06/81: Changes

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 5f54b5ebeced21f57a1fc8d2681118d18503bd53 Author: Adam Porter Commit: Adam Porter Changes --- test/test-plz.el | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/test/test-plz.el b/test/test-plz.el index e63932b66b..cadcb

[elpa] externals/plz 2d20ca5030 02/81: Changes

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 2d20ca5030c5a4df30e7bd8a3a76584276c532bf Author: Adam Porter Commit: Adam Porter Changes --- http-lib.el | 72 +++ test/test-http-lib.el | 6 ++--- 2 files changed, 52 insertions(+), 26 deletions(-) dif

[elpa] externals/plz 5bd683ead8 19/81: Tidy tests

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 5bd683ead8311a406cf2dea16ca45cdd1bf7451b Author: Adam Porter Commit: Adam Porter Tidy tests --- tests/test-plz.el | 73 +++ 1 file changed, 36 insertions(+), 37 deletions(-) diff --git a/tests/test-plz.el b/te

[elpa] externals/plz 1016279174 07/81: Changes

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 1016279174611eb126db9d6378967b10610e42ca Author: Adam Porter Commit: Adam Porter Changes --- .gitignore | 1 + plz.el | 1 + {test => tests}/test-plz.el | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.gitignore b/.gi

[elpa] externals/plz e14ea7327d 14/81: Tidying

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit e14ea7327dd364d6a479ebd6a2455608455ecb0b Author: Adam Porter Commit: Adam Porter Tidying --- plz.el | 134 - 1 file changed, 100 insertions(+), 34 deletions(-) diff --git a/plz.el b/plz.el index 0b

[elpa] externals/plz 3249835c8b 18/81: Tidy tests

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 3249835c8b0712e8d498731a609a2fb60781c903 Author: Adam Porter Commit: Adam Porter Tidy tests --- tests/test-plz.el | 27 ++- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/tests/test-plz.el b/tests/test-plz.el index 071730

[elpa] externals/plz e7d9513bb9 03/81: Rename

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit e7d9513bb92c0854bf911c9993d8e18bd3eada84 Author: Adam Porter Commit: Adam Porter Rename It's kind of silly, but at least it's unique, and it's sort of a play on the idea of "request": "please" -> "plz". I think it's better than calling it http-l

[elpa] externals/plz 439fb383d9 37/81: Notes: Add idea about finalizers

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 439fb383d9b7f6a8c6e6d647ea699276114974d7 Author: Adam Porter Commit: Adam Porter Notes: Add idea about finalizers --- notes.org | 9 + 1 file changed, 9 insertions(+) diff --git a/notes.org b/notes.org index 73afb586dd..d29b4d781d 100644 --- a/notes.org

[elpa] externals/plz 2b51ecd6be 27/81: Meta: Add test.yml for GitHub Actions

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 2b51ecd6bea35884ef180f3cd85f1631d848fa4c Author: Adam Porter Commit: Adam Porter Meta: Add test.yml for GitHub Actions --- .github/workflows/test.yml | 73 ++ 1 file changed, 73 insertions(+) diff --git a/.github/work

[elpa] externals/plz 27010c20e1 45/81: Meta: Update makem.sh, etc.

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 27010c20e17aaed6f1e74ab7519578d57cdf9e19 Author: Adam Porter Commit: Adam Porter Meta: Update makem.sh, etc. --- .github/workflows/test.yml | 18 +-- Makefile | 23 ++-- makem.sh | 303 +--

[elpa] externals/plz c7c16e2123 04/81: Changes

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit c7c16e2123d8bc71898f11717fe7e643b4d39924 Author: Adam Porter Commit: Adam Porter Changes --- LICENSE | 674 +++ Makefile | 17 ++ makem.sh | 554 +++ pl

[elpa] externals/plz 6f8dfb83de 34/81: Tests: (plz-test-get-response) Change to macro

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 6f8dfb83deeaec7b25f184522a6e301f5add64ba Author: Adam Porter Commit: Adam Porter Tests: (plz-test-get-response) Change to macro Not sure why these two tests are failing on CI but passing locally. Testing each part individually should help. --- tests

[elpa] externals/plz 44e6f02064 17/81: Binary content

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 44e6f02064afb36559f968081a3ba1e612a72ea8 Author: Adam Porter Commit: Adam Porter Binary content --- plz.el| 12 tests/test-plz.el | 24 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/plz.el b/plz

[elpa] externals/plz debfc864c8 08/81: Changes

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit debfc864c87b4406c4bf0ff9660bd58aa31679a3 Author: Adam Porter Commit: Adam Porter Changes --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c531d9867f..0753206d74 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3

[elpa] externals/plz fbdcd69950 09/81: Changes

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit fbdcd699508837a3b5309516d803df05cc2f618c Author: Adam Porter Commit: Adam Porter Changes --- plz.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plz.el b/plz.el index 3b256f56a0..e8acf3dde0 100644 --- a/plz.el +++ b/plz.el @@ -28,7 +28

[elpa] externals/plz f12f907719 52/81: Change/Fix: (plz--curl) Disable Expect header

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit f12f907719e01ccb0793552a573c361c9e6a39bd Author: Adam Porter Commit: Adam Porter Change/Fix: (plz--curl) Disable Expect header Prevents curl from implicitly sending that header for PUT requests and POST requests >1KB (which causes the server to send

[elpa] externals/plz 3cc6747035 28/81: Meta: Add comm keyword

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 3cc67470359ddbdbff5604ff146788bd9d569084 Author: Adam Porter Commit: Adam Porter Meta: Add comm keyword --- plz.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plz.el b/plz.el index 92e3f2f443..3667270685 100644 --- a/plz.el +++ b/plz.el @

[elpa] externals/plz 971077e1d3 23/81: Tests

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 971077e1d35af168791b9cab69916b8158835104 Author: Adam Porter Commit: Adam Porter Tests --- tests/test-plz.el | 24 1 file changed, 24 insertions(+) diff --git a/tests/test-plz.el b/tests/test-plz.el index c93ec8e904..da925df0cb 100644 -

[elpa] externals/plz b77283748b 31/81: Meta: Update makem.sh

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit b77283748b212f32dec9aa17feec2093aace6c33 Author: Adam Porter Commit: Adam Porter Meta: Update makem.sh --- .github/workflows/test.yml | 16 +- Makefile | 13 +- makem.sh | 626 ++--- 3

[elpa] externals/plz 897c5bbfb2 13/81: Improvements, error handling

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 897c5bbfb2dc97c910dffb35d73e1e63b104b37d Author: Adam Porter Commit: Adam Porter Improvements, error handling --- plz.el| 69 +++ tests/test-plz.el | 22 +- 2 files changed, 70 inser

[elpa] externals/plz 701e79c3e8 55/81: Tidy: Remove obsolete functions

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 701e79c3e8bcfe7d403ea772b274cf53c5ac32af Author: Adam Porter Commit: Adam Porter Tidy: Remove obsolete functions --- plz.el | 81 -- 1 file changed, 81 deletions(-) diff --git a/plz.el b/plz.el ind

[elpa] externals/plz f40d3ecbdd 47/81: Add/Change: :noquery argument for make-process

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit f40d3ecbddcc49325033ce73ad7d080daba254e6 Author: Adam Porter Commit: Adam Porter Add/Change: :noquery argument for make-process --- plz.el | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/plz.el b/plz.el ind

[elpa] externals/plz 33438b7105 35/81: CI: Enable testing of all branches

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 33438b71051869c9d2960a44bc0c658b932ec307 Author: Adam Porter Commit: Adam Porter CI: Enable testing of all branches --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workfl

[elpa] externals/plz 2b7944e0f9 05/81: Changes

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 2b7944e0f926b20672ccc90c8c55edac3dd7e953 Author: Adam Porter Commit: Adam Porter Changes --- plz.el | 58 ++ 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/plz.el b/plz.el index 15bf49a055.

[elpa] externals/plz 4f74be6565 30/81: Notes: Add idea

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 4f74be656502aa6ea779ea82fa4a810629151abd Author: Adam Porter Commit: Adam Porter Notes: Add idea --- notes.org | 9 + 1 file changed, 9 insertions(+) diff --git a/notes.org b/notes.org index 625db5a0a7..f967b97a3d 100644 --- a/notes.org +++ b/notes.org

[elpa] externals/plz 1884d038ae 46/81: Notes: Add note about Lars Ingebrigtsen's with-url macro

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 1884d038ae67e8025df2211bca8072edb7f57b1c Author: Adam Porter Commit: Adam Porter Notes: Add note about Lars Ingebrigtsen's with-url macro --- notes.org | 6 ++ 1 file changed, 6 insertions(+) diff --git a/notes.org b/notes.org index d29b4d781d..52f1f93164 1

[elpa] externals/plz 05f93b0b6b 25/81: Meta: Update Makefile, makem.sh

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 05f93b0b6bcbb865aa6f8d2254c360c47e82b353 Author: Adam Porter Commit: Adam Porter Meta: Update Makefile, makem.sh --- Makefile | 32 +- makem.sh | 340 +++ 2 files changed, 264 insertions(+), 108 de

[elpa] externals/plz 19a0110109 33/81: Notes: Add ToC

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 19a0110109fb0cfe80371dc8595b7e44ada39c96 Author: Adam Porter Commit: Adam Porter Notes: Add ToC --- notes.org | 39 ++- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/notes.org b/notes.org index f967b97a3d..73a

[elpa] externals/plz 7478d43668 51/81: Revert "Add/Change: Handle LF-only HTTP responses"

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 7478d43668c916c71f2fa87560136031d55025c9 Author: Adam Porter Commit: Adam Porter Revert "Add/Change: Handle LF-only HTTP responses" This reverts commit 8d2654bba7bfa11525aef50f969c489c20ac0a43. The problem was not the line endings in the server'

[elpa] externals/plz a5f22b23e1 42/81: Add: (plz)

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit a5f22b23e182cd9365a6ccefdcb96b0ca51df374 Author: Adam Porter Commit: Adam Porter Add: (plz) Not sure which I like better, but this works. --- plz.el| 46 +++--- tests/test-plz.el | 33 +

[elpa] externals/plz 2c19b7f11d 11/81: Changes

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 2c19b7f11d91c43e056f66050101b9218da7c9bf Author: Adam Porter Commit: Adam Porter Changes --- plz.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plz.el b/plz.el index 855df410ac..1af1de35de 100644 --- a/plz.el +++ b/plz.el @@ -223,

[elpa] externals/plz bca0b3112b 20/81: Tidy

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit bca0b3112b67ed3a62797994681d893e506f3830 Author: Adam Porter Commit: Adam Porter Tidy --- plz.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plz.el b/plz.el index 5cb53f7cbb..632d53d49d 100644 --- a/plz.el +++ b/plz.el @@ -21

[elpa] externals/plz a5ccf48d80 70/81: Tests: Add check/error to a test

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit a5ccf48d80cd536a577062215a4563afd19d56af Author: Adam Porter Commit: Adam Porter Tests: Add check/error to a test --- tests/test-plz.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test-plz.el b/tests/test-plz.el index 49fd0271df..87294d1af8 10064

[elpa] externals/plz 5b00a61ce3 15/81: Rename functions

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 5b00a61ce3f370153a5ebb4288481ab46ad162b2 Author: Adam Porter Commit: Adam Porter Rename functions --- plz.el | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/plz.el b/plz.el index 1e1a7bd5d7..675112c91b 100644

[elpa] externals/plz 56c66c4421 32/81: Add/Change: :as 'binary

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 56c66c44213275582f968c2238840cbcb3b6f6dc Author: Adam Porter Commit: Adam Porter Add/Change: :as 'binary Seems clearer and more natural to say: (plz-get :as 'binary) than: (plz-get :as 'string :decode nil) --- plz.el

[elpa] externals/plz 6a21c7e809 12/81: Significant changes

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 6a21c7e809e3f23a983e1f50346f55008f79415f Author: Adam Porter Commit: Adam Porter Significant changes Thanks to Chris Wellons for his invaluable feedback. --- notes.org | 72 plz.el| 246 +

[elpa] externals/plz 2f48423834 72/81: Docs: Add mascot

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 2f48423834f070a96438892f96fbf9a100c2b900 Author: Adam Porter Commit: Adam Porter Docs: Add mascot --- README.org| 2 ++ images/mascot.png | Bin 0 -> 49535 bytes 2 files changed, 2 insertions(+) diff --git a/README.org b/README.org index 45cf09c95c..2

[elpa] externals/plz 950a5498cb 16/81: Tidy

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 950a5498cb8ac1a7f8a183da73c13915eea80d3e Author: Adam Porter Commit: Adam Porter Tidy --- plz.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plz.el b/plz.el index 675112c91b..51cf529446 100644 --- a/plz.el +++ b/plz.el @@ -354,7 +354,7 @@

[elpa] externals/plz 3dd2598fe9 24/81: Tidy

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 3dd2598fe955b371d24d744585202a8baad725b8 Author: Adam Porter Commit: Adam Porter Tidy --- plz.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plz.el b/plz.el index c59fdb9470..92e3f2f443 100644 --- a/plz.el +++ b/plz.el @@ -447,7 +447,7 @@

[elpa] externals/plz 0301272d8d 40/81: Add: plz-put

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 0301272d8d72691b807e44402f6ea801fdca6d5d Author: Adam Porter Commit: Adam Porter Add: plz-put --- plz.el| 57 --- tests/test-plz.el | 15 +++ 2 files changed, 69 insertions(+), 3 deletio

[elpa] externals/plz baf93bb80a 39/81: Fix: (plz--curl) Header args

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit baf93bb80ad9e22be5c0273602c2d94cbb02a2fd Author: Adam Porter Commit: Adam Porter Fix: (plz--curl) Header args --- plz.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plz.el b/plz.el index fb9a4c742a..3844b2c3ef 100644 --- a/plz.el +++ b/pl

[elpa] externals/plz 65dbc0f219 41/81: Change/Fix: (plz--sentinel) Use exhaustive pcase

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 65dbc0f219a45c0663e6b0aecbe7cc1d2edfe520 Author: Adam Porter Commit: Adam Porter Change/Fix: (plz--sentinel) Use exhaustive pcase --- plz.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plz.el b/plz.el index 22f0d232df..e92742ba9d 100644 -

[elpa] externals/plz e977a046a3 50/81: Change: (plz-http-response-status-line-regexp) Match at BOL

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit e977a046a31eca785fbf127396577e4f55aff9d3 Author: Adam Porter Commit: Adam Porter Change: (plz-http-response-status-line-regexp) Match at BOL Seems like a good idea. --- plz.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plz.el b/

[elpa] externals/plz 4736d5242a 66/81: Tests: (plz-test-wait) Change to function, test process argument

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 4736d5242ab5b2e40ca5d50d9c8380e2ee0d49b1 Author: Adam Porter Commit: Adam Porter Tests: (plz-test-wait) Change to function, test process argument I'm not sure if the recent changes I made caused a race condition of some kind (whether in the library o

[elpa] externals/plz 9a1b119eff 38/81: Meta: Ignore sandbox/

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 9a1b119effc337e285754d1f37ccda4c954f55c0 Author: Adam Porter Commit: Adam Porter Meta: Ignore sandbox/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0753206d74..5008183664 100644 --- a/.gitignore +++ b/.gitignor

[elpa] externals/plz 709a14740f 58/81: Tidy: Docstrings

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 709a14740fa0e4584e52e97669d440eeffd83a0e Author: Adam Porter Commit: Adam Porter Tidy: Docstrings --- plz.el | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/plz.el b/plz.el index 06ba565564..3775863c14 100644 --- a/plz.el +++ b/pl

[elpa] externals/plz 7eff40f276 44/81: Add: plz-finally

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 7eff40f27686fb2e61bebc43f66c39e00e51a711 Author: Adam Porter Commit: Adam Porter Add: plz-finally --- plz.el| 28 +--- tests/test-plz.el | 12 2 files changed, 33 insertions(+), 7 deletions(-) diff --git a/plz.el

[elpa] externals/plz 30e48b1e6a 22/81: Tidy

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 30e48b1e6a9c7f7d05655ba2ed2dc6ad170e3a9a Author: Adam Porter Commit: Adam Porter Tidy --- plz.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plz.el b/plz.el index 75255ae4ac..c59fdb9470 100644 --- a/plz.el +++ b/plz.el @@ -440,8 +440,7

[elpa] externals/plz 51404566fa 29/81: Notes: Add fetch.el

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 51404566faf6c7b358491a68183fb59328a9603d Author: Adam Porter Commit: Adam Porter Notes: Add fetch.el @ebpa's project looks very interesting! --- notes.org | 9 + 1 file changed, 9 insertions(+) diff --git a/notes.org b/notes.org index 8944270d8

[elpa] externals/plz f34efa052c 48/81: Fix: set-buffer-multibyte nil for binary

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit f34efa052c52857a59db69348860bb95e2abbf88 Author: Adam Porter Commit: Adam Porter Fix: set-buffer-multibyte nil for binary --- plz.el | 4 1 file changed, 4 insertions(+) diff --git a/plz.el b/plz.el index 100015bb7a..097e43d420 100644 --- a/plz.el +++ b/pl

[elpa] externals/plz 93a2ccaaa8 59/81: Fix: Run curl in temporary-file-directory

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 93a2ccaaa8604433d0c75ea4d9adc1de834cbdc6 Author: Adam Porter Commit: Adam Porter Fix: Run curl in temporary-file-directory Fixes https://github.com/alphapapa/ement.el/issues/19. Thanks to @akater for reporting. --- plz.el | 6 +- 1 file changed

[elpa] externals/plz 21a7318f1c 26/81: Tests: Tidy/rename

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 21a7318f1c8ae2bfe07fb84100f06cebb5481f4a Author: Adam Porter Commit: Adam Porter Tests: Tidy/rename --- tests/test-plz.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/test-plz.el b/tests/test-plz.el index da925df0cb..a3b

[elpa] externals/plz 430ceffd1d 43/81: Change: Handle killed processes

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 430ceffd1d39ee5240d3a6576ef161c4829ec4b0 Author: Adam Porter Commit: Adam Porter Change: Handle killed processes --- plz.el| 9 - tests/test-plz.el | 31 +-- 2 files changed, 33 insertions(+), 7 deletions(-) diff

[elpa] externals/plz 65030d5cc1 64/81: Tidy: Docstring

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 65030d5cc1d51fcff7ab95b6363e4ac3453a2577 Author: Adam Porter Commit: Adam Porter Tidy: Docstring --- README.org | 2 +- plz.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index beb08a1d90..06e9f7c48c 100644

[elpa] externals/plz 220f882ee4 53/81: Tests: (plz-post-jpeg-string) Add

2022-05-11 Thread ELPA Syncer
branch: externals/plz commit 220f882ee4806904505aaeaaa014de0c2d874707 Author: Adam Porter Commit: Adam Porter Tests: (plz-post-jpeg-string) Add --- tests/test-plz.el | 16 1 file changed, 16 insertions(+) diff --git a/tests/test-plz.el b/tests/test-plz.el index 8ef261c3b8.

  1   2   >