[nongnu] elpa/request 2b68b3c: Oh I didn't need to do that

2021-08-15 Thread ELPA Syncer
branch: elpa/request commit 2b68b3ca543f1dfbebb43a44f20601c3947bd729 Author: dickmao Commit: dickmao Oh I didn't need to do that --- request.el | 63 +- 1 file changed, 29 insertions(+), 34 deletions(-) diff --git a/request.el b/r

[nongnu] elpa/request 99ae82f: Fixes #202

2021-08-15 Thread ELPA Syncer
branch: elpa/request commit 99ae82f1f578787bc19100970ce108dbd247fa27 Author: dickmao Commit: dickmao Fixes #202 --- README.in.rst | 4 ++-- README.rst| 4 ++-- request.el| 61 +-- tests/test-request.el | 4 ++

[elpa] elpa-admin 97d2765: * elpa-admin.el (ignore-error): Add backward compatibility definition

2021-08-15 Thread monnier--- via
branch: elpa-admin commit 97d276595c5eaa75dae78353a3da26683b8e4303 Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (ignore-error): Add backward compatibility definition --- elpa-admin.el | 4 1 file changed, 4 insertions(+) diff --git a/elpa-admin.el b/elpa-admin.el inde

[elpa] externals/org 3664447: org-compat: Silence byte compiler for Emacsversion < 28

2021-08-15 Thread ELPA Syncer
branch: externals/org commit 3664447eb2417b38f0053674f248d2b0f1592ff0 Author: Marco Wahl Commit: Marco Wahl org-compat: Silence byte compiler for Emacsversion < 28 Check availablility of function directory-empty-p directly instead of relying on Emacs version. Thanks Max

[nongnu] elpa/highlight-parentheses c6c29b8: Make preamble in highlight-parentheses.el match LICENSE

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit c6c29b8ec40c888aeee7743dac532d5c64c0 Author: Tassilo Horn Commit: Tassilo Horn Make preamble in highlight-parentheses.el match LICENSE --- highlight-parentheses.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight-par

[nongnu] elpa/highlight-parentheses fdabfda 47/49: Remove cl-lib dependency since it's included in Emacs 24.3 anyhow; release 2.0.2

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit fdabfda5f6300f8dd4d2a62c49359605798cc001 Author: Tassilo Horn Commit: Tassilo Horn Remove cl-lib dependency since it's included in Emacs 24.3 anyhow; release 2.0.2 --- highlight-parentheses.el | 10 +++--- 1 file changed, 7 insertions(+), 3 del

[nongnu] elpa/highlight-parentheses e18f2c2 37/49: Declare cl-lib dependency; update Compatibility

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit e18f2c2b240d7586ff7ffdc2881079e2dd8944ca Author: Tassilo Horn Commit: Tassilo Horn Declare cl-lib dependency; update Compatibility --- highlight-parentheses.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/highlight-parenth

[nongnu] elpa/highlight-parentheses ac0fc4e 13/49: Protect against double initialization of mode.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit ac0fc4e79a261b60def3261185c6cabad9da90e8 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Protect against double initialization of mode. --- highlight-parentheses.el | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff

[nongnu] elpa/highlight-parentheses 3b4d2c6 46/49: Add .elpaignore

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 3b4d2c67b8507121d86c8ca32530b74b8a84ff1d Author: Tassilo Horn Commit: Tassilo Horn Add .elpaignore --- .elpaignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 000..8db2e92 --- /dev/

[nongnu] elpa/highlight-parentheses a821a31 27/49: Don't enable highlight-parentheses-mode in *Messages*

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit a821a314942f409cd69660d816cd9a0aebd1ae8f Author: Tassilo Horn Commit: Tassilo Horn Don't enable highlight-parentheses-mode in *Messages* --- highlight-parentheses.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/highlight-

