[elpa] externals/tmr de1fe89370: Makefile: use latest makel version

2022-05-16 Thread ELPA Syncer
branch: externals/tmr commit de1fe89370fb66a1d623f125036806983bcf0cae Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Makefile: use latest makel version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ab12aa2a1..b4ed44e0fd

[elpa] externals/org 2778972509: org-fold--reveal-outline-maybe: Prevent wrong-side-of-point error

2022-05-16 Thread ELPA Syncer
branch: externals/org commit 27789725093f483c2d123b4e90776ea1f67f3b61 Author: Ihor Radchenko Commit: Ihor Radchenko org-fold--reveal-outline-maybe: Prevent wrong-side-of-point error * lisp/org-fold.el (org-fold--reveal-outline-maybe): Fix scenario when point is moved beyond REGI

[elpa] externals/tmr 4a8e0b2566: tmr: Fix tmr--read-timer

2022-05-16 Thread ELPA Syncer
branch: externals/tmr commit 4a8e0b2566b97cc947c80309fe575d21c02d36b2 Author: Damien Cassou Commit: Protesilaos Stavrou tmr: Fix tmr--read-timer The key should be the same as the formatter for cl-find to find the timer from its printed description. --- tmr.el | 2 +- 1 file cha

[nongnu] elpa/xah-fly-keys 2f079562d1 1/4: Xah-reformat-lines now first change to short lines. Also, default to to 66 not 70. xah-upcase-sentence now move cursor to next paragraph.

2022-05-16 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 2f079562d1b7275f4e5dad30799a38d8d8c84d02 Author: Xah Lee Commit: Xah Lee Xah-reformat-lines now first change to short lines. Also, default to to 66 not 70. xah-upcase-sentence now move cursor to next paragraph. --- xah-fly-keys.el | 77 +

[nongnu] elpa/xah-fly-keys 9e4d32ad02 4/4: removed xah-open-file-fast and associated code. in emacs 28, use bookmark-jump and turn on fido-vertical-mode

2022-05-16 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 9e4d32ad028649786557858366acf1cd9793d338 Author: Xah Lee Commit: Xah Lee removed xah-open-file-fast and associated code. in emacs 28, use bookmark-jump and turn on fido-vertical-mode --- xah-fly-keys.el | 26 ++ 1 file changed, 2 ins

[nongnu] elpa/xah-fly-keys c6f59da2c9 3/4: minor refactor emacs version checking code. thanks to Stefan Monnier

2022-05-16 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit c6f59da2c91027061275972a62a82f841f16d7f8 Author: Xah Lee Commit: Xah Lee minor refactor emacs version checking code. thanks to Stefan Monnier --- xah-fly-keys.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xah-fly-keys.el b/xah-

[nongnu] elpa/xah-fly-keys 33820f392e 2/4: make some command error message print the command name.

2022-05-16 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 33820f392e185b123d3913aefafebb1d26787c8c Author: Xah Lee Commit: Xah Lee make some command error message print the command name. --- xah-fly-keys.el | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/xah-fly-keys.el

[nongnu] elpa/xah-fly-keys updated (e4db51a90d -> 9e4d32ad02)

2022-05-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/xah-fly-keys. from e4db51a90d if in emacs 28, xah-open-file-fast is now just alias to bookmark-jump, because fido-vertical-mode made xah-open-file-fast unnecessary new 2f079562d1 Xah-reformat-lines now first change to short lines. Also, defa

[elpa] externals/dash 759682332a: Byte-compile tests

2022-05-16 Thread ELPA Syncer
branch: externals/dash commit 759682332a0ebd737802d9fa0a80ceedf05088b6 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Byte-compile tests * Makefile (els): Add dev/examples.el so that it's byte-compiled. (check): Prefer dev/examples.elc over dev/examples.el.

[nongnu] elpa/git-commit e2e90f7b0c 4/9: magit-ediff-buffers: Cosmetics and new comments

