[elpa] externals/pq 377f408a56: Improve package build in batch mode

2022-07-19 Thread ELPA Syncer
branch: externals/pq commit 377f408a567a73781490885756b111f4658e1c2d Author: Mario Rodas Commit: Mario Rodas Improve package build in batch mode Co-authored-by: monnier --- .elpaignore | 1 + pq-compile.el | 31 +++ 2 files changed, 20 insertions(+),

[elpa] externals/denote dae5fa1674: Clarify point about attachments to files

2022-07-19 Thread ELPA Syncer
branch: externals/denote commit dae5fa1674620074bc6b181b592afb7e4d06aa28 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify point about attachments to files --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 63d7b2

[nongnu] elpa/clojure-mode bb327cb970: Tweak a couple of changelog entries

2022-07-19 Thread ELPA Syncer
branch: elpa/clojure-mode commit bb327cb9707787c8f1dbcb2d219f6cbceb553a96 Author: Bozhidar Batsov Commit: Bozhidar Batsov Tweak a couple of changelog entries --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3418f2a44

[elpa] externals/denote updated (a0f370d575 -> fb534987ce)

2022-07-19 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from a0f370d575 Add generic README.md for git forges new 1524175e80 Reword denote--punctuation-regexp doc string new fb534987ce Add variable to extend "illegal" punctuation Summary of changes: denote.el | 13 +++

[elpa] externals/denote 1524175e80 1/2: Reword denote--punctuation-regexp doc string

2022-07-19 Thread ELPA Syncer
branch: externals/denote commit 1524175e80ca9d10497e46d185a04b6f6706c0c8 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reword denote--punctuation-regexp doc string --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 920a707

[elpa] externals/denote fb534987ce 2/2: Add variable to extend "illegal" punctuation

2022-07-19 Thread ELPA Syncer
branch: externals/denote commit fb534987cef774a6e8b1584630bf019556db3d8f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add variable to extend "illegal" punctuation This is to allow users to omit non-ascii characters from file names. Thanks to pRot0ta1p for the fee

[elpa] externals/javaimp 74eefcdee7: Use narrowing instead of temp buffers in low-level parsing

2022-07-19 Thread Filipp Gunbin
branch: externals/javaimp commit 74eefcdee728fafd3cb5a2b4a7f5a8ad666d1a47 Author: Filipp Gunbin Commit: Filipp Gunbin Use narrowing instead of temp buffers in low-level parsing --- javaimp-parse.el | 153 ++- javaimp.el | 5 +- tes

[nongnu] elpa/magit-section updated (acd26dd9f3 -> 80cdadb08e)

2022-07-19 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from acd26dd9f3 manual: Fix command name for magit-toggle-git-debug entry adds 80cdadb08e magit-section-goto-successor--same: Work around Emacs 26 bug No new revisions were added by this update. Summary of changes: lisp/magit

[nongnu] elpa/magit updated (acd26dd9f3 -> 80cdadb08e)

2022-07-19 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from acd26dd9f3 manual: Fix command name for magit-toggle-git-debug entry adds 80cdadb08e magit-section-goto-successor--same: Work around Emacs 26 bug No new revisions were added by this update. Summary of changes: lisp/magit-section

[nongnu] elpa/git-commit 80cdadb08e: magit-section-goto-successor--same: Work around Emacs 26 bug

2022-07-19 Thread ELPA Syncer
branch: elpa/git-commit commit 80cdadb08efcf3287f6af138608d2a71bd8d0a40 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-section-goto-successor--same: Work around Emacs 26 bug See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31840. Closes #4695. At [1] I pred

[elpa] externals/compat 700348af4a 4/5: Make compat-font-lock dependency on compat-macs explicit

2022-07-19 Thread ELPA Syncer
branch: externals/compat commit 700348af4a375ab25c77be5ba30a752a0b5b08e9 Author: Philip Kaludercic Commit: Philip Kaludercic Make compat-font-lock dependency on compat-macs explicit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 79ccb01cd7..af3cce

[elpa] externals/compat c61c7e12a0 2/5: Make compat.el not depend on compat-macs.el

2022-07-19 Thread ELPA Syncer
branch: externals/compat commit c61c7e12a0f124caaec277f37bde08d6c3d44605 Author: Philip Kaludercic Commit: Philip Kaludercic Make compat.el not depend on compat-macs.el --- Makefile | 1 - compat.el | 2 -- 2 files changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 794344003a.

[elpa] externals/compat fe923d8ef9 3/5: Load compat-NM.el only if NM < emacs-major-version

