elpasync pushed a change to branch elpa/emacsql-sqlite-builtin.
from 5156a4a23a make: Add stats target
adds 006b70552d make: Fix stats and stats-upload targets
No new revisions were added by this update.
Summary of changes:
Makefile | 11 +--
1 file changed, 9 insertions(+
elpasync pushed a change to branch elpa/emacsql-sqlite.
from 5156a4a23a make: Add stats target
adds 006b70552d make: Fix stats and stats-upload targets
No new revisions were added by this update.
Summary of changes:
Makefile | 11 +--
1 file changed, 9 insertions(+), 2 del
elpasync pushed a change to branch elpa/emacsql-mysql.
from 5156a4a23a make: Add stats target
adds 006b70552d make: Fix stats and stats-upload targets
No new revisions were added by this update.
Summary of changes:
Makefile | 11 +--
1 file changed, 9 insertions(+), 2 dele
elpasync pushed a change to branch elpa/emacsql-psql.
from 5156a4a23a make: Add stats target
adds 006b70552d make: Fix stats and stats-upload targets
No new revisions were added by this update.
Summary of changes:
Makefile | 11 +--
1 file changed, 9 insertions(+), 2 delet
branch: elpa/emacsql
commit 006b70552d9c8fb5792b36bb97f2c0340e04d012
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
make: Fix stats and stats-upload targets
---
Makefile | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 19c582c066..b9
elpasync pushed a change to branch elpa/magit-section.
from 30b0debaaa Don't use keymap-set and keymap-lookup in autoloaded code
adds 2c91c080a8 Revert "Ensure hashes and graphs in logs align despite
variable-pitch default"
No new revisions were added by this update.
Summary of ch
elpasync pushed a change to branch elpa/magit.
from 30b0debaaa Don't use keymap-set and keymap-lookup in autoloaded code
adds 2c91c080a8 Revert "Ensure hashes and graphs in logs align despite
variable-pitch default"
No new revisions were added by this update.
Summary of changes:
branch: elpa/git-commit
commit 2c91c080a8e2f35e3b036a2f6b8011fa897d23a1
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Revert "Ensure hashes and graphs in logs align despite variable-pitch
default"
This reverts commit 1529ee2872a4fe6bad1cf7e43a1baf3353ecde9b.
---
lisp/magit-log.e
elpasync pushed a change to branch elpa/emacsql-sqlite-builtin.
from 176fd09011 readme: Add badges
adds 5156a4a23a make: Add stats target
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 +
Makefile | 17 +
2 files changed, 18 inser
elpasync pushed a change to branch elpa/emacsql-sqlite.
from 176fd09011 readme: Add badges
adds 5156a4a23a make: Add stats target
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 +
Makefile | 17 +
2 files changed, 18 insertions(+)
elpasync pushed a change to branch elpa/emacsql-psql.
from 176fd09011 readme: Add badges
adds 5156a4a23a make: Add stats target
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 +
Makefile | 17 +
2 files changed, 18 insertions(+)
elpasync pushed a change to branch elpa/emacsql-mysql.
from 176fd09011 readme: Add badges
adds 5156a4a23a make: Add stats target
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 +
Makefile | 17 +
2 files changed, 18 insertions(+)
branch: elpa/emacsql
commit 5156a4a23a402e0fadf4951bde9c4a2cf158706a
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
make: Add stats target
---
.gitignore | 1 +
Makefile | 17 +
2 files changed, 18 insertions(+)
diff --git a/.gitignore b/.gitignore
index bc68773466..21d
elpasync pushed a change to branch elpa/emacsql.
from 4a9dc9234f readme: Untabify
new 65357c6b8e Require cl-lib et al. only in emacsql
new fbe3627422 Show no warnings when dependencies are missing
new d8bd5577d4 ci: Add compile workflow
new eb8e27e50e ci: Add
branch: elpa/emacsql
commit 29194a63ede3ee24c7457c2fde03b0f1320ca4b1
Author: Stefan Arentz
Commit: Jonas Bernoulli
ci: Add test workflow
Co-developed-by: Jonas Bernoulli
---
.github/workflows/test.yml | 113
tests/emacsql-external-test
branch: elpa/emacsql
commit 65357c6b8e96f4d1533bcc31006c34f70f46
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Require cl-lib et al. only in emacsql
The `emacsql-BACKEND' libraries all require `emacsql', which requires
`cl-lib', `cl-generic' and `eieio'. It is not necessa
branch: elpa/emacsql
commit a02dc57cb4e686038f887407176d99477a93e2ba
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
test: Use ert-run-tests-batch-and-exit
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 51f882b06f..e1daee410b 10064
branch: elpa/emacsql
commit 70545676f4ad00533fb034e476ca82362c387154
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
test: Expect failure for emacsql-nul-character on Emacs 25
This issue is tracked in #102.
---
tests/emacsql-external-tests.el | 2 ++
1 file changed, 2 insertions(+)
branch: elpa/emacsql
commit fbe3627422964b4e6f3702bc0b2769d35c398571
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Show no warnings when dependencies are missing
Until now we distributed each back-end as a separate package,
which made sure that all of its dependencies are avai
elpasync pushed a change to branch elpa/emacsql-sqlite.
from 4a9dc9234f readme: Untabify
adds 65357c6b8e Require cl-lib et al. only in emacsql
adds fbe3627422 Show no warnings when dependencies are missing
adds d8bd5577d4 ci: Add compile workflow
adds eb8e27e50e
branch: elpa/emacsql
commit eb8e27e50ef797f95e8843a28f71b5d473dae2f0
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
ci: Add stats workflow
---
.github/workflows/stats.yml | 11 +++
1 file changed, 11 insertions(+)
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.
elpasync pushed a change to branch elpa/emacsql-sqlite-builtin.
from 4a9dc9234f readme: Untabify
adds 65357c6b8e Require cl-lib et al. only in emacsql
adds fbe3627422 Show no warnings when dependencies are missing
adds d8bd5577d4 ci: Add compile workflow
adds eb8
branch: elpa/emacsql
commit d8bd5577d4ba19a43ea664b31f9a90ff9a6f7035
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
ci: Add compile workflow
---
.github/workflows/compile.yml | 6 ++
Makefile | 6 ++
2 files changed, 12 insertions(+)
diff --git a/.github/workf
elpasync pushed a change to branch elpa/emacsql-mysql.
from 4a9dc9234f readme: Untabify
adds 65357c6b8e Require cl-lib et al. only in emacsql
adds fbe3627422 Show no warnings when dependencies are missing
adds d8bd5577d4 ci: Add compile workflow
adds eb8e27e50e c
elpasync pushed a change to branch elpa/emacsql-psql.
from 4a9dc9234f readme: Untabify
adds 65357c6b8e Require cl-lib et al. only in emacsql
adds fbe3627422 Show no warnings when dependencies are missing
adds d8bd5577d4 ci: Add compile workflow
adds eb8e27e50e ci
branch: elpa/emacsql
commit 176fd090115b3c2aea46ec9bf24401503f337a9d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
readme: Add badges
---
README.md | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 1bcd653df4..d08e21e51f 100644
--- a/
branch: externals/vertico
commit 01f0fc07d1831f00ebc64550867a0fa6eedb1fb7
Author: Daniel Mendler
Commit: Daniel Mendler
Version 1.1
---
CHANGELOG.org | 2 +-
extensions/vertico-buffer.el | 2 +-
extensions/vertico-directory.el | 2 +-
extensions/vertico-flat.el
elpasync pushed a change to branch externals/corfu.
from eb9cef6dff Bump compat dependency
new b4fcdd2f59 Version 0.35
new 78daeb8449 Drop obsolete corfu-preselect-first
Summary of changes:
CHANGELOG.org | 4
corfu.el | 5 +
e
branch: externals/ement
commit 850f6b277226a6b164cce30ccaf6aa499fe46fe4
Author: Adam Porter
Commit: Adam Porter
Fix: (ement--sync) Retry for HTTP 502 errors
Thanks to Simon Pugnet (@polaris64) for reporting.
---
README.org | 3 +++
ement.el | 38 +++--
branch: externals/corfu
commit 78daeb84495f286e83ab7f05d7b18aa7c3c9fee2
Author: Daniel Mendler
Commit: Daniel Mendler
Drop obsolete corfu-preselect-first
---
CHANGELOG.org | 4
corfu.el | 3 ---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.org b/CHANGEL
branch: externals/corfu
commit b4fcdd2f59c18141fa1ef8edf5925e714862b654
Author: Daniel Mendler
Commit: Daniel Mendler
Version 0.35
---
CHANGELOG.org | 2 +-
corfu.el | 2 +-
extensions/corfu-echo.el | 2 +-
extensions/corfu-history.el | 2 +-
exte
branch: externals/marginalia
commit ccf573e2145d9deb9d734432351eefc87fc1bc16
Author: Daniel Mendler
Commit: Daniel Mendler
Version 1.1
---
CHANGELOG.org | 2 +-
marginalia.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 579a7dd
elpasync pushed a change to branch elpa/emacsql-sqlite-builtin.
from e1baaf2f87 Improve .gitignore
adds 2567e495e6 readme: Update contribution instructions
adds 4a9dc9234f readme: Untabify
No new revisions were added by this update.
Summary of changes:
.dir-locals.el | 3 +
elpasync pushed a change to branch elpa/emacsql-sqlite.
from e1baaf2f87 Improve .gitignore
adds 2567e495e6 readme: Update contribution instructions
adds 4a9dc9234f readme: Untabify
No new revisions were added by this update.
Summary of changes:
.dir-locals.el | 3 ++-
Make
elpasync pushed a change to branch elpa/emacsql.
from e1baaf2f87 Improve .gitignore
new 2567e495e6 readme: Update contribution instructions
new 4a9dc9234f readme: Untabify
Summary of changes:
.dir-locals.el | 3 ++-
Makefile | 7 ---
README.md | 20 ++
branch: elpa/emacsql
commit 4a9dc9234f774b384d064c56c05c4d1539a3496a
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
readme: Untabify
---
.dir-locals.el | 3 ++-
README.md | 14 ++
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals
branch: elpa/emacsql
commit 2567e495e6296a6227e32d7519e6b34a1051b7ab
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
readme: Update contribution instructions
Also remove the corresponding information from the Makefile.
---
Makefile | 7 ---
README.md | 14 --
2 fi
elpasync pushed a change to branch elpa/emacsql-psql.
from e1baaf2f87 Improve .gitignore
adds 2567e495e6 readme: Update contribution instructions
adds 4a9dc9234f readme: Untabify
No new revisions were added by this update.
Summary of changes:
.dir-locals.el | 3 ++-
Makefi
elpasync pushed a change to branch elpa/emacsql-mysql.
from e1baaf2f87 Improve .gitignore
adds 2567e495e6 readme: Update contribution instructions
adds 4a9dc9234f readme: Untabify
No new revisions were added by this update.
Summary of changes:
.dir-locals.el | 3 ++-
Makef
branch: externals/org
commit fe92a3cedba541482d5954eacb2b13e6f57a39c4
Author: Ihor Radchenko
Commit: Ihor Radchenko
Provide a uniform way to inform users about missing third-party packages
* lisp/org-macs.el (org-require-package): New macro trying to load a
library and displayin
branch: externals/avy
commit d0cbe6e62ee71eae99708fe19122626f82fb8b87
Author: Stefan Monnier
Commit: Stefan Monnier
avy: Fix some compiler warnings
Also use #' to quote function names while at it.
(avy-linum-mode): Declare `linum-mode` now that it's not autoloaded any
more
branch: externals/org
commit 18a146a9d588ce31b1081371d0a1ed9d8c57cce1
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-fold-core-previous-visibility-change: Fix edge case
* lisp/org-fold-core.el (org-fold-core-next-visibility-change): Take
into account that `previous-single-cha
branch: externals/org
commit 715f74db3609cb7fd8ba0d89e04c2f0d9d0cd4c0
Author: Ilya Chernyshov
Commit: Ihor Radchenko
org-manual.org: Update timestamp and timerange definitions
* doc/org-manual.org (Timestamps): Document that time specification of the
form <2023-02-17 Fri 10:00-1
branch: externals/modus-themes
commit 39ac76907ca1ffb33167c72036b35814c07e9587
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make 'modus-themes--current-theme' more robust
The idea is to try to enable the Modus themes if they are "known".
That way we do not encounter e
branch: externals/ef-themes
commit bc2200dde6b4a6f895387239d062e23f252fe6e4
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Make 'ef-themes--current-theme' more robust
The idea is to try to enable the Ef themes if they are "known". That
way we do not encounter errors wh
elpasync pushed a change to branch externals/org.
from 74eb0f8bc9 Merge branch 'bugfix'
new 99c8ed09f8 ox-texinfo: Fix invalid syntax in Texinfo version
detection code
new eea8da0315 Fix some compiler warnings
new fff9239dc1 Merge branch 'bugfix'
Summary of change
elpasync pushed a change to branch externals-release/org.
from be9280f68b org-cycle-set-visibility-according-to-property: Fix
folded newline before
new 99c8ed09f8 ox-texinfo: Fix invalid syntax in Texinfo version
detection code
new eea8da0315 Fix some compiler warnings
S
branch: externals-release/org
commit eea8da0315b4d9c43272f4ee87d752e651f1a0c0
Author: Ihor Radchenko
Commit: Ihor Radchenko
Fix some compiler warnings
* lisp/ob-octave.el (org-babel-octave-evaluate-session):
* lisp/org-agenda.el (org-agenda-format-item):
* lisp/org-element.e
branch: externals-release/org
commit 99c8ed09f8d6cb91aa8235cdb0564c23113ba3ae
Author: Rudolf Adamkovič
Commit: Ihor Radchenko
ox-texinfo: Fix invalid syntax in Texinfo version detection code
* lisp/ox-texinfo.el (org-texinfo-supports-math-p): Fix the incorrect
syntax @displaymat
branch: externals/org
commit fff9239dc1a2d0f78c17bbbc5c320e8e16560b1d
Merge: 74eb0f8bc9 eea8da0315
Author: Ihor Radchenko
Commit: Ihor Radchenko
Merge branch 'bugfix'
---
lisp/ob-octave.el | 4 ++--
lisp/org-agenda.el | 2 +-
lisp/org-element.el | 6
branch: externals/vertico
commit 5877dca1e9c844dff47d3e3eccdb0a850918e6eb
Author: Daniel Mendler
Commit: Daniel Mendler
vertico-multiform-mode: Put command predicate on all bindings
---
extensions/vertico-multiform.el | 17 -
vertico.el | 8
2
elpasync pushed a change to branch externals/vertico.
from d7adab9ae7 Bump compat dependency
new 396052f3f6 Add variable vertico-multiform--modes (Fix #331)
new 5877dca1e9 vertico-multiform-mode: Put command predicate on all
bindings
new 1532899126 vertico-multiform
branch: externals/vertico
commit d3be03e4013f78ecc75db16f99775867f619621f
Author: Daniel Mendler
Commit: Daniel Mendler
vertico-multiform-mode: Use hashed symbols
---
extensions/vertico-multiform.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/extensions/ve
branch: externals/vertico
commit 396052f3f64f5f9283259f6569569e9493196438
Author: Daniel Mendler
Commit: Daniel Mendler
Add variable vertico-multiform--modes (Fix #331)
---
extensions/vertico-multiform.el | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/extens
branch: externals/vertico
commit 1532899126cd3427e2fcaabe4a82f55d5c7104ec
Author: Daniel Mendler
Commit: Daniel Mendler
vertico-multiform-mode: Rename variables
---
extensions/vertico-multiform.el | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/extensions/v
branch: externals/denote
commit 5010e0946d0cff6016577d5385eefc0e73112783
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Require the 'compat' library
This is for backward compatibility with previous Emacs versions.
I was already planning to incorporate 'compat' as I
branch: externals/vertico-posframe
commit f57b170b435ecb73027de00783c58e7cb46019a5
Author: Feng Shu
Commit: Feng Shu
Compatibility with vertico multiform toggle #29
---
vertico-posframe.el | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/vertico-posframe.el b/vertic
57 matches
Mail list logo