elpasync pushed a change to branch externals/org.
from edddc7d org-element-cache-map: Reduce memory allocation and time
re-search
new 957feb2 oc: Fix typo in docstring
new 41f412f Merge branch 'bugfix'
Summary of changes:
lisp/oc.el | 2 +-
1 file changed, 1 insert
branch: externals/org
commit 41f412f0bcaa8884c1e71ca6d7b098fdd1246004
Merge: edddc7d 957feb2
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
Merge branch 'bugfix'
---
lisp/oc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/oc.el b/lisp/oc.el
index dbd9baf..e6190e
branch: externals-release/org
commit 957feb2df4cd465d43de24cb0a102b52da8b3f44
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
oc: Fix typo in docstring
* lisp/oc.el (org-cite-make-insert-processor): Fix typo.
---
lisp/oc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
dif
branch: externals/embark
commit d369bb6131ed156a06168f57cb11a5faedf94c23
Author: Omar Antolín
Commit: Omar Antolín
Respect command remappings in embark-dwim
This change is to make embark-dwim equivalent to embark-act RET, which
does use the remapping.
---
embark.el | 5 ++---
1
elpasync pushed a change to branch externals/embark-consult.
from fed1459 Merge pull request #420 from minad/∀
adds d369bb6 Respect command remappings in embark-dwim
No new revisions were added by this update.
Summary of changes:
embark.el | 5 ++---
1 file changed, 2 insertio
branch: externals-release/org
commit 888689f2baf89742aab16f0eb3d70397895b0f65
Author: TAKAHASHI Yoshio
Commit: Kyle Meyer
org-macro: Adjust for compatibility with latest vc (bug#51365)
* lisp/org-macro.el (org-macro--vc-modified-time): Wrap file in a list
when passing to vc-call
elpasync pushed a change to branch externals/org.
from 41f412f Merge branch 'bugfix'
new 888689f org-macro: Adjust for compatibility with latest vc
(bug#51365)
new e6c7ea3 Merge branch 'bugfix'
Summary of changes:
lisp/org-macro.el | 2 +-
1 file changed, 1 inserti
branch: externals/org
commit e6c7ea3a3626d8fce5361f000f9d17e7192c826a
Merge: 41f412f 888689f
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
Merge branch 'bugfix'
---
lisp/org-macro.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org-macro.el b/lisp/org-macro.el
elpasync pushed a change to branch externals/consult.
from a8dea90 Detect project root when formatting consult-ripgrep
prompt (Fix #478)
new 21663b6 Fix consult-completing-read-multiple history
new 1984605 Minor code cleanup
Summary of changes:
consult.el | 9 +
branch: externals/consult
commit 1984605a4aa6707bd8b096440a1eda70212f616b
Author: Daniel Mendler
Commit: Daniel Mendler
Minor code cleanup
---
consult.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/consult.el b/consult.el
index 969635d..bb8a313 100644
--- a/consu
branch: externals/consult
commit 21663b651c61cf8ecb704e6e94289823e0fe828d
Author: Daniel Mendler
Commit: Daniel Mendler
Fix consult-completing-read-multiple history
See https://github.com/bdarcus/citar/issues/478
---
consult.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletion
branch: externals/embark
commit ca796732c1362f8289646eca08734dd717daf0aa
Author: Omar Antolín
Commit: Omar Antolín
Bind default action to both [13] and [return]
It's annoying to have the enter key not run the default action...
---
embark.el | 6 --
1 file changed, 4 insertions(
elpasync pushed a change to branch externals/embark-consult.
from d369bb6 Respect command remappings in embark-dwim
adds ca79673 Bind default action to both [13] and [return]
No new revisions were added by this update.
Summary of changes:
embark.el | 6 --
1 file changed,
elpasync pushed a change to branch externals/org.
from e6c7ea3 Merge branch 'bugfix'
new 9ca3bc3 Backport commit 26fb4168b from Emacs
new 0c9b30e Merge branch 'bugfix'
Summary of changes:
lisp/org.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
branch: externals/org
commit 0c9b30e961ac7a20eb2e8985ab686c6940e79ef3
Merge: e6c7ea3 9ca3bc3
Author: Kyle Meyer
Commit: Kyle Meyer
Merge branch 'bugfix'
---
lisp/org.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 2962034..1295ae2 1
branch: externals-release/org
commit 9ca3bc37300b55cf0448e7c7c75fe4bf2d983e56
Author: Stefan Kangas
Commit: Kyle Meyer
Backport commit 26fb4168b from Emacs
; Prefer HTTPS in more URLs
26fb4168b884eeb910580c42e87efb73399019c9
Stefan Kangas
Thu Dec 9 16:26:04 2021 +0100
--
branch: elpa/evil
commit b00018bf550fbbe1b55165579e6ede973d70f53b
Author: Tom Dalziel <33435574+tomd...@users.noreply.github.com>
Commit: GitHub
Don't abort ex if choosing completion with mouse (#1553)
Fixes #1551
---
evil-ex.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-
branch: elpa/evil
commit 6b61dd7b421597be077e4b1bf3f9f0f18de6ad39
Author: Tom Dalziel <33435574+tomd...@users.noreply.github.com>
Commit: GitHub
Refactor handling of insert after macro finished with C-oq (#1552)
---
evil-commands.el | 139 +
elpasync pushed a change to branch elpa/evil.
from 44080eb Allow exit from insert, paste from . without forward-char
(#1550)
new 6b61dd7 Refactor handling of insert after macro finished with
C-oq (#1552)
new b00018b Don't abort ex if choosing completion with mouse (#
branch: externals/embark
commit 71d260101ebd334ed707b7b81abd608589d26a35
Author: Omar Antolín
Commit: Omar Antolín
Improve rules for promoting identifiers to Emacs Lisp symbols
1. In IELM buffers identifier are now symbols.
2. Previously an identifier in any mode not derivi
elpasync pushed a change to branch externals/embark-consult.
from ca79673 Bind default action to both [13] and [return]
adds 71d2601 Improve rules for promoting identifiers to Emacs Lisp
symbols
No new revisions were added by this update.
Summary of changes:
embark.el | 13 ++
branch: externals/hyperbole
commit 288cb87971cbd9344d854a18413e9c6fac3611b9
Author: Mats Lidell
Commit: GitHub
Add test for buttons in ls R listing (#133)
---
ChangeLog | 6 ++
test/hpath-tests.el | 25 +
2 files changed, 31 insertions(+)
diff --git a
branch: externals/ebdb-gnorb
commit c7c9bd518b332e913d45a2fd70fd09813d833e16
Author: Paul Eggert
Commit: Paul Eggert
Simplify/port ebdb-gnorb-lapsed-days
* packages/ebdb-gnorb/ebdb-gnorb.el (ebdb-gnorb-lapsed-days):
Update from article-lapsed-string, so as not to assume
inte
branch: externals/embark
commit a6799a1db68ddd1e24c6871e6a9ac853a7a2b025
Author: Daniel Mendler
Commit: Daniel Mendler
Preserve highlighting of heading target
We also preserve the highlighting of other targets.
---
embark.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
di
elpasync pushed a change to branch externals/embark.
from 71d2601 Improve rules for promoting identifiers to Emacs Lisp
symbols
new 204fadd Fix the file target finder so it doesn't report :foo as
the cwd
new a6799a1 Preserve highlighting of heading target
new
elpasync pushed a change to branch externals/embark-consult.
from 71d2601 Improve rules for promoting identifiers to Emacs Lisp
symbols
adds 204fadd Fix the file target finder so it doesn't report :foo as
the cwd
adds a6799a1 Preserve highlighting of heading target
branch: externals/embark
commit 4decac94c391e69c8cd022c152f77577f788a0a2
Author: Daniel Mendler
Commit: Daniel Mendler
Improve target truncation, omit empty lines and trim
---
embark.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/embark.el b/embark.el
index 05d64c2..
branch: externals/embark
commit 204fadd38c27576e3137b1386033c4ae37e075ad
Author: Omar Antolín
Commit: Omar Antolín
Fix the file target finder so it doesn't report :foo as the cwd
This fixes #423.
---
embark.el | 19 +++
1 file changed, 11 insertions(+), 8 deletions(
branch: externals/embark
commit 8525eeadde99e985180860cbd431f95a37191b40
Merge: 204fadd 4decac9
Author: Omar Antolín Camarena
Commit: GitHub
Merge pull request #424 from minad/nits
Nits
---
embark.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/embark.el
branch: externals/embark
commit 43ebe83e1434c46171afa7744215118332cae2b9
Author: Daniel Mendler
Commit: Daniel Mendler
/---/.-- -.-./---/..-/.-../-.. .--/. ..-./---/.-./--././-
-//./.../. ...-/./.-./-.-- ../--/.--./---/.-./-/.-/-./-
.-/-.-./-/../---/-./.../..--..
---
embark.el | 5
elpasync pushed a change to branch externals/embark.
from 8525eea Merge pull request #424 from minad/nits
new 43ebe83 /---/.-- -.-./---/..-/.-../-.. .--/.
..-./---/.-./--././- -//./.../. ...-/./.-./-.--
../--/.--./---/.-./-/.-/-./- .-/-.-./-/../---/-./.../..--..
branch: externals/embark
commit 7098441bd639fccbb7e72426f9755d826433f6a2
Merge: 8525eea c76552a
Author: Omar Antolín Camarena
Commit: GitHub
Merge pull request #425 from minad/morse
/---/.-- -.-./---/..-/.-../-.. .--/. ..-./---/.-./--././- -//…
---
embark.el | 57 ++
branch: externals/embark
commit c76552aeae285b9656f6901ec74f5986f2f265e4
Author: Omar Antolín
Commit: Omar Antolín
Correct sha356 to sha384
---
embark.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/embark.el b/embark.el
index 732bcc2..c4ee828 100644
--- a/embark.el
+
branch: externals/embark
commit 562f4691b2fb0e25656e6513b87a90605ea83788
Author: Daniel Mendler
Commit: Daniel Mendler
Avoid shadowing snapshot and export
---
embark.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/embark.el b/embark.el
index 4c5b127..7b991e5 100
branch: externals/embark
commit 33ba374d03a883f4c26a1701b61737a55d5f7af3
Author: Omar Antolín
Commit: Omar Antolín
Add format-encode-region and embark-encode-url encoding actions
---
embark.el | 16 ++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/embark.el b/
branch: externals/embark
commit 8d692f85cc5b81d4b72faab7aaacbf65009caf08
Author: Daniel Mendler
Commit: Daniel Mendler
Yrg'f qb guvf gura.
Gur dhrfgvba vf vs jr arrq n qvssrerag punenpgre orpnhfr bs gur rkcbeg
funqbjvat.
---
embark.el | 17 -
1 file changed, 12 ins
branch: externals/embark
commit 4a99b93192a05198bfec0a68439ef356ceb1da96
Author: Daniel Mendler
Commit: Daniel Mendler
Add embark-hash-* commands
---
embark.el | 25 -
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/embark.el b/embark.el
index b1cbccb..
branch: externals/embark
commit 3579f1fd0d85428dd075bb8af6a61a576a9266e7
Author: Daniel Mendler
Commit: Daniel Mendler
Add minibuffer indicators for Vertico and Selectrum (Fix #427)
---
embark.el | 22 ++
1 file changed, 22 insertions(+)
diff --git a/embark.el b/embark.
branch: externals/embark
commit bc460d9654c1728b7f8ffd5df8939c1f0054c32f
Author: Omar Antolín
Commit: Omar Antolín
Add action to decode a URL
---
embark.el | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/embark.el b/embark.el
index 87bf37b..c294773 100644
-
branch: externals/embark
commit 175f0abaf6b1538533e245358bbbe42e27567822
Merge: bc460d9 3579f1f
Author: Omar Antolín Camarena
Commit: GitHub
Merge pull request #428 from minad/indicators
Add minibuffer indicators for Vertico and Selectrum (Fix #427)
---
embark.el | 22 +
elpasync pushed a change to branch externals/embark-consult.
from 8525eea Merge pull request #424 from minad/nits
adds 43ebe83 /---/.-- -.-./---/..-/.-../-.. .--/.
..-./---/.-./--././- -//./.../. ...-/./.-./-.--
../--/.--./---/.-./-/.-/-./- .-/-.-./-/../---/-./.../..--.
elpasync pushed a change to branch externals/embark-consult.
from 175f0ab Merge pull request #428 from minad/indicators
adds 33b47bb Revert binding default action to
No new revisions were added by this update.
Summary of changes:
embark.el | 1 -
1 file changed, 1 deletion(-)
branch: externals/embark
commit 33b47bb8999f8c7d67e9d1e04668e421e3c7246f
Author: Omar Antolín
Commit: Omar Antolín
Revert binding default action to
Yes, it's annoying if the enter key doesn't run the default action,
but few modes have a binding for , so it's not really a big
branch: externals/wcheck-mode
commit b52fa9dcd75bd9758fffc54f769bcd42a58ef6ba
Author: Paul Eggert
Commit: Paul Eggert
Simplify/port wcheck--current-idle-time-seconds
Simplify wcheck--current-idle-time-seconds and port it
to future versions of Emacs that will use a different
branch: externals/dismal
commit caf876e479df7d98efe702cacd90c1b637c90144
Author: Paul Eggert
Commit: Paul Eggert
Simplify/port log-timer-filter args
* packages/dismal/log.el (log-keystroke, log-stamp-date):
Simplify and remove dependency on Emacs timestamp format,
which is p
branch: externals/chess
commit e30ddb4e9eda043d0ea357a52017f20e71ec05cf
Author: Paul Eggert
Commit: Paul Eggert
Simplify/port chess clock timer
* packages/chess/chess-clock.el (chess-clock-add-seconds)
(chess-clock-time-to-seconds): Simplify and port to future
Emacs versions
branch: externals/brief
commit 1846c0ea00d18bf8cb47aaf8fcb7150eb94ea2db
Author: Paul Eggert
Commit: Paul Eggert
Simplify/port brief-current-time
* brief.el (brief-current-time): Simplify and port it to future Emacs
versions planned to use a different timestamp format.
---
brief
branch: externals/gnugo
commit b145596924334e2516ca50d2cd747804fd56d498
Author: Paul Eggert
Commit: Paul Eggert
Port scoring-seed code to future Emacs
* packages/gnugo/gnugo.el (gnugo-close-game):
Don’t assume Emacs internal timestamp format,
as it is planned to change in fu
branch: externals/cpio-mode
commit 75891efd33e720208f4d353e892f8ed590f45d7d
Author: Paul Eggert
Commit: Paul Eggert
Don’t assume Emacs timestamp format
* cpio-mode.el (cpio-set-mtime):
On newer Emacs, convert the timestamp to list format
since it may be in some other form.
branch: externals/wcheck-mode
commit e1c86e6f9e150ed25efb58fcf21db374b1b7f519
Author: Teemu Likonen
Commit: Teemu Likonen
Version 2021
---
wcheck-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wcheck-mode.el b/wcheck-mode.el
index 74d980a..573fa14 100644
--- a/w
50 matches
Mail list logo