branch: elpa/vc-fossil
commit 8ce6113aa272583130e5f929fefd67115c8f572a
Author: Alfred M. Szmidt
Commit: Alfred M. Szmidt
vc-fossil.el: Update from Fossil.
---
vc-fossil.el | 92
1 file changed, 49 insertions(+), 43 deletions(-)
d
branch: externals/pyim
commit ca9cf25673c75d1ca6a322e0f59a019e40a2c13f
Author: Feng Shu
Commit: Feng Shu
Add pyim-process-auto-select
---
pyim-process.el | 146 +---
1 file changed, 75 insertions(+), 71 deletions(-)
diff --git a/pyim-proc
branch: elpa/helm
commit 36b0fa4eac0863e420201d7ece0ee32168c5be64
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Fix defcustom odd types warnings in emacs-29
---
helm-core.el| 6 +++---
helm-dabbrev.el | 2 +-
helm-misc.el| 2 +-
helm-utils.el | 2 +-
4 files changed, 6 inser
elpasync pushed a change to branch elpa/helm-core.
from 3b8e7c108b Fix issues #2517, #2518, #2520 by requiring
*global-bindings in helm
adds 36b0fa4eac Fix defcustom odd types warnings in emacs-29
No new revisions were added by this update.
Summary of changes:
helm-core.el| 6
branch: externals/pyim
commit b9732d28213af0937962703d82d7b1f91f23836d
Author: Feng Shu
Commit: Feng Shu
Remove pyim-exhibit-delay-ms
现在 pyim 的速度已经很快了,我感觉这个功能已经没有必要了,删除它可以显著降低代码
复杂度,因为 pyim 添加了延迟获取词条的功能,两个功能都使用 timer, 导致代码很复杂,
难以了解。
---
pyim-process.el | 50 ++--
branch: elpa/helm
commit 07a9fe9031d4f83b1be24aff2d431293854797fd
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Require helm-lib in *global-bindings (#2520)
---
helm-global-bindings.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/helm-global-bindings.el b/helm-global-bindings
elpasync pushed a change to branch elpa/helm-core.
from 36b0fa4eac Fix defcustom odd types warnings in emacs-29
adds 07a9fe9031 Require helm-lib in *global-bindings (#2520)
adds 8387864d5a Fix unquoted single quotes in docstrings
No new revisions were added by this update.
S
elpasync pushed a change to branch elpa/helm.
from 36b0fa4eac Fix defcustom odd types warnings in emacs-29
new 07a9fe9031 Require helm-lib in *global-bindings (#2520)
new 8387864d5a Fix unquoted single quotes in docstrings
Summary of changes:
helm-adaptive.el| 14
branch: main
commit fee13ecec7535f5ff5fadabb76f94747238ca32f
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Specify the :doc in all my packages
* elpa-packages (cursory, fontaine, lin, logos, pulsar, tmr): Make the
documentation explicit, so that it is converted into an
branch: externals/dash
commit 112aa7c251a7cf3e5d024e21f205cdba79df5a33
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Fix clients of -compare-fn
* NEWS.md (2.19.2): Rename...
(2.20.0): ...to this. Announce changes.
* README.md:
* dash.texi: Regenerate d
branch: externals/dash
commit 0c49a33a61c739eb12e4c3680138c1659926202d
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Fix -permutations for multisets
* NEWS.md (2.20.0): Announce -frequencies and changes in
-permutations.
* README.md:
* dash.texi: R
branch: elpa/with-editor
commit 7344bb67855278e3884e970b681c5aae09717920
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
with-editor-return: Make sure process buffer is killed
If there is a client but it is not live anymore, likely because
an error occurred while responding to t
elpasync pushed a change to branch elpa/helm-core.
from 8387864d5a Fix unquoted single quotes in docstrings
adds 7adca3d2cf Revert "Fix unquoted single quotes in docstrings"
adds 6d46846baa Fix again warnings about single quotes
No new revisions were added by this update.
Su
branch: elpa/helm
commit 6d46846baa24247fa8237cb07a4d188b888a8dbb
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Fix again warnings about single quotes
Now avoid quoting things such as `foo' or "don't".
---
helm-core.el | 71
elpasync pushed a change to branch elpa/helm.
from 8387864d5a Fix unquoted single quotes in docstrings
new 7adca3d2cf Revert "Fix unquoted single quotes in docstrings"
new 6d46846baa Fix again warnings about single quotes
Summary of changes:
helm-adaptive.el| 14
branch: elpa/git-commit
commit c9a738f7d31730d8227e25487492a82ae6cd3979
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-commit-diff-1: New function
---
lisp/magit-commit.el | 52
1 file changed, 28 insertions(+), 24 deletions(-)
di
branch: elpa/git-commit
commit c0f4e43c580392bc8b598a04c791e9650e2688bb
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-commit-diff: Fix name of a supported command
---
lisp/magit-commit.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-commit.el b/lisp
branch: elpa/git-commit
commit e400987d1fccbae2fdf25550878618d3befeac9a
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Remove outdated commit-diff comment
---
lisp/magit-commit.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index e6ecf26
elpasync pushed a change to branch elpa/git-commit.
from 9b48dd7e36 Prefer 'git log --no-walk' to 'git show --no-patch'
new e0abcbd22f Change name of fake command used when adding --all
argument
new c0f4e43c58 magit-commit-diff: Fix name of a supported command
new 3
branch: elpa/git-commit
commit 2dfeaa6839c643a54d96c9f855bae11d5cba2453
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-commit-diff-1: Use different heuristics
Most importantly, do not show an alternative diff unless we are
confident that doing so is useful, or at least no
branch: elpa/git-commit
commit 3ebc4e84dbeed88e8e73c2d1e8bd668afcd7781f
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-diff-refresh-buffer: Fix magit-set-header-line-format
---
lisp/magit-diff.el | 18 ++
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/
branch: elpa/git-commit
commit f34913f6691f0d73f146e0010593b984803e162c
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-diff-refresh-buffer: Use nicer title while committing --all
---
lisp/magit-diff.el | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/lisp/
branch: elpa/git-commit
commit 34365a2c5c6a48ae0694d7787624cd9c27da31fb
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-commit-assert: Use --all instead of explicitly staging all
If the user aborts while writing the message, it is better if the
state remains the same as be
branch: elpa/git-commit
commit 41b08daabf40c7e14eddcca78f7efc5c691e5200
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-commit-diff-1: Determine arguments only here
The logic is the same as before but instead of determining the
appropriate diff command and calling that, we
branch: elpa/git-commit
commit 3af07129bc0ca437ab46ced5400ed3288a0762e4
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-commit-diff: Remember commit command
---
lisp/git-commit.el | 3 +++
lisp/magit-commit.el | 6 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a
elpasync pushed a change to branch elpa/magit.
from 9b48dd7e36 Prefer 'git log --no-walk' to 'git show --no-patch'
adds e0abcbd22f Change name of fake command used when adding --all
argument
adds c0f4e43c58 magit-commit-diff: Fix name of a supported command
adds 34365a
elpasync pushed a change to branch elpa/magit-section.
from 9b48dd7e36 Prefer 'git log --no-walk' to 'git show --no-patch'
adds e0abcbd22f Change name of fake command used when adding --all
argument
adds c0f4e43c58 magit-commit-diff: Fix name of a supported command
adds
branch: elpa/git-commit
commit e0abcbd22f9980cda86e6169b643634339cf3f32
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Change name of fake command used when adding --all argument
---
lisp/magit-commit.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/magit-com
branch: externals/transient
commit a28a6c4ad4c7b9430fcbb29017a328190939c456
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Fix and improve conflict removal when adding new suffixes
Fixes #203.
---
docs/transient.org | 15 +++
docs/transient.texi | 18 +
branch: externals/transient
commit cc4dd65511336e06cbbd6648ec58b68e14ce3834
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
transient-show-popup: Mention key binding for transient-show
---
lisp/transient.el | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/lisp/tr
tarsius pushed a change to branch externals/transient.
from 6fc09a663e make: Run check-declare-directory
new a0c69e5c71 Remove "-button" suffix from face name
new cc4dd65511 transient-show-popup: Mention key binding for
transient-show
new 5302db18cb Once popup is sh
branch: externals/transient
commit 2e4426fe8161893382f09b3f4635e152ee02488e
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Quote single quote in docstring
The byte-compiler recently got more fussy about quotes.
---
lisp/transient.el | 2 +-
1 file changed, 1 insertion(+), 1 deleti
branch: externals/transient
commit 5302db18cbab0054554cd5c9aefab366b70ba7d0
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Once popup is showing keep doing so until full exit
If popup was explicitly shown, keep doing so when entering
a sub-prefix and when returning to the paren
branch: externals/transient
commit a0c69e5c712511a35d0ab53a5634420e9705149e
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Remove "-button" suffix from face name
I added the suffix to avoid the potential of conflict,
but "button.el" already takes care of that internally.
---
l
branch: elpa/helm
commit 9e706bc154deab9b5932d7849eff249f7c4bf1c9
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Fix some more single quotes and also unnneded quoted paren
---
helm-core.el| 28 ++--
helm-dabbrev.el | 6 +++---
helm-elisp.el |
elpasync pushed a change to branch elpa/helm-core.
from 6d46846baa Fix again warnings about single quotes
adds 9e706bc154 Fix some more single quotes and also unnneded quoted
paren
No new revisions were added by this update.
Summary of changes:
helm-core.el| 28 ++
branch: externals/cape
commit 67c48f1c3609f1426f02c5d8b81e23b1e8b89659
Author: Daniel Mendler
Commit: Daniel Mendler
Fix #45
---
cape.el | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/cape.el b/cape.el
index 94ebd2680a..c54e5def15 100644
--- a/cape.el
+++ b/cape.
branch: externals/kind-icon
commit 7da31e42778d891f01b2783543912c0cbab47c6f
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Disable background-blending on terminal
---
kind-icon.el | 2 +-
1 file changed, 1 insertion(+), 1
branch: elpa/org-auto-tangle
commit 87b867b46e9d75bb65c6b4d02565c67e225bd429
Author: lispy-dobby
Commit: GitHub
make the version option meets the release tag
---
org-auto-tangle.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-auto-tangle.el b/org-auto-tangle.el
in
branch: elpa-admin
commit 64316cdf3088c8209ff71353d26aa8a092e3e154
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-admin.el (elpaa--get-section): Don't burp if `file` is nil
---
elpa-admin.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/elpa-admin.el b/elpa-
branch: externals/embark
commit 63f0d4dc09afb058450dc10dd3916027a93ee487
Author: Omar Antolín
Commit: Omar Antolín
Fix #515
In terminal Emacs, the default binding for scroll-other-window, namely
C-M-v, is read as ESC C-v, i.e., [27 22]. When you lookup this in a
keymap where
elpasync pushed a change to branch externals/embark-consult.
from 7eab6ea618 Merge pull request #513 from tarsiiformes/quote-quote
adds 63f0d4dc09 Fix #515
No new revisions were added by this update.
Summary of changes:
embark.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletio
branch: externals/pyim
commit 27345a866f4e50871e544879b99315ad5744d31c
Author: Feng Shu
Commit: Feng Shu
* pyim-process.el (pyim-process-auto-select): Update docstring.
---
pyim-process.el | 27 ++-
1 file changed, 18 insertions(+), 9 deletions(-)
diff --git a/pyim-
elpasync pushed a change to branch externals/pyim.
from b9732d2821 Remove pyim-exhibit-delay-ms
new a9882f226b * pyim-process.el (pyim-process-auto-select): Return
'auto-select-success
new d35821ee4a * pyim-process.el (pyim-process-run-delay): Improve
docsting.
new
branch: externals/pyim
commit a9882f226b2166862dd89b87791c49176190b593
Author: Feng Shu
Commit: Feng Shu
* pyim-process.el (pyim-process-auto-select): Return 'auto-select-success
---
pyim-process.el | 17 +
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/pyim-p
branch: externals/pyim
commit d35821ee4a70201d8e05cde605cb02d59b43902c
Author: Feng Shu
Commit: Feng Shu
* pyim-process.el (pyim-process-run-delay): Improve docsting.
---
pyim-process.el | 19 ---
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/pyim-process.el
elpasync pushed a change to branch externals/pyim.
from 27345a866f * pyim-process.el (pyim-process-auto-select): Update
docstring.
new 8beba703d8 * pyim-candidates.el
(pyim-candidates-create-limit-time): Update docstring.
new 21eb4d60d0 Add pyim-process-merge-candidates
branch: externals/pyim
commit 8beba703d815c33afad574a76c75108c72b91223
Author: Feng Shu
Commit: Feng Shu
* pyim-candidates.el (pyim-candidates-create-limit-time): Update docstring.
---
pyim-candidates.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pyim-candid
branch: externals/pyim
commit 21eb4d60d0af85099ddd820e4a367e662185beac
Author: Feng Shu
Commit: Feng Shu
Add pyim-process-merge-candidates
---
pyim-candidates.el | 21 -
pyim-liberime.el | 2 +-
pyim-process.el| 26 +++---
3 files changed, 24 i
49 matches
Mail list logo