2022-07-19 Thread ELPA Syncer
branch: externals/compat commit fe923d8ef905dfdc1ca2a78147f5a7d28426d093 Author: Philip Kaludercic Commit: Philip Kaludercic Load compat-NM.el only if NM < emacs-major-version As the default behaviour is just to load missing (unprefixed) definitions, which are all compiled away

[elpa] externals/compat aaf2139835 5/5: Always load all compat files during testing

2022-07-19 Thread ELPA Syncer
branch: externals/compat commit aaf21398355d9d2abee33fe5a620792ea8ad9315 Author: Philip Kaludercic Commit: Philip Kaludercic Always load all compat files during testing --- compat.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compat.el b/compat.el index f0e0519f5f

[elpa] externals/compat updated (fc8c9cdf53 -> aaf2139835)

2022-07-19 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from fc8c9cdf53 Properly capitalise CentOS in README new 1457f5dfb4 Remove obsolete comment new c61c7e12a0 Make compat.el not depend on compat-macs.el new fe923d8ef9 Load compat-NM.el only if NM < emacs-major-versi

[elpa] externals/compat 1457f5dfb4 1/5: Remove obsolete comment

2022-07-19 Thread ELPA Syncer
branch: externals/compat commit 1457f5dfb41350937c8e263ff3e56ed8ec2d3140 Author: Philip Kaludercic Commit: Philip Kaludercic Remove obsolete comment --- compat.el | 6 -- 1 file changed, 6 deletions(-) diff --git a/compat.el b/compat.el index 35fd8a0ccc..2e2e634912 100644 --- a/compat.

[elpa] externals/m-buffer 9dcfcd69d8 106/115: Update Emacs version requirement

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 9dcfcd69d89dfe464b4994d41ce109c2f218aea9 Author: Phillip Lord Commit: Phillip Lord Update Emacs version requirement --- m-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-buffer.el b/m-buffer.el index 3b01fc7edc..f79c1c0b32 10

[elpa] externals/m-buffer 3bff1078c6 109/115: Add package task to Makefile

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 3bff1078c6c7a33ee88ab187981a0957dae2994e Author: Phillip Lord Commit: Phillip Lord Add package task to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2540a7c97e..de5eba61c4 100644 --- a/Makefile +++ b/M

[elpa] externals/m-buffer 9c45387989 107/115: Update Cask file for lentic-doc changes

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 9c45387989bd7d813f15e56ac5d3210f5e44b1c6 Author: Phillip Lord Commit: Phillip Lord Update Cask file for lentic-doc changes --- Cask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cask b/Cask index 92ab5bc570..504b1c3b6d 100644 --- a/Cas

[elpa] externals/m-buffer cf99d4209a 102/115: New function `m-buffer-match-multi'

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit cf99d4209a3422cabe13420dd9b2cbfbb63f7bea Author: Phillip Lord Commit: Phillip Lord New function `m-buffer-match-multi' --- README.md | 4 m-buffer.el| 37 - test/m-buffer-test.el | 12 +

[elpa] externals/m-buffer 883e6192e9 097/115: Benchmark extension changed.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 883e6192e992ae783e51de6cd6b6a7dbaa54dce0 Author: Phillip Lord Commit: Phillip Lord Benchmark extension changed. The benchmark file is used as part of the documentation, but because it ends in a .el was being byte-compiled on installation, which

[elpa] externals/m-buffer 3325bfcf6e 098/115: Prepare for next release.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 3325bfcf6e99a0711bdaff82b4275678858946c3 Author: Phillip Lord Commit: Phillip Lord Prepare for next release. --- README.md | 15 +++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index bb62f95db0..2b11911c7b 100644 --- a/R

[elpa] externals/m-buffer 3702262fbc 092/115: m-buffer was not stateless at all!

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 3702262fbc7b4eaa625f99162eba8c46fb612c74 Author: Phillip Lord Commit: Phillip Lord m-buffer was not stateless at all! A bug in m-buffer-match meant that the m-buffer-match-* functions was not at all stateless. The bug was caused because m-buffer

[elpa] externals/m-buffer 3fd8848e40 091/115: m-buffer-at-narrowed-p added.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 3fd8848e408d9e07dfe0994737962cada347364a Author: Phillip Lord Commit: Phillip Lord m-buffer-at-narrowed-p added. --- m-buffer-at.el | 5 + 1 file changed, 5 insertions(+) diff --git a/m-buffer-at.el b/m-buffer-at.el index 34eaa2bbd5..2128ce4815 100644

