branch: externals/org
commit 876e8133343cccff32ac1cd17d06ff957715e8f1
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-persist.el: Fix Emacs versions where xdg.el is not available
* lisp/org-persist.el (org-persist-directory): Make `xdg-cache-home'
call optional. Prefer cache
elpasync pushed a change to branch externals/embark-consult.
from 5228778 Always set last-command-event in both prompters
adds 5b34b2b Don't use lambda as a hook, define a function instead
No new revisions were added by this update.
Summary of changes:
embark.el | 6 +-
1
branch: externals/embark
commit 5b34b2b60370cea5ad9da5931856667a6fae0501
Author: Omar Antolín
Commit: Omar Antolín
Don't use lambda as a hook, define a function instead
The main advantage is the more specific docstring.
---
embark.el | 6 +-
1 file changed, 5 insertions(+), 1 d
branch: externals/posframe
commit 66b16a20a7b43f19c27487c475799200ad81b3bd
Author: Feng Shu
Commit: Feng Shu
Update doc about mouse banish.
* posframe.el (posframe-mouse-banish-function): Update docstring.
* README.org (Mouse banish): New heading.
---
README.org |
branch: externals/corfu
commit 00e402e301abc1edf7ab1a98ef439d2f552301a7
Author: Daniel Mendler
Commit: Daniel Mendler
Move popup by prefix width
---
corfu.el | 49 +
1 file changed, 25 insertions(+), 24 deletions(-)
diff --git a/corfu.el b/co
elpasync pushed a change to branch externals/corfu.
from 4c8c3f7 Version 0.14
new 53d2aec Revert "Minor cleanup"
new 00e402e Move popup by prefix width
Summary of changes:
corfu.el | 53 +++--
1 file changed, 27 insert
branch: externals/corfu
commit 53d2aec2b5f909fe6a2962eff87fedf151f6a39a
Author: Daniel Mendler
Commit: Daniel Mendler
Revert "Minor cleanup"
This reverts commit 2bd0614c741584221a9c15b7fe3163c446153c6d.
---
corfu.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
dif
branch: elpa/apropospriate-theme
commit c32f8ad7a0178b1aca0af7b15ef7389aa250f154
Author: justin talbott
Commit: justin talbott
add support for tab-bar-mode and tab-line-mode
---
README.md| 2 ++
apropospriate.el | 10 ++
2 files changed, 12 insertions(+)
diff --git a/READM
branch: elpa/php-mode
commit d66b4986117f621c143bc295205619e036f291d5
Merge: 76d6917 11d3c39
Author: USAMI Kenta
Commit: GitHub
Merge pull request #687 from
emacs-php/update/authors-apply-formar-contributors
Properly list the credits of all previous contributors
---
AUTHORS.md
branch: elpa/php-mode
commit 36e3be10e1f75b097b233b2c95159b9652be6bc0
Author: Giacomo Tesio
Commit: Giacomo Tesio
fix #685: add to AUTHORS.md old contributors
---
AUTHORS.md | 33 +
1 file changed, 33 insertions(+)
diff --git a/AUTHORS.md b/AUTHORS.md
index
elpasync pushed a change to branch elpa/php-mode.
from 535aec8 Merge pull request #684 from
emacs-php/update/readme-nongnu-elpa
new 36e3be1 fix #685: add to AUTHORS.md old contributors
new 76d6917 Merge pull request #686 from Shamar/issue-685
new a434414 Add
branch: elpa/php-mode
commit 11d3c39a98b590412492500c883ab5f6eac69a3f
Author: USAMI Kenta
Commit: USAMI Kenta
Add link to wiki/Authors and graph/authors to AUTHORS.md
---
AUTHORS.md | 4
Makefile | 1 +
etc/git/AUTHORS2.md.in | 4
3 files changed, 9 inser
branch: elpa/php-mode
commit 76d6917391fb5cf707a0629d9bf5c7bd046a3b2e
Merge: 535aec8 36e3be1
Author: USAMI Kenta
Commit: GitHub
Merge pull request #686 from Shamar/issue-685
fix #685: add to AUTHORS.md old contributors
---
AUTHORS.md | 33 +
1 file c
branch: elpa/php-mode
commit a4344145d620f72b556cb3be41faff3b4713bba0
Author: USAMI Kenta
Commit: USAMI Kenta
Add former contributors to AUTHORS.md
refs https://github.com/emacs-php/php-mode/issues/685
---
AUTHORS.md | 8
Makefile| 3
branch: main
commit dc79a380dfe2b265a44c373902f92a0c40b008ad
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (mct): New package
---
elpa-packages | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index e26a428..7225408 100644
--- a/elpa-packag
branch: externals/hyperbole
commit def42d746fc98a3485f8768f32e9ef7f080d05d4
Author: Mats Lidell
Commit: GitHub
Add binding for shift tab in orgtbl map to allow demote of tree (#131)
---
ChangeLog | 9 +
kotl/kotl-mode.el | 15 +--
test/kotl-orgtb
elpasync pushed a change to branch externals/embark-consult.
from b5038c5 Silence warning about not leavin _update unused
adds 5228778 Always set last-command-event in both prompters
No new revisions were added by this update.
Summary of changes:
embark.el | 20 ++-
branch: externals/embark
commit 52287782413543c6eb51a3bacc8af48919055c51
Author: Omar Antolín
Commit: Omar Antolín
Always set last-command-event in both prompters
Previously last-command-event was only set in some circumstances:
- In the keymap-prompter it was only set for
branch: externals/embark
commit db2b090aa30ba07bad46df8aa15ca0eed12b4039
Author: Omar Antolín
Commit: Omar Antolín
Update documentation to mention embark-help-key
---
README.org | 15 ---
embark.texi | 15 ---
2 files changed, 16 insertions(+), 14 deletions(-)
diff
elpasync pushed a change to branch externals/embark.
from dca6208 Friendlier custom type for embark-help-key
new db2b090 Update documentation to mention embark-help-key
new df9a0df Have embark-keymap-prompter-key delegate to
embark-keymap-prompter
new b5038c5
elpasync pushed a change to branch externals/embark-consult.
from dca6208 Friendlier custom type for embark-help-key
adds db2b090 Update documentation to mention embark-help-key
adds df9a0df Have embark-keymap-prompter-key delegate to
embark-keymap-prompter
adds
branch: externals/embark
commit b5038c55bf4f5e1d85a731a481101a952957b973
Author: Omar Antolín
Commit: Omar Antolín
Silence warning about not leavin _update unused
---
embark.el | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/embark.el b/embark.el
index f8e6755
branch: externals/embark
commit df9a0dfb751afbf69044bfde37d5f03b09d66d1e
Author: Omar Antolín
Commit: Omar Antolín
Have embark-keymap-prompter-key delegate to embark-keymap-prompter
This is how it should have been all along! Thanks to @roshanshariff
for suggesting this change.
-
elpasync pushed a change to branch externals/embark-consult.
from 009a205 Merge pull request #401 from minad/special-help
adds dca6208 Friendlier custom type for embark-help-key
No new revisions were added by this update.
Summary of changes:
embark.el | 5 -
1 file changed
branch: externals/embark
commit dca620898502679b710a0a6fc03277996847acce
Author: Omar Antolín
Commit: Omar Antolín
Friendlier custom type for embark-help-key
---
embark.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/embark.el b/embark.el
index 46ca0ae..7ef5ddf 10
branch: externals/vc-got
commit 36e5655fd08c7b48c9c8f88467980466053316b1
Author: Omar Polo
Commit: Omar Polo
split vc-got--diff into two
- vc-got--diff-files diffs the given files
- vc-got--diff-objects diffs two refs/tags/objects
Reduces noticeably the time required
branch: externals/embark
commit 009a205c91c8dff78c4f35112541b1a8c9f64616
Merge: 0b524bd b224505
Author: Omar Antolín Camarena
Commit: GitHub
Merge pull request #401 from minad/special-help
Add embark-help-key, remove embark-keymap-help from embark-meta-map
---
embark.el | 23 ++
branch: elpa/proof-general
commit db3289d65fcea6fe69feb5f405fe42541f910357
Author: Pierre Courtieu
Commit: Pierre Courtieu
Fix #614. Cause by 8215623.
The regexp change in 8215623 to support "Fail" command had to be
refined to capture correctly some error messages.
---
coq/coq-
elpasync pushed a change to branch externals/vc-got.
from e4ac2ae run `got fetch/send' inside the worktree
new 36e5655 split vc-got--diff into two
new 45f7f94 don't &rest + apply: just make diff-files accept a list
Summary of changes:
vc-got.el | 23 +---
elpasync pushed a change to branch externals/embark-consult.
from 0b524bd Merge pull request #397 from
jakanakaevangeli/ARE-in-general-map
adds b224505 Add embark-help-key, remove embark-keymap-help from
embark-meta-map
adds 009a205 Merge pull request #401 from minad/s
branch: elpa/proof-general
commit 2145c23f44a0951a14240d3b85a1a3d08aade9bb
Merge: fd04605 db3289d
Author: Pierre Courtieu
Commit: GitHub
Merge pull request #615 from Matafou/fix-#614
Fix #614. Caused by 8215623.
---
coq/coq-syntax.el | 34 +-
coq/coq
branch: externals/vc-got
commit 45f7f941e77baac862e47d1e1287d2baceff936f
Author: Omar Polo
Commit: Omar Polo
don't &rest + apply: just make diff-files accept a list
---
vc-got.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vc-got.el b/vc-got.el
index e67ee25..170
branch: externals/embark
commit b224505c530fad9a791a66b9c2616d940397a816
Author: Daniel Mendler
Commit: Daniel Mendler
Add embark-help-key, remove embark-keymap-help from embark-meta-map
Treat the help key specially such that it is always available when
acting with the keymap pr
branch: externals/corfu
commit 4c8c3f75fbbef98de69fed4ae78e556c6d655140
Author: Daniel Mendler
Commit: Daniel Mendler
Version 0.14
---
corfu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu.el b/corfu.el
index 454c576..bda94dd 100644
--- a/corfu.el
+++ b/corfu.el
branch: externals/posframe
commit db390bb1763711986bde449f355911b0ec11f6d7
Author: Feng Shu
Commit: Feng Shu
* posframe.el (posframe-mouse-banish-simple): Improve
posframe-mouse-banish-simple.
---
posframe.el | 19 ---
1 file changed, 16 insertions(+), 3 deletions(-)
diff
branch: externals/posframe
commit ea78db106b43fb58eb33adebebf1fdb55193ad31
Author: Feng Shu
Commit: Feng Shu
v1.1.1
---
posframe.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/posframe.el b/posframe.el
index f6528a7..2b1750f 100644
--- a/posframe.el
+++ b/posframe.el
elpasync pushed a change to branch externals/posframe.
from 940645d Add posframe-mouse-banish-function variable. Fix #108
new db390bb * posframe.el (posframe-mouse-banish-simple): Improve
posframe-mouse-banish-simple.
new ea78db1 v1.1.1
Summary of changes:
posframe
branch: externals/posframe
commit 940645d9a114981f625c1aff50bffe582099bbcc
Author: Feng Shu
Commit: Feng Shu
Add posframe-mouse-banish-function variable. Fix #108
* posframe.el (posframe-mouse-banish-function): New customize variable.
(posframe-show): Use posframe-mouse-
elpasync pushed a change to branch externals/posframe.
from c153c28 v1.1.0
new 610cc18 Always run posframe--mouse-banish.
new 940645d Add posframe-mouse-banish-function variable. Fix #108
Summary of changes:
posframe.el | 59 +++--
branch: externals/posframe
commit 610cc18f02698a0ced1a28b451062039f4d5d0f2
Author: Feng Shu
Commit: Feng Shu
Always run posframe--mouse-banish.
* posframe.el (posframe-show): Alway run posframe--mouse-banish.
(posframe--mouse-banish): Handle m-x and m-y are nil.
---
pos
40 matches
Mail list logo