[nongnu] elpa/evil-matchit 4d7fe2b858 1/2: Fix an issue where verilog identifiers could be matched as begin/end tags

2022-09-26 Thread ELPA Syncer
branch: elpa/evil-matchit commit 4d7fe2b8581c1c78f48b9d161e7f1c21724af656 Author: Troy Hinckley Commit: Troy Hinckley Fix an issue where verilog identifiers could be matched as begin/end tags --- evil-matchit-verilog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evi

[nongnu] elpa/evil-matchit ec3dd81998 2/2: Merge pull request #140 from CeleritasCelery/master

2022-09-26 Thread ELPA Syncer
branch: elpa/evil-matchit commit ec3dd819983b2d824142efddd46ef29b46a7c454 Merge: 296cc6580b 4d7fe2b858 Author: Chen Bin Commit: GitHub Merge pull request #140 from CeleritasCelery/master Fix an issue where verilog identifiers could be matched as begin/end token --- evil-matchit-ver

[elpa] externals/pyim 6a6fb04e36 1/2: Add pyim-cstring-to-codes method to liberime, Fix #457

2022-09-26 Thread ELPA Syncer
branch: externals/pyim commit 6a6fb04e366a3ac45f11fa3f5b739917257e3913 Author: Feng Shu Commit: Feng Shu Add pyim-cstring-to-codes method to liberime, Fix #457 --- pyim-liberime.el | 4 1 file changed, 4 insertions(+) diff --git a/pyim-liberime.el b/pyim-liberime.el index 75ae3ddfaf..

[elpa] externals/pyim updated (2598f3fffc -> 2d9e9c5b97)

2022-09-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 2598f3fffc pyim-librime.el ends here -> pyim-liberime.el ... new 6a6fb04e36 Add pyim-cstring-to-codes method to liberime, Fix #457 new 2d9e9c5b97 v5.2.5 Summary of changes: pyim-liberime.el | 4 pyim.el

[elpa] externals/pyim 2d9e9c5b97 2/2: v5.2.5

2022-09-26 Thread ELPA Syncer
branch: externals/pyim commit 2d9e9c5b9703dc4f3a400ab353ee99556c892c00 Author: Feng Shu Commit: Feng Shu v5.2.5 --- pyim.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim.el b/pyim.el index f1218aeff3..19f7bc70ec 100644 --- a/pyim.el +++ b/pyim.el @@ -7,7 +7,7 @@

[elpa] externals/consult 2105d0bbac 2/2: consult--define-state: Add docstring

2022-09-26 Thread ELPA Syncer
branch: externals/consult commit 2105d0bbace14f22a9e1864920af84e5f9c454d9 Author: Daniel Mendler Commit: Daniel Mendler consult--define-state: Add docstring --- consult.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/consult.el b/consult.el index 3aaf643215..6dc642c783 100644 --- a

[elpa] externals/consult updated (316dac2d60 -> 2105d0bbac)

2022-09-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 316dac2d60 Update acknowledgments new 0c3aa86160 Use hashed symbol new 2105d0bbac consult--define-state: Add docstring Summary of changes: consult.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[elpa] externals/consult 0c3aa86160 1/2: Use hashed symbol

2022-09-26 Thread ELPA Syncer
branch: externals/consult commit 0c3aa861609e4f8d858e8f53c1f567c6906365d4 Author: Daniel Mendler Commit: Daniel Mendler Use hashed symbol --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index 2d7fab3880..3aaf643215 100644 --- a/cons

[elpa] externals/consult fcf37be817 3/4: Introduce consult--state-with-return

2022-09-26 Thread ELPA Syncer
branch: externals/consult commit fcf37be81739e672fa2dc18fba77ae98cf20f2bf Author: Daniel Mendler Commit: Daniel Mendler Introduce consult--state-with-return --- consult.el | 30 -- 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/consult.el b/consu

[elpa] externals/consult 316dac2d60 4/4: Update acknowledgments

2022-09-26 Thread ELPA Syncer
branch: externals/consult commit 316dac2d60d33431c23dd91f0c3180d5ca7e3992 Author: Daniel Mendler Commit: Daniel Mendler Update acknowledgments --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 1d11ac3862..ace5887aea 100644 --- a/README.org +++

[elpa] externals/consult 8c94ab9b82 2/4: Rename consult--upgrading-location-state

2022-09-26 Thread ELPA Syncer
branch: externals/consult commit 8c94ab9b82ffee170c079eae0e7db688545d2fab Author: Daniel Mendler Commit: Daniel Mendler Rename consult--upgrading-location-state --- consult.el | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/consult.el b/consult.el index 11b34