[elpa] externals/m-buffer 62df9235a1 087/115: v0.11 release.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 62df9235a1ad56b16d101db28f6896ac9123d78f Author: Phillip Lord Commit: Phillip Lord v0.11 release. --- m-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-buffer.el b/m-buffer.el index 099c762f5c..a8c10cba57 100644 --- a/m-buffe

[elpa] externals/m-buffer c0946dbe6c 085/115: Documentations updates.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit c0946dbe6cc65e42d87b725fb232921455d619a5 Author: Phillip Lord Commit: Phillip Lord Documentations updates. --- Makefile | 1 - m-buffer-benchmark.el | 145 ++ m-buffer-doc.org | 7 +++ m-

[elpa] externals/m-buffer e648a9d6ca 084/115: m-buffer-apply-snoc replaced.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit e648a9d6cad72ea4ec4977a063b55a24d859a93b Author: Phillip Lord Commit: Phillip Lord m-buffer-apply-snoc replaced. This function has now been replaced with m-buffer-apply-join which is a somewhat better name. The implementation of the function now

[elpa] externals/m-buffer 5166d21792 081/115: Lentic documentation for m-buffer.el.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 5166d21792c1035e79a5d77f86e51f3e8acbeb7c Author: Phillip Lord Commit: Phillip Lord Lentic documentation for m-buffer.el. --- Makefile | 2 +- README.md| 27 m-buffer-doc.org | 21 +- m-buffer.el | 198 ++

[elpa] externals/m-buffer 3136ab48a8 082/115: Docstring typo.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 3136ab48a8356001667459f595a2e2af3a1f9c35 Author: Phillip Lord Commit: Phillip Lord Docstring typo. --- m-buffer-at.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-buffer-at.el b/m-buffer-at.el index 4438490f92..34eaa2bbd5 100644 ---

[elpa] externals/m-buffer da475fb914 079/115: Update for 0.10.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit da475fb9145a724d634f7989723b5e4aac4c55d6 Author: Phillip Lord Commit: Phillip Lord Update for 0.10. --- README.md | 6 ++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cb7d4f4e23..0f2bff0243 100644 --- a/README.md +++ b/READM

[elpa] externals/m-buffer 77067c0ff5 076/115: Version 0.9 Released.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 77067c0ff5104054536fec28db77e1e4f02ae72c Author: Phillip Lord Commit: Phillip Lord Version 0.9 Released. --- README.md | 10 ++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e1ede8319c..cb7d4f4e23 100644 --- a/README.md

[elpa] externals/m-buffer f62d176423 075/115: Byte-compile errors fixed.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit f62d176423cd2462eca18db6ee6841e759606ee6 Author: Phillip Lord Commit: Phillip Lord Byte-compile errors fixed. --- m-buffer-at.el| 2 -- m-buffer-macro.el | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/m-buffer-at.el b/m-buffer-at

[elpa] externals/m-buffer 8c7f63ee16 073/115: Removed pointless call to m-buffer-buffer-for-match.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 8c7f63ee1655e7235023ce112865e2e3af7b5348 Author: Phillip Lord Commit: Phillip Lord Removed pointless call to m-buffer-buffer-for-match. This was added because I copied the form of the function from overlay-match, when it wasn't actually needed,

[elpa] externals/m-buffer b67897c833 070/115: Reduce Emacs versions in testing.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit b67897c83384c483fbc53d2a2831f5bd8a8186e0 Author: Phillip Lord Commit: Phillip Lord Reduce Emacs versions in testing. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 96ae783ad3..52d1a41f9f 100644 --- a/.tr

[elpa] externals/m-buffer 4bf9bbe61d 069/115: README update for 0.8.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 4bf9bbe61d06d0276ff934f1797fa62c52bb96ae Author: Phillip Lord Commit: Phillip Lord README update for 0.8. --- README.md | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b2679459..e1ede8319c 100644

[elpa] externals/m-buffer e80fd6cdaa 068/115: Documentation updates.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit e80fd6cdaa355242f37982e6510dc8ae1eb4e33d Author: Phillip Lord Commit: Phillip Lord Documentation updates. --- m-buffer-macro.el | 5 ++--- m-buffer.el | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/m-buffer-macro.el b/m-buffer-

[elpa] externals/m-buffer 69cf1fb326 066/115: Documentation updates.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 69cf1fb326c62457b6627d286ff1f315c92ce83e Author: Phillip Lord Commit: Phillip Lord Documentation updates. --- .dir-locals.el | 5 + .gitignore | 1 + m-buffer.el| 10 +++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.

