[elpa] externals/hyperbole 044d466: Allow Hyperbole minibuffer menu item by first capital letter

2021-05-22 Thread ELPA Syncer
branch: externals/hyperbole commit 044d46603ac232a9d1d5435b94e65bc50b69d505 Author: Bob Weiner Commit: Bob Weiner Allow Hyperbole minibuffer menu item by first capital letter --- ChangeLog| 17 + DEMO | 14 +++--- hargs.el | 8 ++-- hsettings.el

[elpa] externals/company d488122: company-sort-by-occurrence: Check for empty strings

2021-05-22 Thread ELPA Syncer
branch: externals/company commit d488122d18645a20a596490e3551194aecdea08a Author: Dmitry Gutov Commit: Dmitry Gutov company-sort-by-occurrence: Check for empty strings Fixes #1105 --- company.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/company.el b/comp

[elpa] externals/hyperbole 5d5e2aa: Add kexport:display to instantly display collapsible HTML koutlines

2021-05-22 Thread ELPA Syncer
branch: externals/hyperbole commit 5d5e2aab08df4979046115b0c9c5ccbad288a7c6 Author: Bob Weiner Commit: Bob Weiner Add kexport:display to instantly display collapsible HTML koutlines --- ChangeLog | 7 ++ kotl/kexport.el | 282 +---

[elpa] externals/vertico 70a76ff 1/4: Fix Tramp user name/password prompts (Fix #23)

2021-05-22 Thread Protesilaos Stavrou
branch: externals/vertico commit 70a76ff916c333e5e7081b7b1714266af29ad3e5 Author: Daniel Mendler Commit: Daniel Mendler Fix Tramp user name/password prompts (Fix #23) --- vertico.el | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/vertico.el b/vertico.el in

[elpa] externals/vertico updated (152f560 -> efa7be7)

2021-05-22 Thread Protesilaos Stavrou
protesilaos pushed a change to branch externals/vertico. from 152f560 Rename `x-title-function` to `group-function` as per Emacs 28 new 70a76ff Fix Tramp user name/password prompts (Fix #23) new e7c230b Minor highlighting workaround new da60323 Use more gene

[elpa] externals/vertico efa7be7 4/4: Rename vertico--annotate to vertico--affixate, apply faces correctly

2021-05-22 Thread Protesilaos Stavrou
branch: externals/vertico commit efa7be7729d6a728103d16225080864ceffb88b4 Author: Daniel Mendler Commit: Daniel Mendler Rename vertico--annotate to vertico--affixate, apply faces correctly --- vertico.el | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git

[elpa] externals/vertico da60323 3/4: Use more general regular expression to determine remote path

2021-05-22 Thread Protesilaos Stavrou
branch: externals/vertico commit da603237ab8d2502c232cfa441da504cc9345581 Author: Daniel Mendler Commit: Daniel Mendler Use more general regular expression to determine remote path See Marginalia --- vertico.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ver

[elpa] externals/vertico e7c230b 2/4: Minor highlighting workaround

2021-05-22 Thread Protesilaos Stavrou
branch: externals/vertico commit e7c230be7cfa937b2375f7d049cf8a683cecca67 Author: Daniel Mendler Commit: Daniel Mendler Minor highlighting workaround --- vertico.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vertico.el b/vertico.el index 20ee817..83f753d 10064

[elpa] externals/corfu updated (a56e80e -> 8916eda)

2021-05-22 Thread Protesilaos Stavrou
protesilaos pushed a change to branch externals/corfu. from a56e80e Eglot seems to return candidates with newlines new 026ce5c Minor highlighting workaround new 8916eda Rename corfu--annotate to corfu--affixate, apply faces correctly Summary of changes: corfu.el |

[elpa] externals/corfu 026ce5c 1/2: Minor highlighting workaround

2021-05-22 Thread Protesilaos Stavrou
branch: externals/corfu commit 026ce5c505d3f84fd298962e709b0ec7c210bc58 Author: Daniel Mendler Commit: Daniel Mendler Minor highlighting workaround --- corfu.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/corfu.el b/corfu.el index ef403f7..2f58387 100644 --- a/

[elpa] externals/corfu 8916eda 2/2: Rename corfu--annotate to corfu--affixate, apply faces correctly

2021-05-22 Thread Protesilaos Stavrou
branch: externals/corfu commit 8916edaff52366c5f39925f5e372140476738e1b Author: Daniel Mendler Commit: Daniel Mendler Rename corfu--annotate to corfu--affixate, apply faces correctly --- corfu.el | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/corfu.

[elpa] externals/org f72a658: org-plot: Use consistent method to find table

2021-05-22 Thread ELPA Syncer
branch: externals/org commit f72a658bd057e953a1cdb6f3230b8caae2560d80 Author: TEC Commit: TEC org-plot: Use consistent method to find table * lisp/org-plot.el (org-plot/gnuplot): Table information is obtained using (org-plot/goto-nearest-table), however it was not used when

[elpa] externals/diff-hl updated (4f23c36 -> d434060)

2021-05-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/diff-hl. from 4f23c36 Merge pull request #163 from tarsiiformes/silencio new 05eb5c1 Silence the diff-auto-refine-mode warnings new d434060 Use vc-run-delayed for better static checks Summary of changes: diff-hl.el | 45 +

[elpa] externals/diff-hl d434060 2/2: Use vc-run-delayed for better static checks

2021-05-22 Thread ELPA Syncer
branch: externals/diff-hl commit d4340608c2d6d8b81aad8e690d0265799aba16f3 Author: Dmitry Gutov Commit: Dmitry Gutov Use vc-run-delayed for better static checks Available since 24.4, looks like. --- diff-hl.el | 21 +++-- 1 file changed, 11 insertions(+), 10 deletion

[elpa] externals/diff-hl 05eb5c1 1/2: Silence the diff-auto-refine-mode warnings

2021-05-22 Thread ELPA Syncer
branch: externals/diff-hl commit 05eb5c192272597a91ce85e5676617df0d3982d7 Author: Dmitry Gutov Commit: Dmitry Gutov Silence the diff-auto-refine-mode warnings #163 https://debbugs.gnu.org/32991 --- diff-hl.el | 26 +++--- 1 file changed, 19 insertions(+