[elpa] externals/advice-patch 2990c66: Improve the `Commentary:`

2020-12-20 Thread Stefan Monnier
branch: externals/advice-patch commit 2990c6647ffe1c188b84ade4da0314d2d9430437 Author: Stefan Monnier Commit: Stefan Monnier Improve the `Commentary:` --- advice-patch.el | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/advice-patch.el b/advice-patch.el inde

[elpa] elpa-admin 1ee6e0e: * elpa-admin.el (elpaa--get-section): Use the whole section

2020-12-20 Thread Stefan Monnier
branch: elpa-admin commit 1ee6e0eea70b077631552a5b7953a60964149b7a Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--get-section): Use the whole section --- elpa-admin.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/elpa-admin.el b/elpa-admin.

[elpa] elpa-admin e79cce6: * elpa-admin.el (elpaa--get-section): Fix fetching from main file

2020-12-20 Thread Stefan Monnier
branch: elpa-admin commit e79cce6d9f8eadb494808ec539b3c4e045543c9d Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--get-section): Fix fetching from main file --- elpa-admin.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/elpa-admin.el b/elpa-

[elpa] elpa-admin 3926bbc: * elpa-admin.el (elpaa--release-email): Improve the Cc address

2020-12-20 Thread Stefan Monnier
branch: elpa-admin commit 3926bbc0babd202ba67c7d5a36adaf9919bb5593 Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--release-email): Improve the Cc address --- elpa-admin.el | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/elpa-admin.el b/elpa-a

[elpa] main 43245ba: * elpa-packages ("transient"): Update layout spec

2020-12-20 Thread Jonas Bernoulli
branch: main commit 43245ba34290aec26198febf3e9000be9731799c Author: Jonas Bernoulli Commit: Jonas Bernoulli * elpa-packages ("transient"): Update layout spec - Regenerating transient.texi currently fails so just use it as-is. - Since transient.info has to be located at the top-

[elpa] externals/transient d472295: Set initial dummy value for Package-Version

2020-12-20 Thread Jonas Bernoulli
branch: externals/transient commit d472295678cb621caa4cc2e713d73b549863c260 Author: Jonas Bernoulli Commit: Jonas Bernoulli Set initial dummy value for Package-Version --- lisp/transient.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/transient.el b/lisp/transient.el index ffa1e

[elpa] externals/js2-mode f7816bd 59/61: Support logical assignment operators

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit f7816bdd3e8e84ed1d64b6a13c9ba488363b7e91 Author: Dmitry Gutov Commit: Dmitry Gutov Support logical assignment operators Fixes #564 --- NEWS.md | 1 + js2-mode.el | 183 ++-- tests/pa

[elpa] externals/js2-mode 29979e5 61/61: Merge branch 'externals/js2-mode' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 29979e5f3301796ba606759e39ee0b1b6a2a24f3 Merge: f956476 474c396 Author: Dmitry Gutov Commit: Dmitry Gutov Merge branch 'externals/js2-mode' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa --- js2-imenu-extras.el | 2 +- js2-mode.el | 112 +

[elpa] externals/js2-mode 394b85e 51/61: Add node creation and basic syntax tests

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 394b85e0eb5b0a474c49c8ae24eff8ba912466d7 Author: babenhauserheide Commit: babenhauserheide Add node creation and basic syntax tests --- js2-mode.el | 19 ++- tests/parser.el | 19 +++ 2 files changed, 33 insertions(+), 5

[elpa] externals/js2-mode 40aab27 56/61: Update NEWS

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 40aab27581279d0fdbfeb9afeb85f39d401a927f Author: Dmitry Gutov Commit: Dmitry Gutov Update NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 7fc9a6e..075a85a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ ##

[elpa] externals/js2-mode c1763ab 52/61: add failing tests

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit c1763ab0a3f50f523165cc2436d1d0cf66d61774 Author: babenhauserheide Commit: babenhauserheide add failing tests --- tests/parser.el | 31 --- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/tests/parser.el b/tests/pa

[elpa] externals/js2-mode 0f627a4 57/61: Update README.md

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 0f627a460f75ff3f8602482d39d29f11db6b44da Author: Kevin Boyette Commit: Kevin Boyette Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed3f68f..d385053 100644 --- a/README.md +++

[elpa] externals/js2-mode b4ede70 47/61: Fix &rest syntax in cl-destructuring-bind.

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit b4ede70783526f135de41f116ec8ace3bb9292da Author: Philipp Stephani Commit: Philipp Stephani Fix &rest syntax in cl-destructuring-bind. &rest requires an argument. While ‘cl-destructuring-bind’ is somewhat lenient about this, its edebug specific

