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/
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(-)
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
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
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/
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
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/
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
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
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 --
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.
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
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
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
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
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
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
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.
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
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
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
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
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
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
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 +++
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/
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
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
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(+),
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
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.
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
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
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
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
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
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
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
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
---
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
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
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-
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
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
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
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 +++--
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
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
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 ++
49 matches
Mail list logo