[elpa] elpa-admin a5cffdb: * elpa-admin.el (elpaa--pull): Set the upstream branch if needed

2020-12-18 Thread Stefan Monnier
branch: elpa-admin commit a5cffdb4f9e802f50714cc7e847e74c3b000edad Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--pull): Set the upstream branch if needed --- elpa-admin.el | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) diff --g

[elpa] externals/kiwix 15fd8fa 191/192: use hook to auto setup org-kiwix link type

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 15fd8fad3b252363818ff9338e7fb4811955ac89 Author: stardiviner Commit: stardiviner use hook to auto setup org-kiwix link type --- README.org | 15 ++- org-kiwix.el | 11 +-- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/R

[elpa] externals/kiwix d92a371 189/192: Fix some byte-compile warnings

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit d92a371c9f44ae9747d880130dcaa7e264919e4f Author: Shohei YOSHIDA Commit: Shohei YOSHIDA Fix some byte-compile warnings - Use cl-lib macros instead of cl.el ones - Load libraries for using those functions --- kiwix.el | 7 +-- 1 file changed, 5

[elpa] externals/kiwix 6878b7d 182/192: add condition to detect kiwix server is available when get search hints

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 6878b7d66b0e2d45a9df86f880acc9c7122e3bbc Author: stardiviner Commit: stardiviner add condition to detect kiwix server is available when get search hints --- kiwix.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kiwix.el b/kiwix.el index df65c8e..178d5

[elpa] externals/kiwix 36b15f3c 179/192: add kiwix.el load in README

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 36b15f3c8f3ed101e66aa9a6b268589641ed1871 Author: stardiviner Commit: stardiviner add kiwix.el load in README --- README.org | 16 1 file changed, 16 insertions(+) diff --git a/README.org b/README.org index 176b7fc..56bb74d 100644 --- a/README

[elpa] externals/kiwix 0155c9a 177/192: rename org-link functions

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 0155c9a19021d3cdebaab9e82783eaf106497b57 Author: stardiviner Commit: stardiviner rename org-link functions --- kiwix.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kiwix.el b/kiwix.el index a67aacf..412b4da 100644 --- a/kiwix.el

[elpa] externals/kiwix 5f64044 175/192: support detect whether query is chinese

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 5f6404486e1f1292469a1cca186e2d457992497a Author: stardiviner Commit: stardiviner support detect whether query is chinese --- kiwix.el | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kiwix.el b/kiwix.el index 4794e78..c5da69b 1006

[elpa] externals/kiwix 6c6c443 176/192: fix Org link open function

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 6c6c44386e00d352d96064cb25b50e960cd1ba22 Author: stardiviner Commit: stardiviner fix Org link open function - support detect chinese query - support wikipedia: link spec "(library):query" --- kiwix.el | 52 ++---

[elpa] externals/kiwix e2933785 174/192: add autoload cookie for kiwix.el Org link functions

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit e293378588575cb2781facac4ce8d745cd7de58e Author: stardiviner Commit: stardiviner add autoload cookie for kiwix.el Org link functions --- kiwix.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 36db1a5..4794e7

[elpa] externals/kiwix 905a413 192/192: Fix #4 add GNU license info in package source code file

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 905a41360b39d6c1279ddcd2b12823b487a23e12 Author: stardiviner Commit: stardiviner Fix #4 add GNU license info in package source code file --- kiwix.el | 17 + org-kiwix.el | 19 ++- 2 files changed, 35 insertions(+), 1 deleti

[elpa] externals/kiwix d5e5780 173/192: fix GitHub Org Mode inline image display format

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit d5e5780f3c933f873e1a19458c1ea269e9a57afe Author: stardiviner Commit: stardiviner fix GitHub Org Mode inline image display format --- README.org | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 4638d47..1

[elpa] externals/kiwix 9db0a13 172/192: display screenshots at beginning

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 9db0a13081b88aeb81d9758ba2cc87f329cfc7f2 Author: stardiviner Commit: stardiviner display screenshots at beginning --- README.org | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index d88ddca..4638d47 100644 -

[elpa] externals/kiwix 5f60388 181/192: update kiwix-server-url everytime used

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 5f6038856a9cfa0d19afc3c8af73d933fda95b72 Author: stardiviner Commit: stardiviner update kiwix-server-url everytime used --- kiwix.el | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 9c9c145..df65c8e 100644 -

