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
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
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
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
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
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
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
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 --
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
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
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
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
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
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
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(
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 ++
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
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
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
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
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
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
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
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
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
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
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,
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
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.
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.
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
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 |
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
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
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
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
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
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
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
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 ---
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/
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
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
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
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
--
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
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
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
---
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
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
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 +++
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
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
53 matches
Mail list logo