[elpa] master 820a128 1/4: [gnorb] Improvements to gnorb-org-setup-message

2020-09-03 Thread Eric Abrahamsen
branch: master commit 820a1282b606cf9e24145c9277c0604b77bddeb6 Author: Eric Abrahamsen Commit: Eric Abrahamsen [gnorb] Improvements to gnorb-org-setup-message * packages/gnorb/gnorb-org.el (gnorb-org-setup-message): Accept an optional NOPROMPT argument that will attach all files

[elpa] master ef102e0 4/4: [gnorb] Bump version to 1.6.8

2020-09-03 Thread Eric Abrahamsen
branch: master commit ef102e0315559a56f44b3514ad42185c1d2d4c33 Author: Eric Abrahamsen Commit: Eric Abrahamsen [gnorb] Bump version to 1.6.8 --- packages/gnorb/gnorb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el inde

[elpa] master 64a4d08 2/4: [gnorb] Check for live Gnus before searching messages

2020-09-03 Thread Eric Abrahamsen
branch: master commit 64a4d085ec528d11bed6309fd0d03a6eafa9a03b Author: Eric Abrahamsen Commit: Eric Abrahamsen [gnorb] Check for live Gnus before searching messages * packages/gnorb/gnorb-gnus.el (gnorb-gnus-search-messages): I thought the existing check in nnir-run-gnorb was in

[elpa] master ab1114b 3/4: [gnorb] Don't allow creation of new headings for incoming trigger

2020-09-03 Thread Eric Abrahamsen
branch: master commit ab1114b6a51162c343c932180c9e6edda26f6207 Author: Eric Abrahamsen Commit: Eric Abrahamsen [gnorb] Don't allow creation of new headings for incoming trigger * packages/gnorb/gnorb-gnus.el (gnorb-gnus-incoming-do-todo): This function should only be used to con

[elpa] master updated (c3eafa9 -> ef102e0)

2020-09-03 Thread Eric Abrahamsen
girzel pushed a change to branch master. from c3eafa9 packages/sql-beeline/sql-beeline.el: Initial commit new 820a128 [gnorb] Improvements to gnorb-org-setup-message new 64a4d08 [gnorb] Check for live Gnus before searching messages new ab1114b [gnorb] Don't a

[elpa] externals/elisp-benchmarks c8fe76b: * benchmarks/pcase.el: Don't hide the real `pcase.el`

2020-09-03 Thread Stefan Monnier
branch: externals/elisp-benchmarks commit c8fe76bab0ee16457ec9d3258741e4717f77d74f Author: Stefan Monnier Commit: Stefan Monnier * benchmarks/pcase.el: Don't hide the real `pcase.el` --- benchmarks/pcase.el | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --g

[elpa] externals/ebdb 056b28a 1/4: Remove Makefile from repo

2020-09-03 Thread Eric Abrahamsen
branch: externals/ebdb commit 056b28a4e8c30424401bd838ea396d41f172526f Author: Eric Abrahamsen Commit: Eric Abrahamsen Remove Makefile from repo There was no reason to make this part of the public repo to begin with. * .gitignore: And ignore. --- .gitignore | 2 +- Ma

[elpa] externals/ebdb d35e158 3/4: Catch ebdb-record-unfound error when formatting relation fields

2020-09-03 Thread Eric Abrahamsen
branch: externals/ebdb commit d35e1581c911080b4882ff54dde8b67a84745adc Author: Eric Abrahamsen Commit: Eric Abrahamsen Catch ebdb-record-unfound error when formatting relation fields * ebdb-com.el (ebdb-fmt-field): That was the whole point of having this error. --- ebdb-com.el

[elpa] externals/ebdb 8e0cd8d 2/4: Fix test

2020-09-03 Thread Eric Abrahamsen
branch: externals/ebdb commit 8e0cd8d2ee5328f730e98da4aaf8e133fb09464a Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix test * ebdb-test.el (ebdb-search-transform-and-fold): Since cleaning up cache methods, it's necessary to initialize records before searching. --- ebdb-test

[elpa] externals/ebdb f29ac91 4/4: Bump version to 0.6.19

2020-09-03 Thread Eric Abrahamsen
branch: externals/ebdb commit f29ac91a90a66376f0404cfb1f8ca922051885f0 Author: Eric Abrahamsen Commit: Eric Abrahamsen Bump version to 0.6.19 --- ebdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebdb.el b/ebdb.el index b8332e3..5a75221 100644 --- a/ebdb.el +++ b/e

[elpa] externals/ebdb updated (0b70386 -> f29ac91)

2020-09-03 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 0b70386 Check calling convention of encode-time, bump to 0.6.18 new 056b28a Remove Makefile from repo new 8e0cd8d Fix test new d35e158 Catch ebdb-record-unfound error when formatting relation fields