[elpa] externals/org abe7222 23/29: Add declares to suppress compiler warnings

2021-10-16 Thread ELPA Syncer
branch: externals/org commit abe7222ed8af9b75a109e97ff9ee36d2f8ca466a Author: Ihor Radchenko Commit: Ihor Radchenko Add declares to suppress compiler warnings --- lisp/ob-core.el| 5 +++-- lisp/ob-ref.el | 2 +- lisp/ol-bibtex.el | 2 +- lisp/org-compat.el | 3 ++- lisp/org-key

[elpa] externals/org 85e0a69 20/29: Avoid frequent cache updates in some functions

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 85e0a69567655071dbdf1c58dcc4d09130cb4a31 Author: Ihor Radchenko Commit: Ihor Radchenko Avoid frequent cache updates in some functions * lisp/org.el (org-promote-subtree, org-demote-subtree, org-paste-subtree, org--align-node-property): Group buffer c

[elpa] externals/org fede258 15/29: org.el/org-in-archived-heading-p: Support cache and passing element arg

2021-10-16 Thread ELPA Syncer
branch: externals/org commit fede2588e4c76c7ba9a1c8f00aeb5837ac695ebe Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org-in-archived-heading-p: Support cache and passing element arg --- lisp/org.el | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git

[elpa] externals/org 86345df 14/29: org.el/org-in-commented-heading-p: Support cache and passing element arg

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 86345df9ab24982c8d7e6a0d518e1d7dc5ae509b Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org-in-commented-heading-p: Support cache and passing element arg --- lisp/org.el | 36 1 file changed, 24 insertions(+), 12 deleti

[elpa] externals/org d437817 11/29: org.el/org-goto-first-child: Support cache and passing element arg

2021-10-16 Thread ELPA Syncer
branch: externals/org commit d43781707be1042ceeeda416216f6bec4da1890a Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org-goto-first-child: Support cache and passing element arg --- lisp/org.el | 31 +++ 1 file changed, 23 insertions(+), 8 deletions(-) diff

[elpa] externals/org 5bf5fdb 09/29: org.el/org-entry-get-with-inheritance: Support cache and passing element arg

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 5bf5fdbc28c004164f6b0ec8d53f886a01bb28b7 Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org-entry-get-with-inheritance: Support cache and passing element arg * lisp/org.el (org-entry-get-with-inheritance): Add cache support. Add new optional ar

[elpa] externals/org 7b83168 08/29: org.el/org--property-local-values: Support cache and passing element arg

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 7b83168295b948993e07a2663995eab361faf906 Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org--property-local-values: Support cache and passing element arg --- lisp/org.el | 50 ++ 1 file changed, 30 insertions

[elpa] externals/org 68a44ea 04/29: org.el/org-narrow-to-subtree: Support cache and passing element arg

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 68a44eadac00d07e2b45b10da60e0e3cd6300d6f Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org-narrow-to-subtree: Support cache and passing element arg --- lisp/org.el | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(-) diff --

[elpa] externals/org 78abbcd 07/29: org.el/org-get-tags: Support cache and passing element arg

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 78abbcd052624b6198ad8bb4f2f72d9257b502f7 Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org-get-tags: Support cache and passing element arg * lisp/org.el (org-fast-tag-selection): Allowing passing an element or position as first argument. Add

[elpa] externals/org 6933c1a 01/29: lisp/org-persist.el: New library to store data across sessions

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 6933c1ad78088a5d34237f69868962483319b824 Author: Ihor Radchenko Commit: Ihor Radchenko lisp/org-persist.el: New library to store data across sessions --- lisp/org-persist.el | 262 1 file changed, 262 insertio

[elpa] externals/org updated (9475993 -> f4bcc0c)

2021-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 9475993 Merge branch 'bugfix' new 6933c1a lisp/org-persist.el: New library to store data across sessions new fc80d05 Re-implement org-element-cache and add headline support new bc52c4d Fix compatibility

[elpa] externals/org bc52c4d 03/29: Fix compatibility for older Emacs versions