2022-05-16 Thread ELPA Syncer
branch: elpa/git-commit commit e2e90f7b0cddc4e3fda0ff561e626f698563f73a Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-ediff-buffers: Cosmetics and new comments --- lisp/magit-ediff.el | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/lisp/

[nongnu] elpa/git-commit db2e9546f8 5/9: magit-ediff-buffers: Change argument order

2022-05-16 Thread ELPA Syncer
branch: elpa/git-commit commit db2e9546f88d607189c58bf884ae075565305ade Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-ediff-buffers: Change argument order --- lisp/magit-ediff.el | 140 ++-- 1 file changed, 70 insertions(+), 70 deletio

[nongnu] elpa/git-commit efb09e8d57 1/9: magit-renamed-files: Minor tweaks

2022-05-16 Thread ELPA Syncer
branch: elpa/git-commit commit efb09e8d57818894b29d87eecfb09cdab2342b4a Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-renamed-files: Minor tweaks - Assign names to components of each partition. - Use "diff --name-status" instead of "diff-tree -r" because that

[nongnu] elpa/git-commit updated (421105ef4f -> 5a7519fd3d)

2022-05-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 421105ef4f magit-section-goto-successor(hunk): Make fourth argument optional new efb09e8d57 magit-renamed-files: Minor tweaks new ce45c43f9d magit-ediff-resolve: Move definition new 1e2b473f20 magit-ediff-reso

[nongnu] elpa/git-commit 1e2b473f20 3/9: magit-ediff-resolve: Rename to magit-ediff-resolve-rest

2022-05-16 Thread ELPA Syncer
branch: elpa/git-commit commit 1e2b473f202f4c0689de4feaf52c35c069707cf0 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-ediff-resolve: Rename to magit-ediff-resolve-rest --- docs/magit.org | 4 ++-- docs/magit.texi | 6 +++--- lisp/magit-ediff.el | 8 3 files changed

[nongnu] elpa/git-commit 5a7519fd3d 9/9: magit-ediff-dwim-resolve-function: New option

2022-05-16 Thread ELPA Syncer
branch: elpa/git-commit commit 5a7519fd3d56522b1c6a1601a12ae0f4717c26a7 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-ediff-dwim-resolve-function: New option --- docs/magit.org | 6 ++ docs/magit.texi | 6 ++ lisp/magit-ediff.el | 10 +- 3 files changed, 2

[nongnu] elpa/git-commit 46685b1c76 7/9: magit-ediff-resolve-all: New command

2022-05-16 Thread ELPA Syncer
branch: elpa/git-commit commit 46685b1c76d06792594dcf91e9972369e61abf95 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-ediff-resolve-all: New command --- docs/magit.org | 74 ++--- docs/magit.texi | 78 ---

[nongnu] elpa/magit-section updated (421105ef4f -> 5a7519fd3d)

2022-05-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 421105ef4f magit-section-goto-successor(hunk): Make fourth argument optional adds efb09e8d57 magit-renamed-files: Minor tweaks adds ce45c43f9d magit-ediff-resolve: Move definition adds 1e2b473f20 magit-ediff-r

[nongnu] elpa/magit updated (421105ef4f -> 5a7519fd3d)

2022-05-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 421105ef4f magit-section-goto-successor(hunk): Make fourth argument optional adds efb09e8d57 magit-renamed-files: Minor tweaks adds ce45c43f9d magit-ediff-resolve: Move definition adds 1e2b473f20 magit-ediff-resolve:

[nongnu] elpa/git-commit 6fc4bacdee 8/9: magit-ediff-resolve-{all, rest}: Use file at point

2022-05-16 Thread ELPA Syncer
branch: elpa/git-commit commit 6fc4bacdeea07485ba279c57da5d64eb784b879e Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-ediff-resolve-{all,rest}: Use file at point --- docs/magit.org | 10 ++ docs/magit.texi | 10 ++ lisp/magit-base.el | 2 ++ lisp/magit-edi

