branch: externals/org
commit 99b65bb2127d739f30b144bbca0b0e409bae222d
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-babel-map-inline-src-blocks: Avoid using `save-match-data'
* lisp/ob-core.el (org-babel-map-inline-src-blocks): Drop
`save-match-data' as it may be costly.
---
branch: externals/org
commit 9f12a1b9e496d1fcf506a92d07aebc82632b7b78
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-babel-map-executables: Avoid using `save-match-data'
* lisp/ob-core.el (org-babel-map-executables): Drop
`save-match-data' as it may be costly.
---
lisp/ob-co
branch: externals-release/org
commit 21171d13664d13fdbf051e6996eb6889c2a1f528
Author: Ihor Radchenko
Commit: Ihor Radchenko
* testing/lisp/test-org.el (test-org/insert-heading): Fix test
The test itself is wrong - `org-insert-heading' was correctly obeying
blank before the entry
branch: externals/org
commit b22ebf8c78fa938dba3a119050dacf7fad719ed8
Merge: 1dcde9889b 21171d1366
Author: Ihor Radchenko
Commit: Ihor Radchenko
Merge branch 'bugfix'
branch: externals/org
commit 05064052ad0dfec93536dfcc17b460a9b2570e34
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-babel-map-call-lines: Avoid using `save-match-data'
* lisp/ob-core.el (org-babel-map-call-lines): Drop
`save-match-data' as it may be costly.
---
lisp/ob-core
elpasync pushed a change to branch externals/org.
from 1dcde9889b Merge branch 'bugfix'
new 21171d1366 * testing/lisp/test-org.el (test-org/insert-heading):
Fix test
new b22ebf8c78 Merge branch 'bugfix'
new 99b65bb212 org-babel-map-inline-src-blocks: Avoid using
`s
branch: elpa/with-editor
commit 10ecb9e75c5944d4b4a08e063f00736aa6345bfb
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Use emacsclient-program-name if that is bound
This should make it possible to use `with-editor' on Android.
For Remacs continue to hardcode "remacsclient
branch: externals/do-at-point
commit 32a256c124c7eb68e2ec654aca7a2dae36c81a06
Author: Philip Kaludercic
Commit: Philip Kaludercic
Add a highlight action
---
do-at-point.el | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/do-at-point.el b/do-at-point.el
index b3493
branch: externals/org
commit f02b4c8b4d1dd4305bddfeebddaf8c545b63482d
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-refile-get-targets: Improve malformed target handling
* lisp/org-refile.el (org-refile-get-targets): Throw better errors
when `org-refile-targets' value is mal
elpasync pushed a change to branch externals/org.
from 9f12a1b9e4 org-babel-map-executables: Avoid using `save-match-data'
new 320c29c021 * lisp/ob-core.el (org-babel-remove-inline-result):
Document DATUM argument
new f02b4c8b4d org-refile-get-targets: Improve malformed tar
branch: externals/org
commit 320c29c021f479bc1a64f5693db4d50c7d025fc2
Author: Ihor Radchenko
Commit: Ihor Radchenko
* lisp/ob-core.el (org-babel-remove-inline-result): Document DATUM argument
---
lisp/ob-core.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ob-cor
branch: elpa/camera
commit 65dcda9d3f9725a07e7778e443c8775718131b8f
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Fix 'camera--update-frame'
---
camera.el | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/camera.el b/camera.el
index c897a3c7b4..7330a8c33
elpasync pushed a change to branch elpa/camera.
from 99ced5db8d Bump version to 0.2
new 65dcda9d3f Fix 'camera--update-frame'
new 63c41548d7 Rewrite ffmpeg part to fix flickering
new b8aa62a8cb Bump version to 0.3
Summary of changes:
camera.el | 103 ++
branch: elpa/camera
commit 63c41548d77f271b14b8333e4f91cfdf786f1ce8
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Rewrite ffmpeg part to fix flickering
---
camera.el | 89 +++
1 file changed, 67 insertions(+), 22 deletions(-)
branch: elpa/camera
commit b8aa62a8cb20006fe8545f88327cf15a1e9c03d7
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Bump version to 0.3
---
camera.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/camera.el b/camera.el
index d5a20ffe50..39ccc66f2a 100644
--- a/camer
branch: elpa/evil
commit a09fdca0b35ef4289cf55d7b0ffadf4cf3a5c9fc
Author: Axel Forsman
Commit: Axel Forsman
Reselect minibuffer when quitting command-line win
Pressing C-f while editing an Ex command to open the command-line
window and later quitting that window used to not rese
elpasync pushed a change to branch elpa/evil.
from a667d8857f Fix Vim URL in docs (#1825)
new 2d8918e827 Do not silence unused evil-define-command argument
new a8663a22b6 Add evil-command-line-map
new a09fdca0b3 Reselect minibuffer when quitting command-line win
branch: elpa/evil
commit a8663a22b6f65513d9f1f610ed19941b14161490
Author: Axel Forsman
Commit: Axel Forsman
Add evil-command-line-map
There was a lot of duplication between evil-ex-completion-map and
evil-ex-search-keymap, which meant that any rebinds had to be done
twice. T
branch: elpa/evil
commit 657af37c5570caab487e9e73d7b95696437e664d
Author: Axel Forsman
Commit: Axel Forsman
Support command-line window for any minibuffer arg
Introspection of the current minibuffer argument history and prompt is
possible, hence there is no need for the speciali
elpasync pushed a change to branch elpa/git-commit.
from cb41d8a4bb Revert "magit-stash-{apply,pop}: Fix case when there are
staged changes"
new 02144f9bc2 magit-confirm: Add prompt-suffix argument
new 9699c70e1e magit-confirm-files: Add prompt-suffix and noabort
arguments
branch: elpa/git-commit
commit 02144f9bc2a484bccb4a89953a0f4264fe2d3ae4
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-confirm: Add prompt-suffix argument
---
lisp/magit-base.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lisp/magit-base.el b/lisp/magit-bas
branch: elpa/evil
commit 2d8918e827b970623cf1ab5ef073412c33196d04
Author: Axel Forsman
Commit: Axel Forsman
Do not silence unused evil-define-command argument
---
evil-commands.el| 78 ++---
evil-common.el | 1 -
evil-integration.el
branch: elpa/git-commit
commit 37a3e5b3906645689609ac888b1f3ba5c0811d8b
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-confirm-files: Quote file name
---
lisp/magit-base.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-base.el b/lisp/magit-base.el
ind
branch: elpa/git-commit
commit 9699c70e1e40d042391cf9ef93ca405ad6929228
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-confirm-files: Add prompt-suffix and noabort arguments
---
lisp/magit-base.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/magit-base
branch: elpa/git-commit
commit 7d4092f00bab34d46c4e07d6d6c55658e413b3b6
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Apply stash even if "git stash apply" cannot do it
---
docs/magit.org | 56 +++--
docs/magit.texi | 57 +++
elpasync pushed a change to branch elpa/magit.
from cb41d8a4bb Revert "magit-stash-{apply,pop}: Fix case when there are
staged changes"
adds 02144f9bc2 magit-confirm: Add prompt-suffix argument
adds 9699c70e1e magit-confirm-files: Add prompt-suffix and noabort
arguments
elpasync pushed a change to branch elpa/magit-section.
from cb41d8a4bb Revert "magit-stash-{apply,pop}: Fix case when there are
staged changes"
adds 02144f9bc2 magit-confirm: Add prompt-suffix argument
adds 9699c70e1e magit-confirm-files: Add prompt-suffix and noabort
argume
branch: elpa/cider
commit 09a426ac673fd53fd814d18b277e1c50984b2a7e
Author: vemv
Commit: GitHub
Don't pass a nil callback when calling `cider/get-state` (#3439)
---
cider-repl.el | 6 +-
nrepl-client.el | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/cider-repl.e
branch: main
commit 673ca5b98342b36198e3b8e1c8e578411518f952
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (spacemacs-theme): `spacemacs-common.el` was removed
---
elpa-packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
elpasync pushed a change to branch externals/ement.
from 2435d03c03 Fix: (ement-room--format-m.file) Don't assume size is
present
new fbf40d66ed Add/Change: Use separate history lists for reading from
minibuffer
new f2b5831c4c Add/Change: History lists for user IDs in emen
branch: externals/ement
commit fbf40d66edc2a8f09a2793d9cbc89cf07e792c86
Author: Adam Porter
Commit: Adam Porter
Add/Change: Use separate history lists for reading from minibuffer
---
README.org| 1 +
ement-room.el | 38 +-
2 files changed, 26 inserti
branch: externals/ement
commit f2b5831c4c6ab77a7078b0327194a856900314ae
Author: Adam Porter
Commit: Adam Porter
Add/Change: History lists for user IDs in ement-connect
Fixes #122.
---
README.org | 2 +-
ement.el | 9 ++---
2 files changed, 7 insertions(+), 4 deletions(-)
dif
branch: elpa/d-mode
commit 0c8c9e3a5ebb7bfd55bea138a8ad4390abf6b383
Merge: 024aca97d0 9443ceae65
Author: Vladimir Panteleev
Commit: GitHub
Merge pull request #117 from
dylangleason/dylangleason/emacs-29-fix-cc-engine-forward-decl-or-cast-1-signature
fix: add `d-forward-decl-or-cast
branch: elpa/d-mode
commit 9443ceae65ba59e5fda2b8c6b3a1607edd75f41e
Author: Dylan Gleason
Commit: Dylan Gleason
fix: add `d-forward-decl-or-cast-1` function optional param
Fix broken (as of Emacs 29) call to `d-forward-decl-or-cast-1` advice
function due to apparent change in `c
monnier pushed a change to branch scratch/mastodon.
at 5640de5f2e Misc minor cosmetic changes
This branch includes the following new commits:
new b3563c416b Authentication via OAuth2
new e91facdb64 Add optional headers to POST method
new 54263c5384 Restructure un
branch: externals/embark
commit dfd1b6f4cc5858c34d92fd9a447c888cca29f002
Author: Omar Antolín
Commit: Omar Antolín
New Related Packages section of the manual
---
README.org | 21 -
embark.texi | 58 +++---
2 files chan
elpasync pushed a change to branch externals/embark-consult.
from 4215d79df5 embark-eval-replace: with prefix, don't quote strings
adds dfd1b6f4cc New Related Packages section of the manual
No new revisions were added by this update.
Summary of changes:
README.org | 21 ++
37 matches
Mail list logo