[elpa] externals/diff-hl updated (8fa2d1b -> a0028d9)

2020-12-20 Thread Dmitry Gutov
dgutov pushed a change to branch externals/diff-hl. from 8fa2d1b ; diff-hl: Prefer https in license statement new ccf89ec Fix #128 new 9c1c95c Fix typo new f95d123 Merge pull request #129 from tarsiiformes/typo new 3418630 diff-hl-flydiff-buffer-wit

[elpa] externals/diff-hl ccf89ec 02/25: Fix #128

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit ccf89ec8eef189f8191622cf30867c526d1174d7 Author: Dmitry Gutov Commit: Dmitry Gutov Fix #128 --- diff-hl-margin.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/diff-hl-margin.el b/diff-hl-margin.el index dfc1928..e3fd9c8 100644 ---

[elpa] externals/diff-hl fb9eb1c 06/25: Merge pull request #127 from m-cat/diff-apply-hunk

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit fb9eb1cd3c4c6ed24b93de1a7cfb369d2983be74 Merge: 3418630 1f35974 Author: Dmitry Gutov Commit: GitHub Merge pull request #127 from m-cat/diff-apply-hunk Fix windows getting messed up --- diff-hl.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(

[elpa] externals/diff-hl f95d123 04/25: Merge pull request #129 from tarsiiformes/typo

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit f95d12343be67a9378249842911019939863b148 Merge: ccf89ec 9c1c95c Author: Dmitry Gutov Commit: GitHub Merge pull request #129 from tarsiiformes/typo Fix typo --- diff-hl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-hl.el

[elpa] externals/diff-hl 3418630 05/25: diff-hl-flydiff-buffer-with-head: Honor diff-hl-reference-revision

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit 3418630c44283c7fcb35c31c73283c39e7d96aee Author: Dmitry Gutov Commit: Dmitry Gutov diff-hl-flydiff-buffer-with-head: Honor diff-hl-reference-revision Fixes #131 --- diff-hl-flydiff.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --g

[elpa] externals/diff-hl f3b2d15 11/25: diff-hl-diff-goto-hunk, diff-hl-revert-hunk: handle indirect buffers.

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit f3b2d1518caf23cdb0c8fa617bcfe62b680f801b Author: Nathan Moreau Commit: Nathan Moreau diff-hl-diff-goto-hunk, diff-hl-revert-hunk: handle indirect buffers. --- diff-hl.el | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --gi

[elpa] externals/diff-hl 7fce94f 09/25: Merge pull request #137 from erickgnavar/feature/ask-for-confirmation-on-revert-hunk

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit 7fce94f7d5eebea06aed153b0f574567182c8d2b Merge: 2cf8b48 bc02c99 Author: Dmitry Gutov Commit: GitHub Merge pull request #137 from erickgnavar/feature/ask-for-confirmation-on-revert-hunk Add variable to ask for confirmation when reverting a hunk ---

[elpa] externals/diff-hl c31af59 20/25: Don't hook into after-revert-hook

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit c31af59cce04fdcf9d05da54a43d236a4869c251 Author: Dmitry Gutov Commit: Dmitry Gutov Don't hook into after-revert-hook #152 --- diff-hl.el | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/diff-hl.el b/diff-hl.el index a816610.

[elpa] externals/diff-hl bc02c99 08/25: Add variable to ask for confirmation when reverting a hunk

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit bc02c991e973eaa4f851a057cedf0b193381fb0c Author: Erick Navarro Commit: Erick Navarro Add variable to ask for confirmation when reverting a hunk --- diff-hl.el | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/diff-hl.el b/diff-

[elpa] externals/diff-hl ab2f4f0 13/25: Merge pull request #140 from mookid/fix-indirect-buffers

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit ab2f4f0db9b0c3484db837252ce2dc75f4696b1d Merge: a625033 ba6cf44 Author: Dmitry Gutov Commit: GitHub Merge pull request #140 from mookid/fix-indirect-buffers Fix commands for indirect buffers. --- .gitignore | 1 + Makefile |