[elpa] externals/js2-mode 90e1434 48/61: Merge pull request #558 from phst/edebug

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 90e1434146988e855ade79c5acefc156f6420d7a Merge: df9d74e b4ede70 Author: Dmitry Gutov Commit: GitHub Merge pull request #558 from phst/edebug Fix &rest syntax in cl-destructuring-bind --- js2-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 del

[elpa] externals/js2-mode 7f4ada4 49/61: start implementing NULLISH-COALESCING, likely incomplete

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 7f4ada4c861f6748721ca644889b2b47cd8237ca Author: babenhauserheide Commit: babenhauserheide start implementing NULLISH-COALESCING, likely incomplete --- js2-mode.el | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/js2-mode.el b/js

[elpa] externals/js2-mode 56991f7 45/61: Merge pull request #557 from phst/unused

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 56991f7f3e3115174f7a7df3aeda85b4be2b6cc8 Merge: 5049e54 6b84319 Author: Dmitry Gutov Commit: GitHub Merge pull request #557 from phst/unused Remove a few unused variables --- tests/parser.el | 11 --- 1 file changed, 4 insertions(+), 7 dele

[elpa] externals/js2-mode f956476 60/61: Release new version

2020-12-20 Thread Dmitry Gutov
) 2009, 2011-2020 Free Software Foundation, Inc. ;; Author: Steve Yegge ;; mooz ;; Dmitry Gutov ;; URL: https://github.com/mooz/js2-mode/ ;; http://code.google.com/p/js2-mode/ -;; Version: 20190219 +;; Version: 20201220 ;; Keywords: languages, javascript

[elpa] externals/js2-mode ffb7099 58/61: Merge pull request #563 from KevinBoyette/update-readme

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit ffb70990c1a4d4616034cb810b4ce36953aecb47 Merge: 40aab27 0f627a4 Author: Dmitry Gutov Commit: GitHub Merge pull request #563 from KevinBoyette/update-readme Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[elpa] externals/js2-mode 5049e54 43/61: Merge pull request #556 from ArneBab/browser-symbols

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 5049e543b52099e6ea3e9bc915fc023d5a9b2644 Merge: a6e1305 3afdc05 Author: Dmitry Gutov Commit: GitHub Merge pull request #556 from ArneBab/browser-symbols add missing symbols for browser --- js2-mode.el | 15 +++ 1 file changed, 15 insert

[elpa] externals/js2-mode eb3be7e 54/61: Fix misplaced paren

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit eb3be7e894bc3412bb45f0d0e0c2a817e4b507e1 Author: Jonathan Ming Commit: Jonathan Ming Fix misplaced paren --- js2-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js2-mode.el b/js2-mode.el index fae3b5f..3c043b8 100644 --- a/js

[elpa] externals/js2-mode a6e1305 41/61: Merge pull request #555 from phst/unused-arg

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit a6e130500f0bedce283173dcee7b06966fabc4c6 Merge: ae2d021 124d4a3 Author: Dmitry Gutov Commit: GitHub Merge pull request #555 from phst/unused-arg Prefix an unused argument with an underscore. --- js2-old-indent.el | 2 +- 1 file changed, 1 insertion

[elpa] externals/js2-mode c665ebe 55/61: Move '??' back between '?:' and '||'

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit c665ebef6c440312449d82e95bb810bf213417a1 Author: Dmitry Gutov Commit: Dmitry Gutov Move '??' back between '?:' and '||' --- js2-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js2-mode.el b/js2-mode.el index 3c043b8..341f01

[elpa] externals/js2-mode 6740d34 50/61: fix tokencount + structure

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 6740d3472474b7d0b655b7675b4e7b6ef1f1454e Author: babenhauserheide Commit: babenhauserheide fix tokencount + structure --- js2-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js2-mode.el b/js2-mode.el index 66cbbaa..304303e 10

[elpa] externals/js2-mode db17df4 53/61: Fix nullish coalescing in cond exprs and add test with ternary op

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit db17df4670355c6b27dfed13959d8da442a154ed Author: Jonathan Ming Commit: Jonathan Ming Fix nullish coalescing in cond exprs and add test with ternary op --- js2-mode.el | 10 +- tests/parser.el | 13 +++-- 2 files changed, 12 insertions(+)

[elpa] externals/js2-mode ae2d021 40/61: Merge pull request #554 from phst/unused-var

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit ae2d021ed4aa526736c07cbeff8c82e4e7f94cd8 Merge: d397cab d642b7b Author: Dmitry Gutov Commit: GitHub Merge pull request #554 from phst/unused-var Remove an unused variable --- js2-imenu-extras.el | 1 - 1 file changed, 1 deletion(-) diff --git a/js

