branch: externals/compat
commit 34463680d51316441c54920e90e7ac010c18b50e
Author: Daniel Mendler
Commit: Daniel Mendler
Add runtime version check
We must make sure that we don't load Compat in an incompatible Emacs
version.
---
NEWS.org | 2 ++
compat-macs.el | 4 +++-
2 file
branch: externals/compat
commit 220d1446fbe82ce969d08dce6b7e96a5ca46368f
Author: Daniel Mendler
Commit: Daniel Mendler
Remove deprecated features
---
NEWS.org| 1 +
compat-24.el| 25 -
compat-font-lock.el | 24
compat-hel
elpasync pushed a change to branch externals/compat.
from 8a32564247 Version 29.1.0.1
new 0ffcc8bf3f Set new development version 29.1.1.0-git
new 8ebc304b3f Remove deprecated prefixed compatibility functions
new 220d1446fb Remove deprecated features
new cfe03
branch: externals/compat
commit 9fe496cee177e82c983c5fa1643125da00638426
Author: Daniel Mendler
Commit: Daniel Mendler
Use basic alist-get definition in 25
In compat-26 we provide the alist-get variant with the additional TESTFN
argument.
---
compat-25.el | 23 +++--
branch: externals/compat
commit 0ffcc8bf3f2f654d60c724e5bed30552e55fc45d
Author: Daniel Mendler
Commit: Daniel Mendler
Set new development version 29.1.1.0-git
---
NEWS.org| 4 +++-
compat.el | 2 +-
compat.texi | 6 +++---
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git
branch: externals/compat
commit cfe0394b982fc61250c87a574ace59d6690bf738
Author: Daniel Mendler
Commit: Daniel Mendler
Rework the macros in compat-macs
- New macro compat--guarded-definition, which handles the generic feature
and
version checks (:feature, :min-version, :max-v
branch: externals/compat
commit 8ebc304b3f90d4e3b888651be5b8f39d76725d61
Author: Daniel Mendler
Commit: Daniel Mendler
Remove deprecated prefixed compatibility functions
These functions are only used by exactly two packages: Consult 0.30
(released)
and Magit 3.4.0 (unreleased d
branch: externals/compat
commit 92a52ddf6e333d1946be95efdf0d97169e90311f
Author: Daniel Mendler
Commit: Daniel Mendler
compat-tests: Use uniform naming convention
---
compat-tests.el | 42 +-
1 file changed, 21 insertions(+), 21 deletions(-)
diff --g
branch: elpa/idris-mode
commit 253e2ad90985c83c5cb06bae0b1cb931c88a6c89
Merge: a060688b5c 7697b8b95e
Author: Jan de Muijnck-Hughes
Commit: GitHub
Merge pull request #605 from keram/print-def
Add support for printing definitions of functions in Idris 2
---
idris-commands.el | 32
branch: elpa/idris-mode
commit 3e7cbb331fb28256b1a3964113c1ebd7d04f0161
Author: Marek L
Commit: Marek L
Idris2: Use `:interpret .. :printdef` command to fetch symbol definition
Why:
Because `:print-definition` command is not yet implemented in Idris2
while the `:interpret xx
branch: elpa/idris-mode
commit 7697b8b95e3861e8cadf51e6d62d0ccc091c8d38
Author: Marek L
Commit: Marek L
Mark `idris-print-definition-of-name` as obsolete in favour of
`idris-print-definition-of-name-at-point` and define new "internal"
function `idris--print-definition-of-name` t
elpasync pushed a change to branch elpa/idris-mode.
from a060688b5c Merge pull request #604 from keram/idris-xref-v1
new 1b30ca6334 Improve documentation for `idris-info-for-name`
new a47811be8b Check for semantic property `key` having non empty
string value
new 3e7
branch: elpa/idris-mode
commit 1b30ca6334ba6a5f7b2e159a4f12c3ddac29ee83
Author: Marek L
Commit: Marek L
Improve documentation for `idris-info-for-name`
---
idris-commands.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/idris-commands.el b/idris-commands.el
index
branch: elpa/idris-mode
commit a47811be8b1c6fab8a6cb46041395d04d2ea20f5
Author: Marek L
Commit: Marek L
Check for semantic property `key` having non empty string value
before assigning the value to `idris-name-key` text property.
Why:
Previously the value was wrapped wi
elpasync pushed a change to branch elpa/sweeprolog.
from 42d2f4d301 Announce recent changes in NEWS.org and bump version to
0.11.0
new a16ea87e11 ENHANCED: Support refining term searches with arbitrary
goals
new c6ae233d03 Announce recent changes in NEWS.org and bump versi
branch: elpa/sweeprolog
commit a16ea87e1197208896b49f185032828bce818b85
Author: Eshel Yaron
Commit: Eshel Yaron
ENHANCED: Support refining term searches with arbitrary goals
* sweep.pl (sweep_term_search/2): extend with an extra goal argument.
* sweeprolog.el (sweeprolog-read-te
branch: elpa/sweeprolog
commit c6ae233d03c98f2fc4fb23d4f7e3ce15e10706d9
Author: Eshel Yaron
Commit: Eshel Yaron
Announce recent changes in NEWS.org and bump version to 0.11.1
---
NEWS.org | 14 ++
sweeprolog.el | 2 +-
2 files changed, 15 insertions(+), 1 deletion(-)
diff
branch: externals/compat
commit eaada8921b50f4723574f935c095892bc5bea23d
Author: Daniel Mendler
Commit: Daniel Mendler
compat--function-definition: Add declare-function
The functions are declared in order to avoid bytecompiler warnings
about missing definitions at runtime. These
elpasync pushed a change to branch externals/compat.
from 92a52ddf6e compat-tests: Use uniform naming convention
new 4658ba6ea8 compat-macs: Restore runtime checks
new eaada8921b compat--function-definition: Add declare-function
Summary of changes:
NEWS.org | 5 +++
branch: externals/compat
commit 4658ba6ea854af1e1e6154397c996c05c057d1b5
Author: Daniel Mendler
Commit: Daniel Mendler
compat-macs: Restore runtime checks
Compat uses runtime checks (boundp, fboundp) to ensure that existing
definitions are never overridden, when Compat is loaded
branch: externals/compat
commit 3ee71d20de2ba2758489b89dd7aeaedaf94ab9cb
Author: Daniel Mendler
Commit: Daniel Mendler
compat-defalias: Add missing debug declare
---
compat-macs.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/compat-macs.el b/compat-macs.el
index be3fefd9a4..b1a7cb98
branch: externals/org
commit a08c37603fab8bb2685ab9320843ccc9898810e2
Merge: a3815a169a 28a9664844
Author: Ihor Radchenko
Commit: Ihor Radchenko
Merge branch 'bugfix'
---
doc/org-manual.org | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/doc/org-manual.org b/
branch: externals-release/org
commit 28a9664844f09c626a46dc1a1d12ec73eaf7904a
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-manual.org: Clarify that `org-insert-property-drawer' is not a command
* doc/org-manual.org (Drawers): Emphasize that
`org-insert-property-drawer' is n
elpasync pushed a change to branch externals/org.
from a3815a169a org-cycle-level: Do nothing at inlinetasks
new 28a9664844 org-manual.org: Clarify that
`org-insert-property-drawer' is not a command
new a08c37603f Merge branch 'bugfix'
Summary of changes:
doc/org-manual.
branch: externals/compat
commit e3758859573171b201445c10af1701d86001e7d4
Author: Daniel Mendler
Commit: Daniel Mendler
compat-tests: Suppress warning for `string-to-multibyte' on 26
---
compat-tests.el | 39 +++
1 file changed, 23 insertions(+), 16 deleti
elpasync pushed a change to branch externals/compat.
from 3ee71d20de compat-defalias: Add missing debug declare
new cbd908e642 compat--function-definition: Do not use hashed symbol
new e375885957 compat-tests: Suppress warning for `string-to-multibyte'
on 26
new 265
branch: externals/compat
commit 7821117bec2f6353cece59c27494a98dc3640d71
Author: Daniel Mendler
Commit: Daniel Mendler
compat-26: Only define gv expanders if needed
compat--alist-get is only defined on Emacs < 26.
---
compat-26.el | 62 --
branch: externals/compat
commit 265ecb9aacdfcfb30ae712a6d8c0dad6833a1cda
Author: Daniel Mendler
Commit: Daniel Mendler
Treat byte compilation warnings as errors
Except on the snapshot version since new warnings may get introduced
there. As soon as a new Emacs version is released
branch: externals/compat
commit cbd908e642af56924d44497270875ff76ee673dd
Author: Daniel Mendler
Commit: Daniel Mendler
compat--function-definition: Do not use hashed symbol
The hashed symbol leads to a bytecompiler warning (false positive).
---
compat-macs.el | 28 +
branch: externals/topspace
commit 88604ffb6d0eed3f0153e95a79beb885966d3165
Author: Trevor Pogue
Commit: Trevor Pogue
Rm linum development dependency breaking CI
---
Cask | 3 +--
test/topspace-test.el | 2 --
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/Cas
branch: externals/topspace
commit 25853c035dafc2d0be3ee433928613a0883263fe
Author: Trevor Pogue
Commit: GitHub
Add ELPA badge to README
---
README.md | 14 +-
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index b402ed262e..edb3debb97 100644
elpasync pushed a change to branch externals/topspace.
from 4f09052017 Update news.yml
new 25853c035d Add ELPA badge to README
new 88604ffb6d Rm linum development dependency breaking CI
Summary of changes:
Cask | 3 +--
README.md | 14 +--
elpasync pushed a change to branch externals/compat.
from 7821117bec compat-26: Only define gv expanders if needed
new 51417c4b96 Remove :realname
new 62da11929a compat--alist-get gv expander: Evaluate check at compile
time
new bb928cabe6 Only require Compat librari
branch: externals/compat
commit bb928cabe6d2418f0d51e8ae9b76b92788961a55
Author: Daniel Mendler
Commit: Daniel Mendler
Only require Compat libraries which are needed
---
NEWS.org | 2 ++
compat-26.el | 1 -
compat-27.el | 1 -
compat-28.el | 1 -
compat-29.el | 1 -
compat-mac
branch: externals/compat
commit 62da11929abbdbb8083ce16771125a7f49637ccf
Author: Daniel Mendler
Commit: Daniel Mendler
compat--alist-get gv expander: Evaluate check at compile time
---
compat-26.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compat-26.el b/compat-26.
branch: externals/compat
commit 51417c4b968ba30d9633c389d425eeb4715698cf
Author: Daniel Mendler
Commit: Daniel Mendler
Remove :realname
---
compat-26.el | 12 +++-
compat-29.el | 3 +--
compat-macs.el | 53 +++--
3 files changed,
branch: externals-release/org
commit 41ebc2e40c33080a47cebb2507f038058b862655
Author: Leo Butler
Commit: Ihor Radchenko
test-ob-octave.el: wrap get-buffer in buffer-live-p
* testing/lisp/test-ob-octave.el (ob-octave/graphics-file):
(ob-octave/graphics-file-session):
(ob-octa
elpasync pushed a change to branch externals/org.
from a08c37603f Merge branch 'bugfix'
new 41ebc2e40c test-ob-octave.el: wrap get-buffer in buffer-live-p
new b58fbaf834 Merge branch 'bugfix'
Summary of changes:
testing/lisp/test-ob-octave.el | 6 +++---
1 file changed, 3
branch: externals/org
commit b58fbaf834dfa0e87898b9e59c8c650599223201
Merge: a08c37603f 41ebc2e40c
Author: Ihor Radchenko
Commit: Ihor Radchenko
Merge branch 'bugfix'
---
testing/lisp/test-ob-octave.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/testing/lisp/te
branch: externals/compat
commit dca7636e62f66241f5d026859e31a2d7c4590948
Author: Daniel Mendler
Commit: Daniel Mendler
Add UNTESTED labels
---
compat-26.el | 4 ++--
compat-27.el | 2 +-
compat-29.el | 3 ++-
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/compat-26.el b/comp
branch: externals/consult
commit 8dde94ad1b4a50c4f97846d68175d65d3b697d1d
Author: Daniel Mendler
Commit: Daniel Mendler
Use defvar-keymap (provided by Compat 29.1)
---
consult.el | 42 ++
1 file changed, 18 insertions(+), 24 deletions(-)
diff --git a
branch: externals/compat
commit 02f4d3a795fdfc9cf4da6086137e3bfa39747cba
Author: Daniel Mendler
Commit: Daniel Mendler
compat-tests: Test that no unnecessary compat-* files are loaded
---
compat-tests.el | 7 +++
compat.el | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
elpasync pushed a change to branch externals/consult.
from 8dde94ad1b Use defvar-keymap (provided by Compat 29.1)
new 2e1c45d1bd Version 0.31
new 17de436c58 Drop obsolete commands in preparation of 1.0 release
Summary of changes:
CHANGELOG.org | 4
consult.el| 2
branch: externals/consult
commit 17de436c58df1f0e2036b7cc590b74dcbdefd393
Author: Daniel Mendler
Commit: Daniel Mendler
Drop obsolete commands in preparation of 1.0 release
---
CHANGELOG.org | 8
consult.el| 58 --
2 file
branch: externals/consult
commit 2e1c45d1bda9b4c9746d2a4f107b9689218d1083
Author: Daniel Mendler
Commit: Daniel Mendler
Version 0.31
---
CHANGELOG.org | 8 ++--
consult.el| 60 ++-
2 files changed, 61 insertions(+), 7 deletion
branch: elpa/cider
commit 485e69cf7e05fb79b240c4c533bb0254429e4971
Author: gpapadok <38889721+gpapa...@users.noreply.github.com>
Commit: GitHub
[Fix #3262] Add extra keys for navigation of inspect buffer (#3301)
---
CHANGELOG.md| 4
cider-inspector.el
branch: elpa/git-commit
commit 74dbbe2a28628d0d578ad899705d26f3b8567386
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
ci: Give test workflow none of the optional permissions
See
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs.
---
.github/workflows/te
branch: elpa/git-commit
commit 53660de6f89806f233b18c77455af8c392ebb116
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commit: Jonas Bernoulli
Bump actions/checkout to version 3.
Bumps actions/checkout (https://github.com/actions/checkout)
from versio
elpasync pushed a change to branch elpa/git-commit.
from b281f05d22 Bump compat dependency
new daed884873 Remove unnecessary Compat requires
new 0fdcbfdf07 Keep GitHub Actions up-to-date with Dependabot
new 53660de6f8 Bump actions/checkout to version 3.
new 8
branch: elpa/git-commit
commit 955c2059138250f8309c49b61db71bd5d17922a6
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
AUTHORS.md: Update list of contributors
---
docs/AUTHORS.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/AUTHORS.md b/docs/AUTHORS.md
index b03532b363..22e3e
branch: elpa/git-commit
commit a103d11a8a8b4361cf7d5f45f1ac0156c7870b43
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
ci: Tell actions/checkout to not persist-credentials
It seems this should be the default as suggested
at https://github.com/actions/checkout/pull/946.
---
.gi
branch: elpa/git-commit
commit 8d26868f41822691248da8a352b249ec50d74d22
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
make: Dependabot is a bot, not an author
---
Makefile | 3 ---
docs/Makefile | 6 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Mak
branch: elpa/git-commit
commit daed8848732a6be4cac35350caf25a16578ca6c0
Author: Daniel Mendler
Commit: Daniel Mendler
Remove unnecessary Compat requires
---
lisp/magit-base.el| 2 --
lisp/magit-libgit.el | 2 --
lisp/magit-section.el | 2 --
3 files changed, 6 deletions(-)
diff --git
branch: elpa/git-commit
commit 0fdcbfdf077f5e62dc2a0e588060297f9107dfa8
Author: Stefan Kangas
Commit: Jonas Bernoulli
Keep GitHub Actions up-to-date with Dependabot
Documentation at
https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-wi
elpasync pushed a change to branch elpa/magit-section.
from b281f05d22 Bump compat dependency
adds daed884873 Remove unnecessary Compat requires
adds 0fdcbfdf07 Keep GitHub Actions up-to-date with Dependabot
adds 53660de6f8 Bump actions/checkout to version 3.
adds
elpasync pushed a change to branch elpa/magit.
from b281f05d22 Bump compat dependency
adds daed884873 Remove unnecessary Compat requires
adds 0fdcbfdf07 Keep GitHub Actions up-to-date with Dependabot
adds 53660de6f8 Bump actions/checkout to version 3.
adds 8d2686
elpasync pushed a change to branch externals/compat.
from 02f4d3a795 compat-tests: Test that no unnecessary compat-* files
are loaded
new d6a4ed48bc Move json functions to compat.el
new edc6830f68 Update news
Summary of changes:
NEWS.org| 11 +--
compat-27.el
branch: externals/compat
commit edc6830f688c13c9533ef0702028a0e10c0733a0
Author: Daniel Mendler
Commit: Daniel Mendler
Update news
---
NEWS.org | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 59aa56e948..eacb0ac60e 100644
--- a/NEWS.
branch: externals/compat
commit d6a4ed48bca8c99e9e9d9617eaa4ae4a0dceca46
Author: Daniel Mendler
Commit: Daniel Mendler
Move json functions to compat.el
These functions are defined conditionally. Therefore they must not be
part of the versioned files. Conditionally-defined functi
branch: elpa/evil
commit b73094a82ee31fc4a9aa7453bbbe51e37be3447f
Author: Tom Dalziel
Commit: Tom Dalziel
Update project Keywords
---
evil.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/evil.el b/evil.el
index 8a8a3f35e9..599bfb4ceb 100644
--- a/evil.el
+++ b/evil.el
branch: elpa/rust-mode
commit 53b1b5c0bf9fdfd808e2671b5635c105961f06ca
Merge: 0431b10d25 5d62d5d72e
Author: brotzeit
Commit: GitHub
Merge pull request #485 from VlachJosef/master
Update README.md - add default keybindings
---
README.md | 13 +++--
1 file changed, 7 insertio
branch: elpa/rust-mode
commit 5d62d5d72ea4f1aa3d247837088797a4abbcb6c2
Author: Josef Vlach
Commit: Josef Vlach
Update README.md - add default keybindings
---
README.md | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 5d20f2d59a..8
elpasync pushed a change to branch externals/compat.
from edc6830f68 Update news
new 557c74f87f compat.el: Add missing compat-declare-version
new 28494d7c79 Explicit functions: Mention reason of existence in the
docstring
new 32c0bdb18b compat-29: Add test for funct
branch: externals/compat
commit 557c74f87fe8298d186703b8b7ed46745d9bb7dd
Author: Daniel Mendler
Commit: Daniel Mendler
compat.el: Add missing compat-declare-version
---
compat.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/compat.el b/compat.el
index bb787f3cb4.
branch: externals/compat
commit 28494d7c792131064f1e1a16a37762cf4bd42dae
Author: Daniel Mendler
Commit: Daniel Mendler
Explicit functions: Mention reason of existence in the docstring
Replicating the docstring of the original function is not needed.
---
compat-26.el | 35 +++---
branch: externals/compat
commit 32c0bdb18bbe3870cf996d29810bf547a2838630
Author: Daniel Mendler
Commit: Daniel Mendler
compat-29: Add test for function-alias-p
---
compat-29.el| 2 +-
compat-tests.el | 16
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/
elpasync pushed a change to branch elpa/sweeprolog.
from c6ae233d03 Announce recent changes in NEWS.org and bump version to
0.11.1
new 72c50f216f ENHANCED: use terms at point as "future history" for
term-search
new e540d05a79 Announce recent changes in NEWS.org and bump ve
branch: elpa/sweeprolog
commit 72c50f216fab6c2ea36698fa5a10f292e04ef495
Author: Eshel Yaron
Commit: Eshel Yaron
ENHANCED: use terms at point as "future history" for term-search
* sweep.pl (sweep_terms_at_point/2): new predicate.
* sweeprolog.el (sweeprolog-terms-at-point): new f
branch: elpa/sweeprolog
commit e540d05a79748b8c41f021d0fd798bd863d223d3
Author: Eshel Yaron
Commit: Eshel Yaron
Announce recent changes in NEWS.org and bump version 0.11.1
---
NEWS.org | 10 ++
sweeprolog.el | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git
69 matches
Mail list logo