[elpa] externals/org cbc1f96: lisp/ob-calc.el: Add Tom Gillespie as the maintainer

2021-05-07 Thread ELPA Syncer
branch: externals/org commit cbc1f96c41c2246e7310478a187228a960107375 Author: Tom Gillespie Commit: Bastien lisp/ob-calc.el: Add Tom Gillespie as the maintainer * lisp/ob-calc.el: Add Tom Gillespie as the maintainer. --- lisp/ob-calc.el | 1 + 1 file changed, 1 insertion(+) diff -

[elpa] externals/pyim 6241955: * pyim-cstring.el (pyim-cstring-to-codes): better handle when no entered.

2021-05-07 Thread ELPA Syncer
branch: externals/pyim commit 6241955a7e4facad787319822eda36c843a0022d Author: Feng Shu Commit: Feng Shu * pyim-cstring.el (pyim-cstring-to-codes): better handle when no entered. --- pyim-cstring.el | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a

[elpa] externals/vertico updated (ad03678 -> 1049ae1)

2021-05-07 Thread Protesilaos Stavrou
protesilaos pushed a change to branch externals/vertico. from ad03678 README: Configuration updates, mention vertico-cycle new 4651c69 README: Add note about built-in icomplete-vertical-mode new 1049ae1 Improve orderless support Summary of changes: README.org | 2 +-

[elpa] externals/vertico 1049ae1 2/2: Improve orderless support

2021-05-07 Thread Protesilaos Stavrou
branch: externals/vertico commit 1049ae18a9c6359ecfedeb7a20d4ee26d7b89585 Author: Daniel Mendler Commit: Daniel Mendler Improve orderless support Precompile the regular expressions in order to handle local overrides of orderless-matching-styles etc. --- vertico.el | 4 +++- 1 f

[elpa] externals/corfu 79a2a61 2/2: Improve orderless support

2021-05-07 Thread Protesilaos Stavrou
branch: externals/corfu commit 79a2a612ae8b89f55bc962b429f1b740d5ff89cc Author: Daniel Mendler Commit: Daniel Mendler Improve orderless support Precompile the regular expressions in order to handle local overrides of orderless-matching-styles etc. --- corfu.el | 4 +++- 1 file

[elpa] externals/corfu 6f619d6 1/2: corfu-mode: Do not add the completion-in-region-mode hook

2021-05-07 Thread Protesilaos Stavrou
branch: externals/corfu commit 6f619d6aa93ce18f3ef7fce6bbc6696cbfd7517c Author: Daniel Mendler Commit: Daniel Mendler corfu-mode: Do not add the completion-in-region-mode hook See #20 --- corfu.el | 60 +--- 1 file changed, 29

[elpa] externals/corfu updated (d17db32 -> 79a2a61)

2021-05-07 Thread Protesilaos Stavrou
protesilaos pushed a change to branch externals/corfu. from d17db32 README: Update with note regarding non-graphical displays new 6f619d6 corfu-mode: Do not add the completion-in-region-mode hook new 79a2a61 Improve orderless support Summary of changes: corfu.el | 6

[elpa] externals/vertico 4651c69 1/2: README: Add note about built-in icomplete-vertical-mode

2021-05-07 Thread Protesilaos Stavrou
branch: externals/vertico commit 4651c69baa363f3d1ef5faa3c4f1e7dd40c8dc38 Author: Daniel Mendler Commit: Daniel Mendler README: Add note about built-in icomplete-vertical-mode --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 59

[elpa] externals/pyim 7b96b82: Add pyim-cstring-to-code-criteria

2021-05-07 Thread ELPA Syncer
branch: externals/pyim commit 7b96b826a2e0f5ea9267fc031c0a3431888a78e9 Author: Feng Shu Commit: Feng Shu Add pyim-cstring-to-code-criteria * pyim.el (pyim-terminate-translation, pyim-create-pyim-word) (pyim-select-word): use pyim-cstring-to-code-criteria. *

[elpa] externals/org 0f2ece6: Update Carsten's email address in some files

2021-05-07 Thread ELPA Syncer
branch: externals/org commit 0f2ece647b3a9b2e1e3ebc691dac0d705e49f5e7 Author: Bastien Commit: Bastien Update Carsten's email address in some files --- lisp/ol-bbdb.el| 2 +- lisp/ol-gnus.el| 2 +- lisp/ol-info.el| 2 +- lisp/ol-rmail.el | 2 +- lisp/ol.el

[elpa] externals/corfu updated (79a2a61 -> 1fb0435)

2021-05-07 Thread Protesilaos Stavrou
protesilaos pushed a change to branch externals/corfu. from 79a2a61 Improve orderless support new bb13973 corfu--child-frame: Set desktop-dont-save=t (Fix #21) new 3687394 Move default child frame parameters to a separate variable new 1f317e8 Fix text scaling

[elpa] externals/corfu 1f317e8 3/4: Fix text scaling issues

2021-05-07 Thread Protesilaos Stavrou
branch: externals/corfu commit 1f317e88a1e4a2c6831e1b4d329e20f4ef9fccbf Author: Daniel Mendler Commit: Daniel Mendler Fix text scaling issues --- corfu.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/corfu.el b/corfu.el index 477d821..3c925b3 100644 --- a/corf

[elpa] externals/corfu 1fb0435 4/4: Lookup 'child-frame-border-width to ensure correct alignment

2021-05-07 Thread Protesilaos Stavrou
branch: externals/corfu commit 1fb0435bf50ce9025ca15632ebeab10f60c2cef1 Author: Daniel Mendler Commit: Daniel Mendler Lookup 'child-frame-border-width to ensure correct alignment --- corfu.el | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/corfu.el b/co

[elpa] externals/corfu bb13973 1/4: corfu--child-frame: Set desktop-dont-save=t (Fix #21)

2021-05-07 Thread Protesilaos Stavrou
branch: externals/corfu commit bb139735d86387f9cd80cf9cb9c618400beedd2f Author: Daniel Mendler Commit: Daniel Mendler corfu--child-frame: Set desktop-dont-save=t (Fix #21) --- corfu.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/corfu.el b/corfu.el index 9a746dc..2

[elpa] externals/corfu 3687394 2/4: Move default child frame parameters to a separate variable

2021-05-07 Thread Protesilaos Stavrou
branch: externals/corfu commit 36873942539d6126512737b566df4d4a5e82006f Author: Daniel Mendler Commit: Daniel Mendler Move default child frame parameters to a separate variable This allows easier tweaking. --- corfu.el | 61 +++---

[elpa] externals/pyim 47c991a: v3.7.3

2021-05-07 Thread ELPA Syncer
branch: externals/pyim commit 47c991a741ab19642b641faac0262e75b6573842 Author: Feng Shu Commit: Feng Shu v3.7.3 --- pyim.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim.el b/pyim.el index 168b33b..601587f 100644 --- a/pyim.el +++ b/pyim.el @@ -7,7 +7,7 @@ ;;