[elpa] externals/company 056d19d 42/46: Rename a function and add NEWS entry

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 056d19d54af1447f60f2329774e6c5abf98a91cb Author: Dmitry Gutov Commit: Dmitry Gutov Rename a function and add NEWS entry --- NEWS.md | 2 ++ company-gtags.el | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md

[elpa] externals/company 053c50d 30/46: Merge pull request #1023 from hlissner/fix-face-helper

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 053c50d376e65e189a6b170d2fedc7d552a73907 Merge: 8c22b58 18b7b79 Author: Dmitry Gutov Commit: GitHub Merge pull request #1023 from hlissner/fix-face-helper Fix company--face-attribute helper --- company.el | 10 +++--- 1 file changed, 7 insertion

[elpa] externals/company 75acbc5 41/46: Merge pull request #1037 from Ergus/master

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 75acbc54a46c47a48a061064295cf304d94108a7 Merge: 97cfbc3 e6fa6c0 Author: Dmitry Gutov Commit: GitHub Merge pull request #1037 from Ergus/master Fix company-gtags to work with tramp and multiple locations. --- company-gtags.el | 76 +++

[elpa] externals/company b16b236 32/46: Fall back to unremapped 'default face :background

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit b16b236264af6170a2576d8427a5b28f4e19ae65 Author: Henrik Lissner Commit: Henrik Lissner Fall back to unremapped 'default face :background Otherwise, if default is remapped to a list of faces we cannot extract a :background from, then we still have

[elpa] externals/company 123b604 46/46: Merge branch 'master' of https://github.com/company-mode/company-mode into externals/company

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 123b604297b64c69aeec3018722c75e03d18c23a Merge: 24aefbd 3644a59 Author: Dmitry Gutov Commit: Dmitry Gutov Merge branch 'master' of https://github.com/company-mode/company-mode into externals/company --- .dir-locals.el | 3 +- NEWS.md

[elpa] externals/company 01f5d10 38/46: Fix company-gtags to work with tramp and multiple locations.

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 01f5d101df3258d575591a65e7cb0974eec129cb Author: Jimmy Aguilar Mena Commit: Jimmy Aguilar Mena Fix company-gtags to work with tramp and multiple locations. * company-gtags.el (company-gtags-executable) : Now default to nil because the search is m

[elpa] externals/company 7c25cf4 34/46: company-set-selection: adding offset internally instead of via caller

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 7c25cf4358ec98e2c9ec83d6a16475d7317960d3 Author: Kien Nguyen Commit: Kien Nguyen company-set-selection: adding offset internally instead of via caller --- company.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/company.el b/company

[elpa] externals/company 2de0d9a 21/46: More copy edits

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 2de0d9ad970038075a3eb6bb3b6f34bf4613bf74 Author: Dmitry Gutov Commit: Dmitry Gutov More copy edits --- NEWS.md | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index b51c457..9b48ea4 100644 --- a/NEWS.md +++ b/NEWS

[elpa] externals/company d591282 25/46: Merge pull request #1009 from condy0919/cmake

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit d5912821e7798a51e15586cc75818c7c18c21b7d Merge: 0edc87d 805637c Author: Dmitry Gutov Commit: GitHub Merge pull request #1009 from condy0919/cmake company-cmake: property completion candidates --- company-cmake.el | 1 + 1 file changed, 1 insertion(+

[elpa] externals/company 3a27fd9 43/46: company-gtags--executable: Don't create local values unnecessarily

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 3a27fd960ac76a98c166c03be5145815f30ddd0b Author: Dmitry Gutov Commit: Dmitry Gutov company-gtags--executable: Don't create local values unnecessarily --- company-gtags.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/company-gtags.e

[elpa] externals/company e6fa6c0 40/46: Add connection-local caching for gtags executable.

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit e6fa6c0c66d2c9575950183845f326cc6833438b Author: Jimmy Aguilar Mena Commit: Jimmy Aguilar Mena Add connection-local caching for gtags executable. --- company-gtags.el | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/compa

