[nongnu] elpa/markdown-mode 4af8d20 6/7: Add a test for delimiters with surrounding tabs

2021-05-20 Thread ELPA Syncer
branch: elpa/markdown-mode commit 4af8d2085f883598aeb1825ce68b24109d8ff241 Author: Chen Zhenge Commit: Chen Zhenge Add a test for delimiters with surrounding tabs --- tests/markdown-test.el | 15 +++ 1 file changed, 15 insertions(+) diff --git a/tests/markdown-test.el b/tests/m

[nongnu] elpa/markdown-mode de365c0 7/7: Merge pull request #617 from MrChenWithCapsule/master

2021-05-20 Thread ELPA Syncer
branch: elpa/markdown-mode commit de365c070c7deecbabfd5a7294bc8c2603d9ec22 Merge: 9977753 4af8d20 Author: Shohei YOSHIDA Commit: GitHub Merge pull request #617 from MrChenWithCapsule/master Fix delimiter regex in markdown-table-align --- CHANGES.md | 1 + markdown-mode

[nongnu] elpa/markdown-mode 244b872 5/7: Add a test for delimiters with surrounding spaces

2021-05-20 Thread ELPA Syncer
branch: elpa/markdown-mode commit 244b872d5c4ec116bd08d2fe02d4083bac4a2c17 Author: Chen Zhenge Commit: Chen Zhenge Add a test for delimiters with surrounding spaces --- tests/markdown-test.el | 15 +++ 1 file changed, 15 insertions(+) diff --git a/tests/markdown-test.el b/tests

[nongnu] elpa/markdown-mode f48b1bf 1/7: Fix delimiter regex in markdown-table-align

2021-05-20 Thread ELPA Syncer
branch: elpa/markdown-mode commit f48b1bf1c88179df6c3c8017d936a638c07b175b Author: Chen Zhenge Commit: Chen Zhenge Fix delimiter regex in markdown-table-align --- markdown-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-mode.el b/markdown-mode.el index 9

[nongnu] elpa/markdown-mode 209df37 2/7: Update CHANGES.md

2021-05-20 Thread ELPA Syncer
branch: elpa/markdown-mode commit 209df3736362f9e5fd01dd94be1ac89465cc6a96 Author: MrChenWithCapsule Commit: GitHub Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index a1269e8..12cf68a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@

[nongnu] elpa/markdown-mode 55dcd7d 4/7: Update markdown-table-align to allow tabs before a delimiter

2021-05-20 Thread ELPA Syncer
branch: elpa/markdown-mode commit 55dcd7d165b23494a4462fad43ec9666bfabd174 Author: MrChenWithCapsule Commit: GitHub Update markdown-table-align to allow tabs before a delimiter Co-authored-by: Shohei YOSHIDA --- markdown-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

[nongnu] elpa/markdown-mode updated (9977753 -> de365c0)

2021-05-20 Thread ELPA Syncer
elpasync pushed a change to branch elpa/markdown-mode. from 9977753 Merge pull request #615 from jrblevin/issue613-2 new f48b1bf Fix delimiter regex in markdown-table-align new 209df37 Update CHANGES.md new 904f1cb fix test test-markdown-table/align-with-esca

[nongnu] elpa/markdown-mode 904f1cb 3/7: fix test test-markdown-table/align-with-escaped-separator

2021-05-20 Thread ELPA Syncer
branch: elpa/markdown-mode commit 904f1cb335a2bb2e090946a3c7cf36cbde658313 Author: Chen Zhenge Commit: Chen Zhenge fix test test-markdown-table/align-with-escaped-separator --- tests/markdown-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/markdown-test.el

[elpa] externals/dismal f029f60: Use lexical-binding everywhere, and fix warnings

2021-05-20 Thread monnier--- via
branch: externals/dismal commit f029f604bb6b6880d6628f02dc2332b235a8995f Author: Stefan Monnier Commit: Stefan Monnier Use lexical-binding everywhere, and fix warnings * heaps.el: Use `cl-defstruct` and rename all functions to use a `heaps-` prefix, so as not to conflict with th

[elpa] externals/excorporate c7974ec 2/2: Bump version to 1.0.0

2021-05-20 Thread Thomas Fitzsimmons
branch: externals/excorporate commit c7974ec5fd0cf2c04707f85a07855b26c37d3f3d Author: Thomas Fitzsimmons Commit: Thomas Fitzsimmons Bump version to 1.0.0 * excorporate.el: Bump version to 1.0.0. * NEWS, README: Document 1.0.0 changes. --- NEWS | 6 ++ README

[elpa] externals/excorporate updated (7acacdc -> c7974ec)

2021-05-20 Thread Thomas Fitzsimmons
fitzsim pushed a change to branch externals/excorporate. from 7acacdc Bump version to 0.9.6 new 85b5e84 Document API and UI stability new c7974ec Bump version to 1.0.0 Summary of changes: NEWS| 6 ++ README | 6 ++ excorp