[elpa] externals/diff-hl 09ffe8d 21/25: Introduce diff-hl-update-once, to avoid diffing twice in normal-mode

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit 09ffe8dce1af5fe32ab6e12e3a424504db365700 Author: Dmitry Gutov Commit: Dmitry Gutov Introduce diff-hl-update-once, to avoid diffing twice in normal-mode Fixes #152 --- diff-hl.el | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff

[elpa] externals/diff-hl c58098c 15/25: Added option to not automatically enable diff-hl in certain major-modes

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit c58098c70a3dd52d766f08bf811308bfb0f19ac7 Author: Sebastian Wålinder Commit: Sebastian Wålinder Added option to not automatically enable diff-hl in certain major-modes --- diff-hl.el | 34 +- 1 file changed, 33 insertions(+), 1

[elpa] externals/diff-hl f6244ab 19/25: Merge pull request #150 from tarsiiformes/custom-group

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit f6244abebd23372f1fa0f8bc8a15b2587c090427 Merge: 2281a89 d1b9a2b Author: Dmitry Gutov Commit: GitHub Merge pull request #150 from tarsiiformes/custom-group Add global-diff-hl-amend-mode to diff-hl custom group --- diff-hl-amend.el | 3 ++- 1 file cha

[elpa] externals/diff-hl 9c1c95c 03/25: Fix typo

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit 9c1c95c9d4f3fb5ff839ff0ea1af94f08d0404f8 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix typo --- diff-hl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-hl.el b/diff-hl.el index 22bb816..056b0ea 100644 --- a/diff-hl.el +++ b/

[elpa] externals/diff-hl ba6cf44 12/25: Add tests.

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit ba6cf44960df79cca2524acf2a92fd6d35fec831 Author: Nathan Moreau Commit: Nathan Moreau Add tests. --- .gitignore | 1 + Makefile | 23 + test/diff-hl-test.el | 128 +++ test/empty

[elpa] externals/diff-hl 2cf8b48 07/25: Avoid the "args out of range error"

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit 2cf8b489f3b71c869a5626a5eb41f36495bdfd61 Author: Dmitry Gutov Commit: Dmitry Gutov Avoid the "args out of range error" If the fringe is hidden, etc, the bitmap width isn't important anyway. Fixes #135 --- diff-hl.el | 1 + 1 file changed, 1

[elpa] externals/diff-hl 176f931 14/25: Support buffers in 'conflict' state as well

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit 176f931a9bfc6bc6fc5360c6ed7128ff96b21289 Author: Dmitry Gutov Commit: Dmitry Gutov Support buffers in 'conflict' state as well --- diff-hl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-hl.el b/diff-hl.el index 2dcff96..94b9f73 1

[elpa] externals/diff-hl 328e23e 23/25: Introduce diff-hl-after-revert

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit 328e23e73edf69cf8cff420ad4ccb15b827e2b7a Author: Dmitry Gutov Commit: Dmitry Gutov Introduce diff-hl-after-revert To only update when necessary (e.g. auto-revert-mode did its thing). #152 --- diff-hl.el | 7 ++- 1 file changed, 6 insert

[elpa] externals/diff-hl 2281a89 17/25: Update docstring and untabify

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit 2281a89a3ddc6616073da6f190dda08d23b18ba6 Author: Dmitry Gutov Commit: Dmitry Gutov Update docstring and untabify --- diff-hl.el | 42 -- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/diff-hl.el b/diff

[elpa] externals/diff-hl b8b4f43 24/25: Bump the version

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit b8b4f43af73f109bf1af0453a076c274164488cf Author: Dmitry Gutov Commit: Dmitry Gutov Bump the version --- diff-hl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-hl.el b/diff-hl.el index 98c16b8..a891c79 100644 --- a/diff-hl.el +++

