[elpa] master b7c2780: Warn about transfer.fsckObjects

2018-06-21 Thread Paul Eggert
branch: master commit b7c2780c48556a8d3516800d2a67e5d0e12ebde4 Author: Paul Eggert Commit: Paul Eggert Warn about transfer.fsckObjects --- README | 6 -- packages/ada-mode/ada-mode.texi | 7 +-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/

[elpa] master e37473d: arbitools.el: added new function

2018-06-21 Thread David Gonzalez Gandara
branch: master commit e37473d8274b73e644f4767449d028353d1d7c53 Author: David Gonzalez Gandara Commit: David Gonzalez Gandara arbitools.el: added new function --- packages/arbitools/arbitools.el | 49 - 1 file changed, 48 insertions(+), 1 deletion(-)

[elpa] master bc97659 31/39: Fix and improve defcustoms

2018-06-21 Thread Justin Burkett
branch: master commit bc97659029bffda0861a418da092656b379dd0cd Author: Michał K Commit: Michał K Fix and improve defcustoms --- which-key.el | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/which-key.el b/which-key.el index 0102666..e2a0d2d 100644

[elpa] master 506c348 10/39: Add which-key-show-full-keymap

2018-06-21 Thread Justin Burkett
branch: master commit 506c34829c6c2211046693c7482d4caa8b1a227f Author: Justin Burkett Commit: Justin Burkett Add which-key-show-full-keymap Command to show all bindings in a keymap recursively. Add test for new which-key--get-keymap-bindings functionality. --- which-key-te

[elpa] master f251541 18/39: Refactor show keymap functions

2018-06-21 Thread Justin Burkett
branch: master commit f2515410211c63da0d010ae1882ebd3fc5641a41 Author: Justin Burkett Commit: Justin Burkett Refactor show keymap functions --- which-key.el | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/which-key.el b/

[elpa] master ab60391 21/39: Use cl-struct to hold which-key pages

2018-06-21 Thread Justin Burkett
branch: master commit ab6039187314fccf0f5c22d51684f21a394b1f63 Author: Justin Burkett Commit: Justin Burkett Use cl-struct to hold which-key pages --- which-key.el | 185 +-- 1 file changed, 105 insertions(+), 80 deletions(-) diff --g

[elpa] master ff79dff 38/39: Version 3.3.0

2018-06-21 Thread Justin Burkett
branch: master commit ff79dfff66f880885c5893dd6fd05dc51173a476 Author: Justin Burkett Commit: Justin Burkett Version 3.3.0 --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 29b38f0..09effbc 100644 --- a/which-key.el +++ b/

[elpa] master ed7aa66 23/39: Remove a bunch of global variables

2018-06-21 Thread Justin Burkett
branch: master commit ed7aa66aadfe23cd318a656d0898a0441f8b395b Author: Justin Burkett Commit: Justin Burkett Remove a bunch of global variables Remove need for which-key--using-top-level. Add prefix-title slot to which-key--pages object. Remove which-key--using-show-keymap. Rem

[elpa] master 7da9f8c 16/39: Fix which-key--show-keymap when no bidnings found

2018-06-21 Thread Justin Burkett
branch: master commit 7da9f8caf39cea3895712ce410876b2403d34392 Author: Justin Burkett Commit: Justin Burkett Fix which-key--show-keymap when no bidnings found which-key--get-formatted-key-bindings takes a nil argument to mean look for global bindings which is not what we want he

[elpa] master adc0d66 06/39: Use safe version of propertize

2018-06-21 Thread Justin Burkett
branch: master commit adc0d660ad495289042dd77bab1e9ca59b63e555 Author: Justin Burkett Commit: Justin Burkett Use safe version of propertize Should fix #186 --- which-key.el | 44 +--- 1 file changed, 25 insertions(+), 19 deletions(-) diff --

[elpa] master 4042f06 34/39: Fix prefix bindings in which-key-show-major-mode