[elpa] externals/company dd92593 35/46: Merge pull request #1032 from kiennq/bug/company-selection-offset

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit dd925936f7c0bf00319c81e8caea1b3db63bb8b5 Merge: 5f5949b 7c25cf4 Author: Dmitry Gutov Commit: GitHub Merge pull request #1032 from kiennq/bug/company-selection-offset company-set-selection: adding offset internally instead of via caller --- company.e

[elpa] externals/company 569ff3e 20/46: Copy edits

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 569ff3e7eb7452c6aca98fa83f8256c7013a987e Author: Dmitry Gutov Commit: Dmitry Gutov Copy edits --- company-tng.el | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/company-tng.el b/company-tng.el index d0096c1..f492f26 100

[elpa] externals/company c4d205a 31/46: Fix company--face-attribute for text-scaled faces

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit c4d205a5088201718f14d2e92ae6af4efaba6355 Author: Henrik Lissner Commit: Henrik Lissner Fix company--face-attribute for text-scaled faces Fixes the case where some remaps (like what text-scale does) use a face-spec without an :inherit property, ca

[elpa] externals/company dccd04b 44/46: company-gtags--fetch-tags: Revert an earlier change

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit dccd04b7fb658d366c2081b6ce7ddcd208ce7ae0 Author: Dmitry Gutov Commit: Dmitry Gutov company-gtags--fetch-tags: Revert an earlier change Just to simplify, #1038. --- company-gtags.el | 48 +++- 1 file change

[elpa] externals/company 8c22b58 28/46: Merge pull request #1020 from hlissner/fix-tooltip-bg

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 8c22b58a01ba5f571bff112fadfc51046473fcc1 Merge: 25f6a27 bbff400 Author: Dmitry Gutov Commit: GitHub Merge pull request #1020 from hlissner/fix-tooltip-bg Fix tooltip background stretching to EOL --- company.el | 18 +- 1 file changed

[elpa] externals/company 5f5949b 33/46: Merge pull request #1024 from hlissner/fix-face-helper

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 5f5949b6ae8ea9df94c6cb3e01d9cae43623b794 Merge: 053c50d b16b236 Author: Dmitry Gutov Commit: GitHub Merge pull request #1024 from hlissner/fix-face-helper Fix company--face-attribute for text-scaled faces --- company.el | 6 -- 1 file changed, 4

[elpa] externals/company fb9db07 19/46: Merge pull request #999 from kiennq/bug/company-selection-default

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit fb9db076c9f968cdf32fc04af9c1abe410275267 Merge: d6df27f c1e8972 Author: Dmitry Gutov Commit: GitHub Merge pull request #999 from kiennq/bug/company-selection-default company-selection: add company-selection-default to have better support for non-sel

[elpa] externals/company c1e8972 18/46: company-selection: add company-selection-default to have better support for non-selection popup

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit c1e8972950c20c80d4818adcc44f8a91d8f9d82a Author: Kien Nguyen Commit: Kien Nguyen company-selection: add company-selection-default to have better support for non-selection popup --- NEWS.md| 3 + company-tng.el | 125 ---

[elpa] externals/company 0edc87d 23/46: Fix a couple of warnings

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 0edc87d423b83c707e6c708f421d96f4d198803d Author: Dmitry Gutov Commit: Dmitry Gutov Fix a couple of warnings Closes #1006 --- company-tng.el | 2 ++ company-yasnippet.el | 1 + 2 files changed, 3 insertions(+) diff --git a/company-tng.el b/com

[elpa] externals/company 3644a59 45/46: company-gtags--executable: Make sure to return the detected value

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 3644a595b4647367de42a8de485efa0aae0c0213 Author: Dmitry Gutov Commit: Dmitry Gutov company-gtags--executable: Make sure to return the detected value #1038 --- company-gtags.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com

