branch: externals/minuet
commit 6513387e01f0b63f96ccf080d23aeada57d75fb0
Author: Milan Glacier
Commit: Milan Glacier
fix: fix overlay positioning when the not at end-of-line.
---
minuet.el | 38 +-
1 file changed, 25 insertions(+), 13 deletions(-)
diff -
branch: elpa/cider
commit ee48d406a998b6db8935934cc890aaef77fc3200
Author: Roman Rudakov
Commit: Bozhidar Batsov
[#3791] Fix font lock error for clojure-ts-mode
---
CHANGELOG.md | 4 +++-
cider-mode.el | 7 ++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md
elpasync pushed a change to branch elpa/helm.
from fc5bb8169b Fix helm-tooltip face for tty
new c5fad01861 Update NEWS
new ae0327ebf8 Docstrings only
new a9bca00ce5 Simplify helm-boring-file-regexp-list settings (#2009)
Summary of changes:
NEWS.org| 5 +++
branch: elpa/helm
commit a9bca00ce56ba8c023e8e1dadfed66a745babc1c
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Simplify helm-boring-file-regexp-list settings (#2009)
---
helm-lib.el | 20 +---
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/helm-lib.el
branch: elpa/helm
commit c5fad018612a8ae8e45e3ef553f86ac88ea74f18
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Update NEWS
---
NEWS.org | 5 +
1 file changed, 5 insertions(+)
diff --git a/NEWS.org b/NEWS.org
index 69820af6f7..34f9125eee 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1
branch: elpa/helm
commit ae0327ebf89544ca1602c4393b0c435da837a4d0
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Docstrings only
---
helm-buffers.el | 2 +-
helm-grep.el| 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/helm-buffers.el b/helm-buffers.el
index
branch: elpa/clojure-ts-mode
commit dc66d67a1e8af979e3f687615ff7ea4bab62ce80
Author: Roman Rudakov
Commit: Bozhidar Batsov
[#77] Update grammars
---
CHANGELOG.md | 1 +
README.md | 13 -
clojure-ts-mode.el | 44 +++-
3 file
elpasync pushed a change to branch elpa/clojure-ts-mode.
from a0b01b2127 [#74] Add imenu support for keyword definitions
new dc66d67a1e [#77] Update grammars
new 63a9ea47c8 Improve markdown highlighting in the docstrings
Summary of changes:
CHANGELOG.md|
branch: elpa/clojure-ts-mode
commit 63a9ea47c8365532f67a4112eea5111b27d880b5
Author: Roman Rudakov
Commit: Bozhidar Batsov
Improve markdown highlighting in the docstrings
---
CHANGELOG.md| 1 +
Eldev | 2 +-
clojure-ts-mode.el | 9 -
branch: externals/filechooser
commit 7ccb253b0a6f16e129cb886a144199dce015b07c
Author: Rahguzar
Commit: Rahguzar
Pass arguments to filechooser-choose-directory
A bug caught by byte compiler.
Goes to show that I still haven't tested the save files.
---
filechooser.el | 12 ++
branch: externals/org-mathsheet
commit b512f038cba5bc4c382d2d85bb6e96d89136caa9
Author: Ian Martins
Commit: Ian Martins
Minor changes suggested by ELPA maintainers
---
README.md| 25 -
mathsheet.org| 15 +++
org-mathsheet.el | 9 -
3
branch: externals/el-job
commit eb3058e44df3d694cd7b24e0bbb6f92e831ea53d
Author: Martin Edström
Commit: Martin Edström
Release version 2.4.4
---
el-job.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/el-job.el b/el-job.el
index 78bd254e77..fb4fb4f758 100644
--- a/el-j
branch: externals/el-job
commit def607408fb6c9cba6f9608c81d36ca0a66cf2be
Author: Martin Edström
Commit: Martin Edström
Lint
---
el-job-child.el | 6 ++
el-job-test.el | 2 ++
el-job.el | 6 ++
3 files changed, 14 insertions(+)
diff --git a/el-job-child.el b/el-job-child.el
i
branch: externals/el-job
commit fbe9ffad50b2714bec52285bbf637226ec0c3db8
Author: Martin Edström
Commit: Martin Edström
Polish
---
el-job-test.el | 2 +-
el-job.el | 10 +++---
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/el-job-test.el b/el-job-test.el
index e46f
branch: externals/el-job
commit c72aeba88ab6b190c4de4fc04a5c9f8f3397bd8a
Author: Martin Edström
Commit: Martin Edström
New generalized subroutine el-job--sit-until-nil-p
---
el-job.el | 34 +-
1 file changed, 25 insertions(+), 9 deletions(-)
diff --git a/el-
branch: externals/el-job
commit dd01ad5806daacc389bb70b6256673519868bfa6
Author: Martin Edström
Commit: Martin Edström
Fix safety clause so it actually provides safety
---
el-job.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/el-job.el b/el-job.el
index 5e010bc4f9..8
branch: externals/el-job
commit 00509d0175d67e2e04150b3e71795b68736a6d50
Author: Martin Edström
Commit: Martin Edström
Add test
---
el-job-test.el | 26 ++
1 file changed, 26 insertions(+)
diff --git a/el-job-test.el b/el-job-test.el
index 6faf8a43c8..4004becd02 100
elpasync pushed a change to branch externals/el-job.
from b80bc0380e Release version 2.4.3
new fbe9ffad50 Polish
new dd01ad5806 Fix safety clause so it actually provides safety
new c72aeba88a New generalized subroutine el-job--sit-until-nil-p
new 00509d0175 A
branch: externals/org
commit f66b130c95f3a975b504bf60e0e300634f4a8591
Author: Lukas Rudd Andersen
Commit: Ihor Radchenko
org--get-expected-indentation: Indent end tag of blocks of all types
* lisp/org.el (org--get-expected-indentation): Add all block types to
the check for ind
elpasync pushed a change to branch elpa/gptel.
from c818ce3426 gptel: read-only handling for non-default callbacks
new b60589fa24 gptel-gh: Add support for Github Copilot Chat (#767)
new e3fdfdbd3b gptel: allow customize-variable to set temperature to
nil (#777)
Summary o
branch: elpa/gptel
commit b60589fa24b9f3e0ad07b90ce5562e07d0ef1400
Author: kiennq
Commit: GitHub
gptel-gh: Add support for Github Copilot Chat (#767)
* gptel-gh.el: (gptel--gh, gptel-make-gh-copilot, gptel--gh-uuid,
gptel--gh-token-file, gptel--gh-github-token-file,
gptel--g
branch: elpa/gptel
commit e3fdfdbd3b84e7cd4ae12b6c090c8571ceae1eab
Author: nlev <4465144+nlevn...@users.noreply.github.com>
Commit: GitHub
gptel: allow customize-variable to set temperature to nil (#777)
* gptel.el (gptel-temperature): Allow nil value when
using customize-variabl
branch: elpa/gptel
commit cfebc21ac92a1cd198ce7cfbd0794a5713cde40f
Author: Karthik Chikmagalur
Commit: Karthik Chikmagalur
README: tool-use is no longer experimental
* README.org: Remove text stating that tool use as experimental.
---
README.org | 10 --
1 file changed, 4 i
branch: elpa/gptel
commit 243bd07ce833f571af344ca1e8ed16d6a1dde4bb
Author: Tianrui Wei
Commit: GitHub
gptel-gh: Add gemini-2.5-pro (#779)
gptel-gh.el (gptel--gh-models): Add gemini-2.5-pro.
---
gptel-gh.el | 7 +++
1 file changed, 7 insertions(+)
diff --git a/gptel-gh.el b/gpt
branch: elpa/gptel
commit 43011651b1a9914ba4e470851d6273a3dd8519ea
Author: Geoff Pado
Commit: GitHub
README: Fix pairing of details tags (#780)
---
README.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index a1070ee5ba..a9946ca611 100644
--
elpasync pushed a change to branch elpa/gptel.
from e3fdfdbd3b gptel: allow customize-variable to set temperature to
nil (#777)
new 5436fde2b3 README: Update suggested Gemini model (#778)
new cfebc21ac9 README: tool-use is no longer experimental
new 243bd07ce8 gptel
branch: elpa/gptel
commit 5436fde2b306050f67ac786ccac0bc1dfef17491
Author: nohz.afk <149959021+nohz...@users.noreply.github.com>
Commit: GitHub
README: Update suggested Gemini model (#778)
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.
27 matches
Mail list logo