2018-06-21 Thread Justin Burkett
branch: master commit 4042f06564f450838c8ed79d7c0d1bce3124200d Author: Justin Burkett Commit: Justin Burkett Fix prefix bindings in which-key-show-major-mode --- which-key.el | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/which-key.el b/which-key.

[elpa] master caa18b2 12/39: Fix descriptions of keys involving meta when showing keymaps

2018-06-21 Thread Justin Burkett
branch: master commit caa18b20860fa9b77798da703fccbd3531ce59b2 Author: Justin Burkett Commit: Justin Burkett Fix descriptions of keys involving meta when showing keymaps --- which-key.el | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/which-key.el b/which-key.el

[elpa] master 9dc8d32 20/39: Add which-key-toggle-docstrings

2018-06-21 Thread Justin Burkett
branch: master commit 9dc8d3233b6a4d8079c8a8a4b24f61ac146aa694 Author: Justin Burkett Commit: Justin Burkett Add which-key-toggle-docstrings --- which-key.el | 12 1 file changed, 12 insertions(+) diff --git a/which-key.el b/which-key.el index 2158dd9..82e747a 100644 --- a/whi

[elpa] master 0dc4e84 36/39: Use window-size-change-functions for detecting size changes

2018-06-21 Thread Justin Burkett
branch: master commit 0dc4e8472254b8e4317863ca7950f2a428dcb12d Author: Justin Burkett Commit: Justin Burkett Use window-size-change-functions for detecting size changes Fixes #193 --- which-key.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/which-key.e

[elpa] master fce520f 08/39: Improve which-key--format-and-replace

2018-06-21 Thread Justin Burkett
branch: master commit fce520f8af727bd33861f8d0f7655c01ea84ad85 Author: Justin Burkett Commit: Justin Burkett Improve which-key--format-and-replace Do a better job with nil descriptions --- which-key.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/whic

[elpa] master 4370658 29/39: Factor out which-key--this-command-keys function

2018-06-21 Thread Justin Burkett
branch: master commit 437065886d8ac256c5539d040852c971b922a9b4 Author: Justin Burkett Commit: Justin Burkett Factor out which-key--this-command-keys function --- which-key.el | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/which-key.el b/which

[elpa] master 0b2739a 27/39: Fix display of meta bindings in which-key-show-keymap

2018-06-21 Thread Justin Burkett
branch: master commit 0b2739a2bedfb117afc39e9101bdd2ec0a120897 Author: Justin Burkett Commit: Justin Burkett Fix display of meta bindings in which-key-show-keymap --- which-key.el | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/which-key.e

[elpa] master 013681a 28/39: Fixes related to removal of which-key--current-prefix

2018-06-21 Thread Justin Burkett
branch: master commit 013681a1e3174071b26eedff57e2f09f6e6e7ad0 Author: Justin Burkett Commit: Justin Burkett Fixes related to removal of which-key--current-prefix --- which-key.el | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/which-key.

[elpa] master 206be7a 33/39: Fix behavior of f and t in evil operator map

2018-06-21 Thread Justin Burkett
branch: master commit 206be7a42be71c357a8c3ff488392f0eeda2cf03 Author: Justin Burkett Commit: Justin Burkett Fix behavior of f and t in evil operator map f and t (also F and T) read characters manually, so the popup should not be shown after these commands. This only applies if

[elpa] master d19fe4e 30/39: Fix switching to top-level from which-key-undo-key

2018-06-21 Thread Justin Burkett
branch: master commit d19fe4e037baf8a5cd6e8c0609d3999528bb5ac9 Author: Justin Burkett Commit: Justin Burkett Fix switching to top-level from which-key-undo-key --- which-key.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index e38571f..0

[elpa] master 2e53187 14/39: Fix typo in previous commit

2018-06-21 Thread Justin Burkett
branch: master commit 2e531873073ad2e224aba134ad0e7cc7b79512ae Author: Justin Burkett Commit: Justin Burkett Fix typo in previous commit --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index f16361d..c4900e7 100644 --- a/which