[elpa] externals/m-buffer 63a46e6732 063/115: m-buffer-in-match-p added.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 63a46e6732b9626223ab74d59889d77b55d3af72 Author: Phillip Lord Commit: Phillip Lord m-buffer-in-match-p added. --- m-buffer.el | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/m-buffer.el b/m-buffer.el index 4ffaca1ec9..9899f171a5

[elpa] externals/m-buffer c2ea6f72b9 060/115: m-buffer-first-line added.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit c2ea6f72b94192fc56de4b16fda7edd37086cade Author: Phillip Lord Commit: Phillip Lord m-buffer-first-line added. New method to find the first line. --- m-buffer.el | 15 ++- test/m-buffer-test.el | 16 +--- 2 files ch

[elpa] externals/m-buffer 55eb7c058f 059/115: Prepare for next iteration.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 55eb7c058fa57ab53aa71e97218baf5796699ef3 Author: Phillip Lord Commit: Phillip Lord Prepare for next iteration. --- m-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-buffer.el b/m-buffer.el index 704ce18b4e..e9da454f49 100644

[elpa] externals/m-buffer d6701d8ce2 044/115: Remove extraneous dash dependency to dash.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit d6701d8ce203c708eea1a1f1b3409667a6b3ba0b Author: Phillip Lord Commit: Phillip Lord Remove extraneous dash dependency to dash. --- Cask | 1 - 1 file changed, 1 deletion(-) diff --git a/Cask b/Cask index eae9df8727..b7b1f89066 100644 --- a/Cask +++ b/Cask @

[elpa] externals/m-buffer 02feebf931 058/115: Test update due to function private namechange.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 02feebf93155941e49bb58dc2d3d00ce4e1628fc Author: Phillip Lord Commit: Phillip Lord Test update due to function private namechange. --- test/m-buffer-test.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/m-buffer-test.el

[elpa] externals/m-buffer bc7dd63016 051/115: Emacs 24.4 Unit testing.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit bc7dd63016ffcd9df7e2171c68d1f71c6d536b26 Author: Phillip Lord Commit: Phillip Lord Emacs 24.4 Unit testing. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index aa80f3169f..96ae783ad3 100644 --- a/.travis.yml +

[elpa] externals/m-buffer 2803b1f9b6 048/115: Match functions now accept a :numeric arg.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 2803b1f9b6a5b5d66cc712a96604aa343fd01c63 Author: Phillip Lord Commit: Phillip Lord Match functions now accept a :numeric arg. This forces the return of integers rather than markers which saves the effort of nil'ing them after, but which cannot b

[elpa] externals/m-buffer 93f64edf1b 046/115: Added support for case-fold-search

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 93f64edf1b83f489e09ce252eb2de0a56100e698 Author: Phillip Lord Commit: Phillip Lord Added support for case-fold-search Previously, case-fold-search could be set externally, but is now also offered as an argument. --- m-buffer.el | 26 +

[elpa] externals/m-buffer 11990bba65 045/115: Version 0.5 release.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 11990bba65f14fdd57bc867594894d175fa1225b Author: Phillip Lord Commit: Phillip Lord Version 0.5 release. --- README.md | 7 +++ m-buffer.el | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cb04f03a8.

[elpa] externals/m-buffer 6c25f66a6d 039/115: Uses cask for dependency management and testing.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 6c25f66a6da729b5fbef8b58d45895146fda99fa Author: Phillip Lord Commit: Phillip Lord Uses cask for dependency management and testing. --- .ert-runner |1 + .gitignore|1 + .travis.yml | 25 +- Cask |

[elpa] externals/m-buffer b7c9738f31 037/115: Update readme for 0.4 release.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit b7c9738f312be44dcc8ab139f2d27140d4263f91 Author: Phillip Lord Commit: Phillip Lord Update readme for 0.4 release. --- README.md | 4 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 14cf0e5e92..194765d8e9 100644 --- a/README.md

[elpa] externals/m-buffer 5784538b01 034/115: v0.4 iteration.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 5784538b015fc4c3480aa5a983d9e94a23030d00 Author: Phillip Lord Commit: Phillip Lord v0.4 iteration. --- m-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-buffer.el b/m-buffer.el index 8dcc64ed45..3a7caa9e47 100644 --- a/m-buff

