branch: elpa/undo-fu-session
commit 99d1b5099f432123577c51b6a67210b0c37716e6
Author: Campbell Barton
Commit: Campbell Barton
Cleanup: re-format
---
undo-fu-session.el | 18 +++---
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/undo-fu-session.el b/undo-fu-session
branch: elpa/cycle-at-point
commit 3a635cdb6e0f106370ec762c8382b5cfc33690e7
Author: Campbell Barton
Commit: Campbell Barton
Cleanup: re-format
---
cycle-at-point.el | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/cycle-at-point.el b/cycle-at-point.el
index a9925a4
branch: externals/gtags-mode
commit 4ff8de02ed3b4e68180ee8c93228c38465c0440c
Author: Jimmy Aguilar Mena
Commit: Jimmy Aguilar Mena
Enforce file-truename for buffer-file-name.
This fixes the case when using links.
The value is cached when possible because file-truename is pretty
branch: externals/gtags-mode
commit 13629a9f2c36f37d8d998b955079eafb28688551
Author: Jimmy Aguilar Mena
Commit: Jimmy Aguilar Mena
Improve gtags-mode--after-save-hook
This enforces to call global always from the project root in order to
simplify the user definition of gtags-mode
branch: externals/gtags-mode
commit 11d3372329d30307d7360065871533c9c651c6d6
Author: Jimmy Aguilar Mena
Commit: Jimmy Aguilar Mena
Improve the elapsed time message
---
gtags-mode.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gtags-mode.el b/gtags-mode.e
branch: externals/gtags-mode
commit d31ffabeed44e1cc2f80546e2e872d1d06421614
Author: Jimmy Aguilar Mena
Commit: Jimmy Aguilar Mena
Add time measurements
Add an elapsed time message to the commands.
---
gtags-mode.el | 23 +++
1 file changed, 15 insertions(+), 8
elpasync pushed a change to branch externals/gtags-mode.
from 7eb301e234 Improve completion function
new 13629a9f2c Improve gtags-mode--after-save-hook
new 748da9acbe Apply similar change than previous one
new d31ffabeed Add time measurements
new 50cb1f1ea7 F
branch: externals/gtags-mode
commit 748da9acbe65e5af4a1afb0830c24740c19c4b63
Author: Jimmy Aguilar Mena
Commit: Jimmy Aguilar Mena
Apply similar change than previous one
(gtags-mode-update) : Execute in project root
---
gtags-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 dele
branch: externals/gtags-mode
commit 50cb1f1ea7fc14ced4c0d43cc37d093250c64c8f
Author: Jimmy Aguilar Mena
Commit: Jimmy Aguilar Mena
Fix cache use
Ensure that the cache value is stored properly.
---
gtags-mode.el | 14 --
1 file changed, 8 insertions(+), 6 deletions(-)
d
branch: externals/vertico
commit b43b594bb318e722b908f01a6a11409af14b1413
Author: Daniel Mendler
Commit: Daniel Mendler
Version 2.3
---
CHANGELOG.org | 2 +-
extensions/vertico-buffer.el | 4 ++--
extensions/vertico-directory.el | 4 ++--
extensions/vertico-flat.e
branch: externals/auctex
commit 9bc9ab44e802c97b7e986c0b450ef88802096308
Author: Arash Esbati
Commit: Arash Esbati
Update style/algpseudocodex.el to package v1.2.0
* style/algpseudocodex.el ("algpseudocodex"): Add support for
Structure, Class, Properties and Methods.
---
style/
branch: elpa/racket-mode
commit 4395797ff130fcdcc9750fb2456d4f762d56852f
Author: Greg Hendershott
Commit: Greg Hendershott
Remove read/write "seams" only thru racket--repl-output-mark; fixes #754
---
racket-repl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/racket-r
elpasync pushed a change to branch externals/kubed.
from 50f7d4162d ; Improve prompts for log limits
new 64be034b72 Fix handling of context names with non-alphanumeric
characters
new 5b929b9bf6 Add initial support for DaemonSets
Summary of changes:
kubed-common.el|
branch: externals/kubed
commit 5b929b9bf66a7a2e49dc6dc7d1b26f95dccd4dbd
Author: Eshel Yaron
Commit: Eshel Yaron
Add initial support for DaemonSets
See feature request at
https://lists.sr.ht/~eshel/kubed-devel/%3C4f85-67dbf080-73-690daf00@67354721%3E
* kubed.el (daemons
branch: externals/kubed
commit 64be034b72f2b2d9c29d609dd0eceda080d9b754
Author: Eshel Yaron
Commit: Eshel Yaron
Fix handling of context names with non-alphanumeric characters
Hex-encode most non-alphanumeric characters in kubectl context names
in Tramp file names. This allows o
branch: elpa/clojure-ts-mode
commit 01e6a0ba3eff56b7da2330c99b1ef63536a17ad9
Author: Roman Rudakov
Commit: Bozhidar Batsov
Set clojure-ts-completion-at-point-function locally
We should use add-hook instead of add-to-list in order to set it only for
clojure-ts-mode buffers.
---
branch: externals/transient
commit f3f498aa155f88c7e2ab6d1d01d1361813059db8
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Release version 0.9.2
---
CHANGELOG | 4 ++--
docs/transient.org | 4 ++--
docs/transient.texi | 4 ++--
lisp/transient.el | 4 ++--
4 files changed, 8 in
branch: externals/transient
commit 23ec451280fa1641090a5abcbf75b4b99ec61852
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
transient--init-suffix: Do not use :level twice calling constructor
For class constructors and `clone', if a keyword argument is specified
multiple times,
branch: externals/transient
commit 4d79d8d661c14463992d0adca4b530e94297297f
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
transient--init-suffix: Fix previous commit
---
lisp/transient.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/transient.el b/lisp/transien
tarsius pushed a change to branch externals/transient.
from 7937e57e29 Release version 0.9.1
new 23ec451280 transient--init-suffix: Do not use :level twice calling
constructor
new 4d79d8d661 transient--init-suffix: Fix previous commit
new 13daf473d5 manual: Mention
branch: externals/transient
commit 13daf473d5080b91bc37f40e0f3b566738707914
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
manual: Mention transient-copy-menu-text in relevant FAQ
---
docs/transient.org | 8
docs/transient.texi | 8
2 files changed, 16 insertions(+)
dif
branch: externals/greader
commit c2ca8c05aaf3607a8a5f1cc2a5bea9463a9dcf49
Author: Michelangelo Rodriguez
Commit: Michelangelo Rodriguez
Fixes and update.
Fixed changing language, the change now reflects immediately.
Also the function `greader-dict-info' updated to count even def
branch: elpa/helm
commit fea0e9566d256dea1cd498730391be460cbe3cac
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Fix commit dd80517f
Fix multiline insertion on first candidate in async sources.
---
helm-core.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --gi
branch: elpa/helm
commit 01b2efc256ef0917ae12a83ff169baa5e35da885
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Replace cl-defun by regular defun
---
helm-core.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helm-core.el b/helm-core.el
index 3e9d76213d..9aa6
branch: elpa/helm
commit b262ff8dc50fdaf6cd67b0f4ec041ef393d7bb5e
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Reorder, no code change
---
helm-core.el | 23 +++
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/helm-core.el b/helm-core.el
index f938
elpasync pushed a change to branch elpa/helm.
from 13e48dcebe Restore commit d69a7da8
new fea0e9566d Fix commit dd80517f
new b262ff8dc5 Reorder, no code change
new 01b2efc256 Replace cl-defun by regular defun
Summary of changes:
helm-core.el | 26 +
branch: externals/kubed
commit 50f7d4162ddbb73896096cbb7a1892ad327d7010
Author: Eshel Yaron
Commit: Eshel Yaron
; Improve prompts for log limits
* kubed-transient.el (kubed-transient-logs-for-resource):
(kubed-transient-logs): Improve some prompts.
(Prompted by https://
elpasync pushed a change to branch externals/emms.
from abb4f614da * doc/emms.texinfo: typo
new 244913c895 * emms.el: insert into the current playlist buffer.
new 0e85b67fae * emms.el: fix strange indentation
new e5f46561c3 * emms.el: add `insert-current' to `define-
branch: externals/ef-themes
commit d5f4ae5edf66f103ea703905e5facb0e245c672d
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Add support for the header-line-inactive face (Emacs 31)
---
ef-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ef-themes.el b/ef-themes.el
index
branch: elpa/helm
commit 3acd1bd9584d52d84b4c424e36e6f178409bb3d5
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Revert previous changes on filters to f1ab92a1
---
helm-core.el | 116 +--
1 file changed, 65 insertions(+), 51 delet
branch: elpa/helm
commit 13e48dcebeb34bdae84d9ac3b3c9ee66ea01d93f
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Restore commit d69a7da8
Exit async processes softly when reaching limit
and notify process limit is reached to allow sentinels to work
correctly in such
elpasync pushed a change to branch elpa/helm.
from bd0abf4af7 Notify sentinels when limit is reached
new 3acd1bd958 Revert previous changes on filters to f1ab92a1
new 13e48dcebe Restore commit d69a7da8
Summary of changes:
helm-core.el | 111 +++
branch: externals/spacious-padding
commit 58214fa5aa164d7248f44b77ca3bd91abac6706c
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Extend the "subtle mode line" concept to header lines as well
---
README.org | 71 --
spacious-padding.el | 121 ++
branch: externals/standard-themes
commit 8982369e5d1e9489e8c0a5846ad151dea9dfb1b8
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Add support for the header-line-inactive face (Emacs 31)
---
standard-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/standard-themes.el b/
branch: externals/modus-themes
commit 6979a37a1e5489d213c82aa33c75001724fc32fd
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Add support for the header-line-inactive face (Emacs 31)
---
modus-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/modus-themes.el b/modus-the
35 matches
Mail list logo