[elpa] externals/diff-hl 8ed1120 22/25: Revert "Don't hook into after-revert-hook"

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit 8ed1120d6c2bbba7c3388702e66be62051875f14 Author: Dmitry Gutov Commit: Dmitry Gutov Revert "Don't hook into after-revert-hook" This reverts commit c31af59cce04fdcf9d05da54a43d236a4869c251. --- diff-hl.el | 7 ++- 1 file changed, 6 insertions(+),

[elpa] externals/diff-hl a0028d9 25/25: Merge branch 'externals/diff-hl' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit a0028d9d3ef28513b0b2cec145199bf088169563 Merge: b8b4f43 8fa2d1b Author: Dmitry Gutov Commit: Dmitry Gutov Merge branch 'externals/diff-hl' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa --- diff-hl-amend.el | 4 ++-- diff-hl-dired.el | 2 +- diff-hl-fly

[elpa] externals/diff-hl d1b9a2b 18/25: Add global-diff-hl-amend-mode to diff-hl custom group

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit d1b9a2beb21535fafb1c654eac58722cda2ef471 Author: Jonas Bernoulli Commit: Jonas Bernoulli Add global-diff-hl-amend-mode to diff-hl custom group Emacs 28's byte-compiler was complaining about it not being a member of any group. --- diff-hl-amend.e

[elpa] externals/diff-hl a625033 10/25: Update Magit bridge to use the recommended approach

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit a625033fb1dde83f6e4c2fc21f632b22ec34b609 Author: Dmitry Gutov Commit: Dmitry Gutov Update Magit bridge to use the recommended approach Fixes #136 --- README.md | 1 + diff-hl.el | 12 +++- 2 files changed, 12 insertions(+), 1 deletion(-)

[elpa] externals/diff-hl 1f35974 01/25: Fix windows getting messed up (Issue #125)

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit 1f3597468ebb5fc13e0f5d69b401d60224d1defc Author: Marcin S Commit: Marcin S Fix windows getting messed up (Issue #125) --- diff-hl.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diff-hl.el b/diff-hl.el index 22bb816..a8761d3 100644 -

[elpa] externals/diff-hl 165a30f 16/25: Merge pull request #143 from walseb/master

2020-12-20 Thread Dmitry Gutov
branch: externals/diff-hl commit 165a30f1a393b8044d64c9554a2e60e234615fc3 Merge: 176f931 c58098c Author: Dmitry Gutov Commit: GitHub Merge pull request #143 from walseb/master Added option to not enable diff-hl in certain major-modes --- diff-hl.el | 34

[elpa] elpa-admin 6dcc26f: * elpa-admin.el (elpaa--make): Fix last change

2020-12-20 Thread Stefan Monnier
branch: elpa-admin commit 6dcc26f8c2aa814e077bd3758c68de4cbf9a047f Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--make): Fix last change --- elpa-admin.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elpa-admin.el b/elpa-admin.el index bc3bace

[elpa] elpa-admin ee591c2: * elpa-admin.el (elpaa--release-email): Cc maintainer

2020-12-20 Thread Stefan Monnier
branch: elpa-admin commit ee591c2b3b8a06b4dda5443f1aca5f9cc72d62dd Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--release-email): Cc maintainer --- elpa-admin.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/elpa-admin.el b/elpa-admin.el ind

[elpa] elpa-admin 0fe87ad: * elpa-admin.el (elpaa--release-email): Usual last minute typo

2020-12-20 Thread Stefan Monnier
branch: elpa-admin commit 0fe87ad61fcee747af4a60509373bb5f07feea28 Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--release-email): Usual last minute typo --- elpa-admin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-admin.el b/elpa-admin.el

[elpa] externals/visual-filename-abbrev f8c6fc0: Fix byte-compiler warnings

2020-12-20 Thread Tassilo Horn
branch: externals/visual-filename-abbrev commit f8c6fc0df6baef8b564aa8648fc002f4bb24db1e Author: Tassilo Horn Commit: Tassilo Horn Fix byte-compiler warnings * visual-filename-abbrev.el (visual-filename-abbrev--abbrev-visually-shorter-p): (visual-filename-abbrev--cursor-sensor)

