branch: externals/devdocs
commit ebdd3b39bef1a928c069373337d0f8e4f2d8b8d2
Author: Augusto Stoffel
Commit: Augusto Stoffel
Version 0.6.1
---
devdocs.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devdocs.el b/devdocs.el
index 30b6f96ac3..6922ff00ee 100644
--- a/devdoc
branch: externals/cape
commit 934cb157dd6ddfee657801d409c289e12af3d8ad
Author: Daniel Mendler
Commit: Daniel Mendler
cape-wrap-super: Add comment
---
cape.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/cape.el b/cape.el
index c24420299b..d2cfb93378 100644
--- a/cape.el
+++ b/ca
branch: externals/corfu
commit 81f5de7abbd82ae870eeb86386a6abc1e380d1dd
Author: Daniel Mendler
Commit: Daniel Mendler
corfu-expand: Return nil if NEWSTR=STR
---
corfu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu.el b/corfu.el
index e9d607e46c..caf58c6b30 1006
branch: externals/corfu
commit fa7d51a5bce417e482629dd01a82dc1225ee3db5
Author: Daniel Mendler
Commit: Daniel Mendler
Extract corfu--preview-current-p
---
corfu.el | 17 ++---
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/corfu.el b/corfu.el
index caf58c6b30..d6
elpasync pushed a change to branch externals/corfu.
from afc8895934 corfu-expand: Call corfu-complete if candidate is
previewed
new 81f5de7abb corfu-expand: Return nil if NEWSTR=STR
new fa7d51a5bc Extract corfu--preview-current-p
new e0b188b713 Move corfu--preview-c
branch: externals/corfu
commit e0b188b713777a7324a0151c242bf9ae0d94c310
Author: Daniel Mendler
Commit: Daniel Mendler
Move corfu--preview-current* functions
---
corfu.el | 37 +
1 file changed, 17 insertions(+), 20 deletions(-)
diff --git a/corfu.el b/co
branch: externals/corfu
commit 8ea189de9a791dfe6c0b2c72ddd434b45ebbbfe3
Author: Daniel Mendler
Commit: Daniel Mendler
corfu--preview-current-p: Simplify
---
corfu.el | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/corfu.el b/corfu.el
index e64bc478c4..1fa8f611ac
branch: externals/mpdired
commit f9b4f915176fc6f2112c5f011a6e8faa9fd80f44
Author: Manuel Giraud
Commit: Manuel Giraud
re-add progress bar when resetting face
---
mpdired.el | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/mpdired.el b/mpdired.el
index 48587f94
branch: elpa/helm
commit 5632e1eb9a11e9df149dee23b2fe469dd7413739
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Improve editing bookmark annotations
Allow editing bookmark annotation from the show annotation buffer.
Without this we have to quit the show annotation
elpasync pushed a change to branch elpa/helm-core.
from 35ff5cbe94 Allow entering backslash in minibuffer from
helm-comp-read
adds 5632e1eb9a Improve editing bookmark annotations
No new revisions were added by this update.
Summary of changes:
helm-bookmark.el | 58 +++
branch: elpa/highlight-parentheses
commit a2f2c5f564ab0cd24171563a133b3266fda41560
Author: Tassilo Horn
Commit: Tassilo Horn
Fix a typo and one slight improvement
---
highlight-parentheses.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/highlight-parentheses.el
branch: elpa/rust-mode
commit 7c5de035fab1b46926964b0defebef26357a5209
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Fix dependencies between rust-mode implementations
"rust-prog-mode.el" and "rust-mode-treesitter.el" provide competing
implementations of `rust-mode'. Both imp
elpasync pushed a change to branch elpa/rust-mode.
from 150b61f7ed Merge pull request #536 from rust-lang/emacs-29.3
new 1ce4f8e266 rust--format-call: Delete file in case of error
new 7c5de035fa Fix dependencies between rust-mode implementations
new b2b18aa6c1 Merge
branch: elpa/rust-mode
commit b2b18aa6c135d9b06242b3d081d94fe0c0cb8e86
Merge: 150b61f7ed 7c5de035fa
Author: Sibi Prabakaran
Commit: GitHub
Merge pull request #534 from tarsiiformes/fixup
Fix ancient defect and dependency complications related to having two
rust-mode implementations
branch: elpa/rust-mode
commit 1ce4f8e26606462d73dc0895983d733580469124
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
rust--format-call: Delete file in case of error
That was always the intention, but the cleanup code was always
placed outside the unwind forms.
lib/r
branch: externals/org
commit 820a99b171a2bb3b7c8b521ae4d565606a146de7
Author: Matthew Trzcinski
Commit: Matthew Trzcinski
testing/lisp/test-ob-comint.el: Make test for prompt filter
* test-ob-comint.el: Make new file for comint tests.
(test-org-babel-comint/prompt-filter-remove
branch: externals/org
commit 227cbb53592e853133ada4a429b8cceedc837f89
Author: Matthew Trzcinski
Commit: Matthew Trzcinski
lisp/ob-comint.el: Create comint prompt filter
* lisp/ob-comint.el (org-babel-comint--prompt-filter): Extract prompt
filtering logic from `org-babel-comint-w
branch: externals/org
commit e9c288dfaccc2960e5b6889e6aabea700ad4e05a
Author: Matthew Trzcinski
Commit: Matthew Trzcinski
lisp/ob-comint.el: Fix prompt appearing in async shell results
* lisp/ob-comint.el (org-babel-comint-async-filter): Call prompt
`org-babel-comint--prompt-fil
branch: externals/org
commit 3776eba2f774af24bd26598fd6da5e754ff05a7d
Author: Matthew Trzcinski
Commit: Matthew Trzcinski
lisp/ob-comint.el: Create comint echo filter
* lisp/ob-comint.el (org-babel-comint--echo-filter): Extract echo
filtering logic from `org-babel-comint-with-ou
branch: externals/org
commit c2b763dd141524b52c323c78a6eb5ad31fdec95a
Author: Matthew Trzcinski
Commit: Matthew Trzcinski
testing/lisp/test-ob-comint.el: Make test for echo filter
* test-ob-comint.el:
(test-org-babel-comint/echo-filter-removes-echo): Test that echoed
input i
branch: externals/org
commit 574e04d11992b2850d55b82a5e4af4fad35a6fc6
Author: Matthew Trzcinski
Commit: Matthew Trzcinski
lisp/ob-comint.el: Refactor `org-babel-comint-with-output'
* lisp/ob-comint.el (org-babel-comint-with-output): Replace logic for
prompt and echo filtering wi
branch: externals/org
commit 0102988afbcd6694ed26035316449d808873bb42
Author: Matthew Trzcinski
Commit: Matthew Trzcinski
testing/lisp/test-ob-shell.el: Test async prompt removal
* testing/lisp/test-ob-shell.el (test-ob-shell/session-async-results):
Create test verifying bug rep
elpasync pushed a change to branch externals/org.
from 1be2f96931 lisp/ox-html.el: Add avif support for html export inline
images
new 820a99b171 testing/lisp/test-ob-comint.el: Make test for prompt
filter
new 227cbb5359 lisp/ob-comint.el: Create comint prompt filter
branch: elpa/highlight-parentheses
commit 712b8375fe484d414372f25b09dc4595fbebd64f
Author: Tassilo Horn
Commit: Tassilo Horn
Release highlight-parentheses.el version 2.2.0
---
highlight-parentheses.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/highlight-parent
elpasync pushed a change to branch externals/mpdired.
from f9b4f91517 re-add progress bar when resetting face
new ec9cb7643d do not get the entry at point for delete execution
new 73356d115d first attempt at queue ordering
Summary of changes:
mpdired.el | 76 +
branch: externals/mpdired
commit ec9cb7643df9569232d6ba3c4f03cc47e9baf40b
Author: Manuel Giraud
Commit: Manuel Giraud
do not get the entry at point for delete execution
---
mpdired.el | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/mpdired.el b/mpdired.el
index
branch: externals/mpdired
commit 73356d115d5dfc33e71ba0eaa90391afbe29b1d0
Author: Manuel Giraud
Commit: Manuel Giraud
first attempt at queue ordering
I'm not satisfied yet.
---
mpdired.el | 67 ++
1 file changed, 59 insert
branch: externals/ement
commit 570318221b65b4ef37402cf7ac0023a3fffa0cfa
Author: Adam Porter
Commit: Adam Porter
Fix: (defface ement-room-list-direct) Weight
---
README.org | 1 +
ement-room-list.el | 13 ++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/
28 matches
Mail list logo