[elpa] externals/excorporate 85b5e84 1/2: Document API and UI stability

2021-05-20 Thread Thomas Fitzsimmons
branch: externals/excorporate commit 85b5e8481f48fa9bfbf9ee84549e73327063d5d4 Author: Thomas Fitzsimmons Commit: Thomas Fitzsimmons Document API and UI stability * excorporate.el (exco-api-version): Remove subject-to-change sentence from docstring. * excorporate-calendar.el:

[elpa] externals/dismal 670c000: Fix a few "free vars" warnings

2021-05-20 Thread monnier--- via
branch: externals/dismal commit 670c0001026ff437d14545aeed3ef5745f0a53d2 Author: Stefan Monnier Commit: Stefan Monnier Fix a few "free vars" warnings * semi-coder.el (dis-init-op-codes-prompt): Uncomment `defconst` since the var is used in `dis-initialize-operator-codes`.

[elpa] externals/dismal 5a99007: * heaps.el (heap-insert): Fix thinko in last change

2021-05-20 Thread monnier--- via
branch: externals/dismal commit 5a9900796dca7a16c2c68364f7fabb6a55450789 Author: Stefan Monnier Commit: Stefan Monnier * heaps.el (heap-insert): Fix thinko in last change --- heaps.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/heaps.el b/heaps.el index 42b1c4

[elpa] externals/dismal 18f141b: * dismal.el (auto-mode-alist): Fix copy&paste error

2021-05-20 Thread monnier--- via
branch: externals/dismal commit 18f141b14a08062813d421c16e7edf7a02a74fb7 Author: Stefan Monnier Commit: Stefan Monnier * dismal.el (auto-mode-alist): Fix copy&paste error --- dismal.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dismal.el b/dismal.el index d38c

[nongnu] elpa/org-contrib 716a8b3: lisp/ob-julia.el: Update homepage

2021-05-20 Thread ELPA Syncer
branch: elpa/org-contrib commit 716a8b37076abffb5bc952c3cfd411c09da23775 Author: Bastien Guerry Commit: Bastien Guerry lisp/ob-julia.el: Update homepage --- lisp/ob-julia.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-julia.el b/lisp/ob-julia.el index edadb9f

[elpa] externals/org 846801e: manual: More capitalization

2021-05-20 Thread ELPA Syncer
branch: externals/org commit 846801e82c8647ccf41723578c6e849c54a0c015 Author: Nicolas Goaziou Commit: Nicolas Goaziou manual: More capitalization * doc/org-manual.org (Verse blocks in LaTeX export): This is a follow-up to last commit. --- doc/org-manual.org | 4 ++-- 1 file cha

[elpa] externals-release/org 13c78a5: footnote: Allow new footnotes in empty cells

2021-05-20 Thread ELPA Syncer
branch: externals-release/org commit 13c78a590001d7966a63c2ac35ce803a7a54fc26 Author: Nicolas Goaziou Commit: Nicolas Goaziou footnote: Allow new footnotes in empty cells * lisp/org-footnote.el (org-footnote--allow-reference-p): allow inserting new footnotes in empty cells.

[elpa] externals/org 7ca7d8d 2/2: manual: Fix capitalization of "ATTR_LATEX"

2021-05-20 Thread ELPA Syncer
branch: externals/org commit 7ca7d8dd180f73ea2c78bbd1b783fada028d8b62 Author: Nicolas Goaziou Commit: Nicolas Goaziou manual: Fix capitalization of "ATTR_LATEX" * doc/org-manual.org (Verse blocks in LaTeX export): Do not use fancy "ATTR_LaTeX" syntax. Preferred syntax in Org Do

[elpa] externals/org updated (507cf71 -> 7ca7d8d)

2021-05-20 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 507cf71 etc/ORG-NEWS: Suggest against disabling `electric-indent-mode' new 13c78a5 footnote: Allow new footnotes in empty cells new dce8b3f Merge branch 'maint' new 7ca7d8d manual: Fix capitalization of

[elpa] externals/org dce8b3f 1/2: Merge branch 'maint'

2021-05-20 Thread ELPA Syncer
branch: externals/org commit dce8b3f254e174b9b79858d70858056c248fb6a3 Merge: 507cf71 13c78a5 Author: Nicolas Goaziou Commit: Nicolas Goaziou Merge branch 'maint' --- lisp/org-footnote.el | 4 testing/lisp/test-org-footnote.el | 19 +++ 2 files changed, 23

[elpa] externals/org 507cf71: etc/ORG-NEWS: Suggest against disabling `electric-indent-mode'

2021-05-20 Thread ELPA Syncer
branch: externals/org commit 507cf71de2699703276df39e4c0d78f45dfba97f Author: Maxim Nikulin Commit: Bastien etc/ORG-NEWS: Suggest against disabling `electric-indent-mode' * etc/ORG-NEWS (~org-adapt-indentation~ now defaults to =nil=): Suggest against disabling `electric-indent-m