[elpa] externals/js2-mode d397cab 39/61: Merge pull request #553 from phst/lexical

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit d397cab8f42cea021142c8fc46a807b1aaa91868 Merge: 1a5dee9 710e430 Author: Dmitry Gutov Commit: GitHub Merge pull request #553 from phst/lexical Migrate remaining files to lexical binding --- js2-imenu-extras.el | 2 +- js2-old-indent.el | 2 +- tes

[elpa] externals/js2-mode df9d74e 46/61: Improve a comment

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit df9d74ec15ed79d47fe86618a5ad539b13fd2dce Author: Dmitry Gutov Commit: Dmitry Gutov Improve a comment --- js2-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js2-mode.el b/js2-mode.el index 8b91723..9c64341 100644 --- a/js2-mo

[elpa] externals/js2-mode fe53814 26/61: Merge pull request #544 from wyuenho/use-type-face-for-class

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit fe53814dc2a0db2e95ac06083362e43923bf83fc Merge: b3841a7 3a80b00 Author: Dmitry Gutov Commit: GitHub Merge pull request #544 from wyuenho/use-type-face-for-class Use type face for class --- js2-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 delet

[elpa] externals/js2-mode 6b84319 44/61: Remove a few unused variables.

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 6b843197b662b8ac52f9b73fc2b07e2138755ce3 Author: Philipp Stephani Commit: Philipp Stephani Remove a few unused variables. --- tests/parser.el | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tests/parser.el b/tests/parser.el i

[elpa] externals/js2-mode 1a5dee9 38/61: Merge pull request #552 from phst/cl

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 1a5dee9e06306b112e329183409c6a4b741af34f Merge: e8bbfd2 146c1f6 Author: Dmitry Gutov Commit: GitHub Merge pull request #552 from phst/cl Migrate off deprecated ‘cl’ library. --- js2-imenu-extras.el | 60 ++---

[elpa] externals/js2-mode 8841175 23/61: support optional-chaining operator

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 88411751ecd7e3f8f99eb6aba6684a3e015d2ed1 Author: Chen Bin Commit: Chen Bin support optional-chaining operator --- NEWS.md | 1 + js2-mode.el | 36 +--- tests/parser.el | 21 + 3 files changed,

[elpa] externals/js2-mode b21e117 36/61: Add WindowOrWorkerGlobalScope symbols to js2-browser-externs

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit b21e117fa9041d89d7d1b6f26d0198775ffb256c Author: Arne Babenhauserheide Commit: Arne Babenhauserheide Add WindowOrWorkerGlobalScope symbols to js2-browser-externs --- js2-mode.el | 9 + 1 file changed, 9 insertions(+) diff --git a/js2-mode.el b/js2-

[elpa] externals/js2-mode 3afdc05 42/61: move HTML element constructors to specific section

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 3afdc05b7ca10b8f65b5d2e9fb84428e3afe0465 Author: Arne Babenhauserheide Commit: Arne Babenhauserheide move HTML element constructors to specific section --- js2-mode.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/js2-mode.el b

[elpa] externals/js2-mode 999c0e7 22/61: Merge pull request #531 from jacksonrayhamilton/jsx-documentation

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 999c0e7d96f4d5be0950b6506d732dc3d7c53635 Merge: 5434da3 2d2fb4b Author: Dmitry Gutov Commit: GitHub Merge pull request #531 from jacksonrayhamilton/jsx-documentation JSX Documentation --- NEWS.md | 8 README.md | 2 +- js2-mode.el

[elpa] externals/js2-mode c00a562 37/61: Add browser symbols from the jslint setup

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit c00a562c7ab9fd2889e4985be2d99fc27083bf1b Author: Arne Babenhauserheide Commit: Arne Babenhauserheide Add browser symbols from the jslint setup --- js2-mode.el | 4 1 file changed, 4 insertions(+) diff --git a/js2-mode.el b/js2-mode.el index 422b1fd..6

[elpa] externals/js2-mode 124d4a3 35/61: Prefix an unused argument with an underscore.

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 124d4a34fed8bc2b73b0cb625e7205e49e15e484 Author: Philipp Stephani Commit: Philipp Stephani Prefix an unused argument with an underscore. This avoids a byte-compile warning. --- js2-old-indent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[elpa] externals/js2-mode d642b7b 34/61: Remove an unused variable

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit d642b7be8502a4d40624743f4abad5591f6e93cb Author: Philipp Stephani Commit: Philipp Stephani Remove an unused variable --- js2-imenu-extras.el | 1 - 1 file changed, 1 deletion(-) diff --git a/js2-imenu-extras.el b/js2-imenu-extras.el index dfdedc8..3a1d804

