[elpa] master 395128c: ; Fix recent change in debbugs-gnu.el

2020-09-08 Thread Michael Albinus
branch: master commit 395128c92d5fdb857a5eeacd4ffde4292dab20bd Author: Michael Albinus Commit: Michael Albinus ; Fix recent change in debbugs-gnu.el * debbugs-gnu.el (debbugs-gnu-mode-map): Add `debbugs-gnu-make-control-message' to Menu. (debbugs-gnu--update-tag-mark-face):

[elpa] master b2d07e5: ; diff-hl: Prefer https in license statement

2020-09-08 Thread Stefan Kangas
branch: master commit b2d07e5eaa4162565fa478284488a7c4b76a7394 Author: Stefan Kangas Commit: Stefan Kangas ; diff-hl: Prefer https in license statement --- packages/diff-hl/diff-hl-amend.el | 2 +- packages/diff-hl/diff-hl-dired.el | 2 +- packages/diff-hl/diff-hl-flydiff.el | 2 +- pac

[elpa] master 144bab0: ; company: Prefer https in license statement

2020-09-08 Thread Stefan Kangas
branch: master commit 144bab08604f3d11e97e83d760543734780f46f3 Author: Stefan Kangas Commit: Stefan Kangas ; company: Prefer https in license statement --- packages/company/company-abbrev.el | 2 +- packages/company/company-bbdb.el| 2 +- packages/company/company-capf.e

[elpa] externals/which-key 42a2505 14/51: Rework implementation of manual updating

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 42a25055163141165aa0269dbca69735e704825c Author: Justin Burkett Commit: Justin Burkett Rework implementation of manual updating Instead of having people mess with prefix-help-command, use a new variable which-key-show-early-on-C-h and control e

[elpa] externals/which-key cf44641 31/51: Replace travis badge with github workflow badge

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit cf446414850d93d6bb218cd54cec6d3c0d459a00 Author: Justin Burkett Commit: Justin Burkett Replace travis badge with github workflow badge --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 7b0de1

[elpa] externals/which-key 45bfcd3 22/51: Make which-key-show prefix mode-line work like top and bottom

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 45bfcd3041942a3938791bfa34f28f2a9827d42a Author: Justin Burkett Commit: Justin Burkett Make which-key-show prefix mode-line work like top and bottom Fixes #234 --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wh

[elpa] externals/which-key 8b49ae9 42/51: Fix last commit

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 8b49ae978cceca65967f3544c236f32964ddbed0 Author: Justin Burkett Commit: Justin Burkett Fix last commit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.ym

[elpa] externals/which-key 190310d 30/51: Disable travis and cask

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 190310d59e7be998d8a3ec7b92c2df3116b2e00c Author: Justin Burkett Commit: Justin Burkett Disable travis and cask --- .travis.yml | 24 Cask| 8 2 files changed, 32 deletions(-) diff --git a/.travis.yml b/.travis.ym

[elpa] externals/which-key db3d003 21/51: Add full keymap versions of show-{major, minor}-mode

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit db3d003e903deb07394b4e572206f809578278c6 Author: Justin Burkett Commit: Justin Burkett Add full keymap versions of show-{major,minor}-mode Fixes #236 --- which-key.el | 34 ++ 1 file changed, 26 insertions(+), 8 del

[elpa] externals/which-key cf8572a 07/51: which-key-persistent-popup-p -> which-key-persistent-popup

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit cf8572a6888547451e6af461b374f3a5fde28f5d Author: Justin Burkett Commit: Justin Burkett which-key-persistent-popup-p -> which-key-persistent-popup --- which-key.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/which-key.el b/which-

[elpa] externals/which-key c47c72d 11/51: Cleanup whitespace in README

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit c47c72d1fe0d2e15482eee4af1bff2881bbe218e Author: Justin Burkett Commit: Justin Burkett Cleanup whitespace in README --- README.org | 150 ++--- 1 file changed, 75 insertions(+), 75 deletions(-) diff

[elpa] externals/which-key c4b7aae 32/51: Revive Cask file

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit c4b7aaefc160478b7bbd07251a9772c75944ffe5 Author: Justin Burkett Commit: Justin Burkett Revive Cask file --- Cask | 7 +++ 1 file changed, 7 insertions(+) diff --git a/Cask b/Cask new file mode 100644 index 000..60fa07c --- /dev/null +++ b/Cask @@

[elpa] externals/which-key 8f2427a 43/51: Fix which-key--propertize-description use make-text-button return value (#249)

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 8f2427a69bc0388ddfb14a10eaf71e589f3b0913 Author: N V <44036031+progfo...@users.noreply.github.com> Commit: GitHub Fix which-key--propertize-description use make-text-button return value (#249) As of: https://github.com/emacs-mirror/emacs/

[elpa] externals/which-key e048b2a 48/51: Stop testing against v24.5

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit e048b2ae6ba890be0100f20bacaf291e83359e26 Author: Justin Burkett Commit: Justin Burkett Stop testing against v24.5 It's old enough now --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.g

[elpa] externals/which-key e554326 49/51: Remove testing badge from README

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit e5543269fc2295e196a7824715b2e88b1b70345d Author: Justin Burkett Commit: Justin Burkett Remove testing badge from README Github integrates the results into the interface already, and it doesn't seem to work. --- README.org | 2 +- 1 file chang

[elpa] externals/which-key d794c4a 51/51: Improve keymap-based-replacement description in README

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit d794c4a0afdf9b9f0a9df86a9797789c703591ee Author: Justin Burkett Commit: Justin Burkett Improve keymap-based-replacement description in README Ref #263 --- README.org | 31 +++ 1 file changed, 19 insertions(+), 12 deleti

[elpa] externals/which-key ce25fb2 44/51: Add basic PR template

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit ce25fb260003eb965e1c104804f690d9405ec8b4 Author: Justin Burkett Commit: Justin Burkett Add basic PR template --- .github/pull_request_template.md | 4 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_reques

[elpa] externals/which-key a256c4b 13/51: Use which-key-idle-secondary-delay value in manual updates

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit a256c4bce66d3805af07cc9f3dec5baeae1808de Author: Justin Burkett Commit: Justin Burkett Use which-key-idle-secondary-delay value in manual updates --- README.org | 11 +++ which-key.el | 21 ++--- 2 files changed, 21 insertions(+),

[elpa] externals/which-key 77586e6 04/51: Add which-key-dump-bindings

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 77586e62b6d306bae07e4e3e093ba488724f4131 Author: Justin Burkett Commit: Justin Burkett Add which-key-dump-bindings Fixes #209 --- which-key.el | 15 +++ 1 file changed, 15 insertions(+) diff --git a/which-key.el b/which-key.el index 6

[elpa] externals/which-key 0d0af8a 19/51: Strip out advice in command docstrings

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 0d0af8a0a291aec409992bfcdae06dc36e2634b4 Author: Henrik Lissner Commit: GitHub Strip out advice in command docstrings --- which-key.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 1da0cfb..74de

[elpa] externals/which-key e48e190 46/51: Fix #257 (#258)

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit e48e190a75a0c176e1deac218b891e77792d6921 Author: Rudi Grinberg Commit: GitHub Fix #257 (#258) * Add test for #257 Signed-off-by: Rudi Grinberg * Fix #257 Explicitly distinguish between replacing with `nil` and not replac

[elpa] externals/which-key d1dfddc 24/51: Refactor regexp & fix incompatibility + error

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit d1dfddcd1e3eaa418daa76414109994451044cdd Author: Henrik Lissner Commit: Justin Burkett Refactor regexp & fix incompatibility + error --- which-key.el | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/which-key.el b/which-

[elpa] externals/which-key da2e093 08/51: Add no-paging optional arg to which-key-show-keymap

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit da2e093e916bf9ae7512c104512b92eca8fb224e Author: Justin Burkett Commit: Justin Burkett Add no-paging optional arg to which-key-show-keymap --- which-key.el | 32 +++- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git

[elpa] externals/which-key 9550707 40/51: Merge remote-tracking branch 'hlissner/patch-1'

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 9550707d52894208894c036a0b83f958af887e3c Merge: f9d8d49 9d1de2f Author: Justin Burkett Commit: Justin Burkett Merge remote-tracking branch 'hlissner/patch-1'

[elpa] externals/which-key ba03e7e 05/51: Add translation keymap support (#210)

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit ba03e7e5bcbe3f7d95be2cfddd71454151bb98c8 Author: D.K Commit: Justin Burkett Add translation keymap support (#210) --- which-key-tests.el | 7 +-- which-key.el | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/which-key-tests.e

[elpa] externals/which-key a66bf93 26/51: Try purcell's workflow action

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit a66bf9336a2499d1231d460ff35c56db1df477ac Author: Justin Burkett Commit: Justin Burkett Try purcell's workflow action --- .github/workflows/test.yml | 33 + 1 file changed, 33 insertions(+) diff --git a/.github/workflows/tes

[elpa] externals/which-key c87b0ce 02/51: Add debugging messages for buffer sizing

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit c87b0ce78213f922a725be1e0ae2dede1cf29516 Author: Justin Burkett Commit: Justin Burkett Add debugging messages for buffer sizing --- which-key.el | 27 +-- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/which-key.el b

[elpa] externals/which-key ebb4e92 47/51: Add which-key-add-keymap-based-replacements

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit ebb4e92b3ccab1d813346e24dccf9692850754db Author: Justin Burkett Commit: Justin Burkett Add which-key-add-keymap-based-replacements This is an alternative to advising define-key using which-key-enable-extended-define-key, but functions the same

[elpa] externals/which-key 51c485f 01/51: Don't ignore case when making replacements

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 51c485f16b4724488bcf2cbf7933fbd9eede1edd Author: Justin Burkett Commit: Justin Burkett Don't ignore case when making replacements Fixes #204 --- which-key.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/which-key.el b/whic

[elpa] externals/which-key d5a4273 35/51: Replace use of xor

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit d5a42732a6f39bb4284f378a6996aacecf888dc0 Author: Justin Burkett Commit: Justin Burkett Replace use of xor Apparently this is a recent function --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/whic

[elpa] externals/which-key f9d8d49 39/51: Fix prefix argument for which-key-show-major-mode (#239)

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit f9d8d49d1f955202514196de23369d61a42d816c Author: Yunhao Zhao Commit: GitHub Fix prefix argument for which-key-show-major-mode (#239) --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index e512

[elpa] externals/which-key 3642c11 45/51: Speed up which-key--maybe-replace

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 3642c11d5ef9be3c6fb9edb8fd5ec3c370abd889 Author: Rudi Grinberg Commit: Justin Burkett Speed up which-key--maybe-replace The first optimization is avoiding the intermediate list created by append. Instead we just iterate over the two lists in tu

[elpa] externals/which-key 90d10a8 33/51: Fix sorting of keys and add test

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 90d10a8fb335a21008084ab8b4ba722347ec6c74 Author: Justin Burkett Commit: Justin Burkett Fix sorting of keys and add test Fixes #233 --- which-key-tests.el | 65 ++ which-key.el | 26

[elpa] externals/which-key a916c9a 15/51: Fix typos (#222)

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit a916c9ae28e961922d8d8419e633f9321fcdbe53 Author: Jonas Bernoulli Commit: Justin Burkett Fix typos (#222) --- README.org | 2 +- which-key.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index b21711f..7

[elpa] externals/which-key b11227b 23/51: Strip out advice in command docstrings

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit b11227b24be1c56b31380395f266983e889a7f8d Author: Henrik Lissner Commit: Justin Burkett Strip out advice in command docstrings --- which-key.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index de96a

[elpa] externals/which-key updated (9c5922e -> d794c4a)

2020-09-08 Thread Stefan Monnier
monnier pushed a change to branch externals/which-key. from 9c5922e Version 3.3.2 new 51c485f Don't ignore case when making replacements new c87b0ce Add debugging messages for buffer sizing new 187ac0e Add note to docstring for which-key-idle-delay new

[elpa] externals/which-key 7b068f3 38/51: Fix case sorting in alpha sort functions

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 7b068f3e95a0d777cbdba92aecb6c876ccddbae5 Author: Justin Burkett Commit: Justin Burkett Fix case sorting in alpha sort functions --- which-key-tests.el | 4 ++-- which-key.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/whi

[elpa] externals/which-key dcb9820 16/51: Default to imprecise window fitting on terminal

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit dcb9820c2decd326465ec3dfc792d30429cec564 Author: Justin Burkett Commit: Justin Burkett Default to imprecise window fitting on terminal See #225. --- which-key.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/which-key.el

[elpa] externals/which-key 1e3640e 18/51: Make next page hint more consistent

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 1e3640e48c31f8062f018b5fc84acad696a0ea2a Author: Justin Burkett Commit: Justin Burkett Make next page hint more consistent --- which-key.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/which-key.el b/which-key.el index f3334e1..

[elpa] externals/which-key 9d1de2f 20/51: Refactor regexp & fix incompatibility + error

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 9d1de2f1273135cafc567e7ae43a3f6ca8f32f6b Author: Henrik Lissner Commit: GitHub Refactor regexp & fix incompatibility + error --- which-key.el | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/which-key.el b/which-key.el i

[elpa] externals/which-key 7bc87e0 41/51: Test once a month

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 7bc87e0f93bd0258bf115cb02c4e8f86f57b38fc Author: Justin Burkett Commit: Justin Burkett Test once a month --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb2a

[elpa] externals/which-key 2b10b8e 50/51: Remove use of focus-{in, out}-hook

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 2b10b8e77dc53f4d88191ac6e6675ecf1f1ccc63 Author: Justin Burkett Commit: Justin Burkett Remove use of focus-{in,out}-hook Fix #259 #260 #262 --- which-key.el | 4 1 file changed, 4 deletions(-) diff --git a/which-key.el b/which-key.el index 6

[elpa] externals/which-key 6e4b4c5 36/51: Simplify last commit

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 6e4b4c5419b7b981da6300302278de167f76126b Author: Justin Burkett Commit: Justin Burkett Simplify last commit --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index e0b30de..312272c 100644 --- a

[elpa] externals/which-key 5cbfccd 09/51: Add which-key-manual-update

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 5cbfccd5fec9b8f75b0933d2f0350592cebd32e8 Author: Justin Burkett Commit: Justin Burkett Add which-key-manual-update Intended to be used for prefix-help-command Ref #66 --- which-key.el | 17 + 1 file changed, 17 insertions(

[elpa] externals/which-key 3401440 28/51: Fix workflow

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 340144071499f677e8669352e15b04ede6b35984 Author: Justin Burkett Commit: Justin Burkett Fix workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml i

[elpa] externals/which-key a135e6f 34/51: Change name of workflow

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit a135e6f2c83e296da3ccfebc57a71e2b45a4f7c2 Author: Justin Burkett Commit: Justin Burkett Change name of workflow --- .github/workflows/test.yml | 2 +- README.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/

[elpa] externals/which-key fb2bc8f 06/51: Add which-key-persistent-popup-p variable (#213)

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit fb2bc8fd08fc39dd5527b13a65717399c5d6821b Author: Uros Perisic Commit: Uros Perisic Add which-key-persistent-popup-p variable (#213) I did not remove the `pre-command-hook', because that would require me to add the hook back every time `which-ke

