branch: elpa/gptel
commit 2c853bb523cbb0e8ceba0d8fe18299162705fcd7
Author: Karthik Chikmagalur
Commit: Karthik Chikmagalur
gptel-openai: Make gptel-get-backend removable
* gptel-openai.el (gptel-get-backend): Make it possible to setf
the result of `gptel-get-backend' to nil.
---
branch: externals/blist
commit abf7cc1d6dc1075c64f158ee296d4567d30b3bcf
Author: JSDurand
Commit: JSDurand
ChangeLog: Document the new feature.
---
ChangeLog | 10 ++
1 file changed, 10 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 61bfc1c8ba..9d80867995 100644
--- a/Change
branch: externals/blist
commit 4ea15f93972bac0ffde12b197383335fe3d2943b
Author: JSDurand
Commit: JSDurand
Add an option to open each bookmark in a new tab.
* blist.el (blist-select-manner): Add an option `one-per-tab` to open
each bookmark in a new tab, and the old option `tab
elpasync pushed a change to branch externals/blist.
from f5751add56 Bump version to 0.4.
new 4ea15f9397 Add an option to open each bookmark in a new tab.
new abf7cc1d6d ChangeLog: Document the new feature.
Summary of changes:
ChangeLog | 10
blist.el | 159
monnier pushed a change to branch elpa/helm-core.
was 3f46171208 Merge pull request #2706 from
pkryger/package-vc-affixations
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
branch: main
commit 31eac8bb1373a3b42cc80a329b28d25c56e59e20
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (helm-core): Make it as "subpackage" of `helm`
---
elpa-packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index
branch: externals/colorful-mode
commit 2032b8e5bbe61039bfc9b3668bb60f1067c4c5df
Author: Elijah Gabe P.
Commit: Elijah Gabe P.
Refactorize and clarify code.
* colorful-mode.el (colorful--find-overlay): New internal function.
(colorful--delete-overlay): Moved.
(colorful-conver
branch: externals/autorevert-tail-truncate
commit 72e825b0beace4d008030dd8edc1bcff0175eaca
Author: shipmints
Commit: shipmints
defcustom group. defcustom versions. package version number "1.0 pre".
"1.0 pre" causes version-to-list to parse as (1 0 -1) for ELPA. Per
Phil.
---
au
branch: externals/consult
commit c74ae6149172e3429b844c22d67e02b01abea1e4
Author: Daniel Mendler
Commit: Daniel Mendler
consult-buffer-filter: Add *Multiple Choice Help*
---
consult.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/consult.el b/consult.el
index f269194ef0..eb80eac0a7 1
branch: externals/auth-source-xoauth2-plugin
commit 1162d667e83ad726e65d2685af76dbeea546b465
Author: Xiyue Deng
Commit: Xiyue Deng
Add README.org with an introduction and usages
---
README.org | 88 ++
1 file changed, 88 insertions
branch: externals/auth-source-xoauth2-plugin
commit fc9775ea183630b0d72dd2b813cfc5a096de0f97
Author: Xiyue Deng
Commit: Xiyue Deng
Update the short description in source
---
auth-source-xoauth2-plugin.el | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/auth-source
branch: externals/autorevert-tail-truncate
commit 1d8ac4467164bee3330bc8b32685f58c3c190043
Author: shipmints
Commit: shipmints
Incorporate suggestions from Philip Kaludercic
---
autorevert-tail-truncate.el | 51 +++--
1 file changed, 35 insertions(+),
branch: externals/autorevert-tail-truncate
commit 70653777a521aa43ff52bd94117de3bdc282d459
Author: shipmints
Commit: shipmints
Remove auto-revert-tail-mode-on-log-files in favor of documentation
---
README.md | 20
autorevert-tail-truncate.el | 6
branch: externals/auth-source-xoauth2-plugin
commit 5084327a3420a3a623d5e747b023a9cef8d4029b
Author: Xiyue Deng
Commit: Xiyue Deng
Use `push' instead of `add-to-list'
* `add-to-list' should not refer to a lexical variable.
* Push also avoids duplication check.
(Based on
branch: externals/auth-source-xoauth2-plugin
commit 27ba009d4f897af1fbc0f666ed80f13422c90906
Author: Xiyue Deng
Commit: Xiyue Deng
Add more comments regarding oauth2 and xoauth2
(Based on comments from
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72992#17. Thanks Stefan
Ka
branch: externals/auth-source-xoauth2-plugin
commit cffa536205f2008c509dd496c522abe18aece688
Author: Xiyue Deng
Commit: Xiyue Deng
Fix typo
---
auth-source-xoauth2-plugin.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/auth-source-xoauth2-plugin.el b/auth-source-x
branch: externals/auth-source-xoauth2-plugin
commit cd0caa60cb52e7050123d2605c26371f6ec662bb
Author: Xiyue Deng
Commit: Xiyue Deng
Make this plugin a global minor mode
* One should toggle this minor mode to enable to disable the advice
for enabling xoauth2 support on auth-source
branch: externals/auth-source-xoauth2-plugin
commit 93a69c392a50b73d8d93ff486090a57dd2616e89
Author: Xiyue Deng
Commit: Xiyue Deng
Tag version 0.1
---
auth-source-xoauth2-plugin.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/auth-source-xoauth2-plugin.el b/auth-sourc
branch: externals/auth-source-xoauth2-plugin
commit c9a6778dba989da544e8970ffa7f0d4a09837eff
Author: Xiyue Deng
Commit: Xiyue Deng
Simplified equal check
---
auth-source-xoauth2-plugin.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/auth-source-xoauth2-plugin.el b/a
branch: externals/auth-source-xoauth2-plugin
commit a9bb9b32d5b706b0c8c385d2ccc3cb255f2dc2d7
Author: Xiyue Deng
Commit: Xiyue Deng
Incorporate suggestions from Philip Kaludercic
* Use `:custom' in use-package example. (Same effect as `:config')
* Don't need to repeat variables t
branch: externals/auth-source-xoauth2-plugin
commit d1014242e8c9cedae26fb2766eae895230ab4845
Author: Xiyue Deng
Commit: Xiyue Deng
Add title and date in README.org
---
README.org | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.org b/README.org
index b59bdf6ba5..ca84fe7e67 1006
branch: externals/auth-source-xoauth2-plugin
commit c0e9c431e17a6d7c359685382f29fe2fa5d3ba50
Author: Xiyue Deng
Commit: Xiyue Deng
Don't rely on the side effect of plist-put
* Use setq to reassign the plist.
(Based on review at
https://debbugs.gnu.org/cgi/bugreport.cgi?
branch: externals/auth-source-xoauth2-plugin
commit 4ace7b06286edc5ad13c9473791693ae62117312
Author: Xiyue Deng
Commit: Xiyue Deng
Fix wrong usage of push
---
auth-source-xoauth2-plugin.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/auth-source-xoauth2-plugin.el b/au
branch: externals/auth-source-xoauth2-plugin
commit 9f7a58daee150d9d69754f74718711e3e4de052a
Author: Xiyue Deng
Commit: Xiyue Deng
Update documentation for the global minor mode accordingly
---
auth-source-xoauth2-plugin.el | 30 --
1 file changed, 16 insertions(
branch: externals/autorevert-tail-truncate
commit 662a27f883c01648a099f5859e166ee8f24021fa
Author: shipmints
Commit: shipmints
Actual initial commit
---
.elpaignore | 1 +
.gitignore | 7 ++
README.md | 76 ++-
autorevert-t
branch: externals/autorevert-tail-truncate
commit 4bdfc5724ea6766c155a228e21afd53a544c5f8a
Author: shipmints
Commit: shipmints
Change fundamental-mode to text-mode
---
README.md | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index cc344a26b
branch: externals/auth-source-xoauth2-plugin
commit 3aa9e65dd56753b4506d5a9ad98a4e28d312e0b3
Author: Xiyue Deng
Commit: Xiyue Deng
Add notes on enabling in Gnus nnimap
---
auth-source-xoauth2-plugin.el | 4
1 file changed, 4 insertions(+)
diff --git a/auth-source-xoauth2-plugin.el b/a
branch: externals/autorevert-tail-truncate
commit c7462550cc31c4d8eae7999fcc822abe33b0243b
Author: shipmints
Commit: shipmints
Remove auto-revert-tail-truncate-check-vc-info
Bind auto-revert-check-vc-info to nil for Emacs < 31.
---
autorevert-tail-truncate.el | 11 +++
1 fi
branch: externals/auth-source-xoauth2-plugin
commit 991ef1751a31fb0157ccc16245903bf1743615ed
Author: Xiyue Deng
Commit: Xiyue Deng
Update auth-source json example to be part of a list
---
README.org | 28
1 file changed, 16 insertions(+), 12 deletions(-)
diff -
branch: externals/auth-source-xoauth2-plugin
commit 98d941394dc62243fd8a58b995ec6cd789bcdcb6
Author: Xiyue Deng
Commit: Xiyue Deng
Add comparison with auth-source-xoauth2
- With minor text revision and small format tweaks.
---
README.org | 22 +++---
1 file changed,
branch: externals/auth-source-xoauth2-plugin
commit 466d4a057a3e7ec1a400537c95344c384e74b9af
Author: Xiyue Deng
Commit: Xiyue Deng
Typo
---
auth-source-xoauth2-plugin.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/auth-source-xoauth2-plugin.el b/auth-source-xoauth2-p
branch: externals/auth-source-xoauth2-plugin
commit 5cf0cc0709e9d50f6a10eaeb1c53afb71be5cb4a
Author: Xiyue Deng
Commit: Xiyue Deng
Use -do-debug instead of -do-trivia for logs without token data
(Based on review at
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72992#14. Thanks
branch: externals/auth-source-xoauth2-plugin
commit d215ee80b8d2706cf678d0a85272871c52f98f73
Author: Xiyue Deng
Commit: Xiyue Deng
Fix checkdoc errors
---
auth-source-xoauth2-plugin.el | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/auth-source-xoauth2-plugi
branch: externals/autorevert-tail-truncate
commit 36fdd58ca5cb35e5eb61cabb9bbcb7c1f0ae7286
Author: shipmints <30732365+shipmi...@users.noreply.github.com>
Commit: GitHub
Initial commit
---
LICENSE | 674 ++
README.md | 2 +
2 fi
branch: externals/autorevert-tail-truncate
commit 19a7bb7a4d6b9febb3f9f33cb465f8afeaad4c70
Author: shipmints
Commit: shipmints
Update vis-a-vis feedback from Michael Albinus
---
README.md | 4 ++--
autorevert-tail-truncate.el | 17 -
2 files changed, 10 in
elpasync pushed a change to branch externals/autorevert-tail-truncate.
at d1b9c3f6fb Simplify package-vc-install instruction
This branch includes the following new commits:
new 36fdd58ca5 Initial commit
new 662a27f883 Actual initial commit
new 202b42bdb1 Remove E
branch: externals/autorevert-tail-truncate
commit 202b42bdb19e709994874e7dc43487e22f810427
Author: shipmints
Commit: shipmints
Remove Emacs defcustom version numbers
They will be established should this package be adopted in Emacs core.
---
autorevert-tail-truncate.el | 30
branch: externals/auth-source-xoauth2-plugin
commit c236d9ba0ae7ce0de4256d574377ae6961ad0891
Author: Xiyue Deng
Commit: Xiyue Deng
Reference README.org in the comments
---
auth-source-xoauth2-plugin.el | 53 +--
1 file changed, 1 insertion(+), 52 dele
branch: externals/auth-source-xoauth2-plugin
commit 36e5637c1027ed1ef243441f3ad80da006f09f61
Author: Xiyue Deng
Commit: Xiyue Deng
Update copyright holder to be FSF for inclusion in GNU ELPA
* Also update copyright year.
---
auth-source-xoauth2-plugin.el | 2 +-
1 file changed, 1 i
branch: externals/auth-source-xoauth2-plugin
commit 3577be278127158441f93ef95656ffd5201a
Author: Xiyue Deng
Commit: Xiyue Deng
Replace let + plist-get with map-let
(Based on review at
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72992#14. Thanks Philip
Kaludercic for t
branch: externals/autorevert-tail-truncate
commit d1b9c3f6fb8ba963d562a77539ea50ab34e0c988
Author: shipmints
Commit: shipmints
Simplify package-vc-install instruction
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9a7144783d..d9
branch: externals/auth-source-xoauth2-plugin
commit a7fc1f2242912db2b410032f1125dab19de2
Author: Xiyue Deng
Commit: Xiyue Deng
Small improvements in README.org
---
README.org | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index d233c061
branch: externals/auth-source-xoauth2-plugin
commit 377182b7615da0ab3042720bfb710b45995af227
Author: Xiyue Deng
Commit: Xiyue Deng
Sharp-quote all functions
(Based on review at
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72992#14. Thanks Philip
Kaludercic for the review a
branch: externals/auth-source-xoauth2-plugin
commit 258c4c4803eb1c1362eeeb2a0b3d3f91411efbfd
Author: Xiyue Deng
Commit: Xiyue Deng
Simplify string comparison
(Based on review at
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72992#14. Thanks Philip
Kaludercic for the review
branch: externals/auth-source-xoauth2-plugin
commit 12154b214ff85997de2020d9ffd24449885bed52
Author: Xiyue Deng
Commit: Xiyue Deng
Fix comment header to conform to ELPA style
---
auth-source-xoauth2-plugin.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/auth-source-xo
branch: externals/auth-source-xoauth2-plugin
commit b7bff4d391ba984ac73ae72a672dc952d27d6140
Author: Xiyue Deng
Commit: Xiyue Deng
Initial commit
---
auth-source-xoauth2-plugin.el | 123 ++
1 file changed, 123 insertions(+)
diff --git a/auth-source-x
branch: externals/auth-source-xoauth2-plugin
commit 7b730e3763a74f6ab41b26615d8a2d0220896fed
Author: Xiyue Deng
Commit: Xiyue Deng
Add notes on installation and setup.
---
auth-source-xoauth2-plugin.el | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/auth-sou
elpasync pushed a change to branch externals/auth-source-xoauth2-plugin.
at 991ef1751a Update auth-source json example to be part of a list
This branch includes the following new commits:
new b7bff4d391 Initial commit
new 7b730e3763 Add notes on installation and setup.
branch: main
commit 04faef706abbb9bb95b285757b0f2986e9c07396
Author: Philip Kaludercic
Commit: Philip Kaludercic
* elpa-packages (autorevert-tail-truncate): Add new package
---
elpa-packages | 1 +
1 file changed, 1 insertion(+)
diff --git a/elpa-packages b/elpa-packages
index 74595d87ee..
branch: main
commit f53ff04475c4b207ba772a9294dcad65f419d3a2
Author: Philip Kaludercic
Commit: Philip Kaludercic
* elpa-packages (auth-source-xoauth2-plugin): Add new package
---
elpa-packages | 1 +
1 file changed, 1 insertion(+)
diff --git a/elpa-packages b/elpa-packages
index 2c150b54b5
zge pushed a change to branch main.
from ea8c4c4688 elpa-packages (a68-mode): Use `README.md` i.s.o
`Commentary:`
new f53ff04475 * elpa-packages (auth-source-xoauth2-plugin): Add new
package
new 04faef706a * elpa-packages (autorevert-tail-truncate): Add new
package
Summ
branch: externals/jinx
commit e1a5a8921e42cd4ae7cb0dba95fe968d04359ee0
Author: Daniel Mendler
Commit: Daniel Mendler
Improve mouse menu separators
---
jinx.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/jinx.el b/jinx.el
index 289d958d6f..6067cdaf58 100644
---
branch: externals/auctex
commit 2b2b91de473c1501692652c7e9a802f103b82ab7
Author: Ikumi Keita
Commit: Ikumi Keita
Remove nonsense argument (bug#76115, bug#76116)
* latex.el(TeX-arg-label, TeX-arg-index, TeX-arg-cite):
* style/acro.el (LaTeX-arg-acro-acronym):
* style/acronym.
branch: elpa/gptel
commit 4ab198a904f1706a8daede1145386db4dc960aa1
Author: Karthik Chikmagalur
Commit: Karthik Chikmagalur
gptel: Change buffer parser property-search method
Parse the buffer using `previous-single-property-change' instead
of `text-property-search-backward'. Thi
elpasync pushed a change to branch elpa/gptel.
from cc53a81c1b gptel-transient: unmark before editing crowdsourced
prompt
new 7ff67c188a gptel-transient: Improve directive/system message
editing (#616)
new 3f64c6def4 gptel-context: Make gptel-context-remove-all interactive
branch: elpa/gptel
commit 7ff67c188ae061a71146a987cfe24818985c91fd
Author: Henrik Ahlgren
Commit: GitHub
gptel-transient: Improve directive/system message editing (#616)
* gptel-transient.el (gptel--edit-directive): Enable visual-line-mode.
---
gptel-transient.el | 3 ++-
1 file ch
branch: elpa/gptel
commit 3f64c6def44f49dc8cd3a6bb143f0b54a8568225
Author: Karthik Chikmagalur
Commit: Karthik Chikmagalur
gptel-context: Make gptel-context-remove-all interactive (#587)
* gptel-context.el (gptel-context-remove-all): Make interactive,
and message the user when c
57 matches
Mail list logo