[nongnu] elpa/git-commit d035386e96 6/9: magit-ediff-buffers: Support merge jobs

2022-05-16 Thread ELPA Syncer
branch: elpa/git-commit commit d035386e960e0f3967096855d2a4e390cf2c8511 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-ediff-buffers: Support merge jobs --- lisp/magit-ediff.el | 39 +++ 1 file changed, 35 insertions(+), 4 deletions(-) diff --git

[nongnu] elpa/git-commit ce45c43f9d 2/9: magit-ediff-resolve: Move definition

2022-05-16 Thread ELPA Syncer
branch: elpa/git-commit commit ce45c43f9d1eacbca43012c1dc9ffdb3c0560b3b Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-ediff-resolve: Move definition --- lisp/magit-ediff.el | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-)

[elpa] externals/dash 65d27bb71d 2/2: Merge pull request #396 from magnars/blc/keys

2022-05-16 Thread ELPA Syncer
branch: externals/dash commit 65d27bb71df896f49c75901fb24f934ac4457508 Merge: 7fd71338dc c860155810 Author: Matus Goljer Commit: GitHub Merge pull request #396 from magnars/blc/keys --- dash.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dash.el b/dash.el index 26

[elpa] externals/dash c860155810 1/2: Symbols with destructuring expansions are not vars

2022-05-16 Thread ELPA Syncer
branch: externals/dash commit c860155810791e08036de9898463680314253de8 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Symbols with destructuring expansions are not vars * dash.el (dash--match): Don't bind symbols with expansion functions as if they were variable

[elpa] externals/sql-beeline b7ffff9404: Set comint-process-echoes to t

2022-05-16 Thread Filipp Gunbin
branch: externals/sql-beeline commit b79404d93f569e3c2bc59db1be6e848c894f Author: Filipp Gunbin Commit: Filipp Gunbin Set comint-process-echoes to t --- sql-beeline.el | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/sql-beeline.el b/sql-beeline.el inde

[elpa] externals/tmr 5596e86aba: tmr: write arguments of declared functions

2022-05-16 Thread ELPA Syncer
branch: externals/tmr commit 5596e86aba71d376f36ff4d341305b62f3da5ee4 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou tmr: write arguments of declared functions --- tmr.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmr.el b/tmr.el index ccb9edf5af..d016f

[elpa] externals/tmr updated (40369abd53 -> 181272e182)

2022-05-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/tmr. from 40369abd53 Fix typo in the manual new be7bc7c183 tmr: show original input of TIMER for tmr-clone new 181272e182 tmr: produce user-error when tmr--timers is nil Summary of changes: tmr.el | 33 +

[elpa] externals/tmr be7bc7c183 1/2: tmr: show original input of TIMER for tmr-clone

2022-05-16 Thread ELPA Syncer
branch: externals/tmr commit be7bc7c183381ef59b3e1506d66648c08302f907 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou tmr: show original input of TIMER for tmr-clone --- tmr.el | 31 +++ 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/tmr.e

[elpa] externals/hyperbole 40611fa03b: Fix som complex path, key series and windows grid resolutions

2022-05-16 Thread ELPA Syncer
branch: externals/hyperbole commit 40611fa03b9d4bf54f2ce9e874249e9cf1e539cb Author: Bob Weiner Commit: Bob Weiner Fix som complex path, key series and windows grid resolutions --- ChangeLog| 28 FAST-DEMO| 4 ++-- hbut.el

[elpa] externals/tmr 181272e182 2/2: tmr: produce user-error when tmr--timers is nil

2022-05-16 Thread ELPA Syncer
branch: externals/tmr commit 181272e182598e8330f47a90c6313d34da244609 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou tmr: produce user-error when tmr--timers is nil --- tmr.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmr.el b/tmr.el index f0a296f250..ccb9edf5af 100644