[elpa] externals/js2-mode 997d6bd 30/61: Avoid undefined behavior in indentation tests.

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 997d6bd13565acd8710b6382d65d5ffb31e4f003 Author: Philipp Stephani Commit: Philipp Stephani Avoid undefined behavior in indentation tests. Info node ‘(elisp) Local Variables’ states: > […] the order of _bindings_ is unspecified: […] Therefor

[elpa] externals/js2-mode 515d876 27/61: Fix parsing static props without semicolons

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 515d876c6ae45a61cf67a7bd5723fe4c9e518756 Author: Dmitry Gutov Commit: Dmitry Gutov Fix parsing static props without semicolons Fixes #477 --- js2-mode.el | 8 tests/parser.el | 3 +++ 2 files changed, 11 insertions(+) diff --git a/js2

[elpa] externals/js2-mode 710e430 33/61: Migrate remaining files to lexical binding

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 710e430ad122f51fa7f33518dd79cf0a674c10fa Author: Philipp Stephani Commit: Philipp Stephani Migrate remaining files to lexical binding --- js2-imenu-extras.el | 2 +- js2-old-indent.el | 2 +- tests/consume.el| 2 +- tests/externs.el| 2 +- tests/i

[elpa] externals/js2-mode e8bbfd2 31/61: Merge pull request #551 from phst/let

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit e8bbfd204bfa34571b58b21b7ad7eb378e627037 Merge: 61a8c91 997d6bd Author: Dmitry Gutov Commit: GitHub Merge pull request #551 from phst/let Avoid undefined behavior in indentation tests. --- tests/indent.el | 13 - 1 file changed, 8 inser

[elpa] externals/js2-mode 8e2cdd4 19/61: Revert extra added information

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 8e2cdd4b75f8c2f1443f4091d88790a7d8f0 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Revert extra added information --- README.md | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md in

[elpa] externals/js2-mode 3a80b00 25/61: use type face for class

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 3a80b00b477ca39c1d2bb2edf99191004c8696ca Author: Jimmy Yuen Ho Wong Commit: Jimmy Yuen Ho Wong use type face for class --- js2-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js2-mode.el b/js2-mode.el index c05be21..64cc72c 10064

[elpa] externals/js2-mode 61a8c91 29/61: Merge pull request #550 from phst/huge-hex

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 61a8c917112166603ede77039c32806fab057970 Merge: 515d876 9837d78 Author: Dmitry Gutov Commit: GitHub Merge pull request #550 from phst/huge-hex Fix ‘huge-hex’ test for newer Emacsen. --- tests/parser.el | 3 ++- 1 file changed, 2 insertions(+), 1 de

[elpa] externals/js2-mode 146c1f6 32/61: Migrate off deprecated ‘cl’ library.

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 146c1f603794d02f6b1a4ae313cd44a5de006a13 Author: Philipp Stephani Commit: Philipp Stephani Migrate off deprecated ‘cl’ library. ‘cl’ is now deprecated even when only used at compile time. --- js2-imenu-extras.el | 60 ++-

[elpa] externals/js2-mode 6cc0a8a 15/61: Merge paragraphs so the information reads better

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 6cc0a8a87a9178e44c51203e1fe34c57f246a7de Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge paragraphs so the information reads better --- js2-mode.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/js2-mode.el b/

[elpa] externals/js2-mode bb73461 20/61: Revert doc changes and explain JSX options for all emacsen later

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit bb73461c2c7048d811b38e6b533a30fb5fdcea93 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Revert doc changes and explain JSX options for all emacsen later --- js2-mode.el | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff

[elpa] externals/js2-mode 9837d78 28/61: Fix ‘huge-hex’ test for newer Emacsen.

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 9837d782536cb8ee3a7b9f4b25e9dbb307371b3f Author: Philipp Stephani Commit: Philipp Stephani Fix ‘huge-hex’ test for newer Emacsen. Starting with Emacs 27, we have big integers, so the huge hexadecimal value is parsed exactly. --- tests/parser.e

[elpa] externals/js2-mode 2d2fb4b 21/61: Reference latest revision of the commentary

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 2d2fb4b75bb1fea7ec1d4a5ba73054c860628758 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Reference latest revision of the commentary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7314

