branch: externals/doric-themes
commit 82e211cd44052ce705699d97e508ed462227b79d
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Introduce the doric-themes-after-load-theme-hook
Users can rely on the more general enable-theme-functions, though I
want to give them the optio
branch: externals/doric-themes
commit 2337098433c882907765f804ec70b13026fb
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make doric-fire fg-shadow-intense a bit more pink
---
doric-fire-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doric-fire-the
branch: externals/consult
commit ec93a8a787bc0420838e4f201a996958fa3b9557
Author: Daniel Mendler
Commit: Daniel Mendler
consult--directory-prompt: Don't use initial input
---
CHANGELOG.org | 5 +
consult.el| 5 ++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/CHA
branch: externals/a68-mode
commit aecded089c066d689c0e3dac771d38ef519c409d
Author: Jose E. Marchesi
Commit: Jose E. Marchesi
Support for highlighting bits denotations
---
a68-mode.el | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/a68-mode.el b/a68-mode.el
elpasync pushed a change to branch externals/matlab-mode.
from 4607260604 NEWS.org: added entry for matlab-netshell
new f744cc2bd2 matlab-sections: display message when running sections
new e214231949 Remove tabs from org files
new 634b30521f NEWS.org: minor updates
branch: externals/matlab-mode
commit f744cc2bd2fa2b8402a5d3d4229274304033a1d5
Author: John Ciolfi
Commit: John Ciolfi
matlab-sections: display message when running sections
Also add help on sections.
---
README.org | 14 ++
doc/matlab-code-sections.org | 6
branch: externals/matlab-mode
commit e21423194991b3b2942c33d8d810e2a3f40d28b9
Author: John Ciolfi
Commit: John Ciolfi
Remove tabs from org files
---
.dir-locals.el | 4 +++-
README.org | 6 +++---
.dir-locals.el => doc/.dir-locals.el | 14 ++
branch: externals/matlab-mode
commit 634b30521ff14f50f0a7c5ee9eafb1145ef0bad7
Author: John Ciolfi
Commit: John Ciolfi
NEWS.org: minor updates
---
NEWS.org | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 38dac7b34a..4b88689e99 1006
branch: elpa/gptel
commit 7e103f3d03ccd40e7272b842dd462b27cb5a8da5
Author: Karthik Chikmagalur
Commit: Karthik Chikmagalur
README: Update MCP integration description with video
* README.org (Model Context Protocol (MCP) integration): Update.
---
README.org | 8 +++-
1 file chan
elpasync pushed a change to branch externals/a68-mode.
from 02494bdb27 Font-lock string breaks only within strings
new aecded089c Support for highlighting bits denotations
new c7682e4af4 Fix incorrect double-quoting of faces
Summary of changes:
a68-mode.el | 17 ++
branch: externals/a68-mode
commit c7682e4af4dda0edc7650a56e156ee9b096895db
Author: Jose E. Marchesi
Commit: Jose E. Marchesi
Fix incorrect double-quoting of faces
Thanks to Stefan Monnier for pointing out this mistake.
---
a68-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 de
branch: externals/matlab-mode
commit b0222ac2c067292b43fba91a60b39a262c6149d3
Author: John Ciolfi
Commit: John Ciolfi
Add doc/matlab-netshell-for-windows.org
See: https://github.com/mathworks/Emacs-MATLAB-Mode/issues/36
---
README.org | 28 +++--
doc/m
branch: externals/matlab-mode
commit 4607260604a05be52c4cb80bad5c83479f94c80c
Author: John Ciolfi
Commit: John Ciolfi
NEWS.org: added entry for matlab-netshell
---
NEWS.org| 37 ++---
README.org | 6 +++---
elpasync pushed a change to branch externals/matlab-mode.
from a771e728ea NEWS.org: add entry 'Setup imenu for *.tlc files'
new b0222ac2c0 Add doc/matlab-netshell-for-windows.org
new 4607260604 NEWS.org: added entry for matlab-netshell
Summary of changes:
NEWS.org
branch: elpa/inf-clojure
commit ece16ffeefc5ab23a31012d10765c34197510220
Author: Roman Rudakov
Commit: Bozhidar Batsov
Add clojure-ts-mode support
---
CHANGELOG.md | 5 +-
README.md | 16 +++
inf-clojure.el | 148 +
3 fil
branch: externals/el-job
commit 465da6ede66d27c9c98daf8f8c4ea645b8ab914c
Author: Martin Edström
Commit: Martin Edström
Keep the essentials of last commit
---
el-job.el | 54 +-
1 file changed, 13 insertions(+), 41 deletions(-)
diff --git
branch: externals/el-job
commit 5fcd4f9eba3e5751e648a30d5e810b098d4cfbc0
Author: zawatton21
Commit: zawatton21
Fix child process error on Windows by improving core count detection
- Resolves "error: Could not create child process" on Windows by capping
the number of subprocesses.
branch: externals/el-job
commit d79a70e21ae3df7bd0d4ddaa4155f9b2e3964276
Author: Martin Edström
Commit: Martin Edström
Add option el-job-max-cores
---
el-job.el | 20 +++-
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/el-job.el b/el-job.el
index 310a0fe700..
branch: externals/el-job
commit 24016a05bd5bf61a20a88ea79f63b0fb1881b55b
Merge: 850391b0e1 d79a70e21a
Author: Martin Edström
Commit: GitHub
Merge pull request #5 from zawatton21/fix/windows-core-detection
Fix child process error on Windows by improving core count detection
---
el-j
elpasync pushed a change to branch externals/el-job.
from 850391b0e1 Satisfy linters
new 5fcd4f9eba Fix child process error on Windows by improving core
count detection
new 465da6ede6 Keep the essentials of last commit
new d79a70e21a Add option el-job-max-cores
branch: externals/doric-themes
commit d51d18ae7a4339c682ac2ab4f4af55e50822da54
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make doric-fire bg-accent less yellow and more maroon
---
doric-fire-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doric-fire
branch: externals/doric-themes
commit ba29c262cc5d34fd2d502a4e072d6c7ab625cc33
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make the doric-fire curso orange
---
doric-fire-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doric-fire-theme.el b/doric-fir
branch: externals/doric-themes
commit 2883e6bda73e04f431ad003120e2b1535189659a
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make doric-fire fg-accent more red
---
doric-fire-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doric-fire-theme.el b/doric-f
branch: externals/ef-themes
commit 7e4b6b63cf1c1248235b8bfd56103ff9b852b96c
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Clarify the doc string of ef-themes-post-load-hook
---
ef-themes.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ef-themes.el b/ef-
branch: externals/doric-themes
commit 6425aaff882554eaa8cd126dedbf6cc3e061d0ab
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Revise the doric-fire shadow and accent colours to work better in tandem
---
doric-fire-theme.el | 8
1 file changed, 4 insertions(+), 4 deletions(
branch: externals/hyperbole
commit 5b6855e2257bbccc5b898fac9dad5d85ac3ee79e
Author: Mats Lidell
Commit: GitHub
Add basic test of quote handling of hypb:in-string-p (#732)
---
ChangeLog | 6 ++
test/hypb-tests.el | 43 ++-
2 files changed
branch: externals/modus-themes
commit af00e1c0194dc11cd5f59befd34f1cfbcc796835
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Clarify the doc string of modus-themes-after-load-theme-hook
---
modus-themes.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/modu
branch: externals/modus-themes
commit 01b78e587d3a8ce3ae5693400bfaae97506c1140
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Add missing command in the doc string of modus-themes-after-load-theme-hook
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
branch: externals/doric-themes
commit 40f6f675eab5a59771a0a6b8883fef60087552b2
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make doric-water fg-accent a bit more yellow and darker
---
doric-water-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doric-w
branch: externals/doric-themes
commit 1b01878ef0ed235b728431847bb550e628a49725
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make doric-water bg-accent more brown than yellow
---
doric-water-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doric-water-t
elpasync pushed a change to branch externals/modus-themes.
from 6880f3a7d9 Suppress spurious warning about kmacro-menu-mark face
new af00e1c019 Clarify the doc string of
modus-themes-after-load-theme-hook
new 01b78e587d Add missing command in the doc string of
modus-themes
branch: externals/matlab-mode
commit 983995cc029e6f945d8c27d5accb945c4a4d7025
Author: John Ciolfi
Commit: John Ciolfi
NEWS.org: add entry 'Fix imenu for ~*.m~ files'
---
NEWS.org | 23 ++-
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/NEWS.org b/NEWS.org
branch: externals/matlab-mode
commit 7d0d26a0312cf3a7b0cb07ff982f1b5274f96424
Author: John Ciolfi
Commit: John Ciolfi
Setup imenu for *.tlc files
---
tests/metest-imenu-tlc-files/timestwo.tlc | 23 ++
tests/metest-imenu-tlc-files/timestwo_expected.txt | 2 +
tests/metest-imenu
branch: externals/matlab-mode
commit 93ae95fd15c6f9c814afb1ef0872d57cae7b8229
Author: John Ciolfi
Commit: John Ciolfi
NEWS.org: added entry, 'Indent first non-help comment'
---
NEWS.org | 28
1 file changed, 20 insertions(+), 8 deletions(-)
diff --git a/NEWS.or
branch: externals/consult
commit 5e4224196125c15c1adc9cb9aee06886b6c073d6
Author: Daniel Mendler
Commit: Daniel Mendler
consult--jump-ensure-buffer: Reuse window
---
consult.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index 2c06eb4ad1..6
branch: externals/consult
commit e9508894a331df95576b3b2f86e42de130779e3e
Author: Daniel Mendler
Commit: Daniel Mendler
Update changelog
---
CHANGELOG.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 4a9a62df6b..c038c3083d 100644
--- a/CHANGELOG.
elpasync pushed a change to branch externals/consult.
from ec93a8a787 consult--directory-prompt: Don't use initial input
new 5e42241961 consult--jump-ensure-buffer: Reuse window
new ac33b97ac8 consult-compile-error: Add prefix argument to jump to
error in compilation buffer
branch: elpa/flycheck
commit 6f85589a3b3583aab597673c6a0907b2032572f7
Author: Per Nordlöw
Commit: Bozhidar Batsov
For checker `python-ruff` default `output-format` to `text` instead of
`concise` which is no longer supported
Verified using ruff version 0.0.291.
---
flycheck.el | 2
branch: externals/matlab-mode
commit a54d2061bd31c9cba32fc5e0e0ecf34b900e26d1
Author: John Ciolfi
Commit: John Ciolfi
Fix imenu setup for function names in *.m files
This adds a number of tests to lockdown the expected behavior:
tests/metest-imenu-files/*.m
tests/metes
branch: externals/consult
commit ac33b97ac8f1d217c2724fcbe3eae6d9cf2fc5aa
Author: Daniel Mendler
Commit: Daniel Mendler
consult-compile-error: Add prefix argument to jump to error in compilation
buffer
---
consult-compile.el | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(
branch: externals/matlab-mode
commit a771e728ea8a73cb04c7f0daff46adfcefe3017a
Author: John Ciolfi
Commit: John Ciolfi
NEWS.org: add entry 'Setup imenu for *.tlc files'
---
NEWS.org | 24 +---
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/NEWS.org b/NEWS
elpasync pushed a change to branch externals/matlab-mode.
from 35205e8524 matlab-syntax.el: code cleanup and edebug
matlab-navigation-syntax
new a54d2061bd Fix imenu setup for function names in *.m files
new 93ae95fd15 NEWS.org: added entry, 'Indent first non-help comment'
elpasync pushed a change to branch externals/doric-themes.
from 843f0b58fa Merge pull request #9 from
leverarchfile/avy-selection-face
new 82e211cd44 Introduce the doric-themes-after-load-theme-hook
new 2883e6bda7 Make doric-fire fg-accent more red
new 40f6f675ea Ma
branch: elpa/gptel
commit 7d063daefca53d467e7be8ab900e2f82f0b914be
Author: Felipe Ochoa
Commit: karthink
gptel: Allow specifying a curl executable
Some distros' versions of curl don't have support for the
--aws-sigv4 argument. This is required for the AWS bedrock
backend im
branch: elpa/gptel
commit 289a5cc3e1b26cb6c61563e8712b569b102dc5eb
Author: Henrik Ahlgren
Commit: Karthik Chikmagalur
gptel: Silence byte-compilation warnings
* gptel-antropic (gptel--anthropic-models): Use URL format recognized
by `describe-variable` in docstring.
* gp
branch: elpa/gptel
commit 0467b3c45309819593ef71709b16590596678239
Author: Felipe Ochoa
Commit: karthink
gptel: Allow Curl processes to use binary coding system
This is so the bedrock implementation can accept responses using
vnd.amazon.event-stream.
* gptel-curl.el (gp
branch: elpa/gptel
commit a4902a522c45b5b3d3475ad2a0717b214a4d0445
Author: Karthik Chikmagalur
Commit: Karthik Chikmagalur
gptel: Fix gptel-use-curl definition
* gptel.el (gptel-use-curl): Fix defcustom error and reword.
---
gptel.el | 6 +++---
1 file changed, 3 insertions(+), 3 d
elpasync pushed a change to branch elpa/gptel.
from 09c6a6b6ad gptel-gemini: Update gemini-2.5-flash-preview to latest
(#856)
new 885c591932 gptel-curl: Allow curl-args to be a function
new 7d063daefc gptel: Allow specifying a curl executable
new 0467b3c453 gptel: A
branch: elpa/swift-mode
commit 839e46d1621a60ed79e3cfe01266dc27721654bd
Author: taku0
Commit: taku0
Handle output of "swift build" and "swift package"
https://github.com/swift-emacs/swift-mode/issues/195
---
swift-mode-repl.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
branch: elpa/gptel
commit fc06fe9e3b0f5a269d9c8eaf7195de43d1fbee67
Author: Karthik Chikmagalur
Commit: Karthik Chikmagalur
gptel: Linting
Linting changes across buffers.
* gptel-openai-extras.el (gptel-make-perplexity):
(gptel--parse-buffer):
(gptel-make-deepseek):
branch: elpa/swift-mode
commit 9fbcad08ca9781646d4206e64573fc6501618f3a
Author: taku0
Commit: taku0
Highlight filenames in compilation buffer
https://github.com/swift-emacs/swift-mode/issues/196
---
swift-mode-repl.el | 25 +
1 file changed, 21 insertions(+)
branch: elpa/gptel
commit 885c591932491d76ce8bdc306e389e4efa6b4f7e
Author: Felipe Ochoa
Commit: karthink
gptel-curl: Allow curl-args to be a function
* gptel-curl.el (gptel-curl--get-args): In preparation for merging
support for AWS Bedrock, allow the `curl-args' field of a
elpasync pushed a change to branch elpa/swift-mode.
from b79f0542ba Expand project directory when invoking swift commands
new 9fbcad08ca Highlight filenames in compilation buffer
new 839e46d162 Handle output of "swift build" and "swift package"
Summary of changes:
swift-m
branch: externals/doric-themes
commit d7cb60b9fa6a77143064028fe3bd4451b9b432dd
Author: Leo Baldwin-Ramult
Commit: Leo Baldwin-Ramult
use selection-faces for avy
---
doric-themes.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/doric-themes.el b/doric-the
branch: externals/doric-themes
commit 843f0b58fa86e2d4e9e310c7a4c2d3fe3faab84f
Merge: 2a6475d20a d7cb60b9fa
Author: Protesilaos Stavrou
Commit: GitHub
Merge pull request #9 from leverarchfile/avy-selection-face
use doric-themes-selection-faces for avy
---
doric-themes.el | 14 +
55 matches
Mail list logo