[elpa] externals/kiwix cb3e253 190/192: Merge pull request #2 from syohex/syohex/warnings

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit cb3e2531a55b896b9b41f38f97a597c26433da8e Merge: 4bdf16b d92a371 Author: stardiviner Commit: GitHub Merge pull request #2 from syohex/syohex/warnings Fix some byte-compile warnings --- kiwix.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(

[elpa] externals/kiwix 716c5f6 169/192: Docker container launch command use library.xml index file

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 716c5f6359e0184742bee21755dc5d43986ce42b Author: stardiviner Commit: stardiviner Docker container launch command use library.xml index file --- kiwix.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiwix.el b/kiwix.el index 8629c5e..

[elpa] externals/kiwix dd02284 185/192: fix free variable `kiwix-response'

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit dd02284149027694e4cf16d6f4daf1f6dd011249 Author: stardiviner Commit: stardiviner fix free variable `kiwix-response' --- kiwix.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kiwix.el b/kiwix.el index f773c37..c533f57 100644 --- a/kiwix

[elpa] externals/kiwix 5b5b117 163/192: improve the kiwix-query URL to use the search API

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 5b5b11707353183ed93d7d7d7c59d79a836b8975 Author: stardiviner Commit: stardiviner improve the kiwix-query URL to use the search API --- kiwix.el | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/kiwix.el b/kiwix.el index 4711d45..

[elpa] externals/kiwix 4bdf16b 188/192: smarter `kiwix-org-get-library' detect existing library in link

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 4bdf16b759d6b171467023e4f21ad544610a0f83 Author: stardiviner Commit: stardiviner smarter `kiwix-org-get-library' detect existing library in link --- org-kiwix.el | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/org-kiwi

[elpa] externals/kiwix 7fda411 184/192: fix org-link-set-parameters functions not available when Org not loaded

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 7fda4115d5f762f9a2c1db10406ab2562119050e Author: stardiviner Commit: stardiviner fix org-link-set-parameters functions not available when Org not loaded --- .gitignore | 1 + kiwix.el | 3 --- org-kiwix.el | 17 - 3 files changed, 9 ins

[elpa] externals/kiwix 8cc16b1 161/192: no need to select library when use Docker container

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 8cc16b171aee7d5c88ac959ae9a5b3e87f9e3119 Author: stardiviner Commit: stardiviner no need to select library when use Docker container --- kiwix.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index f84eed8..bbffc2d 1

[elpa] externals/kiwix 5bd84a6 187/192: select kiwix library when completing org link

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 5bd84a68465eb0472814e2c9e6965c6e6ea700ad Author: stardiviner Commit: stardiviner select kiwix library when completing org link --- org-kiwix.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org-kiwix.el b/org-kiwix.el index dfd7d69.

[elpa] externals/kiwix 57d6f5c 178/192: migrate Org Mode link support to separate source code file

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 57d6f5c8bd45523b68f94a52d98b0466d736bf80 Author: stardiviner Commit: stardiviner migrate Org Mode link support to separate source code file --- kiwix.el | 103 +-- org-kiwix.el | 118 +

[elpa] externals/kiwix 2011a9f 183/192: update package config in README

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 2011a9fce5584cdce9c99424c1d216ad437c8bbf Author: stardiviner Commit: stardiviner update package config in README --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 56bb74d..7a38bfc 100644 --- a/

[elpa] externals/kiwix 4082292 155/192: provide a helper function to refresh available kiwix libraries

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 4082292dcb453c04139baba3ee6d20d7dca29a90 Author: stardiviner Commit: stardiviner provide a helper function to refresh available kiwix libraries --- kiwix.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/kiwix.el b/kiwix.el ind

[elpa] externals/kiwix f11e8fb 167/192: support more web browsers

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit f11e8fb9955b89a14db7092e48baa0b69667834e Author: stardiviner Commit: stardiviner support more web browsers --- kiwix.el | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index f4ed9f5..4e133de 100644 --- a/kiwix.el