[elpa] externals/consult 90c3e5a092 1/4: refactor location state combinators

2022-09-26 Thread ELPA Syncer
branch: externals/consult commit 90c3e5a092fe780d17c8d42cae12a6067b756ed1 Author: Jean-Philippe Bernardy Commit: Daniel Mendler refactor location state combinators The intent is to improve customizability by exposing more building blocks as standalone functions --- consult.el |

[elpa] externals/consult updated (76aab86015 -> 316dac2d60)

2022-09-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 76aab86015 Update comment new 90c3e5a092 refactor location state combinators new 8c94ab9b82 Rename consult--upgrading-location-state new fcf37be817 Introduce consult--state-with-return new 316dac2d60

[nongnu] elpa/evil dba2fa9907: Store digraph character directly for repetition

2022-09-26 Thread ELPA Syncer
branch: elpa/evil commit dba2fa9907cf096f5e615df2e8b0381b643d47ee Author: Tom Dalziel Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> Store digraph character directly for repetition Fixes #1675 --- evil-common.el | 13 - evil-repeat.el | 5 - evil-te

[elpa] externals/doc-toc 2ec9515f0d 81/84: Apply patch S. Monnier

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 2ec9515f0d129b56e8efb9f027fdfa74d07c1358 Author: Daniel Nicolai Commit: Daniel Nicolai Apply patch S. Monnier --- toc-mode.el | 34 -- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/toc-mode.el b/toc-mode.el i

[elpa] externals/doc-toc a259f4cc65 77/84: Correct docstring position

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit a259f4cc65e16f61b80295204abc53f0957a1d1d Author: Shohei YOSHIDA Commit: Shohei YOSHIDA Correct docstring position --- toc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toc-mode.el b/toc-mode.el index 6e05b88165..e8b43e61ac 10064

[elpa] externals/doc-toc f2ea7db226 68/84: Fix all checkdoc warnings

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit f2ea7db226b6f38cf780747f1c7595f399b437b0 Author: Daniel Nicolai Commit: Daniel Nicolai Fix all checkdoc warnings --- toc-mode.el | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/toc-mode.el b/toc-mode.el inde

[elpa] externals/doc-toc 719f6a03a7 64/84: Return page text when pdfxmeta fails

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 719f6a03a7a7f34a8c7a57bd89f1211cb87b31f8 Author: Daniel Nicolai Commit: Daniel Nicolai Return page text when pdfxmeta fails --- README.org | 3 ++- toc-mode.el | 33 ++--- 2 files changed, 28 insertions(+), 8 deletions(-) diff

