branch: elpa-admin
commit e1ee46b936e151ab774eaeb260a398808be9a931
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-admin.el (elpaa--push): Only use `ortb` when it exists
This should hopefully silence unsightly error messages such as:
fatal: Not a valid object name
branch: externals/pq
commit c9df58b1ac33a2d7983b8b426c80ab048414be59
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Always look up t and nil instead of caching them.
Caching Qnil and Qt across different environments was never legal, and
it started to crash with the late
branch: externals/pq
commit 8151e0bc99e090c570bbe08a686dacfac5f3bbc2
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Add function pq:notifies to support LISTEN.
---
pq.c| 44
test.el | 22 ++
2 files changed, 66 in
branch: externals/pq
commit fbc92e891de0fb4ce9fcdf430085b3fd6ebffae0
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
README: Fix typo.
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 6a14d519de..9c020d9d22 100644
--- a
branch: externals/pq
commit d4c53f6461546afadb8cdd80b847bd8d7bf4e743
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Update README.
---
README.org | 32 +++-
1 file changed, 27 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index 10f8
branch: externals/pq
commit ae8f1a33acfbcc1ccda9361c24a638826285eeb3
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Make PQreset available as pq:reset.
---
pq.c| 25 +
test.el | 14 --
2 files changed, 37 insertions(+), 2 deletions(-)
diff -
branch: externals/pq
commit 5566645359963e95bfc9884f8fb2e6afe99baf45
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Fix ERROR-DATA not being a list.
This fixes the "peculiar error" messages that appeared in some contexts.
---
pq.c | 6 --
1 file changed, 4 insertions(+
branch: externals/pq
commit 45a732a4c26c5a04a407c3e6476d76b9a8bb8ea9
Author: Mario Rodas
Commit: Mario Rodas
Add test for signal error
Signal "error" instead of "pg:error" to avoid defining our custom error
signals
---
pq.c| 12 ++--
test.el | 3 +++
2 files changed,
branch: externals/pq
commit 272b18abec81bd85b038f760b430b2f5f2c428d1
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Makefile: Add dependency to check target.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 474ed3a4c1..b44d4
branch: externals/pq
commit bec131bfae0b08afd7087cd526e90eead485ab42
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
README: Elaborate on usage.
---
README.org | 43 ++-
1 file changed, 34 insertions(+), 9 deletions(-)
diff --git a/README.org
branch: externals/pq
commit 555791fef371a9919edaad05f32d3ddb6e9633e1
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Add GPLv3 license.
---
COPYING | 674
1 file changed, 674 insertions(+)
diff --git a/COPYING b/COPYI
branch: externals/pq
commit 80445371225054df4f9e0b3eeaae8f9145cc95c9
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Add testcase that provokes a NOTIFY.
---
test.el | 4
1 file changed, 4 insertions(+)
diff --git a/test.el b/test.el
index c999567ef2..76cfb730aa 100644
--- a/t
branch: externals/pq
commit 12c54fbf15a2962ebf342cb5bb60666fa0d36880
Author: Mario Rodas
Commit: Mario Rodas
Add undef DEFUN macro
---
pq.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pq.c b/pq.c
index 6e68ad6357..e58d47949b 100644
--- a/pq.c
+++ b/pq.c
@@ -238,6 +238,8 @@ emacs_m
branch: externals/pq
commit 548607119130c341eace8743740c55afa03989c1
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
travis-ci: Also test with Emacs 26.
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index bbd20362c7..
branch: externals/pq
commit d8bca4bbd01a0cbf923da1989a81257ccdf5a814
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
test: Add case that garbage-collects user-pointers.
---
test.el | 21 +
1 file changed, 21 insertions(+)
diff --git a/test.el b/test.el
index 1c8
branch: externals/pq
commit e3e74a950ac5a2b907fa9b4d99098b4a41502059
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Make garbage-collection test more robust.
---
test.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/test.el b/test.el
index de387cc5a6..04750028b0 100644
--- a/
branch: externals/pq
commit bc939f732ecdff70c6b44c0d24a2bf3d10cec88d
Author: Mario Rodas
Commit: Mario Rodas
Setup emacs ert tests
---
.travis.yml | 13 ++---
Makefile| 5 +
test.el | 44 +---
3 files changed, 36 insertions(+), 26
branch: externals/pq
commit 83157bd41ea3403efc624888bb96e85521860ee9
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Cleanup session initialization.
We still would have leaked some memory if an error occured during
session initialization.
---
pq.c | 16 ++--
branch: externals/pq
commit cbdff81a90b877a632f5b47ca3aed974f3b9449f
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Make docstring punctuation consistent.
---
pq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pq.c b/pq.c
index adf2dd58eb..3927da67f5 100644
--
branch: externals/pq
commit 8c03aeb2ecd1860e495ef3cd9731064596a8c464
Author: Mario Rodas
Commit: Mario Rodas
Fix nargs compatible pointer type
---
pq.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pq.c b/pq.c
index e58d47949b..c707503331 100644
--- a/pq.c
+++
branch: externals/pq
commit 527e5441653e930405fc0dbd1794dd06a967500f
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Improve error handling on connection failure.
Closes #5
---
pq.c | 39 +++
1 file changed, 23 insertions(+), 16 deletions
branch: externals/pq
commit 8964028f11e101bc94163c80dc3cfc26a7f08d1d
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Coerce non-string query parameters into strings.
---
pq.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/pq.c b/pq.c
index bb55643ddd..b9d68ca0b2 10
branch: externals/pq
commit 56fde7b255c827b34f9d66a723a1de497fdbb548
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Improve docstrings.
---
pq.c | 66 +-
1 file changed, 61 insertions(+), 5 deletions(-)
diff --git a/p
branch: externals/pq
commit 04c91e8374bdfe7c2f973a0123c770910f1341bb
Author: Tom Gillespie
Commit: Tom Gillespie
add pq.el and move pq.c -> pq-core.c
The objective of this is to keep *elpa packaging systems happy by having
an elisp file that matches the name of the package.
branch: externals/pq
commit c653a8b1ee23b55df33c4602906905f01de3fa18
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Remove unused macro.
---
pq.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pq.c b/pq.c
index a55779961a..96db2eb6c2 100644
--- a/pq.c
+++ b/pq.c
@@ -320,8 +3
branch: externals/pq
commit f896dabb85f8d0854d2c38df85c4fc762e9781f4
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Install notice receiver while fetching results as well.
---
pq.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/pq.c b/pq.c
index 52c6350be3..17f67a9e3b 100
branch: externals/pq
commit a70d1fe40de7c37a0b65133dfd03703bc7afb244
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Test encoding by using some high unicode codepoints.
---
test.el | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/test.el b/test.el
index ee
branch: externals/pq
commit e1d1b77b880f008df63c5d86980eb16531ee9e53
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
test: Notice receiver.
---
test.el | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/test.el b/test.el
index 766b2c5d71..072c070250 10064
branch: externals/pq
commit 795260553ad4252f74f90bbcc7b4a00fc2b76166
Author: Mario Rodas
Commit: Mario Rodas
Use load-path in test.el
To avoid hard coding library path
---
test.el | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/test.el b/test.el
index cf7e9
branch: externals/pq
commit d738d21b6aba4b447d2dada4999fe8031a377295
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Add checks for non-local exit.
Check for non-local-exit after every env->get_user_ptr(). Most
functions happened to DTRT without this check by accident b
branch: externals/pq
commit 191b842a566477b7fa8b25de4f12b6faa07c7a3c
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Add missing static declarations.
---
pq.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pq.c b/pq.c
index 9177abfac7..52c6350be3 100644
---
branch: externals/pq
commit 2f633082251a3cd3a2da700971de059b60a476eb
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Use PQexec instead of PQexecParams when no parameters are specified.
The former allows multiple statements in the command string.
---
pq.c| 23 ++
branch: externals/pq
commit 7a15153e8d4acddd12a7e5ce090dc34c2a0c53fe
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Protect against NULL SQLSTATE.
---
pq.c | 4
1 file changed, 4 insertions(+)
diff --git a/pq.c b/pq.c
index ecff3bfd45..ab13da6c00 100644
--- a/pq.c
+++ b/pq.c
branch: externals/pq
commit 499dc3b50e5963c939b20cab063855a0f7afb969
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Re-introduce custom error signal pq:error with SQLSTATE.
---
README.org | 15 ++-
pq.c | 26 ++
test.el| 13
branch: externals/pq
commit a03d2c2e9bc626c358c3b2f45b78352520b158cc
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Update README
---
README.org | 17 +
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index edb0e122e8..10f8fc0c
branch: externals/pq
commit 33e626d5b8b9f6548ab5739f27d3ff52351136a7
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
README: It's no longer quick and dirty.
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 051ceb1913..2
branch: externals/pq
commit 0501c66e6a6791c1b4ef93eca6b200373daf2a7f
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Add testcase for crash reported by "717g301github".
---
test.el | 4
1 file changed, 4 insertions(+)
diff --git a/test.el b/test.el
index 6be47b4d2f..956f9bb4c5
branch: externals/pq
commit 37e21db4c2c085029c61f2068cd15d3d5320a459
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Shuffle tests, make gc test emit more info on failure.
---
test.el | 26 +-
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/te
branch: externals/pq
commit dc688341b088ef4260ce0b849e48473104597a8e
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
test: Check more raised errors in different parts of the code.
---
test.el | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/test.el b/test.el
branch: externals/pq
commit 8cc484c68bdf2845827daa7c494b08398b26f86d
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
README: Fix typos.
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 1c4af6e772..8c2802b272 100644
branch: externals/pq
commit 69d6fba04870c3c88d74575dc1b299f383acd77b
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Make argument to pq:connectdb optional.
---
pq.c| 11 +++
test.el | 2 ++
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/pq.c b/pq.c
inde
branch: externals/pq
commit 6ab076af29b30fbc39736c2210789e6fe7d15cfe
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Fix memory leak.
Pointed out by Jess Balint.
---
pq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pq.c b/pq.c
index b9d68ca0b2..6100e
branch: externals/pq
commit ca337173dd295159b57747e22ae24ba118695013
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Explicitly free the libpq result.
Now that the result is no longer exposed as a user-pointer, garbage
collection cannot do that for us.
---
pq.c | 2 +-
branch: externals/pq
commit 5fcaa751f2ffccda3de2470339a41f35c07619da
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Cleanup prototype definitions.
- Do it like the romans do in emacs/modules/mod-test.c.
- Fix Fpq_escape maximum argument number.
- Get rid of more glo
branch: externals/pq
commit 302627957849ac900b5b8903faacd7d5f08f23f9
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Use pg_config with --includedir instead of --pkgincludedir.
We want the client libraries, not the server includes. It mostly
worked by accident since mos
branch: externals/pq
commit 8cbe2e24fc94957831da8a2e9d726caba9d4e87c
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Make test notice-receiver more robust.
---
README.org | 1 +
test.el| 1 +
2 files changed, 2 insertions(+)
diff --git a/README.org b/README.org
index 28ce446733
branch: externals/pq
commit d6e3746c80e9978aa5b68ce774a5d105c483d05c
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Skip encoding test unless supported by server.
---
test.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/test.el b/test.el
index 04750028b
branch: externals/pq
commit 76f81f5ca50020831ee82c5926f6b86b24e760b9
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Replace low-level functions with a higher level one.
Now that all the building blocks are in place, we can formulate a
higher level function pq:query that
branch: externals/pq
commit 2c03e4aba47794591e65e51e3c4d1d614fc5d50f
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Make garbage-collection test more robust.
---
test.el | 29 +
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git a/test.el b/te
branch: externals/pq
commit 1048d41b99343b5fe9afef2461a7eab9e9fd1b98
Author: Mario Rodas
Commit: Mario Rodas
Use pg_config to detect postgresql include directory
---
Makefile | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index e61c75dc8e..0376e3
branch: externals/pq
commit 9e719959b320057abf34459d7aa2472adca99920
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Avoid global variable for pq:error symbol.
---
pq.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pq.c b/pq.c
index fb3a12be4f..3a62ee4b61 1
branch: externals/pq
commit 6f6d8728e540bf211b40f08c6c947f02454c4ecf
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Test expected error on invalid encoding.
---
test.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/test.el b/test.el
index da12b5ba88..de387c
branch: externals/pq
commit 8e13d07737308d8ab134e50c869153f1743f286a
Author: Mario Rodas
Commit: Mario Rodas
Update Makefile
---
Makefile | 22 +-
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 1b412527b0..e61c75dc8e 100644
--- a
branch: externals/pq
commit 966a05ef255dcbdfda0612a80b6b9c0fba1bb802
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Initialize client_encoding to utf8.
The emacs-module interface always yields/expects utf8 strings.
---
pq.c | 6 ++
1 file changed, 6 insertions(+)
diff
branch: externals/pq
commit fb79f059fbbf08a3e62d94ad73cb4419c3ea19a9
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Flush debug fprintf()s.
---
pq.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/pq.c b/pq.c
index c707503331..a59c7eec95 100644
--- a/pq.c
+++ b/pq.c
@@ -16,7 +
branch: externals/pq
commit f743c450aceede364268b614f93cdb1b46e41c77
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Set application_name.
---
pq.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pq.c b/pq.c
index 94f7d64f1f..40f7158dee 100644
--- a/pq.c
+++ b/pq.c
@@ -77,6 +
branch: externals/pq
commit 862bf023c048e845f0ff83dadf4387fa63c46109
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Add processing for asynchronous notices.
closes #1.
---
pq.c | 23 +++
1 file changed, 23 insertions(+)
diff --git a/pq.c b/pq.c
index a
branch: externals/pq
commit e9e199879686662182f17e66848d89cb508b65a5
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Handle booleans and fix some NULL handling.
---
pq.c| 9 -
test.el | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/pq.c b/pq.c
inde
branch: externals/pq
commit cdc04b0b611c15709f5ebc55d2db2d94126ee5f5
Author: Mario Rodas
Commit: Mario Rodas
Add missing PQclear calls
---
pq.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pq.c b/pq.c
index 6100ee3987..2f1b5d4839 100644
--- a/pq.c
+++ b/pq.c
@@ -103,10 +103,12 @@ F
branch: externals/pq
commit 03c4dbf3f988c0d27c0765e4faa35007d6b53f09
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Add pq:getrow.
---
pq.c| 47 +--
test.el | 3 +++
2 files changed, 28 insertions(+), 22 deletions(-)
diff --git a/pq
branch: externals/pq
commit 09e320f63f80dc3c3498d49cdd3296b091797254
Author: Mario Rodas
Commit: Mario Rodas
Initial travis ci configuration
---
.travis.yml | 26 ++
Makefile| 2 +-
2 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.tr
branch: externals/pq
commit 46e3e39cce747b56b6af6c61c33580e34799
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Initial commit.
---
#test.el# | 14 ++
Makefile | 8 ++
README.org | 9 ++
pg_type.h | 61
pq.c | 469 +++
elpasync pushed a change to branch externals/pq.
at 04c91e8374 add pq.el and move pq.c -> pq-core.c
This branch includes the following new commits:
new 46e3e3 Initial commit.
new b72ee45524 Add .gitignore, flush tempfile.
new dfa4ad04bb README: clarify.
branch: externals/pq
commit dfa4ad04bb46fd5eb52f895586c2a2dd71b5a82c
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
README: clarify.
---
README.org | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 44405e7721..051ceb1913 100644
---
branch: externals/pq
commit b72ee45524ca25bd116b94ca846cbbea7b1b4da2
Author: Andreas Seltenreich
Commit: Andreas Seltenreich
Add .gitignore, flush tempfile.
---
#test.el# | 14 --
.gitignore | 4
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/#test.el# b/
branch: elpa-admin
commit 00050d0e94c8444b3a6eec2532c8795c5b5d6acc
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-admin.el (elpaa--fetch): Don't skip initial push
Do call `k` when there's no branch in `origin` yet, since that `k`
might indeed be the `elpaa--push` which wil
branch: main
commit 03415c72444609e4508ebf3fe264cba9c2eb4300
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (pq): New package
---
elpa-packages | 3 +++
1 file changed, 3 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 998f6cb542..0934060ae8 100644
--- a/elpa-
branch: externals/org-remark
commit 1051b649585a65db89948b5b841a3e4357d26c28
Author: Noboru Ota
Commit: Noboru Ota
bump up version to v1.0.2 only docs
---
NEWS | 4 ++--
org-remark.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index 9059f3b
branch: externals/org-remark
commit d82b0a867549c44bc594470d30414e6c5d4423a6
Author: Noboru Ota
Commit: Noboru Ota
docs: update README
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 9d455de49d..75d6efd284 100644
--- a/REA
elpasync pushed a change to branch externals/org-remark.
from 794ff1acc3 docs: update README with ELPA info
new d82b0a8675 docs: update README
new 1051b64958 bump up version to v1.0.2 only docs
Summary of changes:
NEWS | 4 ++--
README.org| 4 ++--
org-remark
elpasync pushed a change to branch externals/embark-consult.
from 56e28c23d5 Add user option to confirm embark-act-all (fix #457)
adds bc405f0e48 Enable actions that assume (this-command-keys) is
non-empty
No new revisions were added by this update.
Summary of changes:
embark.el
branch: externals/embark
commit bc405f0e48a358dcf4ac1d4a20335f5060e3ab76
Author: Omar AntolÃn Camarena
Commit: Omar AntolÃn Camarena
Enable actions that assume (this-command-keys) is non-empty
This is @jakanakaevangeli's fix to #182.
---
embark.el | 6 ++
1 file changed, 6 in
branch: externals/vertico
commit c5d121d60d7f7fdb995c1b15c9e4ba3c3052a0ad
Author: Daniel Mendler
Commit: Daniel Mendler
vertico-exit-input: Change default binding from C-return to M-RET (Fix #196)
As pointed out by @oantolin, M-RET works both with terminal and gui Emacs.
C-retur
branch: externals/which-key
commit 1217db8c6356659e67b35dedd9f5f260c06f6e99
Author: Justin Burkett
Commit: Justin Burkett
Bump version
---
which-key.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/which-key.el b/which-key.el
index d2743198fa..c9d60b88ca 100644
--- a/w
branch: externals/vertico
commit de7218416f8badcb3405436fed556abf9e817626
Author: Daniel Mendler
Commit: Daniel Mendler
README: Typo
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index e0c77495bc..a7b70b547f 100644
--- a/README.or
elpasync pushed a change to branch externals/vertico.
from a1b0219840 Improved multiform toggling, add
vertico-multiform-vertical (Fix #183)
new 53ca780532 README: Fix typo
new de7218416f README: Typo
new 2a80b9e25c README: Reindent
Summary of changes:
README.org
branch: externals/vertico
commit 53ca780532be11271839864245e9072dca89f77c
Author: Daniel Mendler
Commit: Daniel Mendler
README: Fix typo
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index c7aef1b263..e0c77495bc 100644
--- a/READM
branch: externals/vertico
commit 2a80b9e25c82d38bd5a8951226d3c5e7807789b2
Author: Daniel Mendler
Commit: Daniel Mendler
README: Reindent
---
README.org | 751 ++---
1 file changed, 374 insertions(+), 377 deletions(-)
diff --git a/READ
branch: externals/org
commit 0cb0760206e4deb89f12d1553d8e66857a5fdb21
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-persist-write:elisp: Do not use `buffer-local-boundp'
* lisp/org-persist.el (org-persist-write:elisp): Use manual
implementation of `buffer-local-boundp' to ma
branch: externals/org
commit bc8c3e7795140b764ca52d0d75f3903c3587f816
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-export-link--remote-local-copy: Update docstring
* lisp/ox.el (org-export-link-localise): Make sure that docstring is
narrower than 80 chars. Clarify the retu
branch: externals/elisp-benchmarks
commit 70e38dbfa8f4acbdebfd0f417410d99f5031e05f
Author: Stefan Monnier
Commit: Stefan Monnier
* elisp-benchmarks.el: Bump version
---
elisp-benchmarks.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elisp-benchmarks.el b/elisp-benchm
branch: elpa/popup
commit 37a04117ac83b3ed24a2cba894443a32795c2f1a
Author: Jen-Chieh Shen
Commit: GitHub
Update test.yml
---
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cfe1cecd8
elpasync pushed a change to branch externals/org.
from fe4a60dffa oc-basic: Fallback to editor when author is not available
new 0cb0760206 org-persist-write:elisp: Do not use `buffer-local-boundp'
new bc8c3e7795 org-export-link--remote-local-copy: Update docstring
Summary
branch: externals/consult
commit fd110782aaddbfe55b8565d112de07f9366337a3
Author: Daniel Mendler
Commit: Daniel Mendler
consult--temporary-files: Fix let binding of non-essential (Fix #513)
---
consult.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/consult
branch: externals/cape
commit e5e11f30f0b6ed0a2b283d5d3dec84bcd36557fc
Author: Daniel Mendler
Commit: Daniel Mendler
cape-file: Mark completion table as non-essential
---
cape.el | 15 +--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/cape.el b/cape.el
index 4c7
branch: externals/hyperbole
commit 8d69956fe0678348e970e37304c2f1a4441ed2a7
Author: Mats Lidell
Commit: GitHub
Use underscore prefix on unused arguments (#167)
---
ChangeLog | 5 +
hactypes.el | 4 ++--
hargs.el | 4 ++--
hbdata.el | 7 +++
hbut.el
86 matches
Mail list logo