[elpa] externals/kiwix 32ad2cb 148/192: update Org Mode name

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 32ad2cbe028c93146ac0f118bf609bd78a3c27d1 Author: stardiviner Commit: stardiviner update Org Mode name --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 98207d5..e74a660 100644 --- a/README.org +++

[elpa] externals/kiwix cd95bc9 171/192: update README: using libraries index file "library.xml"

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit cd95bc97cd9add60910a40b6ca5d3db6bff3892b Author: stardiviner Commit: stardiviner update README: using libraries index file "library.xml" --- README.org | 26 ++ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/README.org b

[elpa] externals/kiwix 82140a5 145/192: Make Ivy optional

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 82140a5cf5e4807b20eec89fe38dab717c85f82f Author: stardiviner Commit: stardiviner Make Ivy optional --- kiwix.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiwix.el b/kiwix.el index e3de033..2deeab8 100644 --- a/kiwix.el +++ b/kiwix

[elpa] externals/kiwix f4a1e2d 164/192: rename function* -> cl-function

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit f4a1e2d4b23c553338efa0d14d7d9e92aee13c22 Author: stardiviner Commit: stardiviner rename function* -> cl-function --- kiwix.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kiwix.el b/kiwix.el index cd2d2a3..74b3619 100644 --- a/k

[elpa] externals/kiwix cf6fc32 165/192: add :status-code handler

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit cf6fc329872265c8422f81d89f31219b0c0e9efe Author: stardiviner Commit: stardiviner add :status-code handler --- kiwix.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 74b3619..0efe368 100644 --- a/kiwix.el +++ b

[elpa] externals/kiwix d7c4778 162/192: select library require matched in candidates

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit d7c4778775d3db18094f82af5dc30461a40378d2 Author: stardiviner Commit: stardiviner select library require matched in candidates --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index bbffc2d..4711d45 100644 ---

[elpa] externals/kiwix b185775 143/192: fix hardcoded `kiwix-ajax-search-hints` API URL

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit b1857758310dde7812701db14b9f81c6c7830c41 Author: stardiviner Commit: stardiviner fix hardcoded `kiwix-ajax-search-hints` API URL --- kiwix.el | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/kiwix.el b/kiwix.el index 84ce8c6..

[elpa] externals/kiwix 2d31741 160/192: auto launch server if ping not available

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 2d317414e7f6059b3b6011a81d87b8df9da3c73d Author: stardiviner Commit: stardiviner auto launch server if ping not available --- kiwix.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index afcd894..f84eed8 100644 --- a

[elpa] externals/kiwix 4243689 156/192: check whether Docker image "kiwix/kiwix-serve" is available

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 4243689f319dec97e589fb880623a2424a3a02c3 Author: stardiviner Commit: stardiviner check whether Docker image "kiwix/kiwix-serve" is available --- kiwix.el | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/kiwix.el b/k

[elpa] externals/kiwix 5fbf5bc 141/192: use symbol under point or region text as initial input for Ivy

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 5fbf5bc838334e6bd8484c3f5253e6307922934f Author: stardiviner Commit: stardiviner use symbol under point or region text as initial input for Ivy --- kiwix.el | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kiwix.el b/kiwix.el index

[elpa] externals/kiwix 1fdcfcc 153/192: add screenshot for kiwix open URL with EWW

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 1fdcfcc6c080b5232cf588460283e16180a81dc9 Author: stardiviner Commit: stardiviner add screenshot for kiwix open URL with EWW --- README.org| 2 ++ kiwix.el with EWW.png | Bin 0 -> 174733 bytes 2 files changed, 2 insertions(+) diff --git a/README

[elpa] externals/kiwix d2065a1 152/192: fix default browse-url variable name

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit d2065a1c47a67fe80b54ce0360c7ef8c7f7fb590 Author: stardiviner Commit: stardiviner fix default browse-url variable name --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index ed5bfd6..b31a6d1 100644 --- a/kiwix

[elpa] externals/kiwix 87c1246 139/192: simplify kiwix read input

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 87c12466b36a538625f027898d27512714fac0d4 Author: stardiviner Commit: stardiviner simplify kiwix read input --- kiwix.el | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/kiwix.el b/kiwix.el index fb4c5ae..228c507 100644 --- a/k