2021-10-16 Thread ELPA Syncer
branch: externals/org commit bc52c4d9ab886c722b6fa0ca7f02823bf916aec4 Author: Ihor Radchenko Commit: Ihor Radchenko Fix compatibility for older Emacs versions * lisp/org-compat.el (org-length>, org-file-name-concat): Add backward compatibility for `length>' and `org-file-name-co

[elpa] externals/org 8ceb9e7 27/29: Add NEWS entry for new element cache

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 8ceb9e79028cd55083b557b0d483604739ed766c Author: Ihor Radchenko Commit: Ihor Radchenko Add NEWS entry for new element cache --- etc/ORG-NEWS | 75 1 file changed, 75 insertions(+) diff --git a/etc/ORG

[elpa] externals/org e70a8aa 18/29: Use org-element-cache in place of text property cache in agenda

2021-10-16 Thread ELPA Syncer
branch: externals/org commit e70a8aac593c5aae517e6f0b98e6061cefb15a6c Author: Ihor Radchenko Commit: Ihor Radchenko Use org-element-cache in place of text property cache in agenda * lisp/org-agenda.el (org-agenda-skip): Use `org-in-archived-heading-p' and `org-in-commented-headi

[elpa] externals/org 399a29c 13/29: org.el/org-up-heading-safe: Add cache support

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 399a29c4f47bc30e04d213f0224e0a364c9644ed Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org-up-heading-safe: Add cache support --- lisp/org.el | 59 --- 1 file changed, 36 insertions(+), 23 deletions(

[elpa] externals/org f4bcc0c 29/29: Merge branch 'main' into feature/org-element-cache-new

2021-10-16 Thread ELPA Syncer
branch: externals/org commit f4bcc0cc5675c3f26e71494832460b7d0d1470fc Merge: 004ac14 9475993 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'main' into feature/org-element-cache-new --- etc/ORG-NEWS | 9 lisp/oc-basic.el | 1 - lisp/org-goto.el | 67 ++

[elpa] externals/org ec73755 12/29: org.el/org-end-of-subtree: Support cache and passing element arg

2021-10-16 Thread ELPA Syncer
branch: externals/org commit ec737554d053b2ce66a30ffc503c80c30729bebd Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org-end-of-subtree: Support cache and passing element arg --- lisp/org.el | 58 -- 1 file changed, 32 insertions

[elpa] externals/org 85712d6 25/29: Add comments documenting cache diagnostics

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 85712d6456e7de1daa0e9d1d2203b445ee08c798 Author: Ihor Radchenko Commit: Ihor Radchenko Add comments documenting cache diagnostics --- lisp/org-element.el | 30 -- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/lisp/or

[elpa] externals/org 3c4290e 21/29: org.el/org-scan-tags: Make use of fast `org-element-cache-map'

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 3c4290e668b15c64e6d48b1926291987742476e8 Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org-scan-tags: Make use of fast `org-element-cache-map' --- lisp/org.el | 304 ++-- 1 file changed, 195 insertio

[elpa] externals/org 5d162b7 10/29: org.el/org-back-to-heading: Handle inlinetasks correctly

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 5d162b7bcf3b3790d9a4d2df8b5bf73f3a7e1dfc Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org-back-to-heading: Handle inlinetasks correctly * lisp/org.el(org-back-to-heading): Rewrite `outline-back-to-heading' considering inlinetasks. --- lisp/o

[elpa] externals/org 004ac14 28/29: Fix compatibility with Emacs 26

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 004ac14a5bacf311e3d0f14a7cd8345a49980bef Author: Ihor Radchenko Commit: Ihor Radchenko Fix compatibility with Emacs 26 * lisp/org-compat.el (org-file-name-concat): Do not use `string-empty-p'. (combine-change-calls): Create a stub when `combine-c

[elpa] externals/org 60c927f 17/29: Add new element parser and cache tests

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 60c927f8b8da12d07056373e3af98e1666b5637e Author: Ihor Radchenko Commit: Ihor Radchenko Add new element parser and cache tests --- testing/lisp/test-org-element.el | 173 +-- 1 file changed, 168 insertions(+), 5 deletions(-) d

[elpa] externals/org 38b632d 06/29: org.el/org--get-local-tags: Add cache support

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 38b632d2ea0471ab57f891473ff96a2b74854034 Author: Ihor Radchenko Commit: Ihor Radchenko org.el/org--get-local-tags: Add cache support --- lisp/org.el | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index

[nongnu] elpa/swift-mode e246264: Fix face of function names

2021-10-16 Thread ELPA Syncer
branch: elpa/swift-mode commit e24626440ce350596f4c1676f6644437a0500bbd Author: taku0 Commit: taku0 Fix face of function names Fixes https://github.com/swift-emacs/swift-mode/issues/174. --- swift-mode-font-lock.el| 10 +- test/swift-files/font-lock/font

[elpa] externals/eev d080f08: Rewrote lots of things in eev-on-windows.el.

2021-10-16 Thread ELPA Syncer
e main key: \") (find-eev-quick-intro \"9. Shorter hyperlinks\") (find-eev-quick-intro \"9.1. `code-c-d'\") - (find-eev-quick-intro \"9.3. Hyperlinks to PDF files\") - (find-eev-quick-intro \"9.5. Shorter hyperlinks to PDF files\") d

[elpa] externals/eev 05234e5: Simplified the way to use red bullets instead of red stars.

2021-10-16 Thread ELPA Syncer
diff --git a/eepitch.el b/eepitch.el index 3c9d113..66b616b 100644 --- a/eepitch.el +++ b/eepitch.el @@ -19,7 +19,7 @@ ;; ;; Author: Eduardo Ochs ;; Maintainer: Eduardo Ochs -;; Version:20211005 +;; Version:20211016 ;; Keywords: e-scripts ;; ;; Latest version: <http://angg.tw

[elpa] elpa-admin d1a6387: * elpa-admin.el (elpaa--html-build-doc): Fix backward compatibility

2021-10-16 Thread monnier--- via
branch: elpa-admin commit d1a63872d39bf2dc59822141353ecd5be88c0f1f Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el (elpaa--html-build-doc): Fix backward compatibility Emacs-27 doesn't have a setf handler for `plist-get`. --- elpa-admin.el | 8 ++-- 1 file changed,

[elpa] externals/coterm e3812b9: Adjust installation instructions

2021-10-16 Thread ELPA Syncer
branch: externals/coterm commit e3812b96339b5ba580c15cd661ac3c4e38e634ca Author: Miha Rihtaršič Commit: Miha Rihtaršič Adjust installation instructions --- coterm.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/coterm.el b/coterm.el index c3bb07c..9848b49

[nongnu] branch new-with-editor deleted (was 8d52f93)

2021-10-16 Thread monnier--- via
monnier pushed a change to branch new-with-editor. was 8d52f93 Recognize output of the sleeping editor even if it arrives in chunks The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[nongnu] branch elpa/with-editor created (now 8d52f93)

2021-10-16 Thread monnier--- via
monnier pushed a change to branch elpa/with-editor. at 8d52f93 Recognize output of the sleeping editor even if it arrives in chunks No new revisions were added by this update.

[nongnu] branch elpa/with-editor deleted (was 939e825)

2021-10-16 Thread monnier--- via
monnier pushed a change to branch elpa/with-editor. was 939e825 with-editor-sleeping-editor-filter: Restore significant return value This change permanently discards the following revisions: discards 939e825 with-editor-sleeping-editor-filter: Restore significant return value

[nongnu] new-with-editor 8d52f93: Recognize output of the sleeping editor even if it arrives in chunks

2021-10-16 Thread monnier--- via
branch: new-with-editor commit 8d52f933e50624c7bca3880f57297ac17ba4ac2d Author: Jonas Bernoulli Commit: Jonas Bernoulli Recognize output of the sleeping editor even if it arrives in chunks Fixes https://github.com/magit/magit/issues/4288#issuecomment-797972932. --- with-editor.el |

[nongnu] branch new-with-editor created (now 8d52f93)

2021-10-16 Thread monnier--- via
monnier pushed a change to branch new-with-editor. at 8d52f93 Recognize output of the sleeping editor even if it arrives in chunks This branch includes the following new commits: new 8d52f93 Recognize output of the sleeping editor even if it arrives in chunks

[nongnu] elpa/rust-mode 2e970db 3/3: Call *rustfmt* by its proper name in user messages

2021-10-16 Thread ELPA Syncer
branch: elpa/rust-mode commit 2e970db74fc6637840753140ad11bbfbd78dbd7d Author: Sergey Vinokurov Commit: brotzeit Call *rustfmt* by its proper name in user messages --- rust-rustfmt.el | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/rust-rustfmt.el b/rust-rust

[nongnu] elpa/rust-mode 80cdc54 2/3: Improve rust--format-fix-rustfmt-buffer

2021-10-16 Thread ELPA Syncer
branch: elpa/rust-mode commit 80cdc5417c3f6a6faf85f0d78c6d606c9aa39cb0 Author: Sergey Vinokurov Commit: brotzeit Improve rust--format-fix-rustfmt-buffer --- rust-rustfmt.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rust-rustfmt.el b/rust-rustfmt.el i

[nongnu] elpa/rust-mode updated (eed94e4 -> 2e970db)

2021-10-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/rust-mode. from eed94e4 adjust emacs_versions used for ci new d0c1ffa update readme and bump version new 80cdc54 Improve rust--format-fix-rustfmt-buffer new 2e970db Call *rustfmt* by its proper name in user messages S

[nongnu] elpa/rust-mode d0c1ffa 1/3: update readme and bump version

2021-10-16 Thread ELPA Syncer
branch: elpa/rust-mode commit d0c1ffa68d0ba0af0b35b761d2d73a2c1b4fc7a3 Author: brotzeit Commit: brotzeit update readme and bump version --- README.md| 39 +-- rust-mode.el | 2 +- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/READM

[nongnu] elpa/evil 215c39d: Pull temporary goal column normalization into let (#1533)

2021-10-16 Thread ELPA Syncer
branch: elpa/evil commit 215c39d1c4312ce5a3a66c19bbba61374d029c86 Author: Tom Dalziel <33435574+tomd...@users.noreply.github.com> Commit: GitHub Pull temporary goal column normalization into let (#1533) --- evil-common.el | 35 +++ 1 file changed, 19 insertion

[elpa] externals/transient 45975c2: manual: Update info about `incompatible' slot

2021-10-16 Thread Jonas Bernoulli
branch: externals/transient commit 45975c24e1ab08bb32e9bdc06f5c5efe7c256e16 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Update info about `incompatible' slot --- docs/transient.org | 7 --- docs/transient.texi | 7 --- 2 files changed, 8 insertions(+), 6 deletions(-) d

[nongnu] elpa/rust-mode 9c2e067 2/3: drop run_rust_emacs_tests.sh and use make test in ci

2021-10-16 Thread ELPA Syncer
branch: elpa/rust-mode commit 9c2e06756d3678cdcaaa57ec01591083c5f1d2c4 Author: brotzeit Commit: brotzeit drop run_rust_emacs_tests.sh and use make test in ci --- .github/workflows/test.yml | 4 +++- README.md | 11 +- run_rust_emacs_tests.sh| 52 ---

[nongnu] elpa/rust-mode eed94e4 3/3: adjust emacs_versions used for ci

2021-10-16 Thread ELPA Syncer
branch: elpa/rust-mode commit eed94e4e5eb624bb8bbfa8eb627207b0086e18d9 Author: brotzeit Commit: brotzeit adjust emacs_versions used for ci --- .github/workflows/test.yml | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/

[nongnu] elpa/rust-mode 01969b0 1/3: Update README.md

2021-10-16 Thread ELPA Syncer
branch: elpa/rust-mode commit 01969b0906309e40c05867f4c0c3a04c05493235 Author: Ayrat Badykov Commit: brotzeit Update README.md --- README.md | 4 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7fb3f35..e2b3a6c 100644 --- a/README.md +++ b/README.md @@ -144,6

[nongnu] elpa/rust-mode updated (494d59f -> eed94e4)

2021-10-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/rust-mode. from 494d59f Make most additional libraries optional new 01969b0 Update README.md new 9c2e067 drop run_rust_emacs_tests.sh and use make test in ci new eed94e4 adjust emacs_versions used for ci Summary of ch

[elpa] externals/org updated (ad224f5 -> 9475993)

2021-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from ad224f5 Merge branch 'bugfix' new 9bc3a2b ORG-NEWS: Mention org-table-blank-field keybinding removal new 9475993 Merge branch 'bugfix' Summary of changes: etc/ORG-NEWS | 9 + 1 file changed, 9 insertions

[elpa] externals/org 9475993: Merge branch 'bugfix'

2021-10-16 Thread ELPA Syncer
branch: externals/org commit 9475993a81ce895584fc47228a098767275da865 Merge: ad224f5 9bc3a2b Author: Kyle Meyer Commit: Kyle Meyer Merge branch 'bugfix' --- etc/ORG-NEWS | 9 + 1 file changed, 9 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 0ba79cd..ebf6ce7 100644 --

[elpa] externals-release/org 9bc3a2b: ORG-NEWS: Mention org-table-blank-field keybinding removal

2021-10-16 Thread ELPA Syncer
branch: externals-release/org commit 9bc3a2b98d1c64675436493751088c936be8b043 Author: Kyle Meyer Commit: Kyle Meyer ORG-NEWS: Mention org-table-blank-field keybinding removal The keybinding was dropped in the 9.5 release by 0c4e844c8 (Remove default binding for org-table-blank-f

[elpa] externals/coterm 88793a2: Remove the README file

2021-10-16 Thread ELPA Syncer
branch: externals/coterm commit 88793a26ad7e651d8c386fcf02d0e8a946e54f73 Author: Miha Rihtaršič Commit: Miha Rihtaršič Remove the README file --- README | 1 - 1 file changed, 1 deletion(-) diff --git a/README b/README deleted file mode 12 index e410317..000 --- a/README +++ /dev/n

[elpa] externals/boxy-headings 42fe06f 3/4: Bump version

2021-10-16 Thread ELPA Syncer
branch: externals/boxy-headings commit 42fe06f9c1154a8b9ef82ec456d50f0135951b8e Author: Tyler Grinn Commit: Tyler Grinn Bump version --- boxy-headings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxy-headings.el b/boxy-headings.el index f4b3bbd..e0193b0 100644 ---

[elpa] externals/boxy-headings c4c5feb 1/4: Typo in boxy rel alist

2021-10-16 Thread ELPA Syncer
branch: externals/boxy-headings commit c4c5feba832e5e3700fe679b4e5f8e0ba410a598 Author: Tyler Grinn Commit: Tyler Grinn Typo in boxy rel alist --- boxy-headings.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/boxy-headings.el b/boxy-headings.el index 5c2adbe..f4b

[elpa] externals/boxy-headings f33ab07 4/4: Merge branch 'next' into 'main'

2021-10-16 Thread ELPA Syncer
branch: externals/boxy-headings commit f33ab079a90dfd60f6ec639d6514e7300d77d515 Merge: be3dac1 42fe06f Author: Tyler Grinn Commit: Tyler Grinn Merge branch 'next' into 'main' v2.1.1 Fix typo that caused 'left' and 'right' to not be valid REL property values. See me

[elpa] externals/boxy-headings accd873 2/4: Added tests

2021-10-16 Thread ELPA Syncer
branch: externals/boxy-headings commit accd873d31484cd498e963f5a1f80b4032645768 Author: Tyler Grinn Commit: Tyler Grinn Added tests --- .elpaignore | 2 +- .gitlab-ci.yml | 1 + Eldev | 79 +++ tests/smoke.org | 125 +++

[elpa] externals/boxy-headings updated (be3dac1 -> f33ab07)

2021-10-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/boxy-headings. from be3dac1 Merge branch 'next' into 'main' new c4c5feb Typo in boxy rel alist new accd873 Added tests new 42fe06f Bump version new f33ab07 Merge branch 'next' into 'main' Summary of cha

[elpa] elpa-admin 3de676c: * elpa-admin.el: Fix computation of list of docs

2021-10-16 Thread monnier--- via
branch: elpa-admin commit 3de676cde3fce160b093e93d6aa3762e60a680a4 Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el: Fix computation of list of docs We can't compute the list of HTML docs from the `:doc` property (and even if we could it would not be a good idea), s