[elpa] externals/company 13e2ada 39/46: Avoid calling executable-find for local buffers.

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 13e2adaaefee0867d9456d14ba4396364c77b5eb Author: Jimmy Aguilar Mena Commit: Jimmy Aguilar Mena Avoid calling executable-find for local buffers. * company-gtags.el (company-gtags-executable) : Restored to the original value. (company-gtags--ex

[elpa] externals/company bbff400 27/46: Fix tooltip background stretching to EOL

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit bbff4007ac7d8e5dbc679f8e1f6a750d863ee861 Author: Henrik Lissner Commit: Henrik Lissner Fix tooltip background stretching to EOL When default face has been remapped --- company.el | 18 +- 1 file changed, 17 insertions(+), 1 deletion(

[elpa] externals/company bea3195 36/46: Implement `company-select-first' and `company-select-last'

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit bea319537433dac3d053d5452f89b654eb34d8ad Author: David Florness Commit: David Florness Implement `company-select-first' and `company-select-last' --- NEWS.md| 1 + company.el | 10 ++ 2 files changed, 11 insertions(+) diff --git a/NEWS.md b/NEW

[elpa] externals/company 805637c 24/46: company-cmake: property completion candidates

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 805637cec9726bb6c02ac2386796227db3d27cf7 Author: condy Commit: condy company-cmake: property completion candidates --- company-cmake.el | 1 + 1 file changed, 1 insertion(+) diff --git a/company-cmake.el b/company-cmake.el index 1bfb20b..5a05c75 100644 ---

[elpa] externals/company 97cfbc3 37/46: Merge pull request #1033 from edwargix/master

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 97cfbc3967c195fb4ccb171735b9b1dea97e681a Merge: dd92593 bea3195 Author: Dmitry Gutov Commit: GitHub Merge pull request #1033 from edwargix/master Implement `company-select-first' and `company-select-last' --- NEWS.md| 1 + company.el | 10 +

[elpa] externals/company 18b7b79 29/46: Fix company--face-attribute helper

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 18b7b79d579ac3a93920762742a1eaa35491592f Author: Henrik Lissner Commit: Henrik Lissner Fix company--face-attribute helper In three cases: 1. When FACE is remapped to a single face in face-remapping-alist. 2. When FACE remapped to a list

[elpa] externals/company d6df27f 17/46: Rename auto-complete to auto-commit

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit d6df27f1652ae56178ce64b9c1022ec90c850e1a Author: Dmitry Gutov Commit: Dmitry Gutov Rename auto-complete to auto-commit #1005 --- NEWS.md| 2 ++ company.el | 69 ++ test/core-te

[elpa] externals/company 4462e7d 16/46: Merge pull request #1004 from jcs-PR/fix-badge

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 4462e7d399c3d2e1ea1f5d018f4537f1f3d5acfc Merge: 54f60ef 63b0535 Author: Dmitry Gutov Commit: GitHub Merge pull request #1004 from jcs-PR/fix-badge Fixed badge url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/READ

[elpa] externals/company 25f6a27 26/46: company-echo-format: Handle company-common being nil

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 25f6a2717ade173c37dc4d013ce68312673596d7 Author: Dmitry Gutov Commit: Dmitry Gutov company-echo-format: Handle company-common being nil --- company.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/company.el b/company.el index 1dd

[elpa] externals/company 63b0535 15/46: Fixed badge url.

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 63b053585aa9eda0f07fe8209f64171ba3ead8e4 Author: Jen-Chieh Commit: Jen-Chieh Fixed badge url. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e0e5e6..b466d66 100644 --- a/README.md +++ b/README.m

[elpa] externals/company 54f60ef 14/46: Print the right buffer-local value

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 54f60ef523878c4d332f29df380f36cf2f165935 Author: Dmitry Gutov Commit: Dmitry Gutov Print the right buffer-local value --- company.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/company.el b/company.el index 6897c3c..a43eb32 100644 -

[elpa] externals/company 2158fbd 10/46: company-tooltip-width-grow-only: New option

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 2158fbddcef69d8b10bef4a5f9fc828cc2315cb7 Author: Gregory Heytings Commit: Dmitry Gutov company-tooltip-width-grow-only: New option --- NEWS.md| 1 + company.el | 12 2 files changed, 13 insertions(+) diff --git a/NEWS.md b/NEWS.md index f0

[elpa] externals/company e393785 13/46: Add a FIXME

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit e3937857c14da818c55693bc0c6e03164423db96 Author: Dmitry Gutov Commit: Dmitry Gutov Add a FIXME --- company.el | 1 + 1 file changed, 1 insertion(+) diff --git a/company.el b/company.el index d451b7e..6897c3c 100644 --- a/company.el +++ b/company.el @@ -2816

[elpa] externals/company 57a6554 11/46: company-clang--parse-output: Filter out duplicates

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 57a6554db750567917f1192463e2503787f9b883 Author: Dmitry Gutov Commit: Dmitry Gutov company-clang--parse-output: Filter out duplicates Fixes #841 Based on a patch by Gregory Heytings. --- NEWS.md | 2 ++ company-clang.el | 21 +

[elpa] externals/company e1726c4 22/46: Typo

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit e1726c46f042adac1dc4ecf5066df6a336fbaf1d Author: Dmitry Gutov Commit: Dmitry Gutov Typo --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 9b48ea4..e89cd59 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @

[elpa] externals/company c09e7ff 01/46: Remove unused variable

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit c09e7ff23d0d3e1927eb13c312d90aefd6b731b9 Author: Dmitry Gutov Commit: Dmitry Gutov Remove unused variable --- company.el | 8 1 file changed, 8 deletions(-) diff --git a/company.el b/company.el index d460b88..12cbb17 100644 --- a/company.el +++ b/c

[elpa] externals/company e1d5837 08/46: Use 'after-string' to render the popup

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit e1d58370cf1f6b42b929376eab2193bfc0914381 Author: Dmitry Gutov Commit: Dmitry Gutov Use 'after-string' to render the popup To make possible rendering images in it. Discussion in https://github.com/company-mode/company-mode/pull/996#issuecomm

[elpa] externals/company 9e153fa 12/46: Restore Emacs < 26 compatibility

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 9e153fa5352e3ac2da025feb71aba12da48cf9a2 Author: Dmitry Gutov Commit: Dmitry Gutov Restore Emacs < 26 compatibility Fixes #1003 --- company.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/company.el b/company.el index c1fcdd

[elpa] externals/company be8cf44 09/46: Tidy up a little

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit be8cf44c6eeddf0ea66f842f6287e7961f20a05a Author: Dmitry Gutov Commit: Dmitry Gutov Tidy up a little --- company.el | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/company.el b/company.el index 82264e1..b0d1a6c 100644 --

[elpa] externals/company 664dd19 05/46: Move company-clang to after company-capf

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 664dd19c2f3d088be3c82bfa3abcc589b491b8f1 Author: Dmitry Gutov Commit: Dmitry Gutov Move company-clang to after company-capf --- NEWS.md| 5 + company.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a1

[elpa] externals/company ca231bf 04/46: Remove company-eclim

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit ca231bf9e794883f5669aea4bfb92464ec35427e Author: Dmitry Gutov Commit: Dmitry Gutov Remove company-eclim --- NEWS.md | 7 +++ company-eclim.el | 186 --- company.el | 3 +- 3 files changed

[elpa] externals/company 5eb7d86 07/46: Add some clarifications for the Customize interface

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 5eb7d868c2a13bbfb14060b79d69f0d59f6a5f60 Author: Dmitry Gutov Commit: Dmitry Gutov Add some clarifications for the Customize interface --- company.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/company.el b/company.el index cb81

[elpa] externals/company 1b985d1 03/46: Set project-vc-merge-submodules to nil [ci skip]

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 1b985d18667c5b58bce600a83de8d65e82aee390 Author: Dmitry Gutov Commit: Dmitry Gutov Set project-vc-merge-submodules to nil [ci skip] --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index

[elpa] externals/company 520978c 02/46: Change the replacement character for non-printables

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 520978c062d6b2905854d70d10314a514825eb17 Author: Dmitry Gutov Commit: Dmitry Gutov Change the replacement character for non-printables --- company.el | 5 - test/frontends-tests.el | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) di

[elpa] externals/company 10d7ee5 06/46: Remove company-xcode

2020-12-30 Thread Dmitry Gutov
branch: externals/company commit 10d7ee573c3b72303693db58b2d1521c5241085c Author: Dmitry Gutov Commit: Dmitry Gutov Remove company-xcode Seems like xcodeindex tool has only been present in early versions of XCode. https://mirror.informatimago.com/next/developer.apple.com/t

[elpa] externals/company updated (24aefbd -> 123b604)

2020-12-30 Thread Dmitry Gutov
dgutov pushed a change to branch externals/company. from 24aefbd Fix some quoting problems in doc strings new c09e7ff Remove unused variable new 520978c Change the replacement character for non-printables new 1b985d1 Set project-vc-merge-submodules to nil [ci

[elpa] externals/emms a2738fe 4/4: * Makefile: version bump

2020-12-30 Thread Yoni Rabkin
branch: externals/emms commit a2738fe1a9013f641eeba31300e828e88b468b14 Author: Yoni Rabkin Commit: Yoni Rabkin * Makefile: version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25585b6..546a355 100644 --- a/Makefile +++ b/Mak

[elpa] externals/emms 009efa5 3/4: * README: update the README for ELPA package display

2020-12-30 Thread Yoni Rabkin
branch: externals/emms commit 009efa58b439fc06a4c6d0749057789ae7103184 Author: Yoni Rabkin Commit: Yoni Rabkin * README: update the README for ELPA package display --- NEWS| 4 README | 16 +--- emms.el | 4 ++-- 3 files changed, 19 insertions(+), 5 deletions(-) dif

[elpa] externals/emms d9c3e21 1/4: * doc/developer-release.txt: correct arcane incantation

2020-12-30 Thread Yoni Rabkin
branch: externals/emms commit d9c3e214be3be37460fc037c2217a1d74eb8cb07 Author: Yoni Rabkin Commit: Yoni Rabkin * doc/developer-release.txt: correct arcane incantation --- doc/developer-release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer-release.txt

[elpa] externals/emms updated (4ca4ae8 -> a2738fe)

2020-12-30 Thread Yoni Rabkin
yonirabkin pushed a change to branch externals/emms. from 4ca4ae8 * emms-tag-editor.el: new d9c3e21 * doc/developer-release.txt: correct arcane incantation new 6995bf6 * doc/developer-release.txt: better incantation new 009efa5 * README: update the README for

[elpa] externals/emms 6995bf6 2/4: * doc/developer-release.txt: better incantation

2020-12-30 Thread Yoni Rabkin
branch: externals/emms commit 6995bf6ee0cb87a36d2ac462c329326603f8662e Author: Yoni Rabkin Commit: Yoni Rabkin * doc/developer-release.txt: better incantation --- doc/developer-release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer-release.txt b/doc/de

[elpa] externals/kiwix b6e2189 09/10: Update kiwix.el commentary about Kiwix installation

2020-12-30 Thread Stefan Monnier
branch: externals/kiwix commit b6e2189bdab75be92c189004040672d54426bfa8 Author: stardiviner Commit: stardiviner Update kiwix.el commentary about Kiwix installation --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index f8e239a..0941cf3 100

[elpa] externals/kiwix 86c163c 06/10: Many syntax etc minor fixes

2020-12-30 Thread Stefan Monnier
branch: externals/kiwix commit 86c163cbc0515e9e516f05e809796087b1d3ba8d Author: Stefan Monnier Commit: stardiviner Many syntax etc minor fixes --- kiwix.el | 42 -- org-kiwix.el | 4 ++-- 2 files changed, 22 insertions(+), 24 deletions(-) diff -

[elpa] externals/kiwix updated (3e1275d -> e3b9b50)

2020-12-30 Thread Stefan Monnier
monnier pushed a change to branch externals/kiwix. from 3e1275d use better "~" to replace "$HOME" environment variable new 42209ba bump version to 1.0.1 new 207eb5f Fix .zim files matching in candidates new 85c3a05 Use same initial input for Ivy and Helm and

[elpa] externals/kiwix 601757e 07/10: Add declaration on README about package is GPLv3 licensed

2020-12-30 Thread Stefan Monnier
branch: externals/kiwix commit 601757eba91e1d6394d28190e9f0af85a7372c9e Author: stardiviner Commit: stardiviner Add declaration on README about package is GPLv3 licensed --- README.org | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README.org b/README.org index cb471e3..bda5957

[elpa] externals/kiwix 0acfd6a 04/10: Remove un-necessary autoload cookies, improve config of org-kiwix

2020-12-30 Thread Stefan Monnier
branch: externals/kiwix commit 0acfd6a6cc8e8aa0d7df2ebda8e6fb697dbf41ea Author: Stefan Monnier Commit: stardiviner Remove un-necessary autoload cookies, improve config of org-kiwix --- README.org | 17 +++-- kiwix.el | 1 - org-kiwix.el | 7 +-- 3 files changed, 12 i

[elpa] externals/kiwix 42209ba 01/10: bump version to 1.0.1

2020-12-30 Thread Stefan Monnier
branch: externals/kiwix commit 42209ba3a687e4db2d85de517ae46be1d4fc2a7b Author: stardiviner Commit: stardiviner bump version to 1.0.1 --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 8d51af3..12ac122 100644 --- a/kiwix.el +++ b/kiwix

[elpa] externals/kiwix 64ca93a 05/10: remove un-necessary the append t argument

2020-12-30 Thread Stefan Monnier
branch: externals/kiwix commit 64ca93a843f4b07b54a65945946cf3b900450c78 Author: Stefan Monnier Commit: stardiviner remove un-necessary the append t argument --- org-kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-kiwix.el b/org-kiwix.el index 999bf01..8dbfd7

[elpa] externals/kiwix 88d7b5b 08/10: Fix compilation error: functions are not known to be defined

2020-12-30 Thread Stefan Monnier
branch: externals/kiwix commit 88d7b5b2c2553d1c76ee6180e08e158997ec34d8 Author: stardiviner Commit: stardiviner Fix compilation error: functions are not known to be defined helm, helm-build-async-source, ivy-read --- kiwix.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ki

[elpa] externals/kiwix 207eb5f 02/10: Fix .zim files matching in candidates

2020-12-30 Thread Stefan Monnier
branch: externals/kiwix commit 207eb5fc3c60973b993c4e566597576fcd3156b6 Author: Stefan Monnier Commit: stardiviner Fix .zim files matching in candidates --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 12ac122..44c0cfd 100644 --- a/k

[elpa] externals/kiwix 85c3a05 03/10: Use same initial input for Ivy and Helm and extract the login into function

2020-12-30 Thread Stefan Monnier
branch: externals/kiwix commit 85c3a054a243474c85e7f2351384455ac60c3542 Author: Stefan Monnier Commit: stardiviner Use same initial input for Ivy and Helm and extract the login into function --- kiwix.el | 28 1 file changed, 16 insertions(+), 12 deletions(-) d

[elpa] externals/kiwix e3b9b50 10/10: declare helm, ivy functions to fix byte-compiler warnings

2020-12-30 Thread Stefan Monnier
branch: externals/kiwix commit e3b9b50a75b8d1377f6cd139d8a4aeaf3e7d1dc5 Author: stardiviner Commit: stardiviner declare helm, ivy functions to fix byte-compiler warnings --- kiwix.el | 4 1 file changed, 4 insertions(+) diff --git a/kiwix.el b/kiwix.el index 0941cf3..ee317f7 100644 --