[elpa] externals/kiwix eee7cbd 157/192: auto pull download Docker image if it is not available

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit eee7cbd670d61df09de174f6ed348bbbeefc72c1 Author: stardiviner Commit: stardiviner auto pull download Docker image if it is not available --- kiwix.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kiwix.el b/kiwix.el index 399e21c..3

[elpa] externals/kiwix ddeecd1 186/192: fix void org link functions by autoload

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit ddeecd1321275126c106d854981c4a0478e7cb7b Author: stardiviner Commit: stardiviner fix void org link functions by autoload --- org-kiwix.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org-kiwix.el b/org-kiwix.el index 7f293b0..dfd7d69

[elpa] externals/kiwix 1861f27 134/192: replace simple url-retrieve-synchronously with library request.el

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 1861f27674eb376cc0e2b84c1b5545e0fec28d79 Author: stardiviner Commit: stardiviner replace simple url-retrieve-synchronously with library request.el --- kiwix.el | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/kiwix.el b/k

[elpa] externals/kiwix 7e18994 158/192: add a custom option for kiwix default libraries path

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 7e18994ea909eaa781f7f8469b9a5792549649e6 Author: stardiviner Commit: stardiviner add a custom option for kiwix default libraries path --- kiwix.el | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/kiwix.el b/kiwix.el index 3ef7

[elpa] externals/kiwix f5d7a2f 180/192: support Org Mode link :complete property function

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit f5d7a2f4871359d781ac709c767349c1da5a81b6 Author: stardiviner Commit: stardiviner support Org Mode link :complete property function --- kiwix.el | 39 --- org-kiwix.el | 12 ++-- 2 files changed, 30 insertions(+),

[elpa] externals/kiwix ca3f70b 150/192: fix URL construct part missing slash.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit ca3f70bc2e2b771c4b766f09c70554c14c4b1a5c Author: stardiviner Commit: stardiviner fix URL construct part missing slash. --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index bef8cd5..ed5bfd6 100644 --- a/kiwi

[elpa] externals/kiwix d4d5ee0 149/192: Add an option for user to specify default browse-url function.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit d4d5ee082f4dc0e3ac09da05b3924105ec136e2f Author: stardiviner Commit: stardiviner Add an option for user to specify default browse-url function. Using EWW is readable for some Emacs users. --- README.org | 12 kiwix.el | 9 - 2

[elpa] externals/kiwix 5221eda 142/192: silent request result

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 5221eda565ce3541453c42c7730f5577993c3070 Author: stardiviner Commit: stardiviner silent request result --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 1701194..84ce8c6 100644 --- a/kiwix.el +++ b/kiwix

[elpa] externals/kiwix 2cec30b 132/192: add kiwix/kiwix-serve Docker image into installation section of README

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 2cec30be79079ac47f4e7ec95da3cb2f778f3495 Author: stardiviner Commit: stardiviner add kiwix/kiwix-serve Docker image into installation section of README --- README.org | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.org

[elpa] externals/kiwix fbd00ab 170/192: select library every time you query because Docker container use libraries index

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit fbd00abf7caa7f0ded235638dc2cc5784c72697d Author: stardiviner Commit: stardiviner select library every time you query because Docker container use libraries index --- kiwix.el | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kiwix.el b/k

[elpa] externals/kiwix ad95e67 123/192: improve README

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit ad95e6747258d6b9d035d468b01eabdfad6df61a Author: stardiviner Commit: stardiviner improve README --- README.org | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 79bca25..ac217c3 100

[elpa] externals/kiwix 80c0899 144/192: Follow previous commit which can use the select library to construct API URL

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 80c0899bc79cfb5a29715b187d497060c0169450 Author: stardiviner Commit: stardiviner Follow previous commit which can use the select library to construct API URL --- kiwix.el | 67 1 file changed, 38

[elpa] externals/kiwix f587833 135/192: make available testing before every query

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit f587833aa28ce47992e3e0994366949db1e19e1c Author: stardiviner Commit: stardiviner make available testing before every query --- kiwix.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 8e4c80d..f706ee8 100644 ---

