[elpa] externals/vertico updated (4701662 -> 9a1f3fa)

2021-05-13 Thread Protesilaos Stavrou
protesilaos pushed a change to branch externals/vertico. from 4701662 Add reference to bug#48356 in comment. new 9d8a338 Improve scrolling behavior new 9a1f3fa Version 0.9 Summary of changes: vertico.el | 14 -- 1 file changed, 8 insertions(+), 6 deletio

[elpa] externals/vertico 9d8a338 1/2: Improve scrolling behavior

2021-05-13 Thread Protesilaos Stavrou
branch: externals/vertico commit 9d8a33875686ef25d1c97fe4d5d3d3ed1d09ca7f Author: Daniel Mendler Commit: Daniel Mendler Improve scrolling behavior --- vertico.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/vertico.el b/vertico.el index 98f2f82..de4366a 1

[elpa] externals/vertico 9a1f3fa 2/2: Version 0.9

2021-05-13 Thread Protesilaos Stavrou
branch: externals/vertico commit 9a1f3fae77ee2434c773542164e944df652cda08 Author: Daniel Mendler Commit: Daniel Mendler Version 0.9 --- vertico.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertico.el b/vertico.el index de4366a..f560c51 100644 --- a/vertico.el +++ b

[elpa] externals/corfu 9edc9fb: Version 0.7

2021-05-13 Thread Protesilaos Stavrou
branch: externals/corfu commit 9edc9fb1bbd0d64cc13706cc569d7e9772e4f853 Author: Daniel Mendler Commit: Daniel Mendler Version 0.7 --- corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu.el b/corfu.el index f4526a6..9f9d499 100644 --- a/corfu.el +++ b/corfu.el

[elpa] externals/org updated (27621a5 -> cb8e50e)

2021-05-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 27621a5 Add Luc Pellissier as maintainer for two ob-* files new 8b18405 Throw user errors when trying to drag inline tasks new cb8e50e Merge branch 'maint' Summary of changes: lisp/org-inlinetask.el | 22 +++

[elpa] externals-release/org 8b18405: Throw user errors when trying to drag inline tasks

2021-05-13 Thread ELPA Syncer
branch: externals-release/org commit 8b18405857dbc20cb79025cffdb003db8a4eeca8 Author: Bastien Commit: Bastien Throw user errors when trying to drag inline tasks * lisp/org.el (org-metaup, org-metadown): Throw a user error explaining that dragging inline tasks is not supported.

[elpa] externals/org cb8e50e: Merge branch 'maint'

2021-05-13 Thread ELPA Syncer
branch: externals/org commit cb8e50ed152b37fcfd8754f9e6c5c7f0992ccacb Merge: 27621a5 8b18405 Author: Bastien Commit: Bastien Merge branch 'maint' --- lisp/org-inlinetask.el | 22 ++ lisp/org.el| 6 ++ 2 files changed, 20 insertions(+), 8 deletions(-) di

[elpa] externals/realgud-trepan-ni 75458f8 2/2: Go over tests

2021-05-13 Thread monnier--- via
branch: externals/realgud-trepan-ni commit 75458f8fdd53347a3dc548b1f4d16652fce35a3b Author: rocky Commit: rocky Go over tests --- realgud-trepan-ni.el | 2 +- test/test-loc-regexp-trepan-ni.el | 101 -- trepan-ni/init.el |

[elpa] externals/realgud-trepan-ni updated (6e38cf8 -> 75458f8)

2021-05-13 Thread monnier--- via
monnier pushed a change to branch externals/realgud-trepan-ni. from 6e38cf8 Try to get travis working again new 22f8fdb Cask patch from Stefan Monnier new 75458f8 Go over tests Summary of changes: cask-install.el | 4 +- realgud-trepan-ni.el

[elpa] externals/realgud-trepan-ni 22f8fdb 1/2: Cask patch from Stefan Monnier

2021-05-13 Thread monnier--- via
branch: externals/realgud-trepan-ni commit 22f8fdbc9dbb102899f4d3aec5338221adae7544 Author: rocky Commit: rocky Cask patch from Stefan Monnier --- cask-install.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cask-install.el b/cask-install.el index f7ff19d..d48b17e

[elpa] externals/company fdd4037 1/2: Improve default colors for dark themes

2021-05-13 Thread ELPA Syncer
branch: externals/company commit fdd4037a9a70e1febc4625ffc0d7fec43802c073 Author: Y. E Commit: Y. E Improve default colors for dark themes Closes #949 --- NEWS.md| 1 + company.el | 38 -- 2 files changed, 13 insertions(+), 26 deletions(-)

[elpa] externals/company e25529b 2/2: Merge pull request #1101 from yugaego/dark-themes