[elpa] externals/which-key 1231016 29/51: More workflow fixes

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 12310164a45f3ff19c4fd21c5487b6d804cbc80a Author: Justin Burkett Commit: Justin Burkett More workflow fixes --- .github/workflows/test.yml | 4 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9

[elpa] externals/which-key 9ff54ff 37/51: Fix short windows being resized

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 9ff54fffbb20ad92361aeeae4bc5966dbe793dd0 Author: Justin Burkett Commit: Justin Burkett Fix short windows being resized fit-window-to-buffer defaults to a min height of 4. For some reason, the order in which fit-window-to-buffer is called in di

[elpa] externals/which-key 8554a9f 17/51: Generalize C-h commands to use help-char

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 8554a9f171d565d13ff5c18d594ae055adcd53f1 Author: Justin Burkett Commit: Justin Burkett Generalize C-h commands to use help-char help-char defaults to C-h. This removes the assumption that help-char is set to C-h. See #228 --- which-k

[elpa] externals/which-key fcc509f 25/51: Update travis versions

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit fcc509f49352245dc8ca26054585b0d8c975 Author: Justin Burkett Commit: Justin Burkett Update travis versions --- .travis.yml | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 105d1ea..60d8d31 100644

[elpa] externals/which-key 187ac0e 03/51: Add note to docstring for which-key-idle-delay

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 187ac0eb8990b62d4bfd83aac10a0ae68cdd2ff5 Author: Justin Burkett Commit: Justin Burkett Add note to docstring for which-key-idle-delay Ref #206 --- which-key.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/which-key.el