[elpa] externals/kiwix 3fe879f 168/192: refresh libraries before selecting library

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 3fe879fb612f8de7794f2694603705ef8f4b2215 Author: stardiviner Commit: stardiviner refresh libraries before selecting library --- kiwix.el | 1 + 1 file changed, 1 insertion(+) diff --git a/kiwix.el b/kiwix.el index 4e133de..8629c5e 100644 --- a/kiwix.el +++ b/

[elpa] externals/kiwix 878b02b 131/192: remove autoload cookies for Org link commands

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 878b02be15ea9aebe939189fd10598b057b739af Author: stardiviner Commit: stardiviner remove autoload cookies for Org link commands --- kiwix.el | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/kiwix.el b/kiwix.el index 7e3a55b..7c44345 10

[elpa] externals/kiwix 33e8cbb 106/192: fix functions docstring.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 33e8cbba7b77b5407f7ff65d4a0da00b368403ce Author: stardiviner Commit: stardiviner fix functions docstring. --- kiwix.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 5c38bf4..2d3e544 100644 --- a/kiwix.el +++ b/

[elpa] externals/kiwix 04347e6 137/192: turn a request part into a separate function

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 04347e6a76ca4fad32e5a0150d805af6df0467ff Author: stardiviner Commit: stardiviner turn a request part into a separate function --- kiwix.el | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/kiwix.el b/kiwix.el index 5a13

[elpa] externals/kiwix 885a6c5 166/192: set kiwix-serve not started no response error handling

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 885a6c5bab610d2627b7d924760ad4412bf98ba7 Author: stardiviner Commit: stardiviner set kiwix-serve not started no response error handling --- kiwix.el | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/kiwix.el b/kiwix.el index 0e

[elpa] externals/kiwix d2ae338 130/192: fix org-link-set-parameters void function when package.el initialize.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit d2ae3386b52a25c080d8502fc19207d997676cd2 Author: stardiviner Commit: stardiviner fix org-link-set-parameters void function when package.el initialize. --- kiwix.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kiwix.el b/kiwix.el index e43b185..7e3a55b

[elpa] externals/kiwix 86c6b1a 103/192: fix free variable link in function.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 86c6b1a02a177204eb27f2b28225bfd14c19de01 Author: stardiviner Commit: stardiviner fix free variable link in function. --- kiwix.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kiwix.el b/kiwix.el index 5416050..12185a3 100644 --- a/

[elpa] externals/kiwix 15a5c3c 124/192: make kiwix-serve server port customize option

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 15a5c3c865187d7199bed8254a605db45cff6953 Author: stardiviner Commit: stardiviner make kiwix-serve server port customize option --- README.org | 2 +- kiwix.el | 17 - 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.org

[elpa] externals/kiwix ba929ec 159/192: update Docker run container command

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit ba929ecc0e273836e6b515e65c6e1943069f4cf4 Author: stardiviner Commit: stardiviner update Docker run container command --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 04fe236..afcd894 100644 --- a/kiwix.

[elpa] externals/kiwix 013449c 151/192: update image link for GitHub Org Mode link path support.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 013449c9f605e8b03a1197c34c9378c52f3834e9 Author: stardiviner Commit: stardiviner update image link for GitHub Org Mode link path support. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index b23526b..

[elpa] externals/kiwix ce7189a 094/192: Merge branch 'hotfix/void-function-org-link-set-parameters'

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit ce7189a6af6dcbf29e28d6650779809af9fabafb Merge: d43238f 121d98a Author: stardiviner Commit: stardiviner Merge branch 'hotfix/void-function-org-link-set-parameters' --- kiwix.el | 1 + 1 file changed, 1 insertion(+) diff --git a/kiwix.el b/kiwix.el index df863

[elpa] externals/kiwix edea223 100/192: Merge branch 'release/0.7.0'

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit edea2234a7a5267c1888dbe2271e9100bdc3f5a8 Merge: 6a7fc40 57150a7 Author: stardiviner Commit: stardiviner Merge branch 'release/0.7.0' --- README.org | 11 ++- kiwix.el | 36 ++-- 2 files changed, 24 insertions(+), 23 de

[elpa] externals/kiwix 183b133 114/192: update usage comments

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 183b13323c1eb8f75eef57715e26c3e859757842 Author: stardiviner Commit: stardiviner update usage comments --- kiwix.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiwix.el b/kiwix.el index 9d58722..8ecc4d4 100644 --- a/kiwix.el +++ b/k