[elpa] master 2c91540 35/39: Add support for evil's auxiliary maps in show-keymap functions

2018-06-21 Thread Justin Burkett
branch: master commit 2c915407e15cc2f33d40a5efbc063596dc493991 Author: Justin Burkett Commit: Justin Burkett Add support for evil's auxiliary maps in show-keymap functions --- which-key.el | 60 +++- 1 file changed, 39 insertions(+), 2

[elpa] master 6a4d2c2 09/39: Extract which-key--ignore-keys-regexp and which-key-show-keymap-1

2018-06-21 Thread Justin Burkett
branch: master commit 6a4d2c2cc0e240cae1a4bb3526c3aab2d47665af Author: Justin Burkett Commit: Justin Burkett Extract which-key--ignore-keys-regexp and which-key-show-keymap-1 --- which-key.el | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/wh

[elpa] master a4095e8 37/39: Fix handling of duplicate (evil) bindings in show keymap

2018-06-21 Thread Justin Burkett
branch: master commit a4095e8ee6f932e049cebd90ab41b95b869ce3e4 Author: Justin Burkett Commit: Justin Burkett Fix handling of duplicate (evil) bindings in show keymap --- which-key.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/which-key.el b/which-key.el inde

[elpa] master 0aae4c8 04/39: Improve which-key-show-docstrings option

2018-06-21 Thread Justin Burkett
branch: master commit 0aae4c8634f5e282d7b0c2037d291ab926134730 Author: Justin Burkett Commit: Justin Burkett Improve which-key-show-docstrings option Add setting docstring-only to omit command names. Add which-key-docstring-face. See #185 --- which-key.el | 46 +++

[elpa] master 8a878de 32/39: Version 3.2.0

2018-06-21 Thread Justin Burkett
branch: master commit 8a878de16db5ff83ce78f2a43d22ed2170b3abd3 Author: Justin Burkett Commit: Justin Burkett Version 3.2.0 --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index e2a0d2d..1a4212f 100644 --- a/which-key.el +++ b/

[elpa] master e97253b 24/39: Add prefix arg to which-key--get-current-bindings and ..

2018-06-21 Thread Justin Burkett
branch: master commit e97253b0523121f15e1a7965e7f4b792e25e2b6c Author: Justin Burkett Commit: Justin Burkett Add prefix arg to which-key--get-current-bindings and .. which-key--get-bindings --- which-key.el | 25 + 1 file changed, 13 insertions(+), 12 deleti

[elpa] master 3c05294 26/39: Fix which-key--create-pages

2018-06-21 Thread Justin Burkett
branch: master commit 3c05294dc6b9ad97183cb53cf584e273f1eacdb6 Author: Justin Burkett Commit: Justin Burkett Fix which-key--create-pages --- which-key.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index ba6bc45..a6a4c3e 100644 --- a/whi

[elpa] master f77d421 19/39: Consolidate key binding collection into which-key--get-bindings

2018-06-21 Thread Justin Burkett
branch: master commit f77d4210f6215fedd25cebaddaca16c12cc9d0d1 Author: Justin Burkett Commit: Justin Burkett Consolidate key binding collection into which-key--get-bindings --- which-key.el | 83 +--- 1 file changed, 40 insertions(+),

[elpa] master ded908e 25/39: Remove which-key--current-prefix

2018-06-21 Thread Justin Burkett
branch: master commit ded908ec0b95f8890e11a8ef3a700c583a0ca036 Author: Justin Burkett Commit: Justin Burkett Remove which-key--current-prefix --- which-key.el | 86 1 file changed, 46 insertions(+), 40 deletions(-) diff --git a/w

[elpa] master fd714bc 13/39: Fix docstring of which-key--get-keymap-bindings