2021-05-13 Thread ELPA Syncer
branch: externals/company commit e25529b212bc450d3e264e680f9791abd4bc3673 Merge: 54fb450 fdd4037 Author: Dmitry Gutov Commit: GitHub Merge pull request #1101 from yugaego/dark-themes Improve default colors for dark themes --- NEWS.md| 1 + company.el | 38 -

[elpa] externals/company 141fa70 1/3: company-sort-by-occurrence: Make sure to look at the closest occurrence

2021-05-13 Thread ELPA Syncer
branch: externals/company commit 141fa70fdeee5724a9b85c7d40963d9fd1460b50 Author: Dmitry Gutov Commit: Dmitry Gutov company-sort-by-occurrence: Make sure to look at the closest occurrence When there are several occurrences of an identifier in the buffer. --- company.el | 12 +++

[elpa] externals/company 26e501d 2/3: Regain performance lost due to doing the search twice

2021-05-13 Thread ELPA Syncer
branch: externals/company commit 26e501d478f8336a3289468142208c9764d78644 Author: Dmitry Gutov Commit: Dmitry Gutov Regain performance lost due to doing the search twice --- company.el | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/company.e

[elpa] externals/company updated (e25529b -> 3486248)

2021-05-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/company. from e25529b Merge pull request #1101 from yugaego/dark-themes new 141fa70 company-sort-by-occurrence: Make sure to look at the closest occurrence new 26e501d Regain performance lost due to doing the search twice

[elpa] externals/company 3486248 3/3: Rephrase news entry

2021-05-13 Thread ELPA Syncer
branch: externals/company commit 34862485c6b8badc98fee29596fe56723dcf6f77 Author: Dmitry Gutov Commit: Dmitry Gutov Rephrase news entry --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 71bfd70..b1be303 100644 --- a/NEWS.md +++ b/NEWS.

[elpa] externals/hyperbole updated (18d21b2 -> 37a343c)

2021-05-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from 18d21b2 Use write-file-functions (#78) new 374086f Set hook to be local to kotl-mode (#83) new d9874c7 Silence more unknown functions warnings (#81) new b324e50 Silence a diverse set of warnings (#8

[elpa] externals/hyperbole 374086f 1/5: Set hook to be local to kotl-mode (#83)

2021-05-13 Thread ELPA Syncer
branch: externals/hyperbole commit 374086f2d9f1d792f928b6ab82acf494499a2edb Author: Mats Lidell Commit: GitHub Set hook to be local to kotl-mode (#83) --- ChangeLog | 4 kotl/kotl-mode.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLo

[elpa] externals/hyperbole 37a343c 5/5: Fix hyperb:generate-autoloads default-directory bug

2021-05-13 Thread ELPA Syncer
branch: externals/hyperbole commit 37a343cf09a66be401e5e1a59fd09e9444a76308 Author: Bob Weiner Commit: Bob Weiner Fix hyperb:generate-autoloads default-directory bug --- ChangeLog| 3 +++ hyperbole.el | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/

[elpa] externals/hyperbole b324e50 3/5: Silence a diverse set of warnings (#82)

2021-05-13 Thread ELPA Syncer
branch: externals/hyperbole commit b324e50f8a4622fb78a72aa101e451f2aee44949 Author: Mats Lidell Commit: GitHub Silence a diverse set of warnings (#82) * Silence a diverse set of warnings Remove XEmacs functions Silence warning for filladapt-mode Surpress warnings fo

[elpa] externals/hyperbole d9874c7 2/5: Silence more unknown functions warnings (#81)

2021-05-13 Thread ELPA Syncer
branch: externals/hyperbole commit d9874c7fccb54dca5aefe59c953d233be0195058 Author: Mats Lidell Commit: GitHub Silence more unknown functions warnings (#81) --- ChangeLog| 33 + hpath.el | 7 +++ hsettings.el | 6 ++

[elpa] externals/hyperbole 81cebfe 4/5: Fix a few byte-compiler free variable warnings

2021-05-13 Thread ELPA Syncer
branch: externals/hyperbole commit 81cebfec471ca72c8d0c9cbabc9c9bdd986c7117 Author: Bob Weiner Commit: Bob Weiner Fix a few byte-compiler free variable warnings --- ChangeLog | 18 hactypes.el| 14 --- hib-social.el | 4 +- hibtypes.el|

[elpa] externals/realgud-trepan-ni 0ec088e: Have cask install correct now?

2021-05-13 Thread monnier--- via
branch: externals/realgud-trepan-ni commit 0ec088ea343835e24ae73da09bea96bfb02a3130 Author: rocky Commit: rocky Have cask install correct now? --- cask-install.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cask-install.el b/cask-install.el index d48b17e..82327fd 100