[elpa] externals/kiwix 7786e70 126/192: improve README: add Kiwix installation, kiwix-serve Docker setup.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 7786e70c119a1e1a88dc82b72dce333c1876a814 Author: stardiviner Commit: stardiviner improve README: add Kiwix installation, kiwix-serve Docker setup. --- README.org | 259 +++-- 1 file changed, 251 insertion

[elpa] externals/kiwix 9ee19a0 146/192: silent request flashing echo-area messages flashing.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 9ee19a0b50b6744c919ce2b86075984505509512 Author: stardiviner Commit: stardiviner silent request flashing echo-area messages flashing. --- kiwix.el | 34 ++ 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/kiwix.el

[elpa] externals/kiwix cc6a8df 140/192: implement instantly async completion backend with Ivy

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit cc6a8df3b956edbad9520a1a981c248354538b60 Author: stardiviner Commit: stardiviner implement instantly async completion backend with Ivy --- README.org | 146 + kiwix.el | 16 ++- 2 files changed

[elpa] externals/kiwix ce554ec 147/192: add async search completion keywords candidates screenshot in README

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit ce554ec7fe4d5a9b0643b65cec8541a126f8334d Author: stardiviner Commit: stardiviner add async search completion keywords candidates screenshot in README --- README.org| 4 kiwix.el Ivy async completion.png | Bin 0 -> 88035 bytes 2