[elpa] externals/js2-mode e785721 17/61: Reference latest revision of the commentary

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit e785721c788a59be1bd2d85b8052c655ce14b2c3 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Reference latest revision of the commentary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a41

[elpa] externals/js2-mode d9bba5b 12/61: Update recommendations for using JSX with respect to Emacs 27

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit d9bba5b51097e4915a36f652742588128aca3211 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update recommendations for using JSX with respect to Emacs 27 --- js2-mode.el | 25 - 1 file changed, 16 insertions(+), 9 deletions(-)

[elpa] externals/js2-mode 14113fe 18/61: Remove date

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 14113fe7cbeb814f3fdc54eb4a29586e6e29710e Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove date --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7c2bf4a..b3163a4 100644 --- a/NEWS.md +++

[elpa] externals/js2-mode b3841a7 24/61: Merge pull request #533 from redguardtoo/master

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit b3841a7a304d9d1328fdb0868fbbecf0c2f9831f Merge: 999c0e7 8841175 Author: Dmitry Gutov Commit: GitHub Merge pull request #533 from redguardtoo/master support optional chaining operator --- NEWS.md | 1 + js2-mode.el | 36

[elpa] externals/js2-mode 2ce4985 09/61: [ci skip] Stop mentioning Emacs 22 and 23

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 2ce49857a8e40724786e5ce8c82fe606f9bc Author: Dmitry Gutov Commit: Dmitry Gutov [ci skip] Stop mentioning Emacs 22 and 23 --- README.md | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 53ed6fd..

[elpa] externals/js2-mode 5434da3 10/61: [ci skip] Link to INSTALL.REPO

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 5434da3728f31bbb1a2e1d370a29df2c65f4e651 Author: Dmitry Gutov Commit: Dmitry Gutov [ci skip] Link to INSTALL.REPO --- README.md | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5bf6c8..b9a3dc6 100644 ---

[elpa] externals/js2-mode bf7191c 08/61: Recommend js-mode + js2-minor-mode and Emacs 27 for JSX

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit bf7191c20e065d3a6345cca8492de9ac613b0ee2 Author: Dmitry Gutov Commit: Dmitry Gutov Recommend js-mode + js2-minor-mode and Emacs 27 for JSX Fixes #140, #330, #389, #411, #451, #459, #462, #482, #490, #409. This is an alternative to #523. ---

[elpa] externals/js2-mode 037bcf7 16/61: Clarify what is likely to fail

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 037bcf72e1bf8ea6c12919f6162211f1d4fa3f84 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Clarify what is likely to fail --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d3fe71..5a41

[elpa] externals/js2-mode ae9fea8 07/61: Make js2-minor-mode avoid changing the syntax-table text property

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit ae9fea81cf9ed80f403c161fde4d8aff1ceb3769 Author: Dmitry Gutov Commit: Dmitry Gutov Make js2-minor-mode avoid changing the syntax-table text property This offers better compatibility with js-mode (and its JSX support in Emacs 27). Doing thi

[elpa] externals/js2-mode e8da0b4 05/61: Fix issue #518, considering class definition as initialization

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit e8da0b4daff7f57bc4380ce9127ed47115388d32 Author: Lele Gaifax Commit: Lele Gaifax Fix issue #518, considering class definition as initialization --- js2-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js2-mode.el b/js2-mode.el index 567d629..d

[elpa] externals/js2-mode 41ca3ad 14/61: Reference latest revision of the commentary

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 41ca3adabb06c5c47c3acf08c06071f9e468c8bc Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Reference latest revision of the commentary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7c5

[elpa] externals/js2-mode 46aed6d 11/61: Extend explanation to disclaim key issue but provide an alternative

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 46aed6d7aa811083ef49914785abe2ab82235767 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Extend explanation to disclaim key issue but provide an alternative --- README.md | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-)

[elpa] externals/js2-mode 1662cb8 13/61: Document changes with relation to JSX support added in Emacs 27

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 1662cb8ff00165dc53d9d702863380de88ce9e20 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Document changes with relation to JSX support added in Emacs 27 --- NEWS.md | 8 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md inde

[elpa] externals/js2-mode 392492e 03/61: Merge pull request #517 from lelit/issue515

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 392492eb857d9fb72e0cfa12bff0df7b5127d651 Merge: ed955e7 fc323ad Author: Dmitry Gutov Commit: GitHub Merge pull request #517 from lelit/issue515 Issue515 --- js2-mode.el | 40 tests/parser.el | 18 +++

[elpa] externals/js2-mode updated (474c396 -> 29979e5)

