[elpa] scratch/javaimp-wip 71be533: wip

2021-08-03 Thread Filipp Gunbin
branch: scratch/javaimp-wip commit 71be533317e07b0fa42729225d3eab41f6576fe4 Author: Filipp Gunbin Commit: Filipp Gunbin wip --- javaimp-tests.el | 135 --- javaimp-util.el | 22 --- javaimp.el |

[elpa] main dcbd1d7: * html/layout.css (dd): Reduce `margin-bottom`.

2021-08-03 Thread monnier--- via
branch: main commit dcbd1d73ea5fd318b79bcf2b6626c7b6a61929c7 Author: Yuan Fu Commit: Stefan Monnier * html/layout.css (dd): Reduce `margin-bottom`. --- html/layout.css | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/html/layout.css b/html/layout.css index 4330ed7..02

[elpa] externals/phps-mode 9d2a9d3 3/3: Updated version

2021-08-03 Thread Christian Johansson
branch: externals/phps-mode commit 9d2a9d3dd65b857b10b9bbf4ecbad8077995e8b2 Author: Christian Johansson Commit: Christian Johansson Updated version --- phps-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phps-mode.el b/phps-mode.el index fdd21e9..986aa25 100644

[elpa] externals/phps-mode 7650ab2 1/3: Added failing tests for bookkeeping of static variables

2021-08-03 Thread Christian Johansson
branch: externals/phps-mode commit 7650ab224b0b7bf1f1a343f4dfbd8a01fbea6bec Author: Christian Johansson Commit: Christian Johansson Added failing tests for bookkeeping of static variables --- test/phps-mode-test-lex-analyzer.el | 14 ++ 1 file changed, 14 insertions(+) diff --g

[elpa] externals/phps-mode bfa60ea 2/3: Passed tests for bookkeeping of static variables

2021-08-03 Thread Christian Johansson
branch: externals/phps-mode commit bfa60ea807d4743d7d2c84ce4c822ea808e16a12 Author: Christian Johansson Commit: Christian Johansson Passed tests for bookkeeping of static variables --- phps-mode-lex-analyzer.el | 23 ++- test/phps-mode-test-lex-analyzer.el | 7

[elpa] externals/phps-mode updated (0e66bd2 -> 9d2a9d3)

2021-08-03 Thread Christian Johansson
cjohansson pushed a change to branch externals/phps-mode. from 0e66bd2 Updated version and date new 7650ab2 Added failing tests for bookkeeping of static variables new bfa60ea Passed tests for bookkeeping of static variables new 9d2a9d3 Updated version Summ

[elpa] scratch/javaimp-wip 4ac5cb4: wip

2021-08-03 Thread Filipp Gunbin
branch: scratch/javaimp-wip commit 4ac5cb48db9fa6d57b937d33a336dcda8cc8c3a1 Author: Filipp Gunbin Commit: Filipp Gunbin wip --- javaimp-parse.el | 13 ++- javaimp-tests.el | 177 +++ javaimp-util.el | 60

[elpa] externals/consult updated (bdffe37 -> 964528d)

2021-08-03 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from bdffe37 Update README new a1dd9f9 Revert more flexible regexp argument filtering for now new 964528d Add consult--to-list Summary of changes: CHANGELOG.org | 2 - README.org| 17 - consult.el

[elpa] externals/consult 964528d 2/2: Add consult--to-list

2021-08-03 Thread ELPA Syncer
branch: externals/consult commit 964528d7fa4e6c9de8fe37da15672167761bf620 Author: Daniel Mendler Commit: Daniel Mendler Add consult--to-list --- consult.el | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/consult.el b/consult.el index b06ff08..a794c6f

[elpa] externals/consult a1dd9f9 1/2: Revert more flexible regexp argument filtering for now

2021-08-03 Thread ELPA Syncer
branch: externals/consult commit a1dd9f9414106826c2e6bf63cc8f73ae3edf6afe Author: Daniel Mendler Commit: Daniel Mendler Revert more flexible regexp argument filtering for now --- CHANGELOG.org | 2 - README.org| 17 +++- consult.el| 137 +--

[elpa] externals/consult updated (e3418a9 -> bdffe37)

2021-08-03 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from e3418a9 Update changelog new e0bd3c0 Add consult--to-list new 46f6c7a Generalize command line arguments new 652938f Introduce consult-regexp-function new e76b088 Update changelog new

[elpa] externals/consult cfbe798 5/6: Update docstring

