[elpa] externals/org 3bbbf77f36 8/8: org-babel-exp-process-buffer: Improve performance

2022-06-15 Thread ELPA Syncer
branch: externals/org commit 3bbbf77f36a0654bcfa3e9aec6d944eea284b381 Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-exp-process-buffer: Improve performance * lisp/ob-exp.el (org-babel-exp-src-block): New optional argument providing ELEMENT at point. (org-babel-exp-

[elpa] externals/org a158b263a6 3/8: org-export-data: Concatenate strings in temporary buffer for performance

2022-06-15 Thread ELPA Syncer
branch: externals/org commit a158b263a69c89ff74536163d69b12117316b034 Author: Ihor Radchenko Commit: Ihor Radchenko org-export-data: Concatenate strings in temporary buffer for performance * lisp/ox.el (org-export-data): Use temporary buffer to collect export data instead of `ma

[elpa] externals/org 3684c79672 2/8: doc/Makefile: Disable GC during export

2022-06-15 Thread ELPA Syncer
branch: externals/org commit 3684c7967247ebed953ff72c09f077e9e06b584f Author: Ihor Radchenko Commit: Ihor Radchenko doc/Makefile: Disable GC during export * doc/Makefile (org.texi): (orgguide.texi): Set `gc-cons-threshold` to `most-positive=fixnum' and thus disable garbage c

[elpa] externals/org 37a447ae08 4/8: org-element-map: Avoid repetitive `plist-get' call

2022-06-15 Thread ELPA Syncer
branch: externals/org commit 37a447ae08e9665db0bd03fc81ddafcf624a6b59 Author: Ihor Radchenko Commit: Ihor Radchenko org-element-map: Avoid repetitive `plist-get' call * lisp/org-element.el (org-element-map): Do not call `(plist-get info :ignore-list)' on every iteration. --- li

[elpa] externals/org e273fa96e5 6/8: Fix function declarations

2022-06-15 Thread ELPA Syncer
branch: externals/org commit e273fa96e5632db854237532ed8e2a476deb8b1a Author: Ihor Radchenko Commit: Ihor Radchenko Fix function declarations * lisp/org-macro.el (org-file-contents): * lisp/ob-exp.el (org-in-commented-heading-p): (org-in-archived-heading-p): Add missing argu

[elpa] externals/org 076dd92acc 1/8: org-export-as: Do not update buffer settings when not modified

2022-06-15 Thread ELPA Syncer
branch: externals/org commit 076dd92acca6ca575e80c64738e09cee7342f658 Author: Ihor Radchenko Commit: Ihor Radchenko org-export-as: Do not update buffer settings when not modified * lisp/ox.el (org-export-as): Use `buffer-chars-modified-tick' and avoid extra invocations of `org-s

[elpa] externals/org b061e7b61c 5/8: org-cite-list-citations: Cache footnote-definition searches

2022-06-15 Thread ELPA Syncer
branch: externals/org commit b061e7b61c65bd676bd146bdf91d4b13b0927ebb Author: Ihor Radchenko Commit: Ihor Radchenko org-cite-list-citations: Cache footnote-definition searches * lisp/oc.el (org-cite-list-citations): Avoid quadratic complexity. Pre-calculate list of all footnote

[elpa] externals/org updated (aa789b89d7 -> 3bbbf77f36)

2022-06-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from aa789b89d7 Do not mark buffer as modified with org-preserve-local-variables new 076dd92acc org-export-as: Do not update buffer settings when not modified new 3684c79672 doc/Makefile: Disable GC during export new

[elpa] externals/org 8f59e8d93f 7/8: Fix native-comp warnings

2022-06-15 Thread ELPA Syncer
branch: externals/org commit 8f59e8d93f22e080ed1944d893941d9f9cbfbce3 Author: Ihor Radchenko Commit: Ihor Radchenko Fix native-comp warnings * lisp/org-fold.el (org-fold-show-set-visibility--text-properties): Resolve unused variable warning. * lisp/ob-core.el (org-attac

[nongnu] elpa/geiser 115e1e3927: --no-code-files for web generation

2022-06-15 Thread ELPA Syncer
branch: elpa/geiser commit 115e1e39278e2ca32fa032b4d985eb6171935a83 Author: jao Commit: jao --no-code-files for web generation --- doc/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/makefile b/doc/makefile index fd25e555d5..fa15a664de 100644 --- a/doc/makefile +++ b/doc/ma

[elpa] externals/hyperbole d49172271d: Use hload-path--make-directory-autoloads in Makefile (#200)

2022-06-15 Thread ELPA Syncer
branch: externals/hyperbole commit d49172271dc9ab002c6adab88af031902e97a2a4 Author: Mats Lidell Commit: GitHub Use hload-path--make-directory-autoloads in Makefile (#200) --- ChangeLog | 5 + Makefile | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog

[nongnu] elpa/helm 6465eaff08 2/2: Show shortdoc in *apropos

2022-06-15 Thread ELPA Syncer
branch: elpa/helm commit 6465eaff089357d3356c9b6ec908110d73e0c415 Author: Thierry Volpiatto Commit: Thierry Volpiatto Show shortdoc in *apropos --- helm-elisp.el | 72 ++- 1 file changed, 57 insertions(+), 15 deletions(-) diff --git a

[nongnu] elpa/helm updated (ece8a6042d -> 6465eaff08)

2022-06-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from ece8a6042d Remove helm-apropos-init-faces and use helm-apropos-init for all new 5344c1f093 Show shortdoc when completions-detailed is non nil new 6465eaff08 Show shortdoc in *apropos Summary of changes: helm-elisp.el | 7

[nongnu] elpa/helm 5344c1f093 1/2: Show shortdoc when completions-detailed is non nil

2022-06-15 Thread ELPA Syncer
branch: elpa/helm commit 5344c1f093f39d6bf020633407b8241592bed5e4 Author: Thierry Volpiatto Commit: Thierry Volpiatto Show shortdoc when completions-detailed is non nil This is provided only when helm-completion-style == emacs. --- helm-mode.el | 89

[nongnu] elpa/helm-core updated (ece8a6042d -> 6465eaff08)

2022-06-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from ece8a6042d Remove helm-apropos-init-faces and use helm-apropos-init for all adds 5344c1f093 Show shortdoc when completions-detailed is non nil adds 6465eaff08 Show shortdoc in *apropos No new revisions were added by thi

[elpa] externals/rnc-mode cfdeeb1dc2: * rnc-mode: Try and fix bug#27552

2022-06-15 Thread Stefan Monnier via
branch: externals/rnc-mode commit cfdeeb1dc2b0e98d92c34097e514f117523936e4 Author: Stefan Monnier Commit: Stefan Monnier * rnc-mode: Try and fix bug#27552 (rnc-smie--def-regexp): New var. Extracted from `rnc-smie-forward-token`. Add `namespace` and `datatypes` prefixes. (r

[nongnu] elpa/moe-theme 5fc7a33d40 2/2: Update documentation to use the new variable names for customization options

2022-06-15 Thread ELPA Syncer
branch: elpa/moe-theme commit 5fc7a33d40a8d975188199656a320dee0312f7ea Author: David Hedberg Commit: クエン酸 Update documentation to use the new variable names for customization options --- README.org | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.o

[nongnu] elpa/moe-theme updated (4d9e876d24 -> 5fc7a33d40)

2022-06-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/moe-theme. from 4d9e876d24 update for latest Markdown-mode new d461977e70 Add ansi colors for Emacs28 new 5fc7a33d40 Update documentation to use the new variable names for customization options Summary of changes: README.org

[nongnu] elpa/moe-theme d461977e70 1/2: Add ansi colors for Emacs28

2022-06-15 Thread ELPA Syncer
branch: elpa/moe-theme commit d461977e70163fc7c14e20c0ab80d406faa2cc13 Author: Abdallah Maouche Commit: クエン酸 Add ansi colors for Emacs28 --- moe-dark-theme.el | 21 - moe-light-theme.el | 21 - 2 files changed, 40 insertions(+), 2 deletions(-) diff

[elpa] externals/detached bcbf83bb1b: Use working directory in detached-compile-attach

2022-06-15 Thread ELPA Syncer
branch: externals/detached commit bcbf83bb1b9c460c989406b9a558b021c8561ee9 Author: Niklas Eklund Commit: Niklas Eklund Use working directory in detached-compile-attach --- detached-compile.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/detached-compile.el b/detach

[nongnu] elpa/helm ece8a6042d 5/5: Remove helm-apropos-init-faces and use helm-apropos-init for all

2022-06-15 Thread ELPA Syncer
branch: elpa/helm commit ece8a6042da8dad0239055570e45b44d641293ac Author: Thierry Volpiatto Commit: Thierry Volpiatto Remove helm-apropos-init-faces and use helm-apropos-init for all helm-apropos-init takes now a new optional arg FN. Call helm-apropos-init with face-list as

[nongnu] elpa/helm-core updated (aacfb9248a -> ece8a6042d)

2022-06-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from aacfb9248a Add an action to switch to buffer frame if some Issue #2522 adds 5d1c0781d8 Fix window error when current-buffer has been killed in current session adds 48a0152a53 Ensure not being prompted for password

[nongnu] elpa/helm d4170e4152 3/5: Ensure tramp read persistent data in emacs-helm.sh

2022-06-15 Thread ELPA Syncer
branch: elpa/helm commit d4170e41522725d4e4a23e59e307dfa77ab2fb4f Author: Thierry Volpiatto Commit: Thierry Volpiatto Ensure tramp read persistent data in emacs-helm.sh Without this tramp prompt constantly for password each time an input is detected. With this change, even w

[nongnu] elpa/helm 48a0152a53 2/5: Ensure not being prompted for password

2022-06-15 Thread ELPA Syncer
branch: elpa/helm commit 48a0152a53ed8d98ff8938499faa12502f665a98 Author: Thierry Volpiatto Commit: Thierry Volpiatto Ensure not being prompted for password each time we navigate to a directory. Variable password-cache is non-nil by default but ensure user didn't modify it

[nongnu] elpa/helm 5d1c0781d8 1/5: Fix window error when current-buffer has been killed in current session

2022-06-15 Thread ELPA Syncer
branch: elpa/helm commit 5d1c0781d8af356ed5e45c7c48ab3ceb8a33e9a9 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix window error when current-buffer has been killed in current session --- helm-files.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/helm-files

[nongnu] elpa/helm updated (aacfb9248a -> ece8a6042d)

2022-06-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from aacfb9248a Add an action to switch to buffer frame if some Issue #2522 new 5d1c0781d8 Fix window error when current-buffer has been killed in current session new 48a0152a53 Ensure not being prompted for password new

[nongnu] elpa/helm 42aeba747a 4/5: Fix helm-M-x transformer

2022-06-15 Thread ELPA Syncer
branch: elpa/helm commit 42aeba747a45535f7040ea6c79890e2bea221e36 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix helm-M-x transformer --- helm-command.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm-command.el b/helm-command.el index 800f1fca22..

[nongnu] elpa/magit updated (b79df6dc77 -> c1fb53d3de)

2022-06-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from b79df6dc77 relnotes: Fix typos adds c1fb53d3de Bump minimal Compat version No new revisions were added by this update. Summary of changes: lisp/git-commit-pkg.el| 2 +- lisp/git-commit.el| 2 +- lisp/magit-libgit-pkg.

[nongnu] elpa/magit-section updated (b79df6dc77 -> c1fb53d3de)

2022-06-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from b79df6dc77 relnotes: Fix typos adds c1fb53d3de Bump minimal Compat version No new revisions were added by this update. Summary of changes: lisp/git-commit-pkg.el| 2 +- lisp/git-commit.el| 2 +- lisp/magit-lib

[nongnu] elpa/git-commit c1fb53d3de: Bump minimal Compat version

2022-06-15 Thread ELPA Syncer
branch: elpa/git-commit commit c1fb53d3de6390961ccd8dfb1cc135383508d0fc Author: Jonas Bernoulli Commit: Jonas Bernoulli Bump minimal Compat version --- lisp/git-commit-pkg.el| 2 +- lisp/git-commit.el| 2 +- lisp/magit-libgit-pkg.el | 2 +- lisp/magit-libgit.el | 2 +- lis

[nongnu] elpa/xah-fly-keys 894cd36c58: workaround a emacs 28.1 clear-transient-map bug see http://xahlee.info/emacs/emacs/clear-transient-map_bug.html

2022-06-15 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 894cd36c580fe397a8b8f48cd0d69698712c8c4c Author: Xah Lee Commit: Xah Lee workaround a emacs 28.1 clear-transient-map bug see http://xahlee.info/emacs/emacs/clear-transient-map_bug.html --- xah-fly-keys.el | 10 +- 1 file changed, 9 insertions(+), 1

[elpa] externals/compat b75491b95e: Bump version to 28.1.1.1

2022-06-15 Thread ELPA Syncer
branch: externals/compat commit b75491b95ead07ca2cd02c128037c08882b046b4 Author: Philip Kaludercic Commit: Philip Kaludercic Bump version to 28.1.1.1 --- MANUAL| 4 ++-- NEWS.org | 10 ++ README.md | 2 +- compat.el | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-)