[elpa] externals/kiwix 954b9e4 122/192: use library name directly instead of complex library abbrev etc.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 954b9e476174e67d6a4f5e27c12a49107954339d Author: stardiviner Commit: stardiviner use library name directly instead of complex library abbrev etc. --- kiwix.el | 66 +--- 1 file changed, 17 insertions(

[elpa] externals/kiwix 39b96cb 119/192: let kiwix-launch-server support start Docker container

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 39b96cb6f8b44af19c2986b712effeb8046e456e Author: stardiviner Commit: stardiviner let kiwix-launch-server support start Docker container --- kiwix.el | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/kiwix.el b/kiwix.el index e

[elpa] externals/kiwix 04bbaeb 115/192: add option to whether using kiwix-serve Docker container

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 04bbaeb70b5ccfe92d0f01cfc3cff27e84fb7df6 Author: stardiviner Commit: stardiviner add option to whether using kiwix-serve Docker container --- kiwix.el | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 8ecc4

[elpa] externals/kiwix f3a2d8f 091/192: Merge branch 'release/0.6.1'

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit f3a2d8fe7dc3a8ef89ac41f73279c47b97fc6213 Merge: 7b8a799 a3ec3a9 Author: stardiviner Commit: stardiviner Merge branch 'release/0.6.1' --- kiwix.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kiwix.el b/kiwix.el index 9683109..df863b

[elpa] externals/kiwix 6d09e10 109/192: remove dangling parenthesis

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 6d09e100ea2f4c510acf039199b4869539e7b270 Author: stardiviner Commit: stardiviner remove dangling parenthesis --- kiwix.el | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/kiwix.el b/kiwix.el index 1b54fe6..c6439f4 100644 ---

[elpa] externals/kiwix 170483a 111/192: fix kiwix-dir directory accessible unless logic

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 170483af5ee6c5086ec545da23c2187df823763b Author: stardiviner Commit: stardiviner fix kiwix-dir directory accessible unless logic --- kiwix.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 8f48636..d5c0c12 10064

[elpa] externals/kiwix 2ab63c9 098/192: Merge tag 'void-function-org-link-set-parameters-2' into develop

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 2ab63c9eb40a6e98af8c96c44f7de08346b2347b Merge: 1d2b634 6a7fc40 Author: stardiviner Commit: stardiviner Merge tag 'void-function-org-link-set-parameters-2' into develop fix void function org-link-set-parameters 2. --- kiwix.el | 37 +++

[elpa] externals/kiwix aea0901 125/192: simplify Org kiwix link select library logic

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit aea0901c72873a221260857fc4eba78397bbfb55 Author: stardiviner Commit: stardiviner simplify Org kiwix link select library logic --- kiwix.el | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/kiwix.el b/kiwix.el index 3627d3e..5d

[elpa] externals/kiwix bf128fb 087/192: Merge branch 'hotfix/void-function_org-link-set-parameters'

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit bf128fb62de068d6e0f0b869565b9d6941fc01e5 Merge: cc86dc7 4102205 Author: stardiviner Commit: stardiviner Merge branch 'hotfix/void-function_org-link-set-parameters' --- kiwix.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/k

[elpa] externals/kiwix 6c4d80a 136/192: fix `request' :error sentinel.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 6c4d80aad04aa5c0f98f559e3cd7a12542ad05cf Author: stardiviner Commit: stardiviner fix `request' :error sentinel. --- kiwix.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiwix.el b/kiwix.el index f706ee8..5a13694 100644 --- a/kiwix.e

[elpa] externals/kiwix 1d2b634 095/192: Merge tag 'void-function-org-link-set-parameters' into develop

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 1d2b634882f4c3088775b345cb73513d7102bdaf Merge: d43238f ce7189a Author: stardiviner Commit: stardiviner Merge tag 'void-function-org-link-set-parameters' into develop fix Emacs startup error void function org-link-set-parameters. --- kiwix.el | 1 + 1

[elpa] externals/kiwix dc72a3a 121/192: add wikipedia: Org Mode link by default now

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit dc72a3aa871947ee08624a70db05b4b168db5402 Author: stardiviner Commit: stardiviner add wikipedia: Org Mode link by default now --- kiwix.el | 30 ++ 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/kiwix.el b/kiwix.el i

[elpa] externals/kiwix 648916d 154/192: add option to set Kiwix default completing-read framework, default is Ivy.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 648916d4cb0d368db6ff3ffd13d57688606e0f6b Author: stardiviner Commit: stardiviner add option to set Kiwix default completing-read framework, default is Ivy. --- kiwix.el | 52 ++-- 1 file changed, 34 insertions(+)

[elpa] externals/kiwix 4b093e0 128/192: add autoload cookies for some necessary functions

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 4b093e074a6cd387bc6c84e999f3bbaca96ae09b Author: stardiviner Commit: stardiviner add autoload cookies for some necessary functions --- kiwix.el | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/kiwix.el b/kiwix.el index b44bb67.

[elpa] externals/kiwix 9c02ff5 120/192: rename kiwix-get-library-fullname -> kiwix-get-library-filename

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 9c02ff5ad43b9669f35d3b4d61a6e6da34478cbc Author: stardiviner Commit: stardiviner rename kiwix-get-library-fullname -> kiwix-get-library-filename --- kiwix.el | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/k

[elpa] externals/kiwix e8bfe4e 127/192: update package description

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit e8bfe4e09c7773c3ee7b4e0b2d05e7c460fc72e9 Author: stardiviner Commit: stardiviner update package description --- README.org | 2 ++ kiwix.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index ec09ae9..0116105 1

[elpa] externals/kiwix 8d5e53c 138/192: add query string related wikipedia entries through kiwix AJAX instantly search

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 8d5e53cdf6163961e3c99f9aed23ffb4fd64e1bf Author: stardiviner Commit: stardiviner add query string related wikipedia entries through kiwix AJAX instantly search --- kiwix.el | 36 1 file changed, 28 insertions(+), 8 deletio

[elpa] externals/kiwix e600844 089/192: fix kiwix does not contain group.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit e60084491f9d0596546413ba65721b2b6dbc121c Author: stardiviner Commit: stardiviner fix kiwix does not contain group. --- kiwix.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 9683109..06e8b92 100644 --- a/kiwix.

[elpa] externals/kiwix efcfd99 117/192: fix default libraries directory

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit efcfd99a8650fd99f268f560dc2677ea429ad816 Author: stardiviner Commit: stardiviner fix default libraries directory --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index c33ae70..cdde361 100644 --- a/kiwix.el +

[elpa] externals/kiwix c20df13 108/192: Put kiwix into a global-minor-mode

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit c20df1352e55a9b387fd1f9ab171b9bfa5b9fcc5 Author: stardiviner Commit: stardiviner Put kiwix into a global-minor-mode --- kiwix.el | 86 +++- 1 file changed, 53 insertions(+), 33 deletions(-) diff --gi

[elpa] externals/kiwix ab3e12b 101/192: Merge tag '0.7.0' into develop

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit ab3e12ba22fe396ac66031228fed55dc25c1e942 Merge: 57150a7 edea223 Author: stardiviner Commit: stardiviner Merge tag '0.7.0' into develop change org link protocol name from wiki: to wikipedia:

[elpa] externals/kiwix 72aadb4 084/192: Merge tag 'v0.6.0' into develop

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 72aadb4fa3ffee9f7be382026c45e512e801613e Merge: 9d16244 43e0547 Author: stardiviner Commit: stardiviner Merge tag 'v0.6.0' into develop Add option for specifying user native language

[elpa] externals/kiwix c662f3d 129/192: roll the version to release

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit c662f3dc5d924a4b64b7af4af28f15f27b7cea1e Author: stardiviner Commit: stardiviner roll the version to release --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 67d7efa..e43b185 100644 --- a/kiwix.el +++ b

[elpa] externals/kiwix 30559cc 116/192: add option for specifying default library

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 30559cc8dcc3ac76a6e8d53dd446d8e68d65c7c3 Author: stardiviner Commit: stardiviner add option for specifying default library --- kiwix.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/kiwix.el b/kiwix.el index 0cc79ba..c33ae70 100644 --- a/kiwix.el +

[elpa] externals/kiwix ea54acf 080/192: extract get org-mode link library to a single function

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit ea54acff23aa93d474a5d71812ff36c051b78b0f Author: stardiviner Commit: stardiviner extract get org-mode link library to a single function --- kiwix.el | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/kiwix.el b/kiwix.

[elpa] externals/kiwix c5b8f69 133/192: add a gender ping of kiwix-serve before query

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit c5b8f69fe67bff7e256bf333a0ae92cf6937f19f Author: stardiviner Commit: stardiviner add a gender ping of kiwix-serve before query --- kiwix.el | 49 +++-- 1 file changed, 31 insertions(+), 18 deletions(-) diff --git a/

[elpa] externals/kiwix 6e43812 102/192: fix void functions by adding autoload cookies.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 6e4381294183fecffb18118679d7ebd5f6794454 Author: stardiviner Commit: stardiviner fix void functions by adding autoload cookies. --- kiwix.el | 5 + 1 file changed, 5 insertions(+) diff --git a/kiwix.el b/kiwix.el index a5ec5c7..5416050 100644 --- a/kiwix.

[elpa] externals/kiwix 658038e 113/192: fix kiwix libraries data structure duplicate when re-evaluate.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 658038eccd3a9bc9b5e791ba082b5737920adf0a Author: stardiviner Commit: stardiviner fix kiwix libraries data structure duplicate when re-evaluate. --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 505bedd..

[elpa] externals/kiwix 2d33910 072/192: Merge tag 'v0.5.0' into develop

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 2d33910df0897903c126c2eb06526d8323a4159b Merge: f84b449 3485131 Author: stardiviner Commit: stardiviner Merge tag 'v0.5.0' into develop Support Org-mode 9.0 --- README.org | 6 ++ kiwix.el | 14 ++ 2 files changed, 16 insertions(+),

[elpa] externals/kiwix d43238f 092/192: Merge tag '0.6.1' into develop

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit d43238ffbbf9863c36a0064f3291dac2013a46c8 Merge: a3ec3a9 f3a2d8f Author: stardiviner Commit: stardiviner Merge tag '0.6.1' into develop fix some bugs

[elpa] externals/kiwix 86dbead 107/192: add a helper function to detect kiwix profile directory accessible.

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit 86dbead6c0017beefd92a0b64a0bb5f5d12c5b16 Author: stardiviner Commit: stardiviner add a helper function to detect kiwix profile directory accessible. Fix kiwix profile directory not accessible issue. --- kiwix.el | 34 ++

[elpa] externals/kiwix d7549a3 118/192: update kiwix.el config example in comments

2020-12-18 Thread Stefan Monnier
branch: externals/kiwix commit d7549a3d2d64dbc6729659a980161ee4aca4d268 Author: stardiviner Commit: stardiviner update kiwix.el config example in comments --- kiwix.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kiwix.el b/kiwix.el index cdde361..e7b28d1 1

  1   2   3   >