2021-08-03 Thread ELPA Syncer
branch: externals/consult commit cfbe798e42a8d45b500ee10e6c857afa189b5570 Author: Daniel Mendler Commit: Daniel Mendler Update docstring --- consult.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/consult.el b/consult.el index 34b18bd..d70439f 100644 --- a/consult.e

[elpa] externals/consult 652938f 3/6: Introduce consult-regexp-function

2021-08-03 Thread ELPA Syncer
branch: externals/consult commit 652938f39edca6585cb33effe2d0725c7c382f73 Author: Daniel Mendler Commit: Daniel Mendler Introduce consult-regexp-function --- README.org | 1 + consult.el | 24 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/README.o

[elpa] externals/consult e76b088 4/6: Update changelog

2021-08-03 Thread ELPA Syncer
branch: externals/consult commit e76b0884db5beae3889e9a0ce8269de18bce9d3d Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 7483d89..ad9d557 100644 --- a/CHANGELOG.org ++

[elpa] externals/consult 46f6c7a 2/6: Generalize command line arguments

2021-08-03 Thread ELPA Syncer
branch: externals/consult commit 46f6c7a950d05cddc29057c82a951ab81012bbf7 Author: Daniel Mendler Commit: Daniel Mendler Generalize command line arguments Previously command line configurations were plain strings which should include the substrings ARG and OPTS. The substrings w

[elpa] externals/consult e0bd3c0 1/6: Add consult--to-list

2021-08-03 Thread ELPA Syncer
branch: externals/consult commit e0bd3c0293b1792da34e0d288a958748f67fc1a1 Author: Daniel Mendler Commit: Daniel Mendler Add consult--to-list --- consult.el | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/consult.el b/consult.el index b06ff08..a794c6f

[elpa] externals/consult bdffe37 6/6: Update README

2021-08-03 Thread ELPA Syncer
branch: externals/consult commit bdffe379f8272194ada7236d6d2d565a01c07e92 Author: Daniel Mendler Commit: Daniel Mendler Update README --- README.org | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index a2ffc5b..7c67802 100644 ---

[elpa] scratch/javaimp-wip fe080eb: wip

2021-08-03 Thread Filipp Gunbin
branch: scratch/javaimp-wip commit fe080eba615ed90586a03f5e5c0b2515ddaab729 Author: Filipp Gunbin Commit: Filipp Gunbin wip --- javaimp-parse.el | 120 --- javaimp-tests.el | 272 ++ javaimp.el

[nongnu] branch elpa/geiser deleted (was 4099dce)

2021-08-03 Thread Philip Kaludercic
zge pushed a change to branch elpa/geiser. was 4099dce Documentation nit This change permanently discards the following revisions: discards 4099dce Documentation nit discards 70c3d6d There is no session (fixes #22) discards 2b45bd3 Use defvar-local discards 803dfeb

[elpa] externals/marginalia db5812c: Split marginalia-annotate-file

2021-08-03 Thread ELPA Syncer
branch: externals/marginalia commit db5812c8750f729627a927aa1d0dd9178ffc2b58 Author: Daniel Mendler Commit: Daniel Mendler Split marginalia-annotate-file --- marginalia.el | 45 ++--- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/mar

[elpa] externals/marginalia df4a6c9: Fix docstring

2021-08-03 Thread ELPA Syncer
branch: externals/marginalia commit df4a6c9ee597fe3f95969a97818959add7945c73 Author: Daniel Mendler Commit: Daniel Mendler Fix docstring --- marginalia.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marginalia.el b/marginalia.el index 798c63b..f6cde1c 100644 --- a/ma

[elpa] externals/phps-mode 0e66bd2 2/2: Updated version and date

2021-08-03 Thread Christian Johansson
branch: externals/phps-mode commit 0e66bd2a26ada194691835b4e6feea805e8ffcde Author: Christian Johansson Commit: Christian Johansson Updated version and date --- phps-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phps-mode.el b/phps-mode.el index 9f4f3d5..fd

[elpa] externals/phps-mode 579a1ff 1/2: Moved automation-grammar file to fix error in byte-compilation

2021-08-03 Thread Christian Johansson
branch: externals/phps-mode commit 579a1ff89fcb78053ff2e427fa4fa63eafd8c136 Author: Christian Johansson Commit: Christian Johansson Moved automation-grammar file to fix error in byte-compilation --- Makefile| 2 +- .../phps-mod

[elpa] externals/phps-mode updated (209055b -> 0e66bd2)

2021-08-03 Thread Christian Johansson
cjohansson pushed a change to branch externals/phps-mode. from 209055b Updated date and version new 579a1ff Moved automation-grammar file to fix error in byte-compilation new 0e66bd2 Updated version and date Summary of changes: Makefile