elpasync pushed a change to branch externals/org.
from c508ff41e4 Merge branch 'bugfix'
new 3996ea99a3 org-element-map: Refer to `org-element-parse-buffer' in
the docstring
new e5e7ae36cf org-element--current-element: Fix #+BEGIN$ parsed as
special block
Summary of chang
branch: externals/org
commit e5e7ae36cf75c1f7242827d59b4d2d1c35ea4023
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-element--current-element: Fix #+BEGIN$ parsed as special block
* lisp/org-element.el (org-element--current-element): Use
`org-element-dynamic-block-open-re' to
branch: externals/org
commit 3996ea99a37c05047a08903ede7ba9ec0cf2db18
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-element-map: Refer to `org-element-parse-buffer' in the docstring
* lisp/org-element.el (org-element-map): Update docstring. Mention
that parse tree can be ob
branch: externals/tmr
commit 6a1b00633853b30e485bfed007dea61eaf2807ce
Author: Damien Cassou
Commit: Protesilaos Stavrou
tmr-tabulated: Add missing header information
---
tmr-tabulated.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tmr-tabulated.el b/tmr-tabulated.el
index 3bef253a
branch: externals/tmr
commit 3d9242be838f61f397d0542920ce9775759b5cb2
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Add a reference to grid view; tweak code sample
---
README.org | 9 +
tmr.el | 5 +++--
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/RE
branch: externals/tmr
commit e7f4566967e9761c29ec0f0d267f4f6bd8f0ba60
Author: Damien Cassou
Commit: Protesilaos Stavrou
Makefile: New file to facilitate checking the code
Just type "make check" in the project's directory to check everything
is fine.
---
.gitignore | 1 +
Makef
elpasync pushed a change to branch externals/tmr.
from 0d94b41782 Document tmr-clone and new grid view key bindings
new e7f4566967 Makefile: New file to facilitate checking the code
new 6a1b006338 tmr-tabulated: Add missing header information
new 3a41b7ff9d Delete th
branch: externals/tmr
commit 3a41b7ff9d7ef862ae7ac200b337079fef5b3720
Author: Damien Cassou
Commit: Protesilaos Stavrou
Delete the log buffer feature
tmr-tabulated-view supersedes this feature.
---
README.org | 4 +---
tmr.el | 31 ++-
2 files chang
branch: main
commit 9f18ee1fc11866c0e0c525d22aaf2b1abd1f7f4f
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
* elpa-packages (tmr): Ignore Makefile
---
elpa-packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index 0a72606e4c..b
elpasync pushed a change to branch elpa/magit-section.
from 21e671ed76 ci: Test on Emacs 28.1
adds 421105ef4f magit-section-goto-successor(hunk): Make fourth argument
optional
No new revisions were added by this update.
Summary of changes:
lisp/magit-diff.el | 2 +-
1 file change
elpasync pushed a change to branch elpa/magit.
from 21e671ed76 ci: Test on Emacs 28.1
adds 421105ef4f magit-section-goto-successor(hunk): Make fourth argument
optional
No new revisions were added by this update.
Summary of changes:
lisp/magit-diff.el | 2 +-
1 file changed, 1 ins
branch: elpa/git-commit
commit 421105ef4f21a84d0ba222681590bfbe22203ff9
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-goto-successor(hunk): Make fourth argument optional
Even for hunks the ARG argument may be missing,
see `magit-section-get-relative-position(hunk
elpasync pushed a change to branch externals/taxy.
from b209692b63 Release: 0.9
new feac397f27 Meta: 0.10-pre
new 009074563f Deffy: Fix: Disambiguate forms with same name
Summary of changes:
README.org| 6 +++
examples/deffy.el | 20 +++-
taxy.el
branch: externals/taxy
commit feac397f275c5d4b1661491b885fc9b41ac843f9
Author: Adam Porter
Commit: Adam Porter
Meta: 0.10-pre
---
README.org | 4 ++
taxy.el| 2 +-
taxy.info | 146 +
3 files changed, 83 insertions(+), 69 d
branch: externals/taxy
commit 009074563fc443c5bb6337d642001c6328a9c379
Author: Adam Porter
Commit: Adam Porter
Deffy: Fix: Disambiguate forms with same name
---
README.org| 4 +++-
examples/deffy.el | 20 ++--
2 files changed, 21 insertions(+), 3 deletions(-)
diff
branch: externals/javaimp
commit 1e68967c276cd4f3eb8396059c08f8434476f771
Author: Filipp Gunbin
Commit: Filipp Gunbin
* javaimp-parse.el (javaimp-parse--decl-prefix): let instead of setq
---
javaimp-parse.el | 26 +-
1 file changed, 13 insertions(+), 13 deletions(-)
branch: externals/javaimp
commit 53146a24d910ae19122dbace68c3a4dfff1b13ac
Author: Filipp Gunbin
Commit: Filipp Gunbin
Use javaimp-parse--skip-back-until for exiting comments/strings
---
javaimp-parse.el | 17 +
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/j
branch: externals/javaimp
commit 2c871eb5c84da984a9ce03879ecb85a8c1e4a444
Author: Filipp Gunbin
Commit: Filipp Gunbin
Add test for javaimp-parse--decl-prefix
---
tests/parse.el | 50 ++
1 file changed, 50 insertions(+)
diff --git a/tests/pars
fgunbin pushed a change to branch externals/javaimp.
from 00a7e084be More navigation functions fixes
new a3bfdc2352 Clean up syntax / parsing settings
new 2c871eb5c8 Add test for javaimp-parse--decl-prefix
Summary of changes:
javaimp-parse.el | 171 +++
branch: externals/javaimp
commit a3bfdc2352197065bfc396ae85b2515980410da4
Author: Filipp Gunbin
Commit: Filipp Gunbin
Clean up syntax / parsing settings
---
javaimp-parse.el | 171 ++-
javaimp-tests.el | 11
javaimp.el | 10 ++
branch: externals/dtache
commit 08310ca70b935d82fab146c7135d19a2c784f160
Author: Niklas Eklund
Commit: Niklas Eklund
Update CHANGELOG
---
CHANGELOG.org | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 14dbcc7d8f..bb72a9274a 100644
--- a/CHANGELOG.org
+
elpasync pushed a change to branch externals/dtache.
from dd57e01ba0 Improve completing read interface
new b38560b002 Remove dtache's need of setup functions
new 08310ca70b Update CHANGELOG
Summary of changes:
CHANGELOG.org | 1 +
README.md | 38 +
branch: externals/dtache
commit b38560b002b26bcbfd85fa4100df2202a16ee9ac
Author: Niklas Eklund
Commit: Niklas Eklund
Remove dtache's need of setup functions
The package required the user to run different setup functions, which
forced users to load dtache at start-up. This restru
branch: externals/dtache
commit dd57e01ba0c06adc7d4a96c546a866ddaf1f792c
Author: Niklas Eklund
Commit: Niklas Eklund
Improve completing read interface
Make the command width as well as annotation dynmaic. They will both
adapt their width depending on the current sessions.
---
C
branch: externals/csv-mode
commit 51580d5bf7095eff429029cd8d4b79214faf6b48
Author: Lars Ingebrigtsen
Commit: Lars Ingebrigtsen
Make csv-mode align when display-line-numbers-mode is on
* csv-mode.el (csv-header-line): Add the header line indent.
(csv--compute-header-string): Add
branch: externals/vertico
commit 26801d5e2ea2f699740055e41360ed3aff98eeb7
Author: Daniel Mendler
Commit: Daniel Mendler
README: Update section about extensions
---
README.org | 15 ---
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/README.org b/README.org
index 4c
branch: externals/corfu
commit 443905dade3e1c14d181c4e30b8583559c1d60d1
Author: Daniel Mendler
Commit: Daniel Mendler
Minor extension documentation improvements (Fix #167)
---
README.org | 4 +++-
extensions/corfu-indexed.el | 7 ---
extensions/corfu-info.el| 6
branch: externals/vertico
commit 0831da48fe75a173a27eb1ff283c80f0a2f4
Author: Daniel Mendler
Commit: Daniel Mendler
Minor extension documentation improvements
---
extensions/vertico-indexed.el | 6 --
extensions/vertico-quick.el | 6 +-
2 files changed, 9 insertions(+), 3 dele
elpasync pushed a change to branch externals/vertico.
from d5d6e312af Make vertico-repeat more robust
new 26801d5e2e README: Update section about extensions
new 0831da48fe Minor extension documentation improvements
Summary of changes:
README.org| 15 ++
branch: externals/nano-theme
commit d0c89de2e40231fc54ed3cf34bb12b2ebc3daf9b
Author: Nicolas P. Rougier
Commit: Nicolas P. Rougier
Fixed but (nano-error -> nano-critical)
---
nano-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nano-theme.el b/nano-theme.el
inde
branch: externals/corfu
commit c7f3a6f83f7f2db7e1a5c78156d762cfc69ba677
Author: Daniel Mendler
Commit: Daniel Mendler
corfu-history: Be more explicit about the configuration (See #167)
---
extensions/corfu-history.el | 4
1 file changed, 4 insertions(+)
diff --git a/extensions/corfu-h
elpasync pushed a change to branch externals/corfu.
from dc4623b459 Version 0.24
new 443905dade Minor extension documentation improvements (Fix #167)
new c7f3a6f83f corfu-history: Be more explicit about the configuration
(See #167)
Summary of changes:
README.org
branch: externals/tmr
commit bf9c46ad1e7dbf21ea390dcafa4d840e8b807eb1
Author: Damien Cassou
Commit: Protesilaos Stavrou
tmr: Add tmr-clone to create a timer from an existing one
---
tmr.el | 15 ---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/tmr.el b/tmr.el
i
branch: externals/tmr
commit e7e7a4225c696522de0d5a6a8a346423f0cc87f0
Author: Damien Cassou
Commit: Protesilaos Stavrou
tmr-tabulated: Bind "c" to clone the timer at point
---
tmr-tabulated.el | 8
1 file changed, 8 insertions(+)
diff --git a/tmr-tabulated.el b/tmr-tabulated.el
in
branch: externals/tmr
commit 0d94b417820d437c1a85c7e517d46f1d3b5e07ac
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Document tmr-clone and new grid view key bindings
---
README.org | 23 +++
tmr.el | 17 +++--
2 files changed, 34 insertions(+),
branch: externals/tmr
commit 5c8c0e35d90e88e0a3c29091acbf8c993a13d9dc
Author: Damien Cassou
Commit: Protesilaos Stavrou
tmr-tabulated: Bind "+" to add a new timer
---
tmr-tabulated.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/tmr-tabulated.el b/tmr-tabulated.el
index 1b24ae3fff..f
elpasync pushed a change to branch externals/tmr.
from bd9b1cd8f3 tmr-tabulated: add library headers
new 5c8c0e35d9 tmr-tabulated: Bind "+" to add a new timer
new bf9c46ad1e tmr: Add tmr-clone to create a timer from an existing one
new e7e7a4225c tmr-tabulated: Bind
elpasync pushed a change to branch elpa/magit-section.
from 8269af107f magit-generate-new-buffer: Determine appropriate
default-directory
adds 21e671ed76 ci: Test on Emacs 28.1
No new revisions were added by this update.
Summary of changes:
.github/workflows/test.yml | 1 +
1 fil
elpasync pushed a change to branch elpa/magit.
from 8269af107f magit-generate-new-buffer: Determine appropriate
default-directory
adds 21e671ed76 ci: Test on Emacs 28.1
No new revisions were added by this update.
Summary of changes:
.github/workflows/test.yml | 1 +
1 file change
branch: externals/dtache
commit 04f27090ae5ef0428a54f998ac766f4e92f34dd8
Author: Niklas Eklund
Commit: Niklas Eklund
Update contributor section in README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 06b782fde5..88965be043 1006
branch: externals/dtache
commit 12e3ec8f1e61c44a53b85809237f94b4175df5ff
Author: Niklas Eklund
Commit: Niklas Eklund
Make dtache-copy-session compatible with env mode
---
dtache.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dtache.el b/dtache.el
index f4c0820d52..5937006d42 1006
branch: externals/dtache
commit 5087f9012035d43cbfeea201037dd1ce0623a7dc
Author: Niklas Eklund
Commit: Niklas Eklund
Update CHANGELOG
---
CHANGELOG.org | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 141adc0b90..2e1e0ac80d 100644
--- a/CHANGELOG.org
+
branch: externals/dtache
commit d34c6cb023137da8b7905248b5f96aee71c4b945
Author: Niklas Eklund
Commit: Niklas Eklund
Delete README.org
---
README.org | 506 -
1 file changed, 506 deletions(-)
diff --git a/README.org b/README.org
d
branch: externals/dtache
commit d0c5522c9e09e8bac0053553c040749d2578e942
Author: Niklas Eklund
Commit: Niklas Eklund
Update README.md
---
README.md | 12
1 file changed, 12 insertions(+)
diff --git a/README.md b/README.md
index e4b58e9705..601d817174 100644
--- a/README.md
+++
branch: externals/dtache
commit 60ec4c26d1e3b8915950419167e7abf0bc212376
Author: Niklas Eklund
Commit: Niklas Eklund
Add smart-mode-block-list
---
dtache.el | 17 -
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/dtache.el b/dtache.el
index 9483e7f424..236a95d1
branch: externals/dtache
commit c1f3b629b8d55a5ef3f69fed498c702d0485fa03
Author: Rose Osterheld
Commit: Niklas Eklund
Update README
Document a hack to make programs assume that dtache has color support
---
README.org | 26 ++
1 file changed, 26 insertions(+)
branch: elpa/git-commit
commit 21e671ed7601b3ef4b02782bf515ca88dc8dcc8d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
ci: Test on Emacs 28.1
---
.github/workflows/test.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index eed
elpasync pushed a change to branch externals/dtache.
from 5a39733299 Improve output when attaching
new c1f3b629b8 Update README
new 19f13e25d5 new-dtache-env
new 60ec4c26d1 Add smart-mode-block-list
new 0f3dce2191 Fix tests
new 80d019e595 Address sugg
branch: externals/dtache
commit 0f3dce21911371c1edac40c82b17ec53ee58e436
Author: Niklas Eklund
Commit: Niklas Eklund
Fix tests
---
test/dtache-test.el | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/test/dtache-test.el b/test/dtache-test.el
index 2cfb82b381
branch: externals/dtache
commit 19f13e25d567861c386e9d33da3ff10539103834
Author: Niklas Eklund
Commit: Niklas Eklund
new-dtache-env
---
dtache-env | 21 -
dtache.el | 5 +++--
2 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/dtache-env b/dtache-env
index
branch: externals/buffer-env
commit bc71c5014ec79f9afbc699f48f794d03dd7ca64f
Author: Philip Kaludercic
Commit: Augusto Stoffel
Allow for buffer-env-script-name to be a list of files
---
buffer-env.el | 25 +
1 file changed, 17 insertions(+), 8 deletions(-)
diff --gi
branch: externals/buffer-env
commit 2e1f311ba01a47cc71e2705ea09eaf5f751f1e21
Author: Augusto Stoffel
Commit: Augusto Stoffel
Revert to original default value of buffer-env-script-name
---
buffer-env.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/buffer-env.el b/
branch: externals/dtache
commit 7311bcaac88260745cb79766641a6155189e8cb3
Author: Niklas Eklund
Commit: Niklas Eklund
Update dtache-env-mode implementation
---
README.md | 9 +++--
dtache.el | 21 +++--
test/dtache-test.el | 15 +++
3 file
branch: externals/dtache
commit 80d019e5955dc5f2aeb50460ce906446f36e93d3
Author: Niklas Eklund
Commit: Niklas Eklund
Address suggestion from linter
---
dtache-env | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dtache-env b/dtache-env
index 18011e8f07..0ff7f879b5 100755
branch: externals/buffer-env
commit c76e282125779ea8de522dce899b974b5b343441
Author: Augusto Stoffel
Commit: Augusto Stoffel
Small refactoring
---
buffer-env.el | 26 +-
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/buffer-env.el b/buffer-env.el
ind
branch: externals/dtache
commit df257374441a9ea7f0d9d6ab7194828cfe1a4b3e
Author: Niklas Eklund
Commit: Niklas Eklund
Mention that users need to update dtache-env
---
CHANGELOG.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 2e1e0ac
branch: externals/dtache
commit 2764a299891e65f4c16704034a99fd85fdf59bcd
Author: Niklas Eklund
Commit: Niklas Eklund
Update dtache-env-mode
---
dtache-env | 16 +---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/dtache-env b/dtache-env
index 0ff7f879b5..2427d3a3
branch: externals/dtache
commit 7f07d2ddd399f1f2596e8a3f4365838690302104
Author: Niklas Eklund
Commit: Niklas Eklund
Add missing autoload cookie
---
dtache-compile.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/dtache-compile.el b/dtache-compile.el
index 27bd810a89..713805225e 10064
elpasync pushed a change to branch externals/buffer-env.
from 7b7e5c2a79 Add option to display script name in mode line
new bc71c5014e Allow for buffer-env-script-name to be a list of files
new 2e1f311ba0 Revert to original default value of
buffer-env-script-name
new
branch: elpa/markdown-mode
commit 4477f381de0068a04b55e198c32614793f67b38a
Merge: 5b6e660c13 1db4ea76d6
Author: Shohei YOSHIDA
Commit: GitHub
Merge pull request #708 from buzztaiki/emacs28_eldoc
Support newer version Eldoc ships with Emacs 28
---
CHANGES.md | 1 +
markdown-mo
elpasync pushed a change to branch elpa/markdown-mode.
from 5b6e660c13 Merge pull request #706 from jrblevin/issue-705
new b2e0348dd1 support newer version Eldoc ships with Emacs 28
new 1db4ea76d6 simplify function declaration
new 4477f381de Merge pull request #708 f
branch: elpa/markdown-mode
commit b2e0348dd107544bdd022ed5e2ff45652ee045b6
Author: Taiki Sugawara
Commit: Taiki Sugawara
support newer version Eldoc ships with Emacs 28
---
CHANGES.md | 1 +
markdown-mode.el | 8 +---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/
branch: elpa/markdown-mode
commit 1db4ea76d61d3c93c7927cafdf99ac8745a41417
Author: Taiki Sugawara
Commit: GitHub
simplify function declaration
Co-authored-by: Shohei YOSHIDA
---
markdown-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/markdown-mode.el b
branch: elpa/git-commit
commit 67352a64b555a99e77fba8651487fa6449c88078
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit--toplevel-safe: New function
---
lisp/magit-git.el | 12 +-
lisp/magit-mode.el | 66 ++
2 files changed,
branch: elpa/git-commit
commit 8269af107f619e10c588ee0b8a81b9e3ec077a98
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-generate-new-buffer: Determine appropriate default-directory
---
lisp/magit-mode.el | 11 +--
lisp/magit-process.el | 4 ++--
lisp/magit-submodule.el
branch: elpa/git-commit
commit e733c8d1aa022458a67af5db70796c3d81ae6fb2
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-get-relative-position: Define as generic function
---
lisp/magit-diff.el| 22 +-
lisp/magit-mode.el| 3 ++-
lisp/magit-section.e
branch: elpa/git-commit
commit 8ea1df1cd03922262d928fe2abc12477ca1569bc
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Wrap git-commit-mode with bound-and-true-p
---
lisp/magit-mode.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lisp/magit-mode.el b/lisp/magit-mo
branch: elpa/git-commit
commit 69327510e2a569a4d619236dc178638a8cb020b1
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-goto-successor: Cosmetics
---
lisp/magit-diff.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/magit-diff.el b/lisp/magit-diff
elpasync pushed a change to branch elpa/git-commit.
from aff4180479 git-rebase-mode-show-keybindings: Preserve comment face
new ccb0de02ad magit--disable-save-buffers: Renamed variable
new 466bf542b0 Remove unnecessary declare-function
new 8ea1df1cd0 Wrap git-commit-
branch: elpa/git-commit
commit ccb0de02adf314c19bd76959d8c2d885639f0c99
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit--disable-save-buffers: Renamed variable
---
lisp/git-rebase.el | 2 +-
lisp/magit-mode.el | 10 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --
elpasync pushed a change to branch elpa/magit-section.
from aff4180479 git-rebase-mode-show-keybindings: Preserve comment face
adds ccb0de02ad magit--disable-save-buffers: Renamed variable
adds 466bf542b0 Remove unnecessary declare-function
adds 8ea1df1cd0 Wrap git-comm
elpasync pushed a change to branch elpa/magit.
from aff4180479 git-rebase-mode-show-keybindings: Preserve comment face
adds ccb0de02ad magit--disable-save-buffers: Renamed variable
adds 466bf542b0 Remove unnecessary declare-function
adds 8ea1df1cd0 Wrap git-commit-mode
branch: elpa/git-commit
commit 91e6698435b9aadb89620d443444d2ec34a5efce
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Avoid loading bookmark upfront
---
lisp/magit-mode.el | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el
in
branch: elpa/git-commit
commit c42b09f9879bc16fbba4e83bb2a4e985a797ee54
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-get-relative-position: Rename and move
Its value is consumed by `magit-section-goto-successor',
which is also defined in magit-mode.el.
---
lisp
branch: elpa/git-commit
commit 2276f6bcce501d99bfa571fe19377a82151148aa
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Move core bookmark support to magit-mode.el
This helps avoiding circular dependencies.
I am undecided what to do with the boilerplate code that implements
branch: elpa/git-commit
commit 7c45ae83aca366e858d30099a5779dbe844e2929
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Add magit-process-unset-mode-line-error-status to hook
No longer hardcode it in `magit-refresh-buffer'.
This helps avoiding circular dependencies.
---
lisp/ma
branch: elpa/git-commit
commit 466bf542b08a245d915c9bf1767d3428b3462844
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Remove unnecessary declare-function
---
lisp/magit-mode.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el
index e72e425faa..2
branch: elpa/git-commit
commit 208dbd56898d1054fcbad6dbd585250d8f57d3a7
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-goto-successor: Define as generic function
---
lisp/magit-diff.el| 48 +++
lisp/magit-section.el | 52 +++
elpasync pushed a change to branch elpa/git-commit.
from 12272c825d Don't declare functions that usually are not available
new 85dfb25b15 git-rebase-mode-map: Cosmetics
new 670dad14b5 git-rebase-mode-show-keybindings: Cosmetics
new 5ddf251823 git-rebase-mode-show-key
branch: elpa/git-commit
commit 5cc1e06aec43959b4789564b887c178ff5ec0507
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
git-rebase-mode-show-keybindings: Align Git's continued help text
---
lisp/git-rebase.el | 45 -
1 file changed, 24 insertions(
elpasync pushed a change to branch elpa/magit-section.
from 12272c825d Don't declare functions that usually are not available
adds 85dfb25b15 git-rebase-mode-map: Cosmetics
adds 670dad14b5 git-rebase-mode-show-keybindings: Cosmetics
adds 5ddf251823 git-rebase-mode-show-
branch: elpa/git-commit
commit aff4180479092b38fae0401f043b119bb2ea7d9f
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
git-rebase-mode-show-keybindings: Preserve comment face
---
lisp/git-rebase.el | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/lisp/git-rebase.el
branch: elpa/git-commit
commit 85dfb25b15606ff7ff2ea6b76a5cc0d6d667fb49
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
git-rebase-mode-map: Cosmetics
---
lisp/git-rebase.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el
index
elpasync pushed a change to branch elpa/magit.
from 12272c825d Don't declare functions that usually are not available
adds 85dfb25b15 git-rebase-mode-map: Cosmetics
adds 670dad14b5 git-rebase-mode-show-keybindings: Cosmetics
adds 5ddf251823 git-rebase-mode-show-keybindi
branch: elpa/git-commit
commit 5ddf251823227cbe64ddf406201d5fb1a7c3fc02
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
git-rebase-mode-show-keybindings: Propertize all keys
Do not propertize their padding.
---
lisp/git-rebase.el | 16 ++--
1 file changed, 10 insertions
branch: elpa/git-commit
commit 670dad14b55627a6a97fc369587639a543b5db59
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
git-rebase-mode-show-keybindings: Cosmetics
---
lisp/git-rebase.el | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/lisp/git-rebase.el
branch: main
commit 1adbc186da3fbf59ee9dc73e774fa8bcbbbaad1a
Author: Stefan Monnier
Commit: Stefan Monnier
* copyright_exceptions (parser-generator-ll-export.el): Add entry
---
copyright_exceptions | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/copyright_exceptions
branch: elpa/evil-matchit
commit 415f485049f10d93b1033c59482b1811063d3660
Author: Chen Bin
Commit: Chen Bin
upgrade test suite
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 83a03c168f..66f37fb7ae 100644
--- a/Makefile
+++ b/Ma
branch: elpa/evil-matchit
commit ec7a8479fec4c9249b52be9fd8e201bb0f3206f2
Author: Chen Bin
Commit: Chen Bin
fixed broken flex lexer since emacs 28.1
---
evil-matchit-sdk.el | 137 +++-
tests/evil-matchit-tests.el | 2 +-
2 files changed, 136
elpasync pushed a change to branch elpa/evil-matchit.
from b47931128c fixed doc
new 415f485049 upgrade test suite
new ec7a8479fe fixed broken flex lexer since emacs 28.1
Summary of changes:
Makefile| 4 +-
evil-matchit-sdk.el | 137 ++
elpasync pushed a change to branch elpa/helm-core.
from 4387d7a002 Remove obsolete helm-mode-fuzzy-match and add new user
var for diacritics in helm-mode
adds 70c9e00470 Rename helm-mode-use-diacritics to
helm-mode-ignore-diacritics
No new revisions were added by this update.
Sum
branch: elpa/helm
commit 70c9e00470d0b53a47dde93d050076582d596bd1
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Rename helm-mode-use-diacritics to helm-mode-ignore-diacritics
---
helm-mode.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/helm-mode.el b/helm
branch: externals/osm
commit 563d9646b1f8df37cefcec5d51d20249eba407da
Author: Daniel Mendler
Commit: Daniel Mendler
Version 0.8
---
osm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osm.el b/osm.el
index a7a1f87e85..b96ac59e15 100644
--- a/osm.el
+++ b/osm.el
@@ -5,
branch: externals-release/org
commit 4fe59b688f09baed819a508dc18f0e41be05aa77
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-babel-load-file: Fix loading with non-nil COMPILE argument
* lisp/org.el (org-babel-load-file): Use correct file name to load
compiled file.
F
branch: externals/org
commit c508ff41e44c45626e71bab6324a5b03b98d8803
Merge: 5766ddd758 4fe59b688f
Author: Ihor Radchenko
Commit: Ihor Radchenko
Merge branch 'bugfix'
---
lisp/org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 48d992d9
elpasync pushed a change to branch externals/org.
from 5766ddd758 ox-latex: Prefix lst: to source block labels
new 4fe59b688f org-babel-load-file: Fix loading with non-nil COMPILE
argument
new c508ff41e4 Merge branch 'bugfix'
Summary of changes:
lisp/org.el | 2 +-
1 fil
branch: externals/corfu
commit dc4623b45947dc4fa270a9fcf8ba998e70b36c1b
Author: Daniel Mendler
Commit: Daniel Mendler
Version 0.24
---
corfu.el| 2 +-
extensions/corfu-history.el | 2 +-
extensions/corfu-indexed.el | 2 +-
extensions/corfu-info.el| 2 +-
extensions/c
branch: elpa/helm
commit 4387d7a002e4e7a1896f9676176aeb2f7a3b4c38
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Remove obsolete helm-mode-fuzzy-match and add new user var for diacritics
in helm-mode
---
helm-mode.el | 19 +++
1 file changed, 7 insertions(+), 12 deleti
branch: externals/eglot
commit d5e335f299216bdf3fe4b0d71fb6e24596a35a6a
Author: João Távora
Commit: João Távora
Per #954: Improve README.md
* README.md (Obligatory animated gif section): Rework.
---
README.md | 44
1 file changed, 32 ins
elpasync pushed a change to branch elpa/helm-core.
from 96fc4587aa Fix fuzzy matching score
adds 4387d7a002 Remove obsolete helm-mode-fuzzy-match and add new user
var for diacritics in helm-mode
No new revisions were added by this update.
Summary of changes:
helm-mode.el | 19 +++
1 - 100 of 108 matches
Mail list logo