[elpa] externals/doc-toc 05b6d034aa 59/84: Fix djvu/pdf hard dependency (github issue #3)

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 05b6d034aad8ccb7fe3ca9fdcfdbf543b1cd0277 Author: Daniel Nicolai Commit: Daniel Nicolai Fix djvu/pdf hard dependency (github issue #3) --- README.org | 31 ++- toc-mode.el | 30 ++ 2 files changed, 40 i

[elpa] externals/doc-toc 7e50cc20d0 53/84: Implement extract-only

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 7e50cc20d0a395ef29991c7a6023ade5336c00af Author: Daniel Nicolai Commit: Daniel Nicolai Implement extract-only --- toc-mode.el | 34 ++ 1 file changed, 34 insertions(+) diff --git a/toc-mode.el b/toc-mode.el index d2dbfa279a..

[elpa] externals/doc-toc 2d95c466a3 48/84: Add MELPA and GPL3 badges

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 2d95c466a3cf6d7fa3c9dee015a8166bfb5dc02a Author: Daniel Nicolai Commit: Daniel Nicolai Add MELPA and GPL3 badges --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 0d12b10b3b..50dc0a158c 100644

[elpa] externals/doc-toc 734043bdc7 47/84: Improve documentation in toc-mode.el

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 734043bdc7d83d8116fe079246e6c6d80837e820 Author: Daniel Nicolai Commit: Daniel Nicolai Improve documentation in toc-mode.el --- toc-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toc-mode.el b/toc-mode.el index 3ad53e4f17..e5f15c3d62 100644 -

[elpa] externals/doc-toc 1602e353b0 49/84: Improve parsing djvu outline (prin1-to-string)

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 1602e353b06e95172e8a67c2f132e80a6f8e67cf Author: Daniel Nicolai Commit: Daniel Nicolai Improve parsing djvu outline (prin1-to-string) --- toc-mode.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index e

[elpa] externals/doc-toc f430243a88 43/84: Add version: 0 header

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit f430243a8801e5a347e0ebcc8713e6fcad9f542e Author: Daniel Nicolai Commit: Daniel Nicolai Add version: 0 header --- toc-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/toc-mode.el b/toc-mode.el index f98eb7c13a..bce6b106a6 100644 --- a/toc-mode.el +

[elpa] externals/doc-toc 36b7f88d6a 39/84: Declare more functions (for MELPA)

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 36b7f88d6ac02c74c11b277fd8f0d9212eedf232 Author: Daniel Nicolai Commit: Daniel Nicolai Declare more functions (for MELPA) --- toc-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toc-mode.el b/toc-mode.el index daead07080..2d2a0e58dd 100644 ---

[elpa] externals/doc-toc 8f14a2928e 31/84: Prepare package for publishing on MELPA

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 8f14a2928e64acde94973adce6834f2e90b9ffa2 Author: Daniel Nicolai Commit: Daniel Nicolai Prepare package for publishing on MELPA --- toc-mode.el | 342 ++-- 1 file changed, 218 insertions(+), 124 deletion

[elpa] externals/doc-toc 81f58d0871 35/84: Fix double-dash function names

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 81f58d0871a39fa1b70fd625713ab30335778f05 Author: Daniel Nicolai Commit: Daniel Nicolai Fix double-dash function names --- toc-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index 7d0999e445..2c629c87

[elpa] externals/doc-toc f643745b06 32/84: Set windows encoding for djvu

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit f643745b0679845db7968f430e502c960889465e Author: Daniel Nicolai Commit: Daniel Nicolai Set windows encoding for djvu --- toc-mode.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index 814c2c94ed..fe7f6da

[elpa] externals/doc-toc caa066b67d 29/84: Add spell check and correct start pagenumber

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit caa066b67dffcd2cf79c2ccd7bf1b6fb9619d0f8 Author: Daniel Nicolai Commit: Daniel Nicolai Add spell check and correct start pagenumber --- toc-mode.el | 53 + 1 file changed, 29 insertions(+), 24 deletions(-)

[elpa] externals/doc-toc f8fbca0c41 23/84: README add features and keybindings

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit f8fbca0c412acf4ec7b9c8dbef783369bd5e2a93 Author: Daniel Nicolai Commit: Daniel Nicolai README add features and keybindings --- README.org | 37 +++-- 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/README.org b/

[elpa] externals/doc-toc 97c0ce5c40 19/84: Implement from tabular jump to/scroll page for djvu

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 97c0ce5c40c90aa481239b565abbd0e8987cdfc6 Author: Daniel Nicolai Commit: Daniel Nicolai Implement from tabular jump to/scroll page for djvu --- README.org | 3 +-- toc-mode.el | 35 +-- 2 files changed, 26 insertions(+), 12 d

[elpa] externals/doc-toc 559e7bbf3d 13/84: Implement extract with tesseract ocr

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 559e7bbf3d785133b4b26519f7b97af35cc7c0a3 Author: Daniel Nicolai Commit: Daniel Nicolai Implement extract with tesseract ocr --- toc-mode.el | 39 ++- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/toc-mode.

[elpa] externals/doc-toc 22174d1a0f 10/84: Update README

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 22174d1a0fbb4e4feb51eb1eb32b018fad4e0423 Author: Daniel Nicolai Commit: Daniel Nicolai Update README --- README.org | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index c920807e73..bf3889596a 100644 --- a/

[elpa] externals/doc-toc 34d16c6c06 07/84: implement pdf navigation from TOC-tabular-mode

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 34d16c6c06aa3c31421fdc3ade60c5b1dd8ed631 Author: Daniel Nicolai Commit: Daniel Nicolai implement pdf navigation from TOC-tabular-mode --- README.org | 11 --- toc-mode.el | 24 2 files changed, 24 insertions(+), 11 deletions

[elpa] externals/doc-toc 7c4eef518e 02/84: initial upload

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 7c4eef518eb49339d0b3f94d02e05561f3ff97af Author: Daniel Nicolai Commit: GitHub initial upload --- document-outliner.el | 446 +++ 1 file changed, 446 insertions(+) diff --git a/document-outliner.el b/document-

[elpa] externals/doc-toc 0d5ef18820 01/84: Initial commit

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 0d5ef1882002ef11d52856e7a274388fca08bcf9 Author: Daniel Nicolai Commit: GitHub Initial commit --- LICENSE | 661 ++ README.md | 2 + 2 files changed, 663 insertions(+) diff --git a/LICENSE b/LI

[elpa] externals/plz 80aeae0d20 3/3: Release: 0.2.1

2022-09-26 Thread ELPA Syncer
branch: externals/plz commit 80aeae0d201b06088d4b7543a603d97bdbccb948 Author: Adam Porter Commit: Adam Porter Release: 0.2.1 --- README.org | 2 +- plz.el | 2 +- plz.info | 47 --- 3 files changed, 26 insertions(+), 25 deletions(-) diff

[elpa] main ca15985971: * elpa-packages (chess): Auto-generate chess.info

2022-09-26 Thread Stefan Monnier via
branch: main commit ca159859711b2ef8509e4933c908f2f63c2f8cf5 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (chess): Auto-generate chess.info Also don't auto-sync cobol-mode since it's maintained in-site. --- elpa-packages | 19 --- 1 file changed, 8

[elpa] externals/doc-toc 448a0ac00c 82/84: Small fixes before release on ELPA (fix compiler warnings)

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 448a0ac00c110802f3124bbf9c5a72bdfc3c3c28 Author: Daniel Nicolai Commit: Daniel Nicolai Small fixes before release on ELPA (fix compiler warnings) --- toc-mode.el | 77 +++-- 1 file changed, 44 insertion

[elpa] externals/doc-toc 977bec00d8 74/84: Tiny bug fix in toc--tablist-to-handyoutliner

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 977bec00d8d448ad2a5e2e4c17b9c9ba3e194ec2 Author: Daniel Nicolai Commit: Daniel Nicolai Tiny bug fix in toc--tablist-to-handyoutliner --- toc-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index cc0b

[elpa] externals/doc-toc 8d4817a543 62/84: Fix org-noter conflict (github #4)

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 8d4817a543c82498aedcecfef8d885d7b7579613 Author: Daniel Nicolai Commit: Daniel Nicolai Fix org-noter conflict (github #4) --- README.org | 3 --- toc-mode.el | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.org b/README.org index

[elpa] externals/doc-toc 23e1fb2fde 54/84: Implement HandyOutliner option

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 23e1fb2fde508724d1f9c94b5bf6db6b1f3de51b Author: Daniel Nicolai Commit: Daniel Nicolai Implement HandyOutliner option --- README.org | 23 +++- toc-mode.el | 88 + 2 files changed, 99 i

[elpa] externals/doc-toc e84c00c923 45/84: Fix/remove ask for path before add TOC djvu

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit e84c00c923f399f1e93fb58e9712f45c8ee7e4a3 Author: Daniel Nicolai Commit: Daniel Nicolai Fix/remove ask for path before add TOC djvu --- toc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toc-mode.el b/toc-mode.el index 5b5fc5d84f.

[elpa] externals/doc-toc 59f4471e6a 50/84: Update README.org

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 59f4471e6a7b13280a6d1aab85dcedfe5f0eb1e8 Author: Daniel Nicolai Commit: GitHub Update README.org --- README.org | 4 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 50dc0a158c..246ab89386 100644 --- a/README.org +++ b/README.

[elpa] externals/doc-toc 05cd1287f1 42/84: Fix toc--add-to-djvu. Don't ask save location.

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 05cd1287f155f0adfc29e453561ad79cce977c02 Author: Daniel Nicolai Commit: Daniel Nicolai Fix toc--add-to-djvu. Don't ask save location. --- toc-mode.el | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/toc-mode.el b/toc-mode.

[elpa] externals/doc-toc c39306dad7 41/84: Fix docstrings with checkdoc (for MELPA)

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit c39306dad79722dfcd0f07cd28e308fa2baf5a6b Author: Daniel Nicolai Commit: Daniel Nicolai Fix docstrings with checkdoc (for MELPA) --- toc-mode.el | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/toc-mode.el b/toc-mode.el ind

[elpa] externals/doc-toc 74c68f0cda 24/84: Update README.org

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 74c68f0cda6c692f9fce1ac0ad0613446ee934bd Author: Daniel Nicolai Commit: GitHub Update README.org --- README.org | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 0622a497af..11614ca079 100644 --- a/RE

[elpa] externals/doc-toc 3acf45b0f7 18/84: Implement C-c C-c functionality also for djvu

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 3acf45b0f781b745f078307f004a83d91defa37e Author: Daniel Nicolai Commit: Daniel Nicolai Implement C-c C-c functionality also for djvu --- README.org | 10 +- toc-mode.el | 30 +- 2 files changed, 26 insertions(+), 14 delet

[elpa] externals/doc-toc 4ecb3825b9 16/84: Update README

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 4ecb3825b9c5883d74b1d39124807c35ee616ac7 Author: Daniel Nicolai Commit: Daniel Nicolai Update README --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 58d2de5077..9b67521bed 100644 --- a/READ

[elpa] externals/doc-toc c86a72abda 12/84: Implement replace original or ad toc to copy of pdf

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit c86a72abda454a998d999b0da22435d2a78e6752 Author: Daniel Nicolai Commit: Daniel Nicolai Implement replace original or ad toc to copy of pdf --- README.org | 9 ++--- toc-mode.el | 20 2 files changed, 22 insertions(+), 7 deletions(-

[elpa] externals/doc-toc 56218310ba 08/84: fix funcitons and update docs for djvu

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 56218310ba75c4acb6982d6e98ca94643259aab7 Author: Daniel Nicolai Commit: Daniel Nicolai fix funcitons and update docs for djvu --- README.org | 11 --- toc-mode.el | 15 ++- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a

[elpa] externals/doc-toc 3d286633a9 11/84: Update README

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 3d286633a91cf4f0c4a506f6c7a9a89124c4baf7 Author: Daniel Nicolai Commit: Daniel Nicolai Update README --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index bf3889596a..413f316a51 100644 --- a/README

[elpa] externals/doc-toc 32803571a6 06/84: delete README.md

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 32803571a6d800faf01aa926a3000c4345f2e237 Author: Daniel Nicolai Commit: Daniel Nicolai delete README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md deleted file mode 100644 index 1f74354449..00 --- a/READM

[elpa] externals/doc-toc fdb66ff587 04/84: delete old file(name) document-outliner

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit fdb66ff587bd7774245cd015e87b7930cbb7d256 Author: Daniel Nicolai Commit: Daniel Nicolai delete old file(name) document-outliner --- document-outliner.el | 446 --- 1 file changed, 446 deletions(-) diff --git a/

[elpa] externals/plz updated (9e9a370830 -> 80aeae0d20)

2022-09-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/plz. from 9e9a370830 Release: 0.2 new 9c2d86aa31 Meta: 0.2.1-pre new 4480f4ea24 Fix: (plz--sentinel) When curl process is interrupted new 80aeae0d20 Release: 0.2.1 Summary of changes: README.org | 5 +++ plz.el |

[elpa] branch externals/doc-toc created (now b4bb748aa3)

2022-09-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/doc-toc. at b4bb748aa3 Fix README (remove repeated section) This branch includes the following new commits: new 0d5ef18820 Initial commit new 7c4eef518e initial upload new bcf2348d28 rename file to toc-mode new

[elpa] externals/plz 9c2d86aa31 1/3: Meta: 0.2.1-pre

2022-09-26 Thread ELPA Syncer
branch: externals/plz commit 9c2d86aa312a28b30579b49809a78b17db87a21d Author: Adam Porter Commit: Adam Porter Meta: 0.2.1-pre --- README.org | 4 +++ plz.el | 2 +- plz.info | 100 + 3 files changed, 86 insertions(+), 20

[elpa] externals/doc-toc ca80abf2f8 83/84: Update name to doc-toc (i.e. make doc-tools extension)

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit ca80abf2f81e942a73f7ac8cd722d4c698ec26a2 Author: Daniel Nicolai Commit: Daniel Nicolai Update name to doc-toc (i.e. make doc-tools extension) --- README.org | 77 +++ toc-mode-extract.gif => doc-toc-extract.gif | Bin to

[elpa] externals/doc-toc b4bb748aa3 84/84: Fix README (remove repeated section)

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit b4bb748aa303517cef1e1ce4c08047664704dbd5 Author: Daniel Nicolai Commit: Daniel Nicolai Fix README (remove repeated section) --- README.org | 51 +-- doc-toc.el | 2 +- 2 files changed, 22 insertions(+), 31 del

[elpa] externals/doc-toc cf6b12ca35 79/84: Fix #10: prevent pdf-filename become nil

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit cf6b12ca356d119e68935737e3340155d8fda3f3 Author: Daniel Nicolai Commit: Daniel Nicolai Fix #10: prevent pdf-filename become nil --- toc-mode.el | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index e8

[elpa] externals/doc-toc 487177a81b 73/84: Update package description

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 487177a81bef46e805de0bee936e900fb80beef4 Author: Daniel Nicolai Commit: Daniel Nicolai Update package description --- toc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toc-mode.el b/toc-mode.el index a9d539e68b..cc0ba7f38c 10064

[elpa] externals/doc-toc 7e2e6be947 69/84: Update/improve README

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 7e2e6be947b4da96cb12c1db833cf6e076ae328d Author: Daniel Nicolai Commit: Daniel Nicolai Update/improve README --- README.org | 39 +-- toc-mode.el | 58 -- 2 files ch

[elpa] externals/doc-toc 3c7efe78d2 61/84: Implement pdf.tocgen functionality

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 3c7efe78d220118878662b69033b24da63f1895c Author: Daniel Nicolai Commit: Daniel Nicolai Implement pdf.tocgen functionality --- README.org | 23 ++-- toc-mode.el | 70 +++-- 2 files chang

[elpa] externals/doc-toc 8c2cb1283d 60/84: Add info about pdf.tocgen alternative

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 8c2cb1283dab98966f3cca4f97daaeb2764d20b8 Author: Daniel Nicolai Commit: Daniel Nicolai Add info about pdf.tocgen alternative --- .github/FUNDING.yml | 1 + README.org | 9 + toc-mode.el | 5 + 3 files changed, 15 insertions(+) d

[elpa] externals/doc-toc b1a843fd6f 57/84: Implement roman-to-arabic and add pdf djvu keybindings

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit b1a843fd6f8406c2f24f957182f9d79537fc84f9 Author: Daniel Nicolai Commit: Daniel Nicolai Implement roman-to-arabic and add pdf djvu keybindings --- toc-mode.el | 19 +++ 1 file changed, 19 insertions(+) diff --git a/toc-mode.el b/toc-mode.el i

[elpa] externals/doc-toc b45b78102c 55/84: Update README, add extract-only documentation

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit b45b78102c285b0b0f2d38b74a16ada2b9c9bb23 Author: Daniel Nicolai Commit: Daniel Nicolai Update README, add extract-only documentation --- README.org | 9 - toc-mode.el | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.org

[elpa] externals/doc-toc a11b2caa88 51/84: Add paypal donate link

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit a11b2caa8817566073152cb629ecde132677e3ca Author: Daniel Nicolai Commit: Daniel Nicolai Add paypal donate link --- README.org | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 246ab89386..8e268b752e

[elpa] externals/doc-toc 7208f4a987 40/84: Add featurep checks for publish on MELPA

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 7208f4a98751bb732c85de6bd292dc46e206f088 Author: Daniel Nicolai Commit: Daniel Nicolai Add featurep checks for publish on MELPA --- toc-mode.el | 81 +++-- 1 file changed, 47 insertions(+), 34 deletions

[elpa] externals/doc-toc a1d26eceb5 37/84: Add defvar and declare-function to avoid warning MELPA

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit a1d26eceb53f80fe2a7940926bdbe36b6ec023be Author: Daniel Nicolai Commit: Daniel Nicolai Add defvar and declare-function to avoid warning MELPA --- toc-mode.el | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/toc-mode

[elpa] externals/doc-toc dda3491299 34/84: Fix djvu parse tablist to djvused algorithm

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit dda34912999555728258318a64850fb2db3192ff Author: Daniel Nicolai Commit: Daniel Nicolai Fix djvu parse tablist to djvused algorithm --- README.org | 7 -- toc-mode.el | 235 +++- 2 files changed, 121

[elpa] externals/doc-toc 31611d6e9f 30/84: Update LICENSE

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 31611d6e9fca521996531a0c574b16658dc8a063 Author: Daniel Nicolai Commit: GitHub Update LICENSE --- LICENSE | 149 +++- 1 file changed, 81 insertions(+), 68 deletions(-) diff --git a/LICENSE b/LICENS

[elpa] externals/doc-toc d1cc2e950c 26/84: UPDATE README add extract screencast

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit d1cc2e950c7bdd95ced9cfea78dadfe3e8d28b30 Author: Daniel Nicolai Commit: Daniel Nicolai UPDATE README add extract screencast --- README.org | 2 ++ toc-mode-extract.gif | Bin 0 -> 4952632 bytes 2 files changed, 2 insertions(+) diff --git a/READM

[elpa] externals/doc-toc f7aacf7e77 25/84: Set encoding and cleanup linefeeds

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit f7aacf7e77bd48e7847c556ba1c4db2e6e53424e Author: Daniel Nicolai Commit: Daniel Nicolai Set encoding and cleanup linefeeds --- toc-mode.el | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index ab8ae220

[elpa] externals/doc-toc a341a6eddc 21/84: Add autoload magic comments and file-header

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit a341a6eddce47da885c3427312ccdbc43840b454 Author: Daniel Nicolai Commit: Daniel Nicolai Add autoload magic comments and file-header --- toc-mode.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index 045

[elpa] externals/doc-toc e6e20d2d65 20/84: Implement shift all remaining numbers and follow/preview

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit e6e20d2d65c6a65cd930bf6b2f2e80b22a63ebf4 Author: Daniel Nicolai Commit: Daniel Nicolai Implement shift all remaining numbers and follow/preview --- README.org | 8 +--- toc-mode.el | 12 2 files changed, 17 insertions(+), 3 deletions(-) d

[elpa] externals/doc-toc 5314cd0b2a 17/84: Update README

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 5314cd0b2a75325a996e70343db66a419afb898e Author: Daniel Nicolai Commit: Daniel Nicolai Update README --- README.org | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 9b67521bed..f4c9a0c20e 100644 --- a/RE

[elpa] externals/doc-toc 4c98932c65 05/84: create first version README

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 4c98932c65187b285d29fc1311466c9765c88be3 Author: Daniel Nicolai Commit: Daniel Nicolai create first version README --- README.org | 86 ++ 1 file changed, 86 insertions(+) diff --git a/README.org b

[elpa] externals/plz 4480f4ea24 2/3: Fix: (plz--sentinel) When curl process is interrupted

2022-09-26 Thread ELPA Syncer
branch: externals/plz commit 4480f4ea248cd433c1f97b2f4364fa84cbd99b08 Author: Adam Porter Commit: Adam Porter Fix: (plz--sentinel) When curl process is interrupted --- README.org | 3 ++- plz.el | 9 ++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.org b/R

[elpa] externals/ement 3dc6849c1c 1/2: Add: (ement-notify-mark-frame-urgent-predicates)

2022-09-26 Thread ELPA Syncer
branch: externals/ement commit 3dc6849c1c32ebfe31dee3b77ab94ffcce03af34 Author: Adam Porter Commit: Adam Porter Add: (ement-notify-mark-frame-urgent-predicates) --- README.org | 1 + ement-notify.el | 43 ++- 2 files changed, 43 insertions(+), 1

[elpa] externals/ement 640692f8f4 2/2: Fix: (ement--mark-room-direct) For users with existing direct rooms

2022-09-26 Thread ELPA Syncer
branch: externals/ement commit 640692f8f452a30f5a87ebccacbe479902dc7b05 Author: Adam Porter Commit: Adam Porter Fix: (ement--mark-room-direct) For users with existing direct rooms --- ement-lib.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ement-lib.el

[elpa] externals/ement updated (ef84ffcb1e -> 640692f8f4)

2022-09-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/ement. from ef84ffcb1e Change/Fix: (ement-room--insert-event) Account for timestamp headers new 3dc6849c1c Add: (ement-notify-mark-frame-urgent-predicates) new 640692f8f4 Fix: (ement--mark-room-direct) For users with existing di

[elpa] main 987a2d5b46: * elpa-packages (doc-toc): New package

2022-09-26 Thread Stefan Monnier via
branch: main commit 987a2d5b469280bbd53ec7197b006e8e2a889f76 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (doc-toc): New package --- elpa-packages | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/elpa-packages b/elpa-packages index edc5259760

[elpa] externals/doc-toc 782d0cd6b5 80/84: Update README.org

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 782d0cd6b52ce9ff0cb5d726d578789649e9c21c Author: Vladimir F <21038976+vladonther...@users.noreply.github.com> Commit: Daniel Nicolai Update README.org add direct link to the original pdfoutline's Github repo, as the one in Pypi seems not to work ---

[elpa] externals/doc-toc 0671d11654 78/84: Merge pull request #8 from syohex/docstring

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 0671d11654db7f7f33d023006d0d2f3d60e85147 Merge: 4c9ce0f54d a259f4cc65 Author: Daniel Nicolai Commit: GitHub Merge pull request #8 from syohex/docstring Correct docstring position --- toc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[elpa] externals/doc-toc 4c9ce0f54d 76/84: Fix: eval-when-compile pdf-tools

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 4c9ce0f54d1e3e0c7c75c7f3c2d9a4d50287ca18 Author: Daniel Nicolai Commit: Daniel Nicolai Fix: eval-when-compile pdf-tools --- toc-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toc-mode.el b/toc-mode.el index 4de0b3762b..6e05b881

[elpa] externals/doc-toc d5629c7165 75/84: Update djvu ocr to djvu3.el (create ppm instead of svg)

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit d5629c71652d80c5c515d30cdafb345f5a0b7595 Author: Daniel Nicolai Commit: Daniel Nicolai Update djvu ocr to djvu3.el (create ppm instead of svg) --- toc-mode.el | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/toc-mode.el

[elpa] externals/doc-toc 36fe728f38 72/84: Make tesseract psm code configurable via universal arg

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 36fe728f387ab2087e4096cb4734a8642dd7f880 Author: Daniel Nicolai Commit: Daniel Nicolai Make tesseract psm code configurable via universal arg --- README.org | 24 toc-mode.el | 16 +--- 2 files changed, 29 insertions(+),

[elpa] externals/doc-toc a0018b8a63 71/84: Add replace fields in toc-tabular-mode feature

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit a0018b8a63ca1e53f001c3fa908b6297dc5af3e8 Author: Daniel Nicolai Commit: Daniel Nicolai Add replace fields in toc-tabular-mode feature --- toc-mode.el | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/toc-mode.el b/toc-mode.e

[elpa] externals/doc-toc 06de33f511 70/84: Fix pdf-view-current-page macro not function

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 06de33f5113c8ce136e08f1ff9852abad7677bac Author: Daniel Nicolai Commit: Daniel Nicolai Fix pdf-view-current-page macro not function --- toc-mode.el | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/toc-mode.el

[elpa] externals/doc-toc dc5be6442f 66/84: Add jump-by-level to toc-tabular-mode

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit dc5be6442ffa3eac5742d6a7854194b1eb197d5d Author: Daniel Nicolai Commit: Daniel Nicolai Add jump-by-level to toc-tabular-mode --- README.org | 10 +++--- toc-mode.el | 9 + 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.o

[elpa] externals/doc-toc dd1dfd83ac 63/84: Fix docstrings and warnings for MELPA

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit dd1dfd83acad140522457baafcfb990621f16e6f Author: Daniel Nicolai Commit: Daniel Nicolai Fix docstrings and warnings for MELPA --- toc-mode.el | 40 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/toc-mod

[elpa] externals/doc-toc 102e14199c 65/84: pdf.tocgen replace original pdf, and show message on fail

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 102e14199c973f0b832880a33247794902003304 Author: Daniel Nicolai Commit: Daniel Nicolai pdf.tocgen replace original pdf, and show message on fail --- toc-mode.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/toc-mode.el b/toc

[elpa] externals/doc-toc a14dbb4c25 67/84: Fix beginning-of-buffer compilation warning

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit a14dbb4c2594a0ceacbb797af752e3610f2efbfc Author: Daniel Nicolai Commit: Daniel Nicolai Fix beginning-of-buffer compilation warning --- toc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toc-mode.el b/toc-mode.el index 8887f4182b.

[elpa] externals/doc-toc eb8c6a0c00 56/84: Fix seq and cl compiler warnings

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit eb8c6a0c00e811688a8852ef25fdddfa2bafe6e5 Author: Daniel Nicolai Commit: Daniel Nicolai Fix seq and cl compiler warnings --- README.org | 4 ++-- toc-mode.el | 11 --- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.org b/READ

[elpa] externals/doc-toc 10b254ef2c 58/84: Fix auto pagenumber contents OCR

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 10b254ef2c5a527affc3236f84cda9c5845c0aa9 Author: Daniel Nicolai Commit: Daniel Nicolai Fix auto pagenumber contents OCR --- toc-mode.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index fc75873842..43f

[elpa] externals/doc-toc ae455b4863 52/84: Implement language customization for OCR

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit ae455b486327205e5e6df786d42af188bddd8fa5 Author: Daniel Nicolai Commit: Daniel Nicolai Implement language customization for OCR --- README.org | 3 ++- toc-mode.el | 37 ++--- 2 files changed, 32 insertions(+), 8 deletions(-

[elpa] externals/doc-toc 7a436b0ca3 46/84: Remove info about limited level deepness for djvu

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 7a436b0ca34388a2157a8bfd489a03ebab0347a0 Author: Daniel Nicolai Commit: Daniel Nicolai Remove info about limited level deepness for djvu --- toc-mode.el | 7 --- 1 file changed, 7 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index b48a2cabe5..3ad

[elpa] externals/doc-toc e52b2d8ee3 44/84: Improve some (add-to-document) docstrings

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit e52b2d8ee3d70e96bce3b54d20d713a4ea370452 Author: Daniel Nicolai Commit: Daniel Nicolai Improve some (add-to-document) docstrings --- toc-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toc-mode.el b/toc-mode.el index bce6b106a

[elpa] externals/doc-toc 6eafd64b9e 38/84: Add # to tell compiler about function reference (for MELPA)

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit 6eafd64b9ec7973a96e6beaa27fd9a898ae55f92 Author: Daniel Nicolai Commit: Daniel Nicolai Add # to tell compiler about function reference (for MELPA) --- toc-mode.el | 40 1 file changed, 20 insertions(+), 20 deletions(-

[elpa] externals/doc-toc c521029525 36/84: Change (beginning-og-buffer) to (goto-char (point-min)) for MELPA

2022-09-26 Thread ELPA Syncer
branch: externals/doc-toc commit c5210295254d9117cfd7ed4b4b6d2c53b03d4d55 Author: Daniel Nicolai Commit: Daniel Nicolai Change (beginning-og-buffer) to (goto-char (point-min)) for MELPA --- toc-mode.el | 35 ++- 1 file changed, 10 insertions(+), 25 deletions(

  1   2   >