branch: elpa/gptel
commit 7425ec9f6c3ec5627b15b6c218650f9cccecaa95
Author: Henrik Ahlgren
Commit: GitHub
gptel-transient: Fix face related bug (#638)
* gptel-transient (gptel-menu): Fix a slight bug introduced in commit
edf834a ("Provide description of send action") where an ext
branch: externals/ellama
commit 7120417f7c4adf501cf5e0d659d5ac5c75ebc2d5
Merge: 90196c304c 002fa8ebd2
Author: Sergey Kostyaev
Commit: GitHub
Merge pull request #215 from s-kostyaev/fix-reset-session-context
Clear session context on reset command
---
NEWS.org | 3 +++
ellama.el | 5
branch: externals/ellama
commit c5291b967816c1c9736e42cb7e680e09e9958a53
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add buffer quote context elements
Added new functionality to handle buffer quote context elements. This
includes defining a new class `ellama-context-element-
branch: externals/org-gnosis
commit 22a5e0fd826d0239191bb67c96a2a9a6b114e0e7
Author: Thanos Apollo
Commit: Thanos Apollo
docs: Add people to notify in the FSF assignment form.
* Change suggested by Stefan Monnier.
---
doc/org-gnosis.org | 4
1 file changed, 4 insertions(+)
di
branch: externals/ellama
commit 7b602f5dc1a6a4aa54b280e4af146bfe2e269d30
Merge: d1d28e4a61 c508251327
Author: Sergey Kostyaev
Commit: GitHub
Merge pull request #213 from
s-kostyaev/improve-working-with-reasoning-models
Improve interactions with reasoning models
---
NEWS.org | 6
branch: externals/ellama
commit 59ef5f34598bd36a73cbe904e6414b0c4c05b066
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Simplify summarization prompt template
Revised the summarization prompt template to be more concise while
maintaining the core requirements. The new template
branch: externals/ellama
commit f5d95e376bb52db606a59a1b88f0e82e8ed29aa6
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Update readme
---
README.org | 4
1 file changed, 4 insertions(+)
diff --git a/README.org b/README.org
index a3a52c7208..d5bd24537c 100644
--- a/README.org
+++ b/RE
branch: externals/ellama
commit c987326908fa9cd5aa9e6f45e7b2722cc7d06f3f
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add option to remove internal reasoning from ellama output
Added a new customizable variable `ellama-output-remove-reasoning` to
the `ellama.el` file. This va
branch: externals/ellama
commit 002fa8ebd21c1c9c58a51fc80eee4f039663362b
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Clear session context on reset command
Added functionality to clear the current session's context when
resetting the context. This prevents unexpected behavio
branch: externals/ellama
commit 118ea80b6ca5eb1970fd48a919c7529e41d32efb
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Bump version
---
NEWS.org | 3 +++
ellama.el | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 3cbb042e31..359fbeb715 10
branch: externals/ellama
commit c5082513271a90d22f019787351e7bff774a835b
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Bump version
---
NEWS.org | 6 ++
ellama.el | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index b899a8963b..3cbb042e31 10
elpasync pushed a change to branch externals/ellama.
from d1d28e4a61 Merge pull request #212 from s-kostyaev/fix-provider-list
new b539044410 Add option to remove reasoning from session
new ac27d38067 Update readme
new 59ef5f3459 Simplify summarization prompt templat
branch: externals/ellama
commit 38b7a76955c19334652e1c3c0716a768670dc0dd
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add functionality to hide and collapse org quotes in session buffer
Added a new custom variable `ellama-session-hide-org-quotes` to
control whether org quotes
branch: externals/ellama
commit 90196c304c7a05a61894fa65d4b70760c0fda8a5
Merge: 7b602f5dc1 118ea80b6c
Author: Sergey Kostyaev
Commit: GitHub
Merge pull request #214 from s-kostyaev/improve-adding-selection-to-context
Add buffer quote context elements and improve adding selection to
branch: externals/ellama
commit b5390444106f2a310922528b5b3f1b073765e181
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add option to remove reasoning from session
Added new custom variable `ellama-session-remove-reasoning` to control
whether internal reasoning should be remove
branch: externals/ellama
commit ac27d38067b8710ce811232023811e38946326b2
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Update readme
---
README.org | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.org b/README.org
index 18516b9a2d..a3a52c7208 100644
--- a/README.org
+++ b/REA
branch: elpa/gptel
commit 86678ed24cc9734ac7ae460f9848da10e4d71ff1
Author: Steven Braun
Commit: GitHub
gptel-gemini: Update models (#639)
* gptel-gemini.el (gptel--gemini-models): Add new thinking models.
Deprecate `gemini-2.0-flash-thinking-exp'.
---
gptel-gemini.el | 54 +
branch: externals/org-gnosis
commit 80501ed9aa31091fcd74818bb24acb62e57d0c22
Author: Thanos Apollo
Commit: Thanos Apollo
docs: Fix FSF Request form.
* Change contributing program to "Emacs", as suggested by Stefan
Monnier in emacs-devel.
---
doc/org-gnosis.org | 8 +++-
1
branch: scratch/smartparens
commit 581da691dfe47a615e5ebed9d3c69213ec5f7109
Author: Stefan Monnier
Commit: Stefan Monnier
Use `advice-add` instead of `defadvice` (#1143)
Also remove `smartparens-pkg.el` and dependency on `f`.
* .gitignore: Add ELPA-generated files.
* sm
monnier pushed a change to branch scratch/smartparens.
at 581da691df Use `advice-add` instead of `defadvice` (#1143)
This branch includes the following new commits:
new 581da691df Use `advice-add` instead of `defadvice` (#1143)
branch: elpa/dirvish
commit 08d0a6b3d22864fde652198e964e2d706b6b175b
Author: Alex Lu
Commit: Alex Lu
fix(core): guard around null `dirvish-curr` for mode-line (#298)
---
dirvish.el | 6 +++---
docs/CUSTOMIZING.org | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --
branch: elpa/helm
commit 3a8164f6df960802c16e447bcb0dcb089c13f791
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
New function helm-copy-sequence
Use it for recentf.
---
helm-for-files.el | 3 +--
helm-lib.el | 10 ++
2 files changed, 11 insertions(+), 2 deletion
branch: elpa/zenburn-theme
commit 5245b0e3297b69c2c1e3478b9038478168a59dfd
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Extend the installation and customization instructions
---
README.md | 26 ++
1 file changed, 26 insertions(+)
diff --git a/README.md b/README.
branch: elpa/dirvish
commit 5e503cbcd4e2f8a74a644320a8cd9ca77e63e3a5
Author: Alex Lu
Commit: Alex Lu
feat(core): add `dirvish-preview-dired-sync-omit` user option (#225)
closes #225:
I'm still undecided on introducing dired-omit-mode in parent buffers,
because
they are
branch: elpa-admin
commit a90fd324b3da98c1a4b6bd516e8633b8ee27d823
Author: Stefan Kangas
Commit: Stefan Kangas
Use lisp-data-mode for generated *-pkg.el files
* elpa-admin.el (elpaa--write-pkg-file): Use lisp-data-mode for
generated files. (Bug#76264)
---
elpa-admin.el | 2 +-
branch: elpa/radio
commit b62b114860416a016222097211739285b153b18e
Author: Roi Martin
Commit: Roi Martin
README: update radio-command documentation
---
README | 4 ++--
radio.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 229a38758e..29395d
branch: elpa/projectile
commit 827fa6555cf40801c11cab65a7231a340758352f
Author: Laurence Warne
Commit: Bozhidar Batsov
Add build.mill as a project file name for the mill project type
Add build.mill as a project file name for the mill project type, it
seems to be the recommended
branch: elpa/projectile
commit ef17d2971bbcce13b1ac16e0e36d44fa0defca63
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Release 2.9.1
---
CHANGELOG.md | 2 ++
projectile.el | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 945d182ef5
elpasync pushed a change to branch elpa/projectile.
from db52cf48b6 Rename a helper function
new ef17d2971b Release 2.9.1
new 827fa6555c Add build.mill as a project file name for the mill
project type
Summary of changes:
CHANGELOG.md | 2 ++
projectile.el | 21
branch: externals/modus-themes
commit e1efd2dd9528ca8bbbeff2b49f494aed695d6ca6
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Add support for built-in abbrev-table-name (Emacs 29)
---
doc/modus-themes.info | 83 ++-
doc/modus-themes.o
branch: externals/register-list
commit 79aab6dcc35cdc0437684d12f4978432e4369fb6
Author: Alex Bochannek
Commit: Stefan Kangas
Fix unprintable register display logic
* register-list.el (register-list-get-type): Fix unprintable register
display logic. (Bug#73827)
---
register-lis
branch: externals/persist
commit bf9a52b8608f00a86cdf5b82207fc7bbc747566c
Author: Joseph Turner
Commit: Stefan Kangas
Depend on compat.el for new copy-tree behavior
---
persist.el | 34 --
1 file changed, 4 insertions(+), 30 deletions(-)
diff --git a/persist
branch: main
commit d488b2f283c8da85202d751b71aec08b5ea2dce0
Author: Stefan Kangas
Commit: Stefan Kangas
; README: Minor clarification.
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index b151cf77f3..74c7e91a31 100644
--- a/README
+++ b/READM
branch: elpa/projectile
commit db52cf48b6cc3af892ba699ec13c61334bd39d1b
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
Rename a helper function
---
projectile.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/projectile.el b/projectile.el
index 8cf97baf43..9
branch: externals/consult
commit 2643235a853d55805822239bb2cd75a7aabef48d
Author: Daniel Mendler
Commit: Daniel Mendler
consult-preview-excluded-files: Do not preview gpg files
---
consult.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index
branch: elpa/radio
commit 43f71663dc16c042a293111b5da6390a7942c3a1
Author: Roi Martin
Commit: Roi Martin
radio.el: bump Version to 0.2.0
---
radio.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/radio.el b/radio.el
index 2210ef59c7..458f6673dc 100644
--- a/radio.el
++
elpasync pushed a change to branch elpa/radio.
from b86348b73d radio.el: fix minor style issue
new 2ad2290830 .gitignore: remove references to /doc/
new 43f71663dc radio.el: bump Version to 0.2.0
Summary of changes:
.gitignore | 14 --
radio.el | 2 +-
2 fi
branch: elpa/radio
commit 2ad229083040f9e531795979edae71716f4cc829
Author: Roi Martin
Commit: Roi Martin
.gitignore: remove references to /doc/
---
.gitignore | 14 --
1 file changed, 14 deletions(-)
diff --git a/.gitignore b/.gitignore
index f997999078..c531d9867f 100644
--- a
elpasync pushed a change to branch elpa/projectile.
from ce6e637cc2 [#1926] Don't create any cache file when persistent
caching is not enabled (#1929)
new 719d3feceb [#1929] Add a changelog entry
new db52cf48b6 Rename a helper function
Summary of changes:
CHANGELOG.md |
branch: elpa/projectile
commit 719d3fecebfd8686f50128748a40cfc89228b8b0
Author: Bozhidar Batsov
Commit: Bozhidar Batsov
[#1929] Add a changelog entry
---
CHANGELOG.md | 4
1 file changed, 4 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c2b332f75..945d182ef5 100644
---
branch: elpa/dirvish
commit e819ca8b9c5732d46ab04429d0ac7f1b4f4a4394
Author: Alex Lu
Commit: Alex Lu
fix: make `:vc-backend` a number or a non-nil symbol
---
dirvish-extras.el| 4 ++--
dirvish.el | 8 +---
extensions/dirvish-vc.el | 12 +++-
3 files chang
branch: elpa/helm
commit 99c26b697397e2ce015b5a6ad7eb4abf43131313
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Provide icons in fd
---
helm-fd.el | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/helm-fd.el b/helm-fd.el
index 6bfce178b7..0a08000b99 100644
--
branch: elpa/helm
commit a6907e3d7a0c0a8a281cdb0873bb035da7648fdd
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Add missing assoc for "file-directory"
---
helm-x-icons.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/helm-x-icons.el b/helm-x-icons.el
index 7b302c50e0..46b15de8
branch: elpa/helm
commit 1e480eea34e999e335439f3f89d231d019a94e13
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Provide icons in helm-find
---
helm-files.el | 3 ++-
helm-find.el | 22 ++
2 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/helm-files
elpasync pushed a change to branch elpa/helm.
from f96488425c Fix NEWS
new 1e480eea34 Provide icons in helm-find
new 24604144c4 Simplify helm-ff--is-(dir file)-from-disp
new a6907e3d7a Add missing assoc for "file-directory"
new 99c26b6973 Provide icons in fd
branch: elpa/helm
commit 24604144c49b495240dd03817b0df9bb11e8f5d1
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Simplify helm-ff--is-(dir file)-from-disp
---
helm-files.el | 29 ++---
1 file changed, 14 insertions(+), 15 deletions(-)
diff --git a/helm-files.el
elpasync pushed a change to branch elpa/dirvish.
from 7ebe41e6f5 ci: compiler warning & errors (boolean in &context)
new e819ca8b9c fix: make `:vc-backend` a number or a non-nil symbol
new 012a016f47 fix(peek): save expanded index
Summary of changes:
dirvish-extras.el
branch: elpa/dirvish
commit 012a016f470b619e1945f1c4c857163d657749b5
Author: Alex Lu
Commit: Alex Lu
fix(peek): save expanded index
---
extensions/dirvish-peek.el | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/extensions/dirvish-peek.el b/extensions/dirvish-peek.
branch: externals/ellama
commit 3368b6351a070ae4a089e0d395044c8f9f31ddd4
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Bump version
---
NEWS.org | 2 ++
ellama.el | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 74ca2e7568..b899a8963b 100644
branch: externals/ellama
commit d1d28e4a613aa4f445806d2b37b5a53dcbe2afe6
Merge: cb672c6981 3368b6351a
Author: Sergey Kostyaev
Commit: GitHub
Merge pull request #212 from s-kostyaev/fix-provider-list
Unquote symbols in `ellama-provider-list`
---
NEWS.org | 2 ++
ellama.el | 14 +++
branch: externals/ellama
commit d3e86e5973f24d2ca0c566dd57be54b8ccaec731
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Unquote symbols in `ellama-provider-list`
---
ellama.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/ellama.el b/ellama.el
index 5d6ad
elpasync pushed a change to branch externals/ellama.
from cb672c6981 Merge pull request #180 from
s-kostyaev/transient-model-menu
new d3e86e5973 Unquote symbols in `ellama-provider-list`
new 3368b6351a Bump version
new d1d28e4a61 Merge pull request #212 from s-kosty
branch: externals/consult
commit dea4eaf621b6477cca514bfa32c950004fb9cc99
Author: Daniel Mendler
Commit: Daniel Mendler
File preview: Disable file-name-handler-alist
See https://github.com/minad/consult/discussions/969
---
consult.el | 23 ---
1 file changed, 12
elpasync pushed a change to branch externals/consult.
from c74ae61491 consult-buffer-filter: Add *Multiple Choice Help*
new dea4eaf621 File preview: Disable file-name-handler-alist
new 2643235a85 consult-preview-excluded-files: Do not preview gpg files
Summary of changes:
branch: externals/colorful-mode
commit da42d5c37796a13193f5a33c5e922b636a9a54c7
Author: Elijah Gabe P.
Commit: Elijah Gabe P.
Update gif and screenshots files.
* assets/gif1.gif: Update file.
* assets/gif2.gif: Update file.
* assets/gif3.gif: Update file.
55 matches
Mail list logo