2018-06-21 Thread Justin Burkett
branch: master commit fd714bca146280ddbf363ae25d731f7f964b940f Author: Justin Burkett Commit: Justin Burkett Fix docstring of which-key--get-keymap-bindings --- which-key.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/which-key.el b/which-key.el index 8d7256f.

[elpa] master 0f80d0f 17/39: Use symbol at point in whow keymap functions

2018-06-21 Thread Justin Burkett
branch: master commit 0f80d0f95cbf133f52f64578d6a152e7e48ceb0e Author: Justin Burkett Commit: Justin Burkett Use symbol at point in whow keymap functions --- which-key.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 818ef17..fe6

[elpa] master 61e399f 22/39: Add and use which-key--automatic-display

2018-06-21 Thread Justin Burkett
branch: master commit 61e399f75f7ea90f9dfbd1407730e685b7e3f17d Author: Justin Burkett Commit: Justin Burkett Add and use which-key--automatic-display --- which-key.el | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/which-key.el b/which-key.el index ca1aa25..038c

[elpa] master fb09d75 39/39: Merge commit 'ff79dfff66f880885c5893dd6fd05dc51173a476'

2018-06-21 Thread Justin Burkett
branch: master commit fb09d75ea1fb655ddc4e043590ea1378454f8792 Merge: 81c4a3d ff79dff Author: Justin Burkett Commit: Justin Burkett Merge commit 'ff79dfff66f880885c5893dd6fd05dc51173a476' --- packages/which-key/which-key-tests.el | 23 + packages/which-key/which-key.el | 810

[elpa] master e5db4b6 07/39: Handle null description in which-key--propertize-description

2018-06-21 Thread Justin Burkett
branch: master commit e5db4b62560542d43c0763db5a170d5cc1cb2d5d Author: Justin Burkett Commit: Justin Burkett Handle null description in which-key--propertize-description Fixes #186 --- which-key.el | 56 +--- 1 file changed, 29 in

[elpa] master ca991b0 11/39: Autoload the show keymap functions

2018-06-21 Thread Justin Burkett
branch: master commit ca991b0d3a1c0ff0ffae487d4bd1e7d7671708a7 Author: Justin Burkett Commit: Justin Burkett Autoload the show keymap functions --- which-key.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/which-key.el b/which-key.el index ab25ac9..fa865bf 100644 --- a/which-key.e

[elpa] master 1dd91df 01/39: Implement #182

2018-06-21 Thread Justin Burkett
branch: master commit 1dd91df43606de66580060a8b9b6edc9145c34ba Author: Justin Burkett Commit: Justin Burkett Implement #182 Allow single digit arg to be set after C-h --- which-key.el | 50 -- 1 file changed, 36 insertions(+), 14 dele

[elpa] master 5493d22 05/39: Fix description truncation when showing docstrings

2018-06-21 Thread Justin Burkett
branch: master commit 5493d22489d159a758cb3f5e5f34f191c35c58de Author: Justin Burkett Commit: Justin Burkett Fix description truncation when showing docstrings --- which-key.el | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/which-key.el b/which-key.e

[elpa] master b5f7063 15/39: Detect menu-items in which-key--get-keymap-bindings

2018-06-21 Thread Justin Burkett
branch: master commit b5f706398e7114314f34ea2096794cfec964ed30 Author: Justin Burkett Commit: Justin Burkett Detect menu-items in which-key--get-keymap-bindings --- which-key.el | 1 + 1 file changed, 1 insertion(+) diff --git a/which-key.el b/which-key.el index c4900e7..765fd37 100644 ---

[elpa] master c71fbbb 03/39: Add option to show docstrings in which-key buffer

2018-06-21 Thread Justin Burkett
branch: master commit c71fbbbc3ec49bac4b73fe2700d633e3037c7ae4 Author: Justin Burkett Commit: Justin Burkett Add option to show docstrings in which-key buffer Implements a simple version of the suggestion in #185 --- which-key.el | 25 ++--- 1 file changed, 22 i

[elpa] master updated (81c4a3d -> fb09d75)