2020-12-20 Thread Dmitry Gutov
dgutov pushed a change to branch externals/js2-mode. from 474c396 * packages/gnome-c-style/gnome-c-tests.el: Add copyright blurb new f3c75fd Add failing tests on issue #515 new fc323ad Fix issue #515 by improving the detection of destructured function params n

[elpa] externals/js2-mode 7db4871 06/61: Merge pull request #519 from lelit/issue518

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit 7db4871cf50fab1a1086680ead2c70d1e454be6a Merge: 392492e e8da0b4 Author: Dmitry Gutov Commit: GitHub Merge pull request #519 from lelit/issue518 Issue518 --- js2-mode.el | 3 +++ tests/parser.el | 17 + 2 files changed, 20 inser

[elpa] externals/js2-mode f3c75fd 01/61: Add failing tests on issue #515

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit f3c75fda2f36cb3e55f6696abba7147ac18065df Author: Lele Gaifax Commit: Lele Gaifax Add failing tests on issue #515 Destructured function parameters are not properly recognized. --- tests/parser.el | 18 ++ 1 file changed, 18 insertion

[elpa] externals/js2-mode fc323ad 02/61: Fix issue #515 by improving the detection of destructured function params

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit fc323ad412a51309789b6d693c69afc98adb9020 Author: Lele Gaifax Commit: Lele Gaifax Fix issue #515 by improving the detection of destructured function params --- js2-mode.el | 40 1 file changed, 36 insertions(+), 4 del

[elpa] externals/js2-mode fec511d 04/61: Add failing test on issue #518

2020-12-20 Thread Dmitry Gutov
branch: externals/js2-mode commit fec511d2516e581be14e06a47cddff05e4ae970b Author: Lele Gaifax Commit: Lele Gaifax Add failing test on issue #518 Class definition is not being considered as an initialization. --- tests/parser.el | 17 + 1 file changed, 17 insertions

[elpa] externals/auctex e6b1bf2: Regenerate info docs.

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit e6b1bf24e8006f73557f394c7bc778fc096e215c Author: Tassilo Horn Commit: Tassilo Horn Regenerate info docs. --- auctex.info| 291 ++--- preview-latex.info | 78 +++--- tex-site.el| 5 +-

[elpa] externals/auctex a5c2dd9 61/62: Document lexical binding changes.

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit a5c2dd9977ad9aefc36e4958f68ed648ec5dea1a Author: Tassilo Horn Commit: Tassilo Horn Document lexical binding changes. * doc/changes.texi: Document lexical binding changes. --- doc/changes.texi | 38 ++ 1 file change

[elpa] externals/auctex e8528e0 56/62: Update style/subfiles.el to package version 2.1

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit e8528e03aaad55a7720f7d7506088917962283c9 Author: Arash Esbati Commit: Arash Esbati Update style/subfiles.el to package version 2.1 * style/subfiles.el (LaTeX-subfiles-class-options): Use \' to match the empty string at the end of the file extensio

[elpa] externals/auctex 6f232c3 52/62: ; Fix byte-compile warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 6f232c3b43641e9c483b07d71886b245414b2688 Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compile warnings in styles --- style/tabularx.el| 3 +++ style/tabulary.el| 3 +++ style/tarticle.el| 2 ++ style/tbook.el

[elpa] externals/auctex bacae01 45/62: ; Fix byte-compiler warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit bacae01861e7c03baa586877709aeaa57bd016ab Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compiler warnings in styles --- style/j-article.el | 3 +++ style/j-book.el| 3 +++ style/j-report.el | 3 +++ style/jarticle.el | 3 +++ style/jbook.el |

[elpa] externals/auctex fc037de 44/62: ; Fix byte-compiler warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit fc037de2206bfe51d89c87052bcebf491de8c33a Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compiler warnings in styles --- style/icelandic.el | 3 ++ style/ifluatex.el | 3 ++ style/imakeidx.el | 3 ++ style/index.el | 109 +

[elpa] externals/auctex 4c1430a 20/62: Add new style/appendix.el

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 4c1430a5aa4edab3881f272fec765b6dfec326d7 Author: Arash Esbati Commit: Tassilo Horn Add new style/appendix.el * Makefile.in (STYLESRC): Add new style. * style/appendix.el: New file. --- Makefile.in | 3 ++- style/appendix.el | 76 +

[elpa] externals/auctex cebf8cc 16/62: Enable lexical-binding for texmathp.el

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit cebf8cc1e534d6fa5e883b5a874a6a37e32a9b88 Author: Tassilo Horn Commit: Tassilo Horn Enable lexical-binding for texmathp.el * texmathp.el (texmathp-compile): Use `push' on places rather than `set' and `symbol-value' on locals partly pointing to symb

