[nongnu] elpa/magit-section updated (ceab312 -> 1b83f8e)

2021-10-18 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from ceab312 magit-submodule-list-predicate: New variable adds 1b83f8e magit-push-implicitly: Protect doc-string quotes No new revisions were added by this update. Summary of changes: lisp/magit-push.el | 4 ++-- 1 file ch

[nongnu] elpa/magit updated (ceab312 -> 1b83f8e)

2021-10-18 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from ceab312 magit-submodule-list-predicate: New variable adds 1b83f8e magit-push-implicitly: Protect doc-string quotes No new revisions were added by this update. Summary of changes: lisp/magit-push.el | 4 ++-- 1 file changed, 2

[nongnu] elpa/git-commit 1b83f8e: magit-push-implicitly: Protect doc-string quotes

2021-10-18 Thread ELPA Syncer
branch: elpa/git-commit commit 1b83f8ee1c5aa069f2f846e25d99df3d415d9657 Author: Kyle Meyer Commit: Kyle Meyer magit-push-implicitly: Protect doc-string quotes Prevent these from being rendered according to text-quoting-style. --- lisp/magit-push.el | 4 ++-- 1 file changed, 2 inser

[elpa] externals/coterm a14ace9: Pass through sequence "\e\e", used by package 'bash-completion'

2021-10-18 Thread ELPA Syncer
branch: externals/coterm commit a14ace9fc317052d0c6b281ccec2f8ee7f4925ea Author: Miha Rihtaršič Commit: Miha Rihtaršič Pass through sequence "\e\e", used by package 'bash-completion' --- coterm.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coterm.el b/coterm.el in

[elpa] externals/consult 67fa3a2: consult-register-store: Add support to create file register value

2021-10-18 Thread ELPA Syncer
branch: externals/consult commit 67fa3a253e838fe496a2376123a867d8ba15f857 Author: Daniel Mendler Commit: Daniel Mendler consult-register-store: Add support to create file register value See #449 --- consult-register.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -

[elpa] externals/consult d8c925b: consult-register: Add support for file values (Fix #449)

2021-10-18 Thread ELPA Syncer
branch: externals/consult commit d8c925b9c62cd90ebd0970d944bdc6e0129ecce3 Author: Daniel Mendler Commit: Daniel Mendler consult-register: Add support for file values (Fix #449) --- consult-register.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/consult-regist

[elpa] externals/nano-theme 815f662 2/2: Tentative fix for light/dark new frames

2021-10-18 Thread ELPA Syncer
branch: externals/nano-theme commit 815f66209e0d38127d7923b67c922fff263c0813 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Tentative fix for light/dark new frames --- nano-dark-theme.el | 1 - nano-light-theme.el | 9 nano-theme.el | 63

[elpa] externals/nano-theme bd5f630 1/2: Added magit (WIP)

2021-10-18 Thread ELPA Syncer
branch: externals/nano-theme commit bd5f630a7d273f1093372a569808c3bc748a59c4 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Added magit (WIP) --- nano-theme.el | 134 -- 1 file changed, 130 insertions(+), 4 deletions(-) diff --

[elpa] externals/nano-theme updated (5aea8a1 -> 815f662)

2021-10-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/nano-theme. from 5aea8a1 Disable ugly widgets and adjust underline position new bd5f630 Added magit (WIP) new 815f662 Tentative fix for light/dark new frames Summary of changes: nano-dark-theme.el | 1 - nano-light-the

[elpa] externals/comint-mime d9cdad5 8/8: Convert README to org format

2021-10-18 Thread ELPA Syncer
branch: externals/comint-mime commit d9cdad5e8851c1f6d85babca6233e7d39ea5cd04 Author: Augusto Stoffel Commit: Augusto Stoffel Convert README to org format --- README.md | 93 -- README.org | 90

[elpa] externals/comint-mime bb9a1ad 3/8: Hide setup from shell history, at least when "ignorespace" is set

2021-10-18 Thread ELPA Syncer
branch: externals/comint-mime commit bb9a1adba84d6bba8b75039d0797b4a02c8c6614 Author: Augusto Stoffel Commit: Augusto Stoffel Hide setup from shell history, at least when "ignorespace" is set --- comint-mime.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comint

[elpa] externals/comint-mime e7c847a 6/8: Fix interaction between HTML rendering and process mark

2021-10-18 Thread ELPA Syncer
branch: externals/comint-mime commit e7c847af897d14c560a7eceedc9bad2e51e87e55 Author: Augusto Stoffel Commit: Augusto Stoffel Fix interaction between HTML rendering and process mark --- comint-mime.el | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff

[elpa] externals/comint-mime 9cf131d 4/8: Disable LaTeX rendering by default for now

2021-10-18 Thread ELPA Syncer
branch: externals/comint-mime commit 9cf131d7a208b6a9a21bc8a9db046edbb655df17 Author: Augusto Stoffel Commit: Augusto Stoffel Disable LaTeX rendering by default for now TeX can execute arbitrary code depending on the settings. This needs some more thought. --- comint-mime.el |

[elpa] externals/comint-mime 6b95376 5/8: Reduce Emacs version requirement to 28 (from 28.1)

2021-10-18 Thread ELPA Syncer
branch: externals/comint-mime commit 6b95376bc0ef951e622d3500e76a289aa9a13e57 Author: Augusto Stoffel Commit: Augusto Stoffel Reduce Emacs version requirement to 28 (from 28.1) --- comint-mime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comint-mime.el b/comint-mim

[elpa] externals/comint-mime 3e02807 7/8: Update copyright assignment

2021-10-18 Thread ELPA Syncer
branch: externals/comint-mime commit 3e02807517e44f4e5938ee9cc533df458b71762a Author: Augusto Stoffel Commit: Augusto Stoffel Update copyright assignment --- comint-mime.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comint-mime.el b/comint-mime.el index 9e3e03

[elpa] externals/comint-mime 95d9d34 2/8: Improve Matplotlib setup from IPython

2021-10-18 Thread ELPA Syncer
branch: externals/comint-mime commit 95d9d346a07c77c4dd267262d6bea541d94afbd5 Author: Augusto Stoffel Commit: Augusto Stoffel Improve Matplotlib setup from IPython --- comint-mime.py | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/comint-mime.py b/comi

[elpa] externals/comint-mime a8b0f67 1/8: Initial commit

2021-10-18 Thread ELPA Syncer
branch: externals/comint-mime commit a8b0f6769d3b93b87a07aa333527f12bc6e3b05f Author: Augusto Stoffel Commit: Augusto Stoffel Initial commit --- .gitignore | 2 + README.md | 93 +++ comint-mime.el | 231 +++

[elpa] branch externals/comint-mime created (now d9cdad5)

2021-10-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/comint-mime. at d9cdad5 Convert README to org format This branch includes the following new commits: new a8b0f67 Initial commit new 95d9d34 Improve Matplotlib setup from IPython new bb9a1ad Hide setup from shel

[elpa] main 790fc46: * elpa-packages (comint-mine): Uncomment

2021-10-18 Thread monnier--- via
branch: main commit 790fc46c4e04adf58bb0eaa69c69e9153947c811 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (comint-mine): Uncomment --- elpa-packages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elpa-packages b/elpa-packages index 5056751..6ae7119

[nongnu] elpa/magit updated (ecfaa32 -> ceab312)

2021-10-18 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from ecfaa32 Fix gravatar image size again adds 3f39807 magit-repolist-column-version: Highlight count and dim hash adds 451438d magit-repolist-column-branch: Dim main branch adds 1feda0c magit-{repolist,submodule-

[nongnu] elpa/git-commit updated (ecfaa32 -> ceab312)

2021-10-18 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from ecfaa32 Fix gravatar image size again new 3f39807 magit-repolist-column-version: Highlight count and dim hash new 451438d magit-repolist-column-branch: Dim main branch new 1feda0c magit-{repolist,submo

[elpa] externals/boxy-headings 1e3e624 2/2: Merge branch 'next' into 'main'

2021-10-18 Thread ELPA Syncer
branch: externals/boxy-headings commit 1e3e62410e99f2665f40e6aa3638f267aa7eb7eb Merge: 8eacc56 9f06db3 Author: Tyler Grinn Commit: Tyler Grinn Merge branch 'next' into 'main' Use #+TITLE property if it exists Closes #3 See merge request tygrdev/boxy-headings!7 ---

[nongnu] elpa/git-commit ceab312 4/4: magit-submodule-list-predicate: New variable

2021-10-18 Thread ELPA Syncer
branch: elpa/git-commit commit ceab3124fb6b590d3cecefe381b6e2d29dcc2bf8 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-submodule-list-predicate: New variable This can be used to implement commands that only list a subset of submodules. Such commands must set the predicat

[nongnu] elpa/git-commit 1feda0c 3/4: magit-{repolist, submodule-list}-refresh: Remember position

2021-10-18 Thread ELPA Syncer
branch: elpa/git-commit commit 1feda0cb1cf25dfc68a9425af23ac638144f3138 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-{repolist,submodule-list}-refresh: Remember position --- Documentation/RelNotes/3.4.0.org | 3 +++ lisp/magit-repos.el | 2 +- lisp/magit-submodule.el

[nongnu] elpa/magit-section updated (ecfaa32 -> ceab312)

2021-10-18 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from ecfaa32 Fix gravatar image size again adds 3f39807 magit-repolist-column-version: Highlight count and dim hash adds 451438d magit-repolist-column-branch: Dim main branch adds 1feda0c magit-{repolist,su

[nongnu] elpa/git-commit 3f39807 1/4: magit-repolist-column-version: Highlight count and dim hash

2021-10-18 Thread ELPA Syncer
branch: elpa/git-commit commit 3f3980735f1b70bca17049bd397fe1475ffbd667 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-repolist-column-version: Highlight count and dim hash The idea is to make it easier to see which repositories could do with another release. --- lisp/ma

[nongnu] elpa/git-commit 451438d 2/4: magit-repolist-column-branch: Dim main branch

2021-10-18 Thread ELPA Syncer
branch: elpa/git-commit commit 451438dc900f50fd60474d5b1dd8f537157ca0b0 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-repolist-column-branch: Dim main branch The idea is to make it easier to see in which repositories a feature branch is checked out. --- Documentation/Re

[elpa] externals/boxy-headings 9f06db3 1/2: Use #+TITLE property if it exists

2021-10-18 Thread ELPA Syncer
branch: externals/boxy-headings commit 9f06db3ab16cd0e78624d4d1841031649916f364 Author: Tyler Grinn Commit: Tyler Grinn Use #+TITLE property if it exists --- .gitlab-ci.yml | 5 - boxy-headings.el | 8 +++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.

[elpa] externals/org 7810804 2/2: Merge branch 'bugfix' into main

2021-10-18 Thread ELPA Syncer
branch: externals/org commit 7810804222f3312a33f79985daebc10f491ce71b Merge: d574186 37791bb Author: Marco Wahl Commit: Marco Wahl Merge branch 'bugfix' into main --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.o

[elpa] externals/org d574186 1/2: Disable cache persistence during build

2021-10-18 Thread ELPA Syncer
branch: externals/org commit d574186448b8483168ea2e8fc12d1abf3b02c5b6 Author: Ihor Radchenko Commit: Ihor Radchenko Disable cache persistence during build * mk/default.mk (BATCH): Set `org-element-cache-persistent' to nil when running make. --- mk/default.mk | 2 +- 1 file chan

[elpa] externals/org updated (8219776 -> 7810804)

2021-10-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 8219776 org-agenda-get-scheduled: Make sure that 'org-marker is at timestamp new d574186 Disable cache persistence during build new 37791bb org-manual: Fix one kindex entry new 7810804 Merge branch 'bugf

[elpa] externals-release/org 37791bb: org-manual: Fix one kindex entry

2021-10-18 Thread ELPA Syncer
branch: externals-release/org commit 37791bb4fc1ca0a613abdeb9710bd1bdb8f8ca35 Author: Marco Wahl Commit: Marco Wahl org-manual: Fix one kindex entry Reminder: the kindex can be accessed via key "i" in info. This fixes also the pdf generation. --- doc/org-manual.org | 2 +- 1 f

[elpa] externals/coterm d8321cb: Version 1.2

2021-10-18 Thread ELPA Syncer
branch: externals/coterm commit d8321cb62610b068bb0f3318a6021b94101307a5 Author: Miha Rihtaršič Commit: Miha Rihtaršič Version 1.2 --- coterm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coterm.el b/coterm.el index 9848b49..d3ade99 100644 --- a/coterm.el +++ b/cote

[nongnu] elpa/markdown-mode 7360efc 2/2: Merge pull request #665 from jrblevin/emacs-29-warning

2021-10-18 Thread ELPA Syncer
branch: elpa/markdown-mode commit 7360efc6bcfd4eb01aa5a8330f8073fa7e64805a Merge: a18ba97 acede52 Author: Shohei YOSHIDA Commit: GitHub Merge pull request #665 from jrblevin/emacs-29-warning Fix emacs 29 byte-compile warning issue --- markdown-mode.el | 7 --- 1 file changed, 4

[nongnu] elpa/markdown-mode acede52 1/2: Fix emacs 29 byte-compile warning issue

2021-10-18 Thread ELPA Syncer
branch: elpa/markdown-mode commit acede5244d948695f64712cb1f5b040c094a1b49 Author: Shohei YOSHIDA Commit: Shohei YOSHIDA Fix emacs 29 byte-compile warning issue --- markdown-mode.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/markdown-mode.el b/markdown-mode.e

[elpa] externals/svg-lib 692585e 2/2: Merge pull request #11 from agsdot/patch-1

2021-10-18 Thread ELPA Syncer
branch: externals/svg-lib commit 692585eeed1ac1f69b3e4a6afd8b37fefdd9dd2e Merge: da9f6e9 a7326b4 Author: Nicolas P. Rougier Commit: GitHub Merge pull request #11 from agsdot/patch-1 charater -> character --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[elpa] externals/svg-lib a7326b4 1/2: charater -> character

2021-10-18 Thread ELPA Syncer
branch: externals/svg-lib commit a7326b44561655fd4807fe24079ffefb958e5035 Author: Jonathan Lai Commit: GitHub charater -> character --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 1ff0eb0..912603e 100644 --- a/README.org +++ b

[elpa] externals/org 8219776: org-agenda-get-scheduled: Make sure that 'org-marker is at timestamp

2021-10-18 Thread ELPA Syncer
branch: externals/org commit 821977611c1a51a0aa72959f649b8ef0bc87339c Author: Ihor Radchenko Commit: Ihor Radchenko org-agenda-get-scheduled: Make sure that 'org-marker is at timestamp * lisp/org-agenda.el (org-agenda-get-scheduled): Use beginning position of the timestamp as 'o