2018-06-21 Thread Justin Burkett
justbur pushed a change to branch master. from 81c4a3d [el-search] Special case 'el-search-make-matcher' for '_' new 1dd91df Implement #182 new 1219622 Remove debugging message new c71fbbb Add option to show docstrings in which-key buffer new 0aae4c8

[elpa] master 1219622 02/39: Remove debugging message

2018-06-21 Thread Justin Burkett
branch: master commit 1219622b756f149efe4b44c625f2140c5229f936 Author: Justin Burkett Commit: Justin Burkett Remove debugging message --- which-key.el | 1 - 1 file changed, 1 deletion(-) diff --git a/which-key.el b/which-key.el index 41dfb33..3400491 100644 --- a/which-key.el +++ b/which-

[elpa] master 81c4a3d: [el-search] Special case 'el-search-make-matcher' for '_'

2018-06-21 Thread Michael Heerdegen
branch: master commit 81c4a3dba192c69cca36b594baf7b0af978eef48 Author: Michael Heerdegen Commit: Michael Heerdegen [el-search] Special case 'el-search-make-matcher' for '_' This makes adding an entry to 'pcase--dontwarn-upats' to suppress a warning about a redundant '_' clause u

[elpa] master 38c9b71: [el-search] Some more minor tweaks

2018-06-21 Thread Michael Heerdegen
branch: master commit 38c9b713be0f1e0f3f280f82051e27ccd8c49638 Author: Michael Heerdegen Commit: Michael Heerdegen [el-search] Some more minor tweaks * packages/el-search/el-search.el: Some minor edits in the file header. (el-search-history): Increase ring size. (el-sear

[elpa] master 08bd97c: Fix previous patch

2018-06-21 Thread Michael Albinus
branch: master commit 08bd97c3848324bb18f1e7101044974488c073f9 Author: Michael Albinus Commit: Michael Albinus Fix previous patch --- packages/debbugs/debbugs-gnu.el | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/packages/debbugs/debbugs-gnu.el b/packages/de

[elpa] externals/mmm-mode f86bfe1 1/2: Fix mmm-indent-line-narrowed

2018-06-21 Thread Dmitry Gutov
branch: externals/mmm-mode commit f86bfe19394e50cf0b65fd2278e0a19b7b5b7419 Author: Dmitry Gutov Commit: Dmitry Gutov Fix mmm-indent-line-narrowed To actually call the indent function inside the narrowing Cc @AdamNiederer --- mmm-region.el | 31 +++--

[elpa] externals/mmm-mode updated (792249b -> ff0b214)

2018-06-21 Thread Dmitry Gutov
dgutov pushed a change to branch externals/mmm-mode. from 792249b Release 0.5.6 new f86bfe1 Fix mmm-indent-line-narrowed new ff0b214 Release 0.5.7 Summary of changes: NEWS | 3 +++ configure.in | 2 +- mmm-class.el | 6 -- mmm-mode.el | 2 +- mm

[elpa] externals/mmm-mode ff0b214 2/2: Release 0.5.7

2018-06-21 Thread Dmitry Gutov
branch: externals/mmm-mode commit ff0b214f27d5dddeb856acb4216e77a864dcc0b2 Author: Dmitry Gutov Commit: Dmitry Gutov Release 0.5.7 --- NEWS | 3 +++ configure.in | 2 +- mmm-class.el | 6 -- mmm-mode.el | 2 +- mmm-vars.el | 5 - 5 files changed, 13 insertions(+), 5 deleti

[elpa] master 7d20296: Avoid double entries in debbugs

2018-06-21 Thread Michael Albinus
branch: master commit 7d20296c46cad42dd65d1dd514b93daebea98ee1 Author: Michael Albinus Commit: Michael Albinus Avoid double entries in debbugs * packages/debbugs/debbugs-gnu.el (debbugs-gnu-show-reports): Avoid double entries. --- packages/debbugs/debbugs-gnu.el | 26 ++