[nongnu] elpa/highlight-parentheses 891538d 48/49: Squash emacs 28 define-minor-mode warning; release 2.0.3

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 891538de31524956136e1419e1206af0c8befe02 Author: Tassilo Horn Commit: Tassilo Horn Squash emacs 28 define-minor-mode warning; release 2.0.3 --- highlight-parentheses.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/highlig

[nongnu] elpa/highlight-parentheses 723abf9 40/49: Add Makefile

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 723abf9b6092d7e19548316de1f907ed0d67c780 Author: Tassilo Horn Commit: Tassilo Horn Add Makefile --- Makefile | 16 1 file changed, 16 insertions(+) diff --git a/Makefile b/Makefile new file mode 100644 index 000..7977022 --- /d

[nongnu] elpa/highlight-parentheses 7692039 29/49: Allow to specify face attributes for each level of parens

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 7692039d7948dd8e0d1328c643caf758cf31d955 Author: Constantin Kulikov Commit: Constantin Kulikov Allow to specify face attributes for each level of parens --- highlight-parentheses.el | 29 ++--- 1 file changed, 22 insertions(+

[nongnu] elpa/highlight-parentheses b335e9e 49/49: Don't exclude README.md from ELPA package

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit b335e9e4a8cb1bf32092be4885b85facd55fb49f Author: Tassilo Horn Commit: Tassilo Horn Don't exclude README.md from ELPA package --- .elpaignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.elpaignore b/.elpaignore index 8db2e92..713c88b 100644 -

[nongnu] elpa/highlight-parentheses 21fd617 41/49: Update README

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 21fd617617c7a7cdc70e80d179fd2cefe07dfc8d Author: Tassilo Horn Commit: Tassilo Horn Update README --- README.md | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e4b67e..436b32f 1

[nongnu] elpa/highlight-parentheses 23fe07f 39/49: Add LICENSE and screenshot

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 23fe07f588ff1e835fb9db12f1073b22d8d7ba68 Author: Tassilo Horn Commit: Tassilo Horn Add LICENSE and screenshot --- .travis.yml| 38 LICENSE| 674 + README.md | 23 +- scr

[nongnu] elpa/highlight-parentheses f0bd58c 35/49: Merge pull request #20 from tprk77/master

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit f0bd58c8dadd2db703b7bfd09e911b5fda05b3df Merge: c38885b 73b4aa7 Author: Tassilo Horn Commit: GitHub Merge pull request #20 from tprk77/master Optionally highlight adjacent parens --- highlight-parentheses.el | 29 +++

[nongnu] elpa/highlight-parentheses 5aa800a 26/49: Release version 1.1.0

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 5aa800a68e3795716de1e7f2722e836781190f31 Author: Tassilo Horn Commit: Tassilo Horn Release version 1.1.0 Remove change log which is out of date anyway. Add me as Maintainer. Add github URL. Use delete-overlay for overlays that

[nongnu] elpa/highlight-parentheses d871467 43/49: Adapt URL to sr.ht

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit d871467c58fc45f7faa62c2907484a6a2b82a5aa Author: Tassilo Horn Commit: Tassilo Horn Adapt URL to sr.ht --- highlight-parentheses.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/highlight-parentheses.el b/highlight-parentheses

[nongnu] elpa/highlight-parentheses 013ac29 38/49: Fix errors due to forgotten version in define-obsolete-function/variable-alias

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 013ac29970d5209c14da0af6c5bb9bbbcca40c02 Author: Tassilo Horn Commit: Tassilo Horn Fix errors due to forgotten version in define-obsolete-function/variable-alias --- highlight-parentheses.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[nongnu] elpa/highlight-parentheses ba48dac 36/49: Remove deprecated cl.el, fix compiler/linter nag, version bump

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit ba48dac118887b88d045449448c2f185545ec81c Author: D. Williams Commit: D. Williams Remove deprecated cl.el, fix compiler/linter nag, version bump As the following changes break backwards compatibility, the major version number has been up

[nongnu] elpa/highlight-parentheses c38885b 31/49: Merge pull request #18 from Bad-ptr/master

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit c38885bba4f174c0a2cad3a60fe12b7cf8699aa1 Merge: a821a31 69c694a Author: Tassilo Horn Commit: GitHub Merge pull request #18 from Bad-ptr/master Delete overlays when needed, face attributes for parens. --- highlight-parentheses.el | 58 ++

[nongnu] elpa/highlight-parentheses 9d8f351 44/49: Release 2.0.1

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 9d8f351b6728f3b546977b5c3cc8023a6cb6f5d9 Author: Tassilo Horn Commit: Tassilo Horn Release 2.0.1 --- highlight-parentheses.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight-parentheses.el b/highlight-parentheses.el ind

[nongnu] elpa/highlight-parentheses 9a99a4b 42/49: Fix custom type error of highlight-parentheses-attributes

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 9a99a4b2ae468fe8fed4c79ddd4bd55adffa87dd Author: Tassilo Horn Commit: Tassilo Horn Fix custom type error of highlight-parentheses-attributes Also enable lexical-binding. --- highlight-parentheses.el | 41 +++-

[nongnu] elpa/highlight-parentheses 69c694a 30/49: Allow hl-paren- -[background-]colors, -attributes to be functions

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 69c694aca1fe71df1272f313e6e996f5cb773ee2 Author: Constantin Kulikov Commit: Constantin Kulikov Allow hl-paren- -[background-]colors, -attributes to be functions --- highlight-parentheses.el | 18 -- 1 file changed, 12 insertions(+),

[nongnu] elpa/highlight-parentheses 9b9137b 24/49: New defcustom: hl-paren-delay (see issue #12)

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 9b9137b0d454f3b73a3dc48cd3a7b2438855dd9b Author: Tassilo Horn Commit: Tassilo Horn New defcustom: hl-paren-delay (see issue #12) Also make hl-paren-timer buffer-local. --- highlight-parentheses.el | 14 -- 1 file changed, 12 ins

[nongnu] elpa/highlight-parentheses a5eace2 32/49: Added option for highlighting adjacent parens.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit a5eace239618a7a16aa4bdc6109f7b01d12ef692 Author: Tim Perkins Commit: Tim Perkins Added option for highlighting adjacent parens. --- highlight-parentheses.el | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) diff

[nongnu] elpa/highlight-parentheses 8869fba 21/49: Fix slowdown by moving overlays less often.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 8869fba83d2939ce32e21be39ebc182c8a414851 Author: Tassilo Horn Commit: Tassilo Horn Fix slowdown by moving overlays less often. Now a new function `hl-paren-initiate-highlight` is in `post-command-hook` instead of `hl-paren-highlight` its

[nongnu] elpa/highlight-parentheses 72283a2 45/49: Add highlight-parentheses property to our overlays

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 72283a28d81d77149c9ff14fd1f16a6e2e3d991b Author: Tassilo Horn Commit: Tassilo Horn Add highlight-parentheses property to our overlays --- highlight-parentheses.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/highlight-parentheses.el b/high

[nongnu] elpa/highlight-parentheses 52a8d36 33/49: Added other brackets, so it works with other languages.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 52a8d364474b41462ad771d91a68bcec4d8af828 Author: Tim Perkins Commit: Tim Perkins Added other brackets, so it works with other languages. --- highlight-parentheses.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/highlight-p

[nongnu] elpa/highlight-parentheses 59ff08a 23/49: Merge pull request #11 from tsdh/master

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 59ff08a07f25a8e571632207b3d48fda1f6cad27 Merge: f3b1acc 5e1fa9d Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Merge pull request #11 from tsdh/master Fix slowdown by moving overlays less often. --- highlight-parentheses.el | 18

[nongnu] elpa/highlight-parentheses 73b4aa7 34/49: Added angle brackets!

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 73b4aa791f35315c5417553473144aeb69d234bf Author: Tim Perkins Commit: Tim Perkins Added angle brackets! --- highlight-parentheses.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/highlight-parentheses.el b/highlight-parenthe

[nongnu] elpa/highlight-parentheses f918444 18/49: Fix elisp-lint download URL.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit f918444ca09245a8ca61d290d28a6f427990692d Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Fix elisp-lint download URL. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 838c8a9..

[nongnu] elpa/highlight-parentheses e653594 15/49: Add README with travis build state.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit e65359453bcda192035dcec7502e380d6eedfac9 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Add README with travis build state. --- README.md| 13 + highlight-parentheses.el | 3 ++- 2 files changed, 15 insertions(+),

[nongnu] elpa/highlight-parentheses cccdfe0 28/49: Delete overlays in before-revert-hook and change-major-mode-hook

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit cccdfe08635bfbe0cd7a79ec86ddb5a48a1b4b2d Author: Constantin Kulikov Commit: Constantin Kulikov Delete overlays in before-revert-hook and change-major-mode-hook --- highlight-parentheses.el | 15 +++ 1 file changed, 11 insertions(+), 4 de

[nongnu] elpa/highlight-parentheses ebf8827 25/49: Fix Travis build incidator

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit ebf8827fc5e75879c42682563e5b71b76c182316 Author: Tassilo Horn Commit: Tassilo Horn Fix Travis build incidator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8caa613..11eb403 100644 --- a

[nongnu] elpa/highlight-parentheses 22ec446 12/49: (Finally) Bump version to 1.0.2.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 22ec446508c2ec76aa82ebe0c848a9e6211c240e Author: Nikolaj Schumacher Commit: Nikolaj Schumacher (Finally) Bump version to 1.0.2. --- highlight-parentheses.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/highlight-parentheses.

[nongnu] elpa/highlight-parentheses bef1bc2 14/49: Add configuration for travis-ci.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit bef1bc2cf1d730bf9bea3775e24698e192aea649 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Add configuration for travis-ci. --- .travis.yml | 38 ++ 1 file changed, 38 insertions(+) diff --git a/.travis.yml b

[nongnu] elpa/highlight-parentheses 5e1fa9d 22/49: Make overlays front-advancing

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 5e1fa9d60cc1e2c8d71d04f09058060ae51a9560 Author: Tassilo Horn Commit: Tassilo Horn Make overlays front-advancing Without that, when inserting text at (foo bar|) where | indicates point, the inserted text will be made part

[nongnu] elpa/highlight-parentheses d421e15 17/49: Add globalized highlight-parentheses-mode

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit d421e15b00e158d5ec6799665a3cdd3c1f88380a Author: zk_phi Commit: zk_phi Add globalized highlight-parentheses-mode --- highlight-parentheses.el | 4 1 file changed, 4 insertions(+) diff --git a/highlight-parentheses.el b/highlight-parentheses.el

[nongnu] elpa/highlight-parentheses 22719ca 10/49: Add Emacs 24 to compatibility list.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 22719cab9e3a5f3f1c483e112e7c0055146b28b3 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Add Emacs 24 to compatibility list. --- highlight-parentheses.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight-parentheses

[nongnu] elpa/highlight-parentheses f3b1acc 20/49: Merge #5.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit f3b1accfb830d3305263396bfbadcf47147640ea Merge: f918444 7b4ba71 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Merge #5. --- highlight-parentheses.el | 5 + 1 file changed, 5 insertions(+) diff --git a/highlight-parentheses.el b/highligh

[nongnu] elpa/highlight-parentheses 315a901 09/49: Add dir-locals file with code style settings.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 315a901a85b040bbb8e0eb62276cdfe4b3bafa53 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Add dir-locals file with code style settings. --- .dir-locals.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dir-locals.el b/.dir-locals.el new

[nongnu] elpa/highlight-parentheses f3d9dcc 16/49: Update copyright year.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit f3d9dcc49fba6b47abbaee921ffdb47d34b00a9a Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Update copyright year. --- highlight-parentheses.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight-parentheses.el b/highlig

[nongnu] elpa/highlight-parentheses 4d1a1cb 06/49: Bumped version to 1.0.1.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 4d1a1cbdcce0acb23bf52b03fc4d2f8256eeb5a0 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Bumped version to 1.0.1. --- highlight-parentheses.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/highlight-parentheses.el b/

[nongnu] elpa/highlight-parentheses 7b4ba71 19/49: Add autoload marker for global mode.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 7b4ba71c290d888583b7a00aaeee2404fce727a6 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Add autoload marker for global mode. --- highlight-parentheses.el | 1 + 1 file changed, 1 insertion(+) diff --git a/highlight-parentheses.el b/highlight

[nongnu] elpa/highlight-parentheses ce95ed5 08/49: Fixed bug causing last color not to be displayed.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit ce95ed58b26a760993b8d6cc3368e63936a99c24 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Fixed bug causing last color not to be displayed. --- highlight-parentheses.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/high

[nongnu] elpa/highlight-parentheses 9088ba4 04/49: Added setter for colors.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 9088ba4ceb1df9eeb28196442e941e43260fe1a3 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Added setter for colors. --- highlight-parentheses.el | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/highlig

[nongnu] elpa/highlight-parentheses 6e688c5 05/49: Added compatibility info for Emacs 23.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 6e688c515e928bba13184536dd2c2fcedcd6a6da Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Added compatibility info for Emacs 23. --- highlight-parentheses.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight-parenthe

[nongnu] elpa/highlight-parentheses 02cb984 11/49: Clean up doc strings.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 02cb9848cd4164d5a6ec5def6f9b55891e294d00 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Clean up doc strings. --- highlight-parentheses.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/highlight-parentheses.el b/hi

[nongnu] elpa/highlight-parentheses b7e748e 02/49: Import of version 1.0.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit b7e748e65f118a59c10537acf8dfdcd5ea0f4d1d Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Import of version 1.0. --- highlight-parentheses.el | 79 ++-- 1 file changed, 57 insertions(+), 22 deletions(

[nongnu] elpa/highlight-parentheses b9fe4eb 03/49: Rewrote engine.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit b9fe4eb04266abb0ed0e0184b46086f126b64b76 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Rewrote engine. --- highlight-parentheses.el | 95 +--- 1 file changed, 41 insertions(+), 54 deletions(-) dif

[nongnu] elpa/highlight-parentheses 829cc57 07/49: Kill correct local variable.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 829cc579de01622453080353e0dfbe6bc37613db Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Kill correct local variable. --- highlight-parentheses.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight-parentheses.el b/h

[nongnu] elpa/highlight-parentheses 77e17d2 01/49: Import of version 0.9.1.

2021-08-15 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 77e17d28022cddbbcdca34b932d5aa725fbed170 Author: Nikolaj Schumacher Commit: Nikolaj Schumacher Import of version 0.9.1. --- .gitignore | 1 + highlight-parentheses.el | 119 +++ 2 files cha

[nongnu] branch elpa/highlight-parentheses created (now b335e9e)

2021-08-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/highlight-parentheses. at b335e9e Don't exclude README.md from ELPA package This branch includes the following new commits: new 77e17d2 Import of version 0.9.1. new b7e748e Import of version 1.0. new b9fe4eb Rewrote

[nongnu] main f8668eb: Add highlight-parentheses package.

2021-08-15 Thread Tassilo Horn
branch: main commit f8668eb0e5b3635d0a0855e0f7f7791b1b9cf5ce Author: Tassilo Horn Commit: Tassilo Horn Add highlight-parentheses package. * elpa-packages ("highlight-parentheses"): Add new package highlight-parentheses. --- elpa-packages | 5 + 1 file changed, 5 insertions(