branch: externals/mct
commit 689655ee6143b79d5c42ac17abf29aa95c51bd3f
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Introduce mct--live-completions-refresh
The function is used as `after-change-function'. Furthermore it can be
called
asynchronously from outside of Mct, e.g
branch: externals/consult
commit 05a040be7399637d3e6474f711ea53a387b6d700
Author: Daniel Mendler
Commit: Daniel Mendler
Add Mct integration (Fix #501)
---
consult.el | 4
1 file changed, 4 insertions(+)
diff --git a/consult.el b/consult.el
index e9e693c42e..919e1f06a6 100644
--- a/con
branch: externals/corfu
commit 0e573166433c050b76d0598171205f21b1d54337
Author: Daniel Mendler
Commit: Daniel Mendler
README: Minor fix in corfu-enable-in-minibuffer
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index fdc9ccc6b2..
-blinks.el
index 977f42a72b..ecb8735cb9 100644
--- a/eev-blinks.el
+++ b/eev-blinks.el
@@ -21,7 +21,7 @@
;;
;; Author: Eduardo Ochs
;; Maintainer: Eduardo Ochs
-;; Version:20220115
+;; Version: 20220120
;; Keywords: e-scripts
;;
;; Latest version: <http://angg.twu.net/ee
elpasync pushed a change to branch elpa/magit.
from c33ed664e6 magit-log-related: New command
adds 96a073e6c9 Copy org-man-export--magit-gitman to docs/Makefile
adds ed7a4b24a2 manual: Fix version macro and prefer PACKAGE_REVDESC
No new revisions were added by this update.
S
branch: elpa/git-commit
commit ed7a4b24a2fb7e18259caed7a469998b2d2aac85
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
manual: Fix version macro and prefer PACKAGE_REVDESC
---
docs/.orgconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/.orgconfig b/docs/.orgcon
branch: externals/eglot
commit 76971e53e16d6debecc21efe1d96c2d42c68a705
Author: Theodor Thornhill
Commit: GitHub
Enable LSP project-wide diagnostics via Flymake
* eglot.el (eglot-handle-notification): Pass on diagnostics from
unvisited files to flymake. Enables project-wide-dia
branch: elpa/with-editor
commit 15ee0e245868b6da27a81a4c580dfb0dfea6643d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
manual: Fix version macro and prefer PACKAGE_REVDESC
---
docs/.orgconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/.orgconfig b/docs/.orgco
elpasync pushed a change to branch elpa/magit-section.
from c33ed664e6 magit-log-related: New command
adds 96a073e6c9 Copy org-man-export--magit-gitman to docs/Makefile
adds ed7a4b24a2 manual: Fix version macro and prefer PACKAGE_REVDESC
No new revisions were added by this up
elpasync pushed a change to branch elpa/git-commit.
from c33ed664e6 magit-log-related: New command
new 96a073e6c9 Copy org-man-export--magit-gitman to docs/Makefile
new ed7a4b24a2 manual: Fix version macro and prefer PACKAGE_REVDESC
Summary of changes:
default.mk
branch: elpa/php-mode
commit fe4abfc719314764a86de80791204ffa7d240afb
Author: USAMI Kenta
Commit: USAMI Kenta
Add php-project-project-find-function compatible with project-find-functions
```el
(add-hook 'project-find-functions #'php-project-project-find-function 0 t)
```
---
branch: elpa/git-commit
commit 96a073e6c9e4cdc3fadce2430f034783de3f3407
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Copy org-man-export--magit-gitman to docs/Makefile
This makes it easier to build the manuals on *elpa.
---
default.mk | 3 +--
docs/Makefile | 29
branch: elpa/php-mode
commit 5f26bec865ee159dc30d3922f17bc42adfcfed50
Merge: 010d0f6987 fe4abfc719
Author: USAMI Kenta
Commit: GitHub
Merge pull request #693 from
emacs-php/feature/php-project-project-find-function
Add php-project-project-find-function compatible with project-find-
branch: externals/mct
commit 33646bed2142d1192fc35539a497facb4d037460
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Improve check for completions' separator
Searching for a face is not always an option because the user can
customise the completions-group-format.
---
m
branch: externals/mct
commit fe0f17c1ab877e306056af7da99b07fb30d4c5fe
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Handle new completion-wrap-movement
Otherwise it leads to regressions with our cyclic behaviour.
---
mct.el | 2 ++
1 file changed, 2 insertions(+)
diff --
branch: externals/mct
commit ef69e0689def8c730cb9efbe8318e85d43f4311a
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Simplify a function
The use of 'abs' is from commit 9fa6f8c.
---
mct.el | 10 --
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/mct.e
elpasync pushed a change to branch externals/mct.
from 01353ba6b6 Minor tweak to internal variable
new 9fa6f8c2ab Always return the 'abs' of ARG for previous motion
new ef69e0689d Simplify a function
new fe0f17c1ab Handle new completion-wrap-movement
Summary of cha
branch: externals/mct
commit e0ed5ec942256676ab1e06a0659ee4acf015daac
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Update TODO about corfu-mode check
---
mct.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mct.el b/mct.el
index 901436d57c..b6ef2c9363 10
branch: externals/corfu
commit c4a2ce330f01144480af7ad7549702aa760447a3
Author: Daniel Mendler
Commit: Daniel Mendler
READM: Minor updates
---
README.org | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.org b/README.org
index 5fb5a0a459..fdc9ccc6b2
branch: externals/mct
commit eca1ea9a255e6051fe0dda2d41885943ecb3be00
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Fix Emacs 29 regression for out-of-bounds motion
MCT accepts a numeric argument for motions inside the Completions
buffer. The issue has been how to han
elpasync pushed a change to branch externals/mct.
from e0ed5ec942 Update TODO about corfu-mode check
new 4ce1004b96 Remember and cancel the update timer
new c4f42a62b8 Delete trailing spaces
new 01353ba6b6 Minor tweak to internal variable
Summary of changes:
mct.e
branch: externals/mct
commit 4ce1004b966671e6ebd40ee2b109032214d1e0b0
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Remember and cancel the update timer
Otherwise we create many timers which are active at the same time.
---
mct.el | 6 +-
1 file changed, 5 insertions(+), 1
elpasync pushed a change to branch elpa/magit.
from 2a7812705f make: Fix target name typo
adds dad665e53c magit-rebase--get-state-lines: New function
adds e2de123ddf magit-log: Re-align code
adds b514a66f4a magit-log: Fix order in which suffixes are displayed
adds
branch: elpa/git-commit
commit dad665e53ccffb41b5188550cf77a15ce27a1e3a
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-rebase--get-state-lines: New function
---
lisp/Makefile | 2 +-
lisp/magit-sequence.el | 9 +
lisp/magit-stash.el| 10 ++
3 files chan
branch: externals/dtache
commit a261d8ba0620658262c548d9fe28bf4561732509
Author: Niklas Eklund
Commit: Niklas Eklund
Update credits section
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index ce153e01be..d49eb98337 100644
--- a/RE
elpasync pushed a change to branch externals/dtache.
from 26cb80f343 Add installation section to README
new feb75b9bdf Update Copyright headers
new 77d6ad3ac3 Improve buffer handling with dtache-shell-command
new 391ff88fa1 Simplify get working directory function
branch: externals/dtache
commit feb75b9bdf127b1f8a3520137b8a37b723938e0e
Author: Niklas Eklund
Commit: Niklas Eklund
Update Copyright headers
Copyright has been assigned to the Free Software Foundation.
---
LICENSE | 4 ++--
dtache-compile.el | 5 +++--
dtache-consult
branch: externals/mct
commit 9fa6f8c2abdd84b2cd87aff3abb48bdec56d92c9
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Always return the 'abs' of ARG for previous motion
---
mct.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mct.el b/mct.el
index de9af3897
branch: externals/mct
commit 01353ba6b6038f24b7273335fc4db1cec9c76075
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Minor tweak to internal variable
---
mct.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/mct.el b/mct.el
index f3e6f6ba2b..de9af3897d 10064
branch: externals/mct
commit c4f42a62b8748ad143770ba0c5b841c9bd58ffbe
Author: Daniel Mendler
Commit: Protesilaos Stavrou
Delete trailing spaces
---
mct.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mct.el b/mct.el
index c88d1bacb3..f3e6f6ba2b 100644
--- a/mct.el
branch: externals/eglot
commit f45be4bb34725efc258222c48463accf55948492
Author: Stefan Kangas
Commit: Stefan Kangas
* README.md: Remove fsharp-mode again.
This change was discussed in:
https://github.com/joaotavora/eglot/commit/358104a5f03aa4d
---
README.md | 2 --
1 file chang
elpasync pushed a change to branch externals/mct.
from fe0f17c1ab Handle new completion-wrap-movement
new 33646bed21 Improve check for completions' separator
new eca1ea9a25 Fix Emacs 29 regression for out-of-bounds motion
Summary of changes:
mct.el | 10 --
1 file
elpasync pushed a change to branch externals/mct.
from add910222f Document conflict resolution for MCT+Corfu
new ef5c71be72 Guard against void corfu-mode
new e0ed5ec942 Update TODO about corfu-mode check
Summary of changes:
mct.el | 7 ---
1 file changed, 4 insertions
branch: externals/mct
commit ef5c71be728b75d963f6b8ae03eb1702751552d8
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Guard against void corfu-mode
---
mct.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mct.el b/mct.el
index 5ebdbda9a4..901436d57c 100644
--
branch: externals/dtache
commit c57f57a49e46abdb802868f10069021b0cf200d3
Author: Niklas Eklund
Commit: Niklas Eklund
Update host property
This patch updates the host property to a property list instead of
just a name. The name of the localhost is therefore not shown as
local
branch: elpa/git-commit
commit c33ed664e6d673368df6be43d0656bc2d64700e3
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-log-related: New command
---
docs/magit.org| 7 +++
docs/magit.texi | 12 ++--
lisp/magit-log.el | 32
3 files ch
branch: externals/corfu
commit a60d4b33f6af4f53c3e9b8ce355402a5a9795109
Author: Daniel Mendler
Commit: Daniel Mendler
Rewrite corfu--in-region without completion-cycling support
---
corfu.el | 148 ---
1 file changed, 57 insertions
branch: externals/corfu
commit d480b27465bf238cb596462f5d30bf32f74496dc
Author: Daniel Mendler
Commit: Daniel Mendler
Reimplement cycling
---
corfu.el | 75
1 file changed, 57 insertions(+), 18 deletions(-)
diff --git a/corfu
branch: externals/org-transclusion
commit b5c973919a85bee81efa4bc402f897319e270714
Author: Noboru Ota
Commit: Noboru Ota
docs: add README-elpa for C-h P; chg README.org and chg user manual
---
README-elpa | 197 +++
README.org
elpasync pushed a change to branch elpa/magit-section.
from 2a7812705f make: Fix target name typo
adds dad665e53c magit-rebase--get-state-lines: New function
adds e2de123ddf magit-log: Re-align code
adds b514a66f4a magit-log: Fix order in which suffixes are displayed
branch: elpa/git-commit
commit e2de123ddfdc85e69694eab15cd30ea8061a0d89
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-log: Re-align code
---
lisp/magit-log.el | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/lisp/magit-log.el b/lisp/magit-
branch: externals/dtache
commit 391ff88fa1bdc2a2000f0bb142ff40db950a83dc
Author: Niklas Eklund
Commit: Niklas Eklund
Simplify get working directory function
---
dtache.el | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/dtache.el b/dtache.el
index 087df01cbc..
elpasync pushed a change to branch elpa/git-commit.
from 2a7812705f make: Fix target name typo
new dad665e53c magit-rebase--get-state-lines: New function
new e2de123ddf magit-log: Re-align code
new b514a66f4a magit-log: Fix order in which suffixes are displayed
branch: externals/dtache
commit 77d6ad3ac3bc2d51f2c679431cdbccd2cf165011
Author: Niklas Eklund
Commit: Niklas Eklund
Improve buffer handling with dtache-shell-command
This patch updates the way new buffers are generated with
dtache-shell-command. A new buffer will only be issued
branch: elpa/git-commit
commit b514a66f4a04979a565f80f6886635f4957de8cf
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-log: Fix order in which suffixes are displayed
The "local branches" and "all branches" variants are obviously closely
related and should not be separated
elpasync pushed a change to branch externals/corfu.
from 371ebf3c64 README: Expand on minibuffer usage
new a60d4b33f6 Rewrite corfu--in-region without completion-cycling
support
new d480b27465 Reimplement cycling
Summary of changes:
corfu.el | 195 +++
branch: main
commit 5507511644ade3e1b8c1c594b529aa4a4a29fe58
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (uni-confusables): Adjust :readme
---
elpa-packages | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index 7167fa6b85
branch: externals/uni-confusables
commit 393e1adeec5b0eb51f9606983655cfe2272c6e54
Author: Stefan Monnier
Commit: Stefan Monnier
README.md: Announce that the package is obsolete
* gen-confusables.el: Use lexical-binding.
* GNUmakefile, README.md: New files.
---
GNUmakefile
branch: externals/consult
commit 0127b52a97da30e30fea9605cf8f7e156052f366
Author: Daniel Mendler
Commit: Daniel Mendler
Use completion--replace
---
consult.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/consult.el b/consult.el
index 6812e48590..e9e693c42e 100644
--
branch: elpa/bind-map
commit 6ba28e31aaad1e98f1137c017713a7ad034190a7
Author: justbur
Commit: justbur
Revert change to prefix-cmd handling
---
bind-map.el | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index 21467cd955..ee00fd3571 10064
branch: elpa/bind-map
commit 76b8e2ab6c5d5e105eb5d83686e0b552fe029550
Author: justbur
Commit: justbur
Add tests for inheritance
---
bind-map-tests.el | 77 +++
1 file changed, 60 insertions(+), 17 deletions(-)
diff --git a/bind-map-tests.
branch: elpa/bind-map
commit 797c2124f8529a28312fe83388a400ca916b3cee
Author: justbur
Commit: justbur
Restructure tests
Comment out new tests that aren't working yet
---
bind-map-tests.el | 174 +-
1 file changed, 93 insertions(+)
branch: elpa/bind-map
commit 8d6b489feb3e7c07ad95e9dac383ddafad47abfa
Author: justbur
Commit: justbur
Add some basic tests
---
bind-map-tests.el | 51 +++
1 file changed, 51 insertions(+)
diff --git a/bind-map-tests.el b/bind-map-tests.el
new
branch: elpa/bind-map
commit 6f84c0254f9ef7580ee32fb66190cc694cc05629
Author: justbur
Commit: justbur
Increment version
---
bind-map.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bind-map.el b/bind-map.el
index e64caeb882..e624eaaca5 100644
--- a/bind-map.el
+++ b/b
branch: elpa/bind-map
commit 988f14eb77baeeaa7440defd27b38e517e111f08
Author: justbur
Commit: justbur
Use evil-define-minor-mode-key for minor-mode keys
---
bind-map.el | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index da4b62a2e3.
branch: elpa/bind-map
commit 96802ece2b240acbb3b1d8e6b4f2c1b5c31966e7
Author: justbur
Commit: justbur
Increment version
---
bind-map.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bind-map.el b/bind-map.el
index 8d64d7028f..5b9908c9df 100644
--- a/bind-map.el
+++ b/b
branch: elpa/bind-map
commit faaa33d90989d43da71d56fe70e1176f6b6eeff8
Author: justbur
Commit: justbur
Prefer eval-after-load to require for evil funcs
Requiring could screw up someone trying to sequence their load order by
loading evil unexpectedly early.
---
bind-map.el | 53 +
branch: elpa/bind-map
commit b0b9e18947ca1ac3133004da9579254a80daa6ee
Author: justbur
Commit: justbur
Revert last commit
This reverts commit 988f14eb77baeeaa7440defd27b38e517e111f08.
---
bind-map.el | 10 ++
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/bind
branch: elpa/bind-map
commit af26966c9a32bdfc71bbe388bba27fde144bda4b
Author: justbur
Commit: justbur
Make macro expansion prettier
---
bind-map.el | 61 +++--
1 file changed, 31 insertions(+), 30 deletions(-)
diff --git a/bind-map.el
branch: elpa/bind-map
commit e239bbdaefa17f7057ae97cb844e3e2ab0ce57bc
Author: justbur
Commit: justbur
Always use global evil maps
It's possible the hooks activating the overriding maps are not run, so
we keep the bindings in the global maps so they are still available in
the
branch: elpa/bind-map
commit 8e3df1f4cf9af738be94ba91bcf98e96e349a127
Author: justbur
Commit: justbur
Use add-to-list for mm list and defvar prefix
---
bind-map.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bind-map.el b/bind-map.el
index 32aa2a27d9..3796a605a8 1
branch: elpa/bind-map
commit 9599acb5ab4620e59f326ef628eb89d90ab526f6
Author: justbur
Commit: justbur
Silence warning about defvar-local
---
bind-map.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bind-map.el b/bind-map.el
index d1d704182b..32aa2a27d9 100644
--- a
branch: elpa/bind-map
commit f4fad049d0bb6ebdc729bc6d356288f2dd96e2f3
Author: justbur
Commit: justbur
Bump to version 1.0
---
bind-map.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bind-map.el b/bind-map.el
index a32269c457..90361557ef 100644
--- a/bind-map.el
+++ b
branch: elpa/bind-map
commit 5508980148a3146e15da2b3b43b5da2b029875cb
Author: justbur
Commit: justbur
Account for multiple declarations of the same map
Specifically, ensure that the major-mode activate variable has just one
list of associated major modes.
---
bind-map-tests.el
branch: elpa/bind-map
commit bb7a8b225879fc6a865464e5e63865653ae74427
Author: justbur
Commit: justbur
Remove declare-function from previous commit
---
bind-map.el | 17 +++--
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index 567b05570
branch: elpa/bind-map
commit 7de08fe592b7a62cd8ac55f9edc31e1ff71e7f1e
Author: justbur
Commit: justbur
Move a defvar and reword docstring
---
bind-map.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index f27a173f7c..00afef3639 100644
branch: elpa/bind-map
commit b30c22f7f96b1995a70d0a293ae60c706ac028ff
Author: justbur
Commit: justbur
Report symbol name in previously added error msg
---
bind-map.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bind-map.el b/bind-map.el
index 7fbce67721..6168cc5465 1
branch: elpa/bind-map
commit e5647f14cf0274cc2f596ae9f343531f82ba45eb
Author: justbur
Commit: justbur
Clarify modes in README
---
README.org | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index db61dc641a..588dcab8f2 100644
--- a/README.org
branch: elpa/bind-map
commit d7aee3c6ab82dbc4803113dd44c124df600154e1
Author: justbur
Commit: justbur
Note helper funcs in README
---
README.org | 25 +
1 file changed, 25 insertions(+)
diff --git a/README.org b/README.org
index 5ed28071cf..9c867e80b1 100644
--- a/R
branch: elpa/bind-map
commit f835ed39fee8298fb57d171f3fb0eb93e326f6f6
Author: justbur
Commit: justbur
Minor changes
---
bind-map.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index 3c246f05da..7bc80e0347 100644
--- a/bind-map.el
branch: elpa/bind-map
commit f2f7dfefbdb35c5d7b41cd9ba444032408fd8351
Author: justbur
Commit: justbur
Assume :keys and :evil-keys are lists
---
bind-map.el | 10 ++
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index 7bc80e0347..ae18429a8b 1
branch: elpa/bind-map
commit 510a24138d8de3b8df0783f1ac493a551fc9bd74
Merge: bf4181e3a4 6977e0fec5
Author: Justin Burkett
Commit: GitHub
Merge pull request #6 from skangas/bump-version
Bump version to 1.1.2 for NonGNU ELPA
---
bind-map.el | 2 +-
1 file changed, 1 insertion(+), 1 d
branch: elpa/bind-map
commit 6977e0fec5c4a3c62a10503798c2a15194167046
Author: Stefan Kangas
Commit: Stefan Kangas
Bump version to 1.1.2
---
bind-map.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bind-map.el b/bind-map.el
index 386afbc959..dee50aa4b6 100644
--- a/bin
branch: elpa/bind-map
commit ffe5e636178ab9878fa8213fd1a1d4862ccb3d5f
Author: justbur
Commit: justbur
Version 1.1.0
---
bind-map.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bind-map.el b/bind-map.el
index 65aa1d06af..c45327043a 100644
--- a/bind-map.el
+++ b/bind-
branch: elpa/bind-map
commit 078c522f6e763dd24a30e15af9121376affe207f
Author: justbur
Commit: justbur
Fix Makefile
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index ab92b4e2ef..5128b7382e 100644
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,5 @@ test: e
branch: elpa/bind-map
commit 4ceb7deb3add0716afaa2a5d658b81469ee2879b
Author: justbur
Commit: justbur
Remove messages from tests
---
bind-map-tests.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/bind-map-tests.el b/bind-map-tests.el
index 2653c0c99a..5eaa84abc1 100644
--- a/bind-m
branch: elpa/bind-map
commit 6e1ba6edbd5a29991698806e775288fb3de2b186
Author: Justin Burkett
Commit: Justin Burkett
Update README
---
README.org | 47 ---
1 file changed, 36 insertions(+), 11 deletions(-)
diff --git a/README.org b/README.org
inde
branch: elpa/bind-map
commit 99236303f61842b68892d5a5f16b677ccbc5d909
Author: justbur
Commit: justbur
Rename bind-map-for-modes-derived
To bind-map-for-mode-inherit
---
bind-map.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bind-map.el b/bind-map.el
index e
branch: elpa/bind-map
commit 24d453a1e8e588eaffc9229b7ff28cc0feac7fd8
Author: justbur
Commit: justbur
Call evil-normalize-maps for evil-keys
In case the evil bindings need to be available immediately.
---
bind-map.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --
branch: elpa/bind-map
commit b1870693135b76efa849a86f3af942dc2e55340b
Author: justbur
Commit: justbur
Add short versions for single major/minor mode
---
bind-map.el | 42 ++
1 file changed, 42 insertions(+)
diff --git a/bind-map.el b/bind-map.el
inde
branch: elpa/bind-map
commit a8a2937ecc4c8c44a013cfdbe61388e24b176429
Author: justbur
Commit: justbur
Minor tweak to previous commit
---
bind-map.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bind-map.el b/bind-map.el
index c9a27bfe7f..6b156a2d2b 100644
--- a/bind-m
branch: elpa/bind-map
commit 21b7ba7ecaf313f67323356c3a75633b32e2d105
Author: justbur
Commit: justbur
Fix some docstrings
---
bind-map.el | 19 +--
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index 32260f7564..2e4ac36671 100644
--
branch: elpa/bind-map
commit 2fafc10f7d7d3110d14bc7a32f02cb3ffd37153f
Author: justbur
Commit: justbur
Rename a var and a function and tweak a docstring
bind-map-local-bindings -> bind-map-evil-local-bindings
bind-map-local-mode-hook -> bind-map-evil-local-mode-hook
The
branch: elpa/bind-map
commit 32a3361b3bcbb2f494c80473b19da75e9f71795a
Author: justbur
Commit: justbur
Bring back evil-define-minor-mode-key
Upstream bug was fixed
---
bind-map.el | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/bind-map.el b/bind-map.e
branch: elpa/bind-map
commit 662dea907c9b52356e187cb0f57fc64d869c7b85
Author: justbur
Commit: justbur
Suppress make-local warnings from compiler
---
bind-map.el | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index a95d9c0951..b21e6ce
branch: elpa/bind-map
commit ebc4c9fb119ef2381065548971be41478b1fd884
Author: justbur
Commit: justbur
Remove bind-map-kbd hack
---
bind-map.el | 33 +
1 file changed, 13 insertions(+), 20 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index 6168cc5465..
branch: elpa/bind-map
commit d47be94d236c819b5ca47d66551d23a0ee17ac33
Author: justbur
Commit: justbur
Don't try to bind keys that are nil or ""
---
bind-map.el | 28 ++--
1 file changed, 18 insertions(+), 10 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index
branch: elpa/bind-map
commit 4cccf8fb821060cba95af33151783a2441894c4a
Author: justbur
Commit: justbur
Add configuration var for default map suffix
---
bind-map.el | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index 15c5c5bb43..a524
branch: elpa/bind-map
commit 4489504e479c906bae22bbbfa43abdccf551c032
Author: justbur
Commit: justbur
Check evil-keys before calling evil-define-*
---
bind-map.el | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/bind-map.el b/bind-map.el
ind
branch: elpa/bind-map
commit e3fa3cc383bd7d331caa89bc914a2a296abb98f1
Author: justbur
Commit: justbur
Fix compiler warning
It didn't like using major-mode as an argument
---
bind-map.el | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git
branch: elpa/bind-map
commit f46bf57d7f99844518442fddcd8c68fb9f7a2338
Author: justbur
Commit: justbur
Add major-mode test
---
bind-map-tests.el | 44 +++-
1 file changed, 35 insertions(+), 9 deletions(-)
diff --git a/bind-map-tests.el b/bind-map-test
branch: elpa/bind-map
commit df2f5081e18e98b6300d99a6f540872ee8420813
Author: justbur
Commit: justbur
Use custom kbd command
---
bind-map.el | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index 9be3ed5ff6..c53d4bb8cf 100644
--- a/
branch: elpa/bind-map
commit ce4e8e7f6466457ba6b35f94fccbe1efdaf664b2
Author: justbur
Commit: justbur
Fix typos in docstrings
---
bind-map.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bind-map.el b/bind-map.el
index 8e03cf7ca9..5eab7c7fb1 100644
--- a/bind-map.
branch: elpa/bind-map
commit 07eef581ef9625d6237bf5a8f2521669039155aa
Author: justbur
Commit: justbur
Add URL
---
bind-map.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bind-map.el b/bind-map.el
index 491fb70bf8..dfb6c0d9ce 100644
--- a/bind-map.el
+++ b/bind-map.el
branch: elpa/bind-map
commit 5077cb72cb1bb78fd086a5517dad728632bf0f68
Author: justbur
Commit: justbur
Add :override-minor-modes option for :keys
---
bind-map.el | 35 ---
1 file changed, 20 insertions(+), 15 deletions(-)
diff --git a/bind-map.el b/bind-map.e
branch: elpa/bind-map
commit 74e9defb609f6dd9706944d294eaa131b03c0f74
Author: justbur
Commit: justbur
Fix doctrings for recent additions
For some reason if the parens are not escaped the indentation is broken
in emacs-lisp-mode (?)
---
bind-map.el | 12 ++--
1 file chan
branch: elpa/bind-map
commit 8dea8e8f9193674f4b69d79d8fa653f0ca5f9aec
Author: justbur
Commit: justbur
Grammatical fix in README
---
README.org | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 9c867e80b1..db61dc641a 100644
--- a/README.or
branch: elpa/bind-map
commit 7d209466926ac32fb477729a56ca7a7e2c8ef28b
Author: justbur
Commit: justbur
Add autoloads
---
bind-map.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bind-map.el b/bind-map.el
index 834ca9de2c..e8ddaa278c 100644
--- a/bind-map.el
+++ b/bind-map.el
@@ -59,
branch: main
commit e4d6b91c9671538c4ec6485d22404ad7a7151265
Author: Stefan Kangas
Commit: Stefan Kangas
* elpa-packages (bind-map): New package
---
elpa-packages | 3 +++
1 file changed, 3 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 58df0da0df..1baefb5c77 100644
--- a/e
branch: elpa/bind-map
commit 26a3b5571de9b3ab1fbcf5a9aca921e4c74f5dc2
Author: justbur
Commit: justbur
Make return val consistent in bind-map
Used to simplify a couple of macro calls
---
bind-map.el | 20 +---
1 file changed, 9 insertions(+), 11 deletions(-)
diff --
1 - 100 of 155 matches
Mail list logo