[elpa] externals/auctex 8951549 04/62: ; Trivial cleanups

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 89515499379810aa6f89afb78d6bc128e62c9944 Author: Ikumi Keita Commit: Tassilo Horn ; Trivial cleanups * tex-buf.el (TeX-command-expand): Omit one `let'. (TeX--master-or-region-file-with-extra-quotes): Omit spurious `funcall'. Add descriptions a

[elpa] externals/auctex updated (a18be78 -> b41e063)

2020-12-20 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from a18be78 Release GNU AUCTeX 12.3.1 new f7c0c73 Enable lexical-binding for AUCTeX core files new dabe30c Arrange test condition new 8afd11e ; Silence the compiler new 8951549 ; Trivial cleanups

[elpa] externals/auctex f7c0c73 01/62: Enable lexical-binding for AUCTeX core files

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit f7c0c735d48c822a9df0ad486817084c9511d6bd Author: Tassilo Horn Commit: Tassilo Horn Enable lexical-binding for AUCTeX core files * tex.el: Enable lexical-binding. (TeX-command-text,TeX-command-pos): Moved from tex-buf.el. (TeX-expand-pos,TeX-ex

[elpa] externals/auctex 2e196d2 07/62: ; Silence the compiler

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 2e196d21b9ffd2fd2e9a0b130bf6129b1abbee4b Author: Arash Esbati Commit: Tassilo Horn ; Silence the compiler * tex.el: defvar `dbus-debug'. (TeX-source-specials-view-expand-options, TeX-arg-literal): Mark unused parameters. --- tex.el | 7 --

[elpa] externals/auctex 9656d30 21/62: Fix insertion of unnecessary backslash

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 9656d30f93fa4cfb2a9e4740d31f611f2b0f167c Author: Arash Esbati Commit: Tassilo Horn Fix insertion of unnecessary backslash * style/amsthm.el (LaTeX-arg-amsthm-fontdecl): * style/ntheorem.el (LaTeX-arg-ntheorem-fontdecl): Don't insert a backslas

[elpa] externals/auctex 19cdfe0 22/62: Put point after the graphic file argrument

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 19cdfe0b3af75eb6a3e9fc9401bacf67e7854906 Author: Arash Esbati Commit: Tassilo Horn Put point after the graphic file argrument * style/graphicx.el (LaTeX-includegraphics-extensions): Delimit the regexp with \\' instead of $. (LaTeX-arg-includeg

[elpa] externals/auctex 717e5f0 06/62: Simplify nested `let's

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 717e5f0a9adc9945eb75191861f816fc1e8e9136 Author: Ikumi Keita Commit: Tassilo Horn Simplify nested `let's * tex-buf.el (TeX-active-master-with-quotes): Simplify nested `let's into singe one. --- tex-buf.el | 48

[elpa] externals/auctex 00b2d73 12/62: Add missing argument to function body

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 00b2d73641521b5d42b3e8a20ce32bf831700150 Author: Arash Esbati Commit: Tassilo Horn Add missing argument to function body * style/thmtools.el (LaTeX-thmtools-declaretheoremstyle-key-val) (LaTeX-thmtools-declaretheorem-key-val): Add the missing `pro

[elpa] externals/auctex 96c945a 11/62: Remove `TeX-arg-none'

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 96c945a86349d900fe097a24f0cc2695dbfabeec Author: Arash Esbati Commit: Tassilo Horn Remove `TeX-arg-none' * style/alphanum.el (TeX-arg-none): Remove function and use `TeX-arg-literal' instead. --- style/alphanum.el | 9 - 1 file changed, 4

[elpa] externals/auctex 9d0ccc1 13/62: Update style/fancyvrb.el to package version 3.6

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 9d0ccc18f3d1a18380af6dfa042d9a1259bf336a Author: Arash Esbati Commit: Tassilo Horn Update style/fancyvrb.el to package version 3.6 * style/fancyvrb.el (LaTeX-fancyvrb-key-val-options): Add the "reflabel" key. (LaTeX-fancyvrb-env-reflabel-key-v

[elpa] externals/auctex 42f061a 17/62: Improve style/amsthm.el

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 42f061a05fd2de0f28de50728f9caecd0eccd128 Author: Arash Esbati Commit: Tassilo Horn Improve style/amsthm.el * style/amsthm.el (LaTeX-amsthm-theoremstyle-list): Delete variable. (LaTeX-arg-amsthm-fontdecl): Adjust `prompt' in `TeX-argument-p

[elpa] externals/auctex 237f409 26/62: ; Suppress warning about obsolete inactivate-input-method

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 237f4099512549694bd5efd87158bc29c6b5f6d0 Author: Tassilo Horn Commit: Tassilo Horn ; Suppress warning about obsolete inactivate-input-method --- tex.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tex.el b/tex.el index 681a8a3..43cc8d

[elpa] externals/auctex 08d01c1 19/62: ; * style/changelog.el: Silence the compiler for `reftex-label-alist'.

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 08d01c11f1ff4e2a55fcceb55d3352e3c2c53b40 Author: Arash Esbati Commit: Tassilo Horn ; * style/changelog.el: Silence the compiler for `reftex-label-alist'. --- style/changelog.el | 1 + 1 file changed, 1 insertion(+) diff --git a/style/changelog.el b/style/cha

[elpa] externals/auctex c3b76ca 18/62: * tex-ispell.el: Enable lexical-binding.

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

[elpa] externals/auctex c4583f0 15/62: ; * tests/tex/command-expansion.el: Update copyright year.

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit c4583f0469a5536183a4018f802de5a75013991c Author: Ikumi Keita Commit: Tassilo Horn ; * tests/tex/command-expansion.el: Update copyright year. --- tests/tex/command-expansion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tex/comma

[elpa] externals/auctex dabe30c 02/62: Arrange test condition

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit dabe30c9a957c9c0f9ca7aa309f1d370401fa91b Author: Ikumi Keita Commit: Tassilo Horn Arrange test condition * latex.el (LaTeX-env-args): Just test nil or not since `TeX-exit-mark' is now always bound. --- latex.el | 5 ++--- 1 file changed, 2 insert

[elpa] externals/auctex 2b9b3a8 09/62: Enable lexical-binding in all style files.

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 2b9b3a8328ae3dcd828fd3ac397229efb8590fd3 Author: Arash Esbati Commit: Tassilo Horn Enable lexical-binding in all style files. --- style/Alegreya.el| 4 ++-- style/AlegreyaSans.el| 4 ++-- style/AnonymousPro.el| 4 ++-- style/CJK

[elpa] externals/auctex b42e932 23/62: ; * style/graphicx.el: Fix Ataka-san's name and email.

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit b42e932a4f7778f4cecc9a8354466461ae1e02b9 Author: Ikumi Keita Commit: Tassilo Horn ; * style/graphicx.el: Fix Ataka-san's name and email. --- style/graphicx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/graphicx.el b/style/graphi

[elpa] externals/auctex 7288b93 31/62: Merge branch 'my-fix' into master

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 7288b930150d6d64ad3cae2a38c98adb784bdc04 Merge: a9c37b7 59c40b0 Author: Ikumi Keita Commit: Ikumi Keita Merge branch 'my-fix' into master --- tex-site.el.in | 1 - tex.el | 14 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --g

[elpa] externals/auctex 072cfc7 28/62: ; Convert suffix to pattern rule

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 072cfc761f0d918cc82370a14736b8f183d75057 Author: Tassilo Horn Commit: Tassilo Horn ; Convert suffix to pattern rule --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 2315327..0dfca87 100644 ---

[elpa] externals/auctex 3fa1baa 32/62: ; Improve dynvars check

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 3fa1baadab89c955848f8c3ebc81c29dbb120664 Author: Tassilo Horn Commit: Tassilo Horn ; Improve dynvars check --- .gitignore | 3 ++- Makefile.in | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ec00156..e

[elpa] externals/auctex 384c1d2 08/62: Use declared dynamic variable in tex-jp

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 384c1d2528eba44cd53d8ea42e151c7b4445bafd Author: Ikumi Keita Commit: Tassilo Horn Use declared dynamic variable in tex-jp * tex-jp.el (TeX-expand-list-builtin): Replace former dynamic var `pos' with `TeX-expand-pos'. (): Enable lexical binding

[elpa] externals/auctex 5bffc24 24/62: ; * font-latex.el (font-latex-update-math-env): Fix docstring.

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 5bffc2458ee9dfc846c1d98679cc9653534aac4e Author: Ikumi Keita Commit: Ikumi Keita ; * font-latex.el (font-latex-update-math-env): Fix docstring. --- font-latex.el | 1 - 1 file changed, 1 deletion(-) diff --git a/font-latex.el b/font-latex.el index f8edf91..6

[elpa] externals/auctex 5c28751 33/62: ; Fix some byte-compiler warnings

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 5c287512117fdc92ad0c2072d798662a4807d5fa Author: Tassilo Horn Commit: Tassilo Horn ; Fix some byte-compiler warnings --- style/acro.el | 3 ++- style/arabxetex.el | 3 +++ style/beamer.el| 2 +- style/bidi.el | 6 ++ style/doc.el | 2 +

[elpa] externals/auctex f9387c6 27/62: ; use with-no-warnings instead of with-suppressed-warnings for compat

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit f9387c6900260675930bacae7fd2b7c96efe57f4 Author: Tassilo Horn Commit: Tassilo Horn ; use with-no-warnings instead of with-suppressed-warnings for compat --- tex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex.el b/tex.el index 43cc8

[elpa] externals/auctex a9c37b7 29/62: ; Add new make target dynvars-check

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit a9c37b7ecd2353093fbecc84561fcace1ac8be80 Author: Tassilo Horn Commit: Tassilo Horn ; Add new make target dynvars-check --- .gitignore | 1 + Makefile.in | 7 +++ lpath.el| 9 ++--- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.

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

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit f1f71c2aa5d905d38efa1cd1d22a8ead4ef04df4 Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compiler warnings in styles --- style/acronym.el | 1 + style/afterpage.el | 3 +++ style/algorithm.el | 3 +++ style/algpseudocode.el | 3 +++ sty

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

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 45d9b8d0d62ca74d20d250b4e239852045f7a69b Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compiler warnings in styles --- style/fancyhdr.el | 3 + style/fancynum.el | 2 + style/fancyref.el | 153 +--

[elpa] externals/auctex 54b40b3 40/62: ; Fix byte-compiler warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 54b40b3126857a1fc120a19eed8db1e9132fd5a7 Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compiler warnings in styles --- style/danish.el| 3 +++ style/dashundergaps.el | 3 +++ style/dcolumn.el | 2 ++ style/dinbrief.el | 1 + style/dk

[elpa] externals/auctex 3982971 37/62: Rename LaTeX-dialect to TeX-dialect.

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 3982971f7efa2db9275b1470fcd17d1d9f285f6e Author: Tassilo Horn Commit: Tassilo Horn Rename LaTeX-dialect to TeX-dialect. * tex.el (TeX-dialect): Renamed from LaTeX-dialect and move from latex.el to tex.el. * doc/auctex.texi: Adapt docs. * d

[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(-)

[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 471748b 46/62: ; Fix byte-compiler warnings in styles

2020-12-20 Thread Tassilo Horn
branch: externals/auctex commit 471748b4fbe14da6d33b29b9a4faec8d86d246c5 Author: Tassilo Horn Commit: Tassilo Horn ; Fix byte-compiler warnings in styles --- style/kantlipsum.el | 2 ++ style/kpfonts.el| 3 ++ style/latexinfo.el | 3 ++ style/letter.el | 3 ++ style/lettrine.el

[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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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/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 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 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 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/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(-)

  1   2   >