branch: externals/org
commit b42867b5a13753888fca946f16f2f90c9e0d45c2
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-html-toc: Fix duplicate ids when there are multiples TOCs
* lisp/ox-html.el (org-html-toc): When multiple TOCs are generated
inside the exported document, make
branch: externals/mpdired
commit dc1edda202c3d2f9f49c9600f70e41866f52ce5d
Author: Manuel Giraud
Commit: Manuel Giraud
return t when a mark is set
---
mpdired.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/mpdired.el b/mpdired.el
index 446ebfc775..da3c81d05e 10064
branch: externals/mpdired
commit 3d45e8de7a764a93c8fb1591c8fb1aa8f9c3b46a
Author: Manuel Giraud
Commit: Manuel Giraud
don't increment order index when it is not marked
---
mpdired.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mpdired.el b/mpdired.el
index da3c
branch: externals/org
commit 17072a46908b2bf75df85c19306417171b8eeae9
Author: Ihor Radchenko
Commit: Ihor Radchenko
Allow clock elements without timestamp, like CLOCK: => 12:00
This syntax has been introduced in Org 4.78, but not supported later,
when Org element parser have bee
branch: externals/mpdired
commit 69b010912e9917f1fe5f2bfc3dc7683a1ed5278b
Author: Manuel Giraud
Commit: Manuel Giraud
expand ordering mark space
---
mpdired.el | 16 +++-
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/mpdired.el b/mpdired.el
index 0de089d43e..ea7
elpasync pushed a change to branch externals/mpdired.
from 05c98cfcc3 do not mark/unmark at end of buffer
new dc1edda202 return t when a mark is set
new 3d45e8de7a don't increment order index when it is not marked
new 7ebbc83a5d use = instead of char-equal (for case
branch: externals/mpdired
commit 7ebbc83a5da7b0ef18bc3fe5210ea7ee8f6b5184
Author: Manuel Giraud
Commit: Manuel Giraud
use = instead of char-equal (for case sensitivity)
---
mpdired.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/mpdired.el b/mpdired.el
in
elpasync pushed a change to branch externals/drepl.
from 7f047626d7 Add database command interpreter based on usql
new 2d01ba6a2d Persistent history
new 00da350c03 Adjust completion prefixes
new 5b19ef40e1 Ask for database connection URL when starting usql
new
branch: externals/drepl
commit 2d01ba6a2dfdcc29f1644bd9c63345ad4d0e4ea7
Author: Augusto Stoffel
Commit: Augusto Stoffel
Persistent history
---
drepl.el | 29 +
1 file changed, 25 insertions(+), 4 deletions(-)
diff --git a/drepl.el b/drepl.el
index 4571ac73c6..e3
branch: externals/drepl
commit 5b19ef40e122ac62a05828bdb2e44f1db086d2c1
Author: Augusto Stoffel
Commit: Augusto Stoffel
Ask for database connection URL when starting usql
---
drepl-usql.el| 8 +++-
drepl-usql/drepl-usql.go | 11 ++-
2 files changed, 13 insertions(+)
branch: externals/drepl
commit 00da350c03025e6fb094977a612214c05bcc97a8
Author: Augusto Stoffel
Commit: Augusto Stoffel
Adjust completion prefixes
This is necessary when Emacs and the REPL disagree about the
completion bounds.
---
README.org | 5 +++--
drepl-usql
branch: externals/drepl
commit f7baf76921627a0c267ebfa1d0bb49eaed014e5e
Author: Augusto Stoffel
Commit: Augusto Stoffel
Fix race condition involving checkinput followed by eval
---
drepl-lua.lua | 4
drepl.el | 16 +++-
2 files changed, 7 insertions(+), 13 deletions(-
branch: externals/hyperbole
commit 8ffed95981ee22a89d48c73aae8a5a70ff60aacb
Author: Bob Weiner
Commit: Bob Weiner
ibut:insert-text - Fix to handle command-name arg properly
---
ChangeLog | 5 +
hbut.el | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/
elpasync pushed a change to branch externals/hyperbole.
from bf304d6f10 Merge pull request #513 from rswgnu/rsw
new 8ffed95981 ibut:insert-text - Fix to handle command-name arg
properly
new 89c1258dc2 github-reference - Fix file references to new Github
standard
new
branch: externals/hyperbole
commit 89c1258dc2d418bfae293c587127c96966c38b0b
Author: Bob Weiner
Commit: Bob Weiner
github-reference - Fix file references to new Github standard
social-reference - Update to allow use of 'x' wherever 'twitter' was
the default.
---
ChangeLog
branch: externals/hyperbole
commit f11e01b63685bcb6bd518a16db0cfcb718135515
Author: Bob Weiner
Commit: Bob Weiner
hsys-org-link-at-p and hbut:act - Fix gbut handling from other bufs
---
ChangeLog | 17 +
hbut.el | 82
branch: externals/hyperbole
commit 587e476445468881b0da041d0e3465f22b67eb7c
Merge: f11e01b636 bf304d6f10
Author: Bob Weiner
Commit: Bob Weiner
Merge branch 'master' into rsw
elpasync pushed a change to branch externals/mpdired.
from 69b010912e expand ordering mark space
new 1702f78ba2 group "delete or move" into one function
new c13adb90c3 ensure (mpdired--bol) boundaries more
new b3ea71a548 typo
Summary of changes:
mpdired.el | 161 +
branch: externals/mpdired
commit b3ea71a548f2bae01699cfcc9c3a9e88d05c6043
Author: Manuel Giraud
Commit: Manuel Giraud
typo
---
mpdired.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mpdired.el b/mpdired.el
index ada49ede16..279a811c50 100644
--- a/mpdired.el
+++ b/mp
branch: externals/hyperbole
commit de692018b3cae9b6d35f9f52fcfee4f7fde8f604
Merge: bf304d6f10 587e476445
Author: Robert Weiner
Commit: GitHub
Merge pull request #515 from rswgnu/rsw
hsys-org-link-at-p and hbut:act - Fix gbut handling from other bufs
---
ChangeLog | 40
branch: externals/mpdired
commit c13adb90c38a0750de486b73776636cad990b897
Author: Manuel Giraud
Commit: Manuel Giraud
ensure (mpdired--bol) boundaries more
---
mpdired.el | 116 -
1 file changed, 61 insertions(+), 55 deletions(-)
branch: externals/hyperbole
commit 588eb7b61a24ba818eab500f13699950b0b5e6f2
Author: Bob Weiner
Commit: Bob Weiner
ibtype:delete and actype:delete - Make interactive with completion
Also remove call to `symtable:delete' since following call to
`htype:delete' does that.
---
Chang
branch: externals/mpdired
commit 1702f78ba288e20c9a3fa94772f027d3153190b9
Author: Manuel Giraud
Commit: Manuel Giraud
group "delete or move" into one function
---
mpdired.el | 45 -
1 file changed, 16 insertions(+), 29 deletions(-)
diff --git a/m
branch: elpa/evil
commit e31bff8cb64d773bbfd9a8e326db8645eaee43fd
Author: Tom Dalziel
Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com>
Visual eol anchoring, so g$ is sticky
Also fixes #1876
---
evil-commands.el | 26 --
evil-common.el | 5 ++
branch: externals/emms
commit 01110352afecd160165041bee55a63e959f66835
Author: Fran Burstall
Commit: Fran Burstall
* doc/emms.texinfo: document emms-listenbrainz-scrobbler
---
doc/emms.texinfo | 41 -
1 file changed, 40 insertions(+), 1 deletion(-)
d
elpasync pushed a change to branch externals/emms.
from d1706ad95f beets: Add `sort' argument controlling sorting of added
tracks
new 03206d049a * emms-listenbrainz-scrobbler.el: new file
new 01110352af * doc/emms.texinfo: document emms-listenbrainz-scrobbler
Summary of c
branch: externals/emms
commit 03206d049a69669c65e657116e2e022da3954a70
Author: Fran Burstall
Commit: Fran Burstall
* emms-listenbrainz-scrobbler.el: new file
Scrobble tracks to listenbrainz.org
---
emms-listenbrainz-scrobbler.el | 262 +
1 fi
branch: elpa/evil
commit f4bacddbf3e56f53dab64e2b071e743cb42e8677
Author: Choan
Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com>
Fix download links for PDF and Epub versions
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/READM
branch: externals/ef-themes
commit c77172eb429e7a818b20fa6db12c8089df97a3a4
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
ef-cyprus: make preprocessor mapping more consistent with the rest of the
theme
---
ef-cyprus-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
branch: externals/ef-themes
commit a2c9dcee0c5b44f4f2fa2e7fd3c3445c48ae65e4
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
ef-bio: make preprocessor mapping more consistent with the rest of the theme
---
ef-bio-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --
branch: externals/ef-themes
commit 42f0d99dade29c0294f705552210211342179ee1
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
ef-kassio: make preprocessor mapping more consistent with the rest of the
theme
---
ef-kassio-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
elpasync pushed a change to branch externals/ef-themes.
from 9ee0e7daff ef-reverie: tweak prose-done
new a2c9dcee0c ef-bio: make preprocessor mapping more consistent with
the rest of the theme
new c77172eb42 ef-cyprus: make preprocessor mapping more consistent
with the res
branch: externals/jinx
commit 77cac7f240f45d6c4836e844bd68151c7f863298
Author: Daniel Mendler
Commit: Daniel Mendler
jinx--word-valid-p: Do not error on invalid characters (Fix #93, #164)
---
CHANGELOG.org | 4
jinx-mod.c| 2 ++
2 files changed, 6 insertions(+)
diff --git a/CHANGE
branch: externals/ef-themes
commit 40a477949bff324888fa5313f0554da5d1ce7746
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
ef-summer: make preprocessor mapping more consistent with the rest of the
theme
---
ef-summer-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
elpasync pushed a change to branch externals/llm.
from 4058691d3f fix: OpenAI API keys passed as multibyte strings (#44)
new 7ec44e4efd Add llm-make-chat-prompt, a new way to create prompts
new 35e2b6ebce Fix issue Vertex error handling, when extracting
function calls
Sum
branch: externals/llm
commit 7ec44e4efd0f2799beaeef5a1e3fe58734fdae11
Author: Andrew Hyatt
Commit: Andrew Hyatt
Add llm-make-chat-prompt, a new way to create prompts
Deprecate other ways to create prompts. These will still work, so there
shouldn't be any backward compatibility
branch: externals/llm
commit 35e2b6ebce5749f0bfbe1c44800b343f768a2cf9
Author: Andrew Hyatt
Commit: Andrew Hyatt
Fix issue Vertex error handling, when extracting function calls
This changes llm-provider-extract-function-calls to handle responses with no
candidates.
---
NEWS.org
37 matches
Mail list logo