[elpa] externals/org 3089fcd 2/3: Remove redundant #' around lambdas

2021-03-30 Thread ELPA Syncer
branch: externals/org commit 3089fcd6908d18919af2bb2e818c39a7a91581c7 Author: Stefan Kangas Commit: Kyle Meyer Remove redundant #' around lambdas * contrib/lisp/org-choose.el (org-choose-get-highest-mark-index) (org-choose-get-fn-map-group, org-choose-keep-sensible)

[elpa] externals/org f03cba1 3/3: Merge branch 'maint'

2021-03-30 Thread ELPA Syncer
branch: externals/org commit f03cba1b6f60738f7c3158e8296d2d06fd31cc78 Merge: 3089fcd 1c0ce74 Author: Kyle Meyer Commit: Kyle Meyer Merge branch 'maint' --- etc/ORG-NEWS | 68 ++-- 1 file changed, 34 insertions(+), 34 deletions(-)

[elpa] externals/org 6a50e41 1/3: org-agenda.el: Rename org-agenda-format-item parameters

2021-03-30 Thread ELPA Syncer
branch: externals/org commit 6a50e41ea5a0bc7ef0f591e000269e6c0485f09e Author: Renato Ferreira Commit: Kyle Meyer org-agenda.el: Rename org-agenda-format-item parameters * org-agenda.el (org-agenda-format-item): Rename parameters so they don't clash with dynamic variables used

[elpa] externals-release/org updated (7c23fc7 -> 1c0ce74)

2021-03-30 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from 7c23fc7 ob-ocaml: Update stale tuareg-mode link in commentary new d017cdb NEWS: Group and move up electric-indent/adapt-indentation entries new 1c0ce74 NEWS: Remove quote from in front of headline-data

[elpa] externals-release/org d017cdb 1/2: NEWS: Group and move up electric-indent/adapt-indentation entries

2021-03-30 Thread ELPA Syncer
branch: externals-release/org commit d017cdb0aee24b4c9e5017f76019d3cc1ccfe4bd Author: Kyle Meyer Commit: Kyle Meyer NEWS: Group and move up electric-indent/adapt-indentation entries Put the entry for "respecting electric-indent-mode" and the new value of org-adapt-indentation

[elpa] externals-release/org 1c0ce74 2/2: NEWS: Remove quote from in front of headline-data symbol

2021-03-30 Thread ELPA Syncer
branch: externals-release/org commit 1c0ce74a1f91360a4daaaed26cb135add5144c34 Author: Kyle Meyer Commit: Kyle Meyer NEWS: Remove quote from in front of headline-data symbol There's no need to quote the symbol when referring to it, just as `symbol' rather than `'symbol' is used

[elpa] externals/org updated (4d9dabc -> f03cba1)

2021-03-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 4d9dabc Merge branch 'maint' new 6a50e41 org-agenda.el: Rename org-agenda-format-item parameters new 3089fcd Remove redundant #' around lambdas new d017cdb NEWS: Group and move up

[elpa] externals/posframe 320c035 2/2: v0.9.0

2021-03-30 Thread ELPA Syncer
branch: externals/posframe commit 320c0354280e0dbe2d7f9ca9bb066af257473372 Author: Feng Shu Commit: Feng Shu v0.9.0 --- posframe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posframe.el b/posframe.el index 14ac4e0..4901f71 100644 --- a/posframe.el +++

[elpa] externals/posframe 87407a2 1/2: * posframe.el (posframe-show): Add poshandler-extra-info argument.

2021-03-30 Thread ELPA Syncer
branch: externals/posframe commit 87407a2966db7161f26c92a1ff1c2fab6fbb00fd Author: Feng Shu Commit: Feng Shu * posframe.el (posframe-show): Add poshandler-extra-info argument. --- posframe.el | 53 ++--- 1 file changed, 30 insertions(+), 23

[elpa] externals/posframe updated (fff21cc -> 320c035)

2021-03-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/posframe. from fff21cc v0.8.8 new 87407a2 * posframe.el (posframe-show): Add poshandler-extra-info argument. new 320c035 v0.9.0 Summary of changes: posframe.el | 55

[elpa] externals/osc c916424: New function `osc-make-message'

2021-03-30 Thread Mario Lang
branch: externals/osc commit c91642422eaea3cf4e7447e89a98dbe84f47e9a5 Author: Mario Lang Commit: Mario Lang New function `osc-make-message' --- osc.el | 33 + 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/osc.el b/osc.el index

[elpa] externals/dash b9286a8: Pacify uninitialized lexvar warnings in Emacs 28

2021-03-30 Thread ELPA Syncer
branch: externals/dash commit b9286a84975874b10493f1cb4ea051c501f51273 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Pacify uninitialized lexvar warnings in Emacs 28 * dash.el (--reduce, --reductions-r): Pacify false positive warnings in Emacs 28 about

[elpa] externals/company 9bc678a: Remove elisp annotations when icons are used

2021-03-30 Thread ELPA Syncer
branch: externals/company commit 9bc678a5c6627ea45853db38579fa67b2ad2863a Author: Dmitry Gutov Commit: Dmitry Gutov Remove elisp annotations when icons are used #1070 --- company-capf.el | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git

[elpa] externals/osc ef72809: Set binary coding for servers

2021-03-30 Thread Mario Lang
branch: externals/osc commit ef72809f3d425e502a379790863bdb4a46ab4797 Author: Mario Lang Commit: Mario Lang Set binary coding for servers --- osc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/osc.el b/osc.el index 8be30ef..5a6a33d 100644 --- a/osc.el +++ b/osc.el @@ -249,6 +249,7

[elpa] externals/company fe602f7: Don't try to render SVG icons in the terminal

2021-03-30 Thread ELPA Syncer
branch: externals/company commit fe602f74283bd9537ddf04ef45d8e1b89b88e1be Author: Dmitry Gutov Commit: Dmitry Gutov Don't try to render SVG icons in the terminal #1082 --- company.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/company.el b/company.el

[elpa] externals/osc 41c6577: Support for receiving double precision (float64) values

2021-03-30 Thread Mario Lang
branch: externals/osc commit 41c65773a75014cd32da5cf2072e6b563002bbff Author: Mario Lang Commit: Mario Lang Support for receiving double precision (float64) values --- osc.el | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/osc.el b/osc.el

[elpa] externals/tramp 851269d 2/2: Tramp ELPA version 2.5.0.3 released

2021-03-30 Thread Michael Albinus
branch: externals/tramp commit 851269dcfd7a564894ba4d4c2c7da8a97b40ce62 Author: Michael Albinus Commit: Michael Albinus Tramp ELPA version 2.5.0.3 released --- test/tramp-tests.el | 84 ++- texi/tramp.texi | 303 -- texi/trampver.texi |

[elpa] externals/tramp updated (373c0b5 -> 851269d)

2021-03-30 Thread Michael Albinus
albinus pushed a change to branch externals/tramp. from 373c0b5 Tramp ELPA version 2.5.0.2 released new 87c337e * Makefile (sync): Add tramp-fuse.el and tramp-sshfs.el. new 851269d Tramp ELPA version 2.5.0.3 released Summary of changes: Makefile | 2 +

[elpa] externals/tramp 87c337e 1/2: * Makefile (sync): Add tramp-fuse.el and tramp-sshfs.el.

2021-03-30 Thread Michael Albinus
branch: externals/tramp commit 87c337e03273ec4244664f3180d408253a136251 Author: Michael Albinus Commit: Michael Albinus * Makefile (sync): Add tramp-fuse.el and tramp-sshfs.el. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3199227..92d3c53