[elpa] externals/marginalia updated (20c019e884 -> 4a40cfb4f2)

2022-04-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/marginalia. from 20c019e884 marginalia-censor-variables: Add more auth-source variables new fba798e7a3 Introduce project-root category new 4a40cfb4f2 Revert "Introduce project-root category" Summary of changes:

[elpa] externals/marginalia 4a40cfb4f2 2/2: Revert "Introduce project-root category"

2022-04-16 Thread ELPA Syncer
branch: externals/marginalia commit 4a40cfb4f2d54ddf63722e341e8112bd7fc413e6 Author: Daniel Mendler Commit: Daniel Mendler Revert "Introduce project-root category" This reverts commit fba798e7a30165cefcddf0acd0a2b0f17bb12d95. Revert this for now since it needs more thought.

[elpa] externals/marginalia fba798e7a3 1/2: Introduce project-root category

2022-04-16 Thread ELPA Syncer
branch: externals/marginalia commit fba798e7a30165cefcddf0acd0a2b0f17bb12d95 Author: Daniel Mendler Commit: Daniel Mendler Introduce project-root category See the discussion in https://github.com/minad/consult/issues/6. cc @jdtsmith, @oantolin --- marginalia.el | 16 ++

[elpa] externals/djvu 071c8ab168: Release djvu.el v1.1.2

2022-04-16 Thread Roland Winkler
branch: externals/djvu commit 071c8ab168588897475899c46eaa16e70141db8c Author: Roland Winkler Commit: Roland Winkler Release djvu.el v1.1.2 --- djvu.el | 1066 ++- 1 file changed, 644 insertions(+), 422 deletions(-) diff --git a/d

[nongnu] elpa/subed 7a0c36c808: Add maintainer info, fix Makefile targets, change setq to defconst

2022-04-16 Thread ELPA Syncer
branch: elpa/subed commit 7a0c36c808e107b5851ba48ec3825dfa3c1a902e Author: Sacha Chua Commit: Sacha Chua Add maintainer info, fix Makefile targets, change setq to defconst * Makefile (all): New default target. (compile): New target. (test-compile): Use new compile target.