[elpa] externals/auctex ced4b1a 10/62: Adapt styles to lexical-binding

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit ced4b1a930def4c7cd0a3e33141566b96e17fc70 Author: Arash Esbati Commit: Tassilo Horn Adapt styles to lexical-binding * style/arabxetex.el ("arabxetex"): * style/babel.el ("babel"): * style/doc.el ("doc"): * style/enumitem.el ("enumitem"):

[elpa] externals/auctex e9af4f1 14/62: * style/fancyvrb.el: Replace dynamically bound `optional'.

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit e9af4f1b72ef7753677df3f3787af6528cc83641 Author: Arash Esbati Commit: Tassilo Horn * style/fancyvrb.el: Replace dynamically bound `optional'. --- style/fancyvrb.el | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/st

[elpa] externals/auctex bf30c11 05/62: Make "%o" compatible again with file name with spaces

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit bf30c1106f87ed14ec09e9c735f37c071743c802 Author: Ikumi Keita Commit: Tassilo Horn Make "%o" compatible again with file name with spaces * tex-buf.el (TeX-active-master-with-quotes): Rename from `TeX--master-or-region-file-with-extra-quotes' and ma

[elpa] externals/auctex 8afd11e 03/62: ; Silence the compiler

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 8afd11ee39949221dd2fa22182f961597a34b0e4 Author: Arash Esbati Commit: Tassilo Horn ; Silence the compiler * latex.el (TeX-arg-conditional, TeX-arg-verb, TeX-arg-pair): Mark unused parameters and adjust docstrings accordingly. --- latex.el | 24 ++

[elpa] externals/auctex 3db4ed7 58/62: ; * tex-bar.el: Enable lexical binding.

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 3db4ed7c183074f6937eb74df9c6dbb241f92521 Author: Arash Esbati Commit: Arash Esbati ; * tex-bar.el: Enable lexical binding. --- tex-bar.el | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tex-bar.el b/tex-bar.el index a908695..285828b

[elpa] externals/auctex b6a3005 60/62: Fix compile "Error: symbol-value cannot use lexical var ‘amsenv’"

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit b6a30058b0b6a83c3f036b0109ddfbfe17d2070c Author: Tassilo Horn Commit: Tassilo Horn Fix compile "Error: symbol-value cannot use lexical var ‘amsenv’" * style/empheq.el (LaTeX-empheq-env): Don't call symbol-value on lexical variable amsenv. --- sty

[elpa] externals/auctex ec263fc 54/62: ; Fix byte-compile warnings

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit ec263fc1eaf5cd55d96c1957e78801c53b39de60 Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compile warnings --- bib-cite.el | 2 ++ style/Alegreya.el | 3 +++ style/AlegreyaSans.el | 3 +++ style/AnonymousPro.el | 2 ++ style/CJK.el

[elpa] externals/auctex a92fe0b 59/62: Add new style/scholax.el

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit a92fe0bf28a33b0c70ef9c43be1859baaf2add45 Author: Arash Esbati Commit: Arash Esbati Add new style/scholax.el * Makefile.in (STYLESRC): Add new style. * style/scholax.el: New file. --- Makefile.in | 2 +- style/scholax.el | 106

[elpa] externals/auctex 596e8ba 48/62: ; Fix byte-compile warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 596e8ba1975f89469c61776b57626582ecceb387 Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compile warnings in styles --- style/nameref.el| 2 ++ style/natbib.el | 3 +++ style/naustrian.el | 2 ++ style/newfloat.el | 1 + style/newpxmath.el |

[elpa] externals/auctex 92de017 53/62: ; Fix byte-compile warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 92de01746b2841477d4fc01f98de5d2adcd1f095 Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compile warnings in styles --- style/ulem.el | 2 + style/unicode-math.el | 3 + style/units.el| 2 + style/url.el | 3 + style/vari

[elpa] externals/auctex eb40d5e 57/62: ; Fix doc string

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit eb40d5e95e126d561104f83517da4d2750550fb9 Author: Ikumi Keita Commit: Ikumi Keita ; Fix doc string * context.el (ConTeXt-numbered-section-hook): (ConTeXt-unnumbered-section-hook): LaTeX-reference -> ConTeXt-reference --- context.el | 4 ++-- 1

[elpa] externals/auctex 7d87b2a 39/62: ; Fix more byte-compiler warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 7d87b2a3ea11c61b825667295ebf04100353573b Author: Tassilo Horn Commit: Tassilo Horn ; Fix more byte-compiler warnings in styles --- style/babel.el | 3 +++ style/baskervaldx.el | 2 ++ style/beamer.el| 3 +++ style/beamerarticle.el | 2 ++ st

[elpa] externals/auctex 352de40 50/62: ; Fix byte-compile warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 352de40c94ee40879365d4d2239ff8c0ee63b8c6 Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compile warnings in styles --- style/plhb.el| 1 + style/polyglossia.el | 1 + style/pst-node.el| 3 +++ style/pst-plot.el| 2 ++ style/pst-slpe.

[elpa] externals/auctex b5b29a8 55/62: ; Remove duplicate require's of tex.el

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit b5b29a843409b40186ae2d26dcf17a06ac21aed7 Author: Arash Esbati Commit: Arash Esbati ; Remove duplicate require's of tex.el * style/amsthm.el: * style/babel.el: * style/empheq.el: * style/enumitem.el: * style/mdframed.el: * style/nth

[elpa] externals/auctex 858e6dc 35/62: ; Fix more byte-compiler warnings

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 858e6dc0c9f50537adb741d0622ac6da732b020e Author: Tassilo Horn Commit: Tassilo Horn ; Fix more byte-compiler warnings --- latex.el| 2 ++ tex-info.el | 6 -- tex.el | 44 3 files changed, 26 insertion

[elpa] externals/auctex cad3da0 47/62: ; Fix byte-compile warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit cad3da0899757d44f97b8e0bbdb9349471343cf8 Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compile warnings in styles --- style/makeidx.el| 39 +--- style/marginnote.el | 2 ++ style/mathtools.el | 1 + style/mdframed.el

[elpa] externals/auctex cbfa1db 43/62: ; Fix byte-compiler warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit cbfa1dbd80ea3f08b452811709b1a8c27ea6210f Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compiler warnings in styles --- style/harvard.el | 3 +++ style/hologo.el | 2 ++ style/hyperref.el | 3 +++ 3 files changed, 8 insertions(+) diff --git a/style/

[elpa] externals/auctex 59c40b0 30/62: Ensure the trailing slash for directory

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 59c40b0140651ba8764b78bcafcdd523741cfcc4 Author: Ikumi Keita Commit: Ikumi Keita Ensure the trailing slash for directory * tex.el (TeX-parse-path, TeX-strip-extension): Apply `file-name-as-directory' for `TeX-macro-global' and `TeX-macro-priva

[elpa] externals/auctex a3510c7 51/62: ; Fix byte-compile warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit a3510c7957fc91075d9b99417835d569ed0f4000 Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compile warnings in styles --- style/ragged2e.el | 3 + style/relsize.el | 2 + style/report.el| 3 + style/revtex4-2.el | 3 + style/

[elpa] externals/auctex 49e798b 42/62: ; Fix byte-compiler warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 49e798bafad4cb89e10dbf8b60a7a34cdb805102 Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compiler warnings in styles --- style/geometry.el | 6 +++--- style/german.el| 3 +++ style/gloss-italian.el | 3 +++ style/graphics.el | 3 +++ st

[elpa] externals/auctex 3c129fb 49/62: ; Fix byte-compile warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 3c129fbcdbe3725cc1e24ae30b0d097bf231cf2c Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compile warnings in styles --- style/ocg-p.el | 1 + style/ocgx.el| 2 ++ style/overpic.el | 3 +++ style/paracol.el | 3 +++ style/paralis

[elpa] externals/auctex feaddc3 25/62: Delete unused ispell code from 1994.

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit feaddc3e0d653c0882bb4a45ccc60bbfd010ed18 Author: Tassilo Horn Commit: Tassilo Horn Delete unused ispell code from 1994. * tex.el (ispell-tex-buffer-p): Delete defun. (ispell-enable-tex-parser): Don't set undefined variable. --- tex.el | 9 ---

[elpa] externals/auctex 70dc031 38/62: ; Fix more byte-compiler warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 70dc03101a1c176a00ef0de86f19df8976b35eb5 Author: Tassilo Horn Commit: Tassilo Horn ; Fix more byte-compiler warnings in styles --- style/appendix.el | 3 +++ style/arabxetex.el | 3 +++ style/array.el | 1 + style/article.el| 3 +++ style/attachfi

[elpa] externals/auctex b8c2bef 34/62: ; Fix byte-compiler warnings in latex.el

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit b8c2bef9e419f0f91faaf13d20cf3b070d8138dd Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compiler warnings in latex.el --- latex.el | 611 --- 1 file changed, 313 insertions(+), 298 deletions(-)

  1   2   >