[elpa] externals/m-buffer e4ec4daa87 027/115: replace-match now returns marker to the end of the replacements.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit e4ec4daa8743bf05bd8aee5fbd8eef9cd55546a4 Author: Phillip Lord Commit: Phillip Lord replace-match now returns marker to the end of the replacements. --- m-buffer.el | 6 -- test/m-buffer-test.el | 10 ++ 2 files changed, 14 insertions(

[elpa] externals/m-buffer 6e8e29e12d 022/115: Fix some typos

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 6e8e29e12d00b8be7597c73ec08d73b4bf63925c Author: Syohei YOSHIDA Commit: Syohei YOSHIDA Fix some typos These causes to reference undefined variables or functions. --- m-buffer.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --gi

[elpa] externals/m-buffer 84c7fddd48 008/115: Modifed match-data to use keyword args, except for first two args.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 84c7fddd48c7baf3099bcb9a71ae8747f2b598ab Author: Phillip Lord Commit: Phillip Lord Modifed match-data to use keyword args, except for first two args. This has resulted in a large number of knock on changes, but has simplified the argument handling si

[elpa] externals/m-buffer ce6dfb0023 006/115: Use Emacs var

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit ce6dfb0023d1766a2616cdccb60ecdb53e4f2637 Author: Phillip Lord Commit: Phillip Lord Use Emacs var --- run-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index 74441aad5c..35f63e8c8b 100755 --- a/run

[elpa] branch externals/m-buffer created (now d2e35bf929)

2022-07-19 Thread ELPA Syncer
elpasync pushed a change to branch externals/m-buffer. at d2e35bf929 Adjust copyright headers for GNU ELPA This branch includes the following new commits: new ce7b6aa0fc Initial Checkin new 0450374662 Lots of changes! new 20daafd37d Lots more changes! new

[elpa] externals/corfu-doc da93136780 95/95: Increase the default max width of the doc frame to 80 characters

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit da931367802d01e87e1e496ba5b51aa9126a705d Author: Yuwei Tian Commit: Yuwei Tian Increase the default max width of the doc frame to 80 characters --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el

[elpa] externals/corfu-doc 5dd2a2987a 94/95: Don't display warning when child frame is not supported (#17, #19)

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 5dd2a2987a9e470112151d89be3f35d95c633be5 Author: Yuwei Tian Commit: Yuwei Tian Don't display warning when child frame is not supported (#17, #19) --- corfu-doc.el | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/corfu-doc.el b/corf

[elpa] externals/corfu-doc 767e7574ef 89/95: Obsolete toggle-corfu-doc-mode command

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 767e7574ef7003b54f4848160c1f53c43deea9cb Author: Yuwei Tian Commit: Yuwei Tian Obsolete toggle-corfu-doc-mode command --- corfu-doc.el | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index b3

[elpa] externals/corfu-doc 13574ae5d1 82/95: Make corfu-doc-display-within-parent-frame default to t

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 13574ae5d17de692f335136f3e3a3ee63463f180 Author: Yuwei Tian Commit: Yuwei Tian Make corfu-doc-display-within-parent-frame default to t --- README.org | 8 corfu-doc.el | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README

[elpa] externals/corfu-doc 733739d090 78/95: Add and adjust docstrings

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 733739d090e666a0f5a984ec8e085f5f033d7b5f Author: Yuwei Tian Commit: Yuwei Tian Add and adjust docstrings --- corfu-doc.el | 69 ++-- 1 file changed, 58 insertions(+), 11 deletions(-) diff --git a/cor

[elpa] externals/corfu-doc 7997122f70 67/95: Fix error that resize doc popup when refreshing

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 7997122f70aecc83e36af9d533613b3c05d85f0e Author: Yuwei Tian Commit: Yuwei Tian Fix error that resize doc popup when refreshing --- corfu-doc.el | 52 1 file changed, 28 insertions(+), 24 deletions(-) di

[elpa] externals/corfu-doc f9566cf13f 80/95: Version 0.6.3

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit f9566cf13f6730a45b2f3c12e491a3fa2097e5d5 Author: Yuwei Tian Commit: Yuwei Tian Version 0.6.3 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 230d273499..44e021ae00 100644 --- a/corfu-do

[elpa] externals/corfu-doc d2abf185e6 75/95: Rename corfu-doc--popup-transit to corfu-doc--popup-transition

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit d2abf185e69bd3b1371d884aacd7c1acc593f490 Author: Yuwei Tian Commit: Yuwei Tian Rename corfu-doc--popup-transit to corfu-doc--popup-transition --- corfu-doc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.

[elpa] externals/corfu-doc 1c99932d33 57/95: Support displaying the doc frame within the parent frame

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 1c99932d33c097b2f029717257f42bdca13f755f Author: Yuwei Tian Commit: Yuwei Tian Support displaying the doc frame within the parent frame --- corfu-doc.el | 76 1 file changed, 56 insertions(+), 20

[elpa] externals/corfu-doc 904df4f99a 62/95: Make corfu-doc-mode a global minor mode

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 904df4f99a2bd37b6b1a70c4b81b5eeb0a446627 Author: Yuwei Tian Commit: Yuwei Tian Make corfu-doc-mode a global minor mode --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 00de241acf..b143df

[elpa] externals/corfu-doc 6c0653336d 36/95: Avoid doc frame repositioning delay

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 6c0653336d458add71597415ab6288ecf36376e8 Author: Yuwei Tian Commit: Yuwei Tian Avoid doc frame repositioning delay --- corfu-doc.el | 76 +++- 1 file changed, 45 insertions(+), 31 deletions(-) diff -

[elpa] externals/corfu-doc 807448a3de 38/95: Version 0.3.0

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 807448a3de99559f252cabe28e26553a624332d1 Author: Yuwei Tian Commit: Yuwei Tian Version 0.3.0 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 63b954dccf..d6cbd2f9e5 100644 --- a/corfu-do

[elpa] externals/corfu-doc 4ff6f35c18 64/95: Fix #12: make the popup functions more overrideable

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 4ff6f35c184aeaf9d22f04c88aa760acaf620d22 Author: Yuwei Tian Commit: Yuwei Tian Fix #12: make the popup functions more overrideable * corfu-doc.el (corfu-doc--cf-window): Rename from corfu-doc--window. (corfu-doc--auto-timer): Rename from corfu-

[elpa] externals/corfu-doc 95a1a1731d 51/95: Add contributions note

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 95a1a1731d425e5f8912711d7750784638ba28a0 Author: Yuwei Tian Commit: Yuwei Tian Add contributions note --- README.org | 5 + 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index 0617c15b1d..f18ddf3801 100644 --- a/README.org +++ b

[elpa] externals/corfu-doc 45853ecb53 24/95: Version 0.1.0

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 45853ecb531e08d3b1ce5426bee6807e35c4fade Author: Yuwei Tian Commit: Yuwei Tian Version 0.1.0 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index dce9c60633..9ce62e5039 100644 --- a/corfu-do

[elpa] externals/corfu-doc 75faa58328 21/95: Version 0.0.5

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 75faa58328ff2ab95bdd691c801fe62c2e0aa1da Author: Yuwei Tian Commit: Yuwei Tian Version 0.0.5 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index ae0f7ae321..97540e862b 100644 --- a/corfu-do

[elpa] externals/corfu-doc 7926ff406c 47/95: Avoid using map-merge

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 7926ff406c0d40fc51f664ebc4c6380a0f117c52 Author: Yuwei Tian Commit: Yuwei Tian Avoid using map-merge See Emacs bug#46722 --- corfu-doc.el | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el i

[elpa] externals/corfu-doc d857f012ad 33/95: Reduce doc frame flickering when the delay is very low

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit d857f012ad7ca008ab5dcc179dfe16e2d6384532 Author: Yuwei Tian Commit: Yuwei Tian Reduce doc frame flickering when the delay is very low --- corfu-doc.el | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/corfu-doc.

[elpa] externals/corfu-doc 214b14115e 39/95: Hide doc frame if there is no documentation

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 214b14115e7464a01ea22e513a52af6783a32e42 Author: Yuwei Tian Commit: Yuwei Tian Hide doc frame if there is no documentation --- corfu-doc.el | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/corfu-doc.el b/corfu-do

[elpa] externals/corfu-doc 84f344ce60 31/95: Version 0.2.0

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 84f344ce6038001925968ffd10e1911b5548a0b0 Author: Yuwei Tian Commit: Yuwei Tian Version 0.2.0 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 3bcca68c89..973df532e4 100644 --- a/corfu-do

[elpa] externals/corfu-doc d051b8e0b1 23/95: Place doc frame at top or bottom of the completion popup frame

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit d051b8e0b173b3f9e9c1620be9022dbf122a29cf Author: Yuwei Tian Commit: Yuwei Tian Place doc frame at top or bottom of the completion popup frame --- corfu-doc.el | 70 ++-- 1 file changed, 45 insertions(

[elpa] externals/corfu-doc 6c62c6634f 37/95: README: Document reducing the popup flickering

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 6c62c6634f9e000ad06f5320263c7f0648b7ec94 Author: Yuwei Tian Commit: Yuwei Tian README: Document reducing the popup flickering --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index f1c2fa0277..10

[elpa] externals/corfu-doc c968530f74 50/95: Fix #9: fix showing doc while quickly browsing candidates

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit c968530f748bdf30c56cf8221109d4cc23558dbf Author: Frédéric Giquel Commit: Yuwei Tian Fix #9: fix showing doc while quickly browsing candidates This fixes a problem pointed out by Frédéric Giquel . --- corfu-doc.el | 7 --- 1 file changed, 4

[elpa] externals/corfu-doc fa5f36599d 20/95: Force to refresh corfu echo message

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit fa5f36599d8d8dd9e62aab9eec5b6c394ca14539 Author: Yuwei Tian Commit: Yuwei Tian Force to refresh corfu echo message --- corfu-doc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index 47e01a1b18..ae0f7ae3

[elpa] externals/corfu-doc c2460635d9 19/95: Inhibit message when fetching the candidate documentation

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit c2460635d92f4cfd044785fa657fdcdd48faeb2d Author: Yuwei Tian Commit: Yuwei Tian Inhibit message when fetching the candidate documentation --- corfu-doc.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el ind

[elpa] externals/corfu-doc f030d58176 17/95: Version 0.0.4

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit f030d5817606602cdfdacb669c6d73f92f7b9b04 Author: Yuwei Tian Commit: Yuwei Tian Version 0.0.4 --- corfu-doc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index a142887a91..33bdda35c0 100644 --- a/corfu-do

[elpa] externals/corfu-doc f89ddb7c65 12/95: Sync corfu's update on redisplay hack

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit f89ddb7c65b284d06fac962f381d3f8ffd4345bc Author: Yuwei Tian Commit: Yuwei Tian Sync corfu's update on redisplay hack --- corfu-doc.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/corfu-doc.el b/corfu-doc.el index a1407ff325..160e

[elpa] externals/m-buffer d2e35bf929 115/115: Adjust copyright headers for GNU ELPA

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit d2e35bf9293367f1a2d19f259f32a35bd9f4788b Author: Stefan Monnier Commit: Stefan Monnier Adjust copyright headers for GNU ELPA * test/test-helper.el: Delete unused empty file. * test/m-buffer-test.el: Adjust copyright. Enable lexical-binding.

[elpa] externals/corfu-doc d2260b04d7 04/95: Fix doc frame border missing problem

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit d2260b04d75dd30f4d640c56bb12621a735dfbce Author: Tian Yuwei Commit: Tian Yuwei Fix doc frame border missing problem --- corfu-doc.el | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/corfu-doc.el b/corfu-doc.el index cdf

[elpa] externals/corfu-doc b8b47f79bc 03/95: Make the documentation scrollable

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit b8b47f79bcf643347166996c8521e7aaf0a5360c Author: Tian Yuwei Commit: Tian Yuwei Make the documentation scrollable --- README.org | 10 ++ corfu-doc.el | 19 +++ 2 files changed, 29 insertions(+) diff --git a/README.org b/README.or

[elpa] externals/m-buffer a2b935896f 111/115: Support Emacs-24 series

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit a2b935896f90701563797ec29f0aa5dacb200992 Author: Phillip Lord Commit: Phillip Lord Support Emacs-24 series Ensure m-buffer works with Emacs-24, Emacs-25 and Emacs-26 to be. This is mainly because it is a dependency of assess which needs to work

[elpa] externals/corfu-doc 488da67753 13/95: Revert previous commit

2022-07-19 Thread ELPA Syncer
branch: externals/corfu-doc commit 488da677535b02e6e3b62b802928a6f9a61d33bf Author: Yuwei Tian Commit: Yuwei Tian Revert previous commit This reverts commit f89ddb7c65b284d06fac962f381d3f8ffd4345bc. --- corfu-doc.el | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --

[elpa] externals/m-buffer 6eb1d2535a 112/115: v0.15 Release

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 6eb1d2535a82707a83733173bc400a0d8e520c80 Author: Phillip Lord Commit: Phillip Lord v0.15 Release --- README.md | 7 +-- m-buffer.el | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 368909c2c0..823375

[elpa] externals/m-buffer b402420640 108/115: Remove CSS which is provided by lentic

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit b40242064083f34a905ec47d6fa63aa1c4d1c699 Author: Phillip Lord Commit: Phillip Lord Remove CSS which is provided by lentic Both the CSS file and the reference to it are removed, as a result in the change to the upstream lentic. --- m-buffer-doc.

[elpa] externals/m-buffer 2a056e6248 104/115: seq replaces the dependency on dash.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 2a056e62487b3e346ef001237de8f3fd7cc56485 Author: Phillip Lord Commit: Phillip Lord seq replaces the dependency on dash. Mostly, this change is a like-for-like replacement, with two exceptions: seq.el is missing a tree-map function which is repla

[elpa] externals/m-buffer 62751a56db 099/115: Fix hyperlink in travis-ci build.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 62751a56dbe3d205f9b1bceea3f45b1f7773d373 Author: Phillip Lord Commit: Phillip Lord Fix hyperlink in travis-ci build. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b11911c7b..9240cefa44 100644

[elpa] externals/m-buffer 22660c5385 096/115: New function - m-buffer-at-string

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 22660c53850ef61814dd27b137a48eed98c97e3c Author: Phillip Lord Commit: Phillip Lord New function - m-buffer-at-string --- m-buffer-at.el | 5 + test/m-buffer-at-test.el | 8 2 files changed, 13 insertions(+) diff --git a/m-buffer-at.e

[elpa] externals/m-buffer 970b87f18d 093/115: Port tests to new travis infrastructure.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 970b87f18d273807ee6036eae44ae67342c041a5 Author: Phillip Lord Commit: Phillip Lord Port tests to new travis infrastructure. --- .travis.yml | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml in

[elpa] externals/m-buffer e2d5a416ce 113/115: Move back to melpa-stable

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit e2d5a416ce47b36da10a9815ff5702f28c716d57 Author: Phillip Lord Commit: Phillip Lord Move back to melpa-stable --- Cask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cask b/Cask index 1b38a9f935..e864ca652d 100644 --- a/Cask +++ b/Cask @

[elpa] externals/m-buffer 1da2438bfb 105/115: Lentic doc update and generation

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 1da2438bfb0ee644cd3fcc5aed7594e71a07fd13 Author: Phillip Lord Commit: Phillip Lord Lentic doc update and generation --- Cask | 2 + Makefile | 16 +- README.md| 8 +- m-buffer-doc.css | 817 ++

[elpa] externals/m-buffer ea281db21a 089/115: New function: m-buffer-partition-by-marker.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit ea281db21af0dd48ba08f7f8e0cd2902acdf5a96 Author: Phillip Lord Commit: Phillip Lord New function: m-buffer-partition-by-marker. --- m-buffer.el | 32 test/m-buffer-test.el | 14 ++ 2 files changed, 46 in

[elpa] externals/m-buffer 47e9243598 088/115: Prepare for next iteration.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 47e92435986c8ac7d79dda5d1b00eaa37480e997 Author: Phillip Lord Commit: Phillip Lord Prepare for next iteration. --- m-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-buffer.el b/m-buffer.el index a8c10cba57..21e8efae60 100644

[elpa] externals/m-buffer 8681342aaf 114/115: Renamespace assess-discover

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 8681342aaffa187e5c54945ab91b812965a96d19 Author: Phillip Lord Commit: Phillip Lord Renamespace assess-discover Remove assess-discover, add fudge-discover and generating code. Add README explaining all. Add .nosearch. Having a namespaced

[elpa] externals/m-buffer 184fe5f609 101/115: Prepare for next iteration.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 184fe5f6092a8e9004ecb1f25ec0fb403f424812 Author: Phillip Lord Commit: Phillip Lord Prepare for next iteration. --- m-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-buffer.el b/m-buffer.el index 3d6d214740..47d82e7a7c 100644

[elpa] externals/m-buffer 7ce1c15e0b 110/115: Update documentation entry point

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 7ce1c15e0bc33e2f69bcc46ea7efb17d790f1869 Author: Phillip Lord Commit: Phillip Lord Update documentation entry point --- m-buffer-doc.org | 43 ++- 1 file changed, 34 insertions(+), 9 deletions(-) diff --git a/m-buffe

[elpa] externals/m-buffer 61d1fceb84 090/115: Prepare for next iteration.

2022-07-19 Thread ELPA Syncer
branch: externals/m-buffer commit 61d1fceb8467584aa1c5902ef33c543e0385351a Author: Phillip Lord Commit: Phillip Lord Prepare for next iteration. --- m-buffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m-buffer.el b/m-buffer.el index 948033282f..dadd538c23 100644

  1   2   3   4   >