[elpa] externals/hyperbole 1e8ea851ae 1/2: Add hui-select delimited-thing tests (#185)

2022-04-16 Thread ELPA Syncer
branch: externals/hyperbole commit 1e8ea851ae70ed7fb5902a206af1c260f821e9ec Author: Mats Lidell Commit: GitHub Add hui-select delimited-thing tests (#185) * Add hui-select delimited-thing tests * Use -- for separation from prefix * Add hui-select-thing tests --- C

[elpa] externals/hyperbole updated (c86935b4a0 -> 19e965d1e8)

2022-04-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from c86935b4a0 {M-w} and {C-x r s} utilize selectable things when no region active new 1e8ea851ae Add hui-select delimited-thing tests (#185) new 19e965d1e8 Use klink:at-p (#186) Summary of changes: ChangeLog

[elpa] externals/hyperbole 19e965d1e8 2/2: Use klink:at-p (#186)

2022-04-16 Thread ELPA Syncer
branch: externals/hyperbole commit 19e965d1e84cdf7dc200b4ac77e3164668143202 Author: Mats Lidell Commit: GitHub Use klink:at-p (#186) --- hypb.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hypb.el b/hypb.el index a779344b0e..80c6e690dc 100644 --- a/hypb.el +++ b/

[nongnu] elpa/subed 7472d62d1e 2/4: Remove autoloads from the repository to make it get along with ELPA

2022-04-16 Thread ELPA Syncer
branch: elpa/subed commit 7472d62d1efc2ea785760ec702a1efef11e63e54 Author: Sacha Chua Commit: Sacha Chua Remove autoloads from the repository to make it get along with ELPA * .gitignore: Don't include autoloads and package files. * Makefile (clean): Remove autoload file. (te

[nongnu] elpa/subed 32bb088b8c 3/4: Merge branch 'main' of github.com:sachac/subed into main

2022-04-16 Thread ELPA Syncer
branch: elpa/subed commit 32bb088b8c06c3b7797d70efd0f2e32e94b8a4bc Merge: 7472d62d1e ee5f92f56e Author: Sacha Chua Commit: Sacha Chua Merge branch 'main' of github.com:sachac/subed into main

[nongnu] elpa/subed ee5f92f56e 1/4: Remove autoloads from the repository to make it get along with ELPA

2022-04-16 Thread ELPA Syncer
branch: elpa/subed commit ee5f92f56ece128188054ea04184b2c9263a9ed7 Author: Sacha Chua Commit: Sacha Chua Remove autoloads from the repository to make it get along with ELPA * .gitignore: Don't include autoloads and package files. * Makefile (clean): Remove autoload file. (te

[nongnu] elpa/subed be3da4d794 4/4: Add license file

2022-04-16 Thread ELPA Syncer
branch: elpa/subed commit be3da4d794f7da5b53cc2be285bc4a1ce3a1e8cb Author: Sacha Chua Commit: Sacha Chua Add license file --- subed/subed-ass.el.license | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subed/subed-ass.el.license b/subed/subed-ass.el.license new file mode 100644 index

[nongnu] elpa/subed updated (ea143d6f63 -> be3da4d794)

2022-04-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/subed. from ea143d6f63 Drop unneccessary match-data saves and checks for batch-editing new 7472d62d1e Remove autoloads from the repository to make it get along with ELPA new ee5f92f56e Remove autoloads from the repository to make it

[elpa] externals/consult 7031e15394 1/2: Cleanup consult--buffer-query

2022-04-16 Thread ELPA Syncer
branch: externals/consult commit 7031e15394a1471ad2049170ed06b480081b0d92 Author: Daniel Mendler Commit: Daniel Mendler Cleanup consult--buffer-query --- consult.el | 62 +++--- 1 file changed, 31 insertions(+), 31 deletions(-) diff -

[elpa] externals/consult updated (b670d9a6d5 -> a924b3b0d9)

2022-04-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from b670d9a6d5 consult--source-project-recent-file: Handle directories in recentf-list new 7031e15394 Cleanup consult--buffer-query new a924b3b0d9 consult--source-project-buffer: No fallback to all buffers outside of p

[elpa] externals/consult a924b3b0d9 2/2: consult--source-project-buffer: No fallback to all buffers outside of project (Fix #551)

2022-04-16 Thread ELPA Syncer
branch: externals/consult commit a924b3b0d943d12c71d23964da7733251f4705b2 Author: Daniel Mendler Commit: Daniel Mendler consult--source-project-buffer: No fallback to all buffers outside of project (Fix #551) --- consult.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff

[nongnu] elpa/xah-fly-keys cb2b27ed75: more format change and better readme

2022-04-16 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit cb2b27ed7566b7863ad3e9adf67d75945d4118b0 Author: Xah Lee Commit: Xah Lee more format change and better readme --- README.md | 53 +++--- xah-fly-keys.el | 71 +

[elpa] externals/embark-consult updated (c4889163c8 -> 7a32b93422)

2022-04-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from c4889163c8 Replace cl-constantly with definition (fix #487) adds 7a32b93422 Ignore target for align-regexp No new revisions were added by this update. Summary of changes: embark.el | 3 ++- 1 file changed, 2 inserti

[elpa] externals/embark 7a32b93422: Ignore target for align-regexp

2022-04-16 Thread ELPA Syncer
branch: externals/embark commit 7a32b9342221327ea71233404441b5e2466ee0a9 Author: Omar Antolín Commit: Omar Antolín Ignore target for align-regexp --- embark.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/embark.el b/embark.el index 7bf7bf5c31..111cb92265 100644 ---

[elpa] externals-release/org updated (64ee5c2c47 -> fa5c832e9b)

2022-04-16 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from 64ee5c2c47 lisp/org-table.el: Fix bug in `org-table-row-get-visible-string' new 7ddc5b57c0 oc-basic: Speed up cached bibliography retrival new fa5c832e9b org-cite-basic--key-completion-table: Reuse bibliography

[elpa] externals/org 685d78f63c: Merge branch 'bugfix'

2022-04-16 Thread ELPA Syncer
branch: externals/org commit 685d78f63cbe210448508b23c0b47d7be70aedfb Merge: a0755ebccf fa5c832e9b Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/oc-basic.el | 42 +++--- lisp/org-compat.el | 29

[elpa] externals/org updated (a0755ebccf -> 685d78f63c)

2022-04-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from a0755ebccf doc/org-manual.org: Fix a typo in the manual new 7ddc5b57c0 oc-basic: Speed up cached bibliography retrival new fa5c832e9b org-cite-basic--key-completion-table: Reuse bibliography for speed new 685d78

[elpa] externals-release/org fa5c832e9b 2/2: org-cite-basic--key-completion-table: Reuse bibliography for speed

2022-04-16 Thread ELPA Syncer
branch: externals-release/org commit fa5c832e9b8c3f07197df112d2068c8361354736 Author: Ihor Radchenko Commit: Ihor Radchenko org-cite-basic--key-completion-table: Reuse bibliography for speed * lisp/oc-basic.el (org-cite-basic--key-completion-table): Supply the pre-calculated bib

[elpa] externals-release/org 7ddc5b57c0 1/2: oc-basic: Speed up cached bibliography retrival

2022-04-16 Thread ELPA Syncer
branch: externals-release/org commit 7ddc5b57c0c9090b5f544f384b35bdf1460d11d5 Author: Ihor Radchenko Commit: Ihor Radchenko oc-basic: Speed up cached bibliography retrival * lisp/oc-basic.el (org-cite-basic--file-id-cache): New variable storing hash of bibliography file contents

[elpa] externals/eev 84a0b6e6bb: New file: eev-wconfig.el.

2022-04-16 Thread ELPA Syncer
/eepitch.el b/eepitch.el index 2dd62a4097..b5b977f5b1 100644 --- a/eepitch.el +++ b/eepitch.el @@ -19,7 +19,7 @@ ;; ;; Author: Eduardo Ochs ;; Maintainer: Eduardo Ochs -;; Version:20220115 +;; Version:20220416 ;; Keywords: e-scripts ;; ;; Latest version: <http://angg.twu.net/

[elpa] externals/auctex 615d6f2052 13/14: Merge remote-tracking branch 'origin/master' into externals/auctex

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit 615d6f2052085adbdebfd51244e6eecd184af6df Merge: 2568505587 c534b17704 Author: Tassilo Horn Commit: Tassilo Horn Merge remote-tracking branch 'origin/master' into externals/auctex --- Makefile.in | 2 +- admin/release-process.org

[elpa] externals/auctex c534b17704 12/14: Avoid using variadic setq-local

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit c534b177049f33cfc1d013bbbaa8c2cd68c8527a Author: Radon Rosborough Commit: Tassilo Horn Avoid using variadic setq-local --- latex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latex.el b/latex.el index dfbe78dd3d..5747449c5a 100644

[elpa] externals/auctex a25652ffe2 10/14: Update style/fbox.el to package version 0.06

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit a25652ffe22ef190e80780c88fa503ead0ac342c Author: Arash Esbati Commit: Arash Esbati Update style/fbox.el to package version 0.06 * style/fbox.el (LaTeX-fbox-key-val-options): New function. ("fbox"): Run the style hook for 'xcolor'. ("fbox"): Su

[elpa] externals/auctex b91f15b3a3 14/14: Release GNU AUCTeX 13.1.3

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit b91f15b3a375445985143ed1d6e41490ea62780a Author: Tassilo Horn Commit: Tassilo Horn Release GNU AUCTeX 13.1.3 * GNU AUCTeX Version 13.1.3 released. --- auctex.el | 4 ++-- auctex.info| 44 +++-

[elpa] externals/auctex 62f8341717 03/14: Lift required GNU Emacs version to 25.1

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit 62f8341717e71679072d6dd4f53b58302c25e104 Author: Arash Esbati Commit: Arash Esbati Lift required GNU Emacs version to 25.1 * auctex.el.in: * configure.ac (EMACS_CHECK_VERSION): * doc/changes.texi: * doc/faq.texi: * doc/install.texi (Pr

[elpa] externals/auctex f8d19d5cbb 07/14: ; * style/ltx-base.el ("ltx-base"): Fix entry for "@addtoreset".

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit f8d19d5cbbe50c675c26f83544421cd3801d7387 Author: Arash Esbati Commit: Arash Esbati ; * style/ltx-base.el ("ltx-base"): Fix entry for "@addtoreset". --- style/ltx-base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/ltx-base.el b/s

[elpa] externals/auctex 0b24e363f8 01/14: Improve indentation after '\end{macrocode}' in docTeX mode

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit 0b24e363f829f381415fe7cc34f6386baafa9921 Author: Arash Esbati Commit: Arash Esbati Improve indentation after '\end{macrocode}' in docTeX mode * latex.el (LaTeX-indent-calculate-last): Improve indentation after '\end{macrocode}' if still inside a d

[elpa] externals/auctex 35b71dfe3f 08/14: Add new style/etoolbox.el

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit 35b71dfe3f3d7f32165687b67eb7876fbdbe6409 Author: Arash Esbati Commit: Arash Esbati Add new style/etoolbox.el * Makefile.in (STYLESRC): Add new style. * style/etoolbox.el: New file. * style/biblatex.el ("biblatex"): * style/polygl

[elpa] externals/auctex df8d6fe772 04/14: Document how to bump the required Emacs version

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit df8d6fe7726e79b4748eecbd6d6614a1b4a56279 Author: Arash Esbati Commit: Arash Esbati Document how to bump the required Emacs version * admin/release-process.org (Bumping required Emacs version): Document the required steps. --- admin/release-proces

[elpa] externals/auctex aae80c4725 11/14: ; Minor Doc fix

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit aae80c4725e712893882cd041a9c8b3f03749e6d Author: Ikumi Keita Commit: Ikumi Keita ; Minor Doc fix * latex/preview.dtx (subsection{Supporting conversions}): Wrap "<" in math mode so that reversed "!" doesn't appear in PDF output. * bib-cite.el:

[elpa] externals/auctex 5d951fea03 09/14: Fix bibtex dialect

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit 5d951fea037f77b47cdbd72a44bd812715fd46da Author: Ikumi Keita Commit: Ikumi Keita Fix bibtex dialect * tex.el (TeX-auto-store): Use `(or :bibtex :latex)' instead of `:bibtex' as dialect argument for `TeX-add-style-hook' when saving auto file fo

[elpa] externals/auctex 12f0b610a1 06/14: * style/ltx-base.el: Update style.

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit 12f0b610a1785ee4dd8f70b109a71f7d7112567c Author: Arash Esbati Commit: Arash Esbati * style/ltx-base.el: Update style. --- style/ltx-base.el | 146 -- 1 file changed, 109 insertions(+), 37 deletions(-) diff

[elpa] externals/auctex 86de20d0b2 02/14: Make prettification work reliably

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit 86de20d0b285803ead0f242be5216916bab2abc0 Author: Ikumi Keita Commit: Ikumi Keita Make prettification work reliably Simplify at the same time, assuming to bump required Emacs version to 25.1. * tex.el (TeX--prettify-symbols-compose-p): Def

[elpa] externals/auctex updated (2568505587 -> b91f15b3a3)

2022-04-16 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 2568505587 Release GNU AUCTeX 13.1.2 new 0b24e363f8 Improve indentation after '\end{macrocode}' in docTeX mode new 86de20d0b2 Make prettification work reliably new 62f8341717 Lift required GNU Emacs version to 25

[elpa] externals/auctex db75369df3 05/14: * latex.el (TeX-read-hook): Support 'include/excluded' hook.

2022-04-16 Thread Tassilo Horn
branch: externals/auctex commit db75369df3c15e6f7c2c303a80511f2a6ed3d27a Author: Arash Esbati Commit: Arash Esbati * latex.el (TeX-read-hook): Support 'include/excluded' hook. --- latex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latex.el b/latex.el index 85c2