[elpa] externals/which-key 2cb5ceb 12/51: Fix paging in which-key-manual-update

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 2cb5ceba55fb9c671bcf794a795059673633113a Author: Justin Burkett Commit: Justin Burkett Fix paging in which-key-manual-update --- which-key.el | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/which-key.el b/which-key.el inde

[elpa] externals/which-key 5cec113 10/51: Announce which-key-manual-update

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit 5cec1133cff535708feda43b8f6daa4dccbc28a2 Author: Justin Burkett Commit: Justin Burkett Announce which-key-manual-update --- README.org | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org inde

[elpa] externals/which-key da1abb4 27/51: Fix previous commit

2020-09-08 Thread Stefan Monnier
branch: externals/which-key commit da1abb4d9f59714d8d3d5201c78a6b6f92cd Author: Justin Burkett Commit: Justin Burkett Fix previous commit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/tes

[elpa] master c0e9d56: packages/sql-beeline/sql-beeline.el: Remove redundant eval-after-load

2020-09-08 Thread Filipp Gunbin
branch: master commit c0e9d56b9f27239c6a3082360101920ccb9c85e0 Author: Filipp Gunbin Commit: Filipp Gunbin packages/sql-beeline/sql-beeline.el: Remove redundant eval-after-load --- packages/sql-beeline/sql-beeline.el | 24 +++- 1 file changed, 11 insertions(+), 13 deleti