[elpa] externals/hyperbole e64ab27: Diverse changes to silence warnings (#90)

2021-05-17 Thread ELPA Syncer
branch: externals/hyperbole commit e64ab27232e3cb82da174ab22412117d73378ea0 Author: Mats Lidell Commit: GitHub Diverse changes to silence warnings (#90) --- ChangeLog| 36 hbut.el | 2 ++ hibtypes.el | 5 + hmouse-

[elpa] externals/corfu 02a2cbb: Do not overwrite the file predicate

2021-05-17 Thread Protesilaos Stavrou
branch: externals/corfu commit 02a2cbbaa52f1663705a39e5710bc39e1c76c700 Author: Daniel Mendler Commit: Daniel Mendler Do not overwrite the file predicate See https://github.com/minad/vertico/commit/f281aac2e875d8333e29206ec25aaeea8f3d6800 --- corfu.el | 28 +++-

[elpa] externals/vertico updated (f7daa6e -> 0efb250)

2021-05-17 Thread Protesilaos Stavrou
protesilaos pushed a change to branch externals/vertico. from f7daa6e README: Remove Info-goto-node (Bug has been fixed in Emacs 28) new f281aac Do not overwrite the file predicate (Fix #20) new ce95283 Use seq new 0efb250 README: Update caveats Summary of

[elpa] externals/vertico 0efb250 3/3: README: Update caveats

2021-05-17 Thread Protesilaos Stavrou
branch: externals/vertico commit 0efb25053354897a7a6a3dba23a5c4ada5187d65 Author: Daniel Mendler Commit: Daniel Mendler README: Update caveats --- README.org | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 8b6b10e..442121f 100644 ---

[elpa] externals/vertico ce95283 2/3: Use seq

2021-05-17 Thread Protesilaos Stavrou
branch: externals/vertico commit ce95283c4eadaa25177640a9b24eeb90cfbf0393 Author: Daniel Mendler Commit: Daniel Mendler Use seq --- vertico.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vertico.el b/vertico.el index d233ab9..854e831 100644 --- a/vertico.el ++

[elpa] externals/vertico f281aac 1/3: Do not overwrite the file predicate (Fix #20)

2021-05-17 Thread Protesilaos Stavrou
branch: externals/vertico commit f281aac2e875d8333e29206ec25aaeea8f3d6800 Author: Daniel Mendler Commit: Daniel Mendler Do not overwrite the file predicate (Fix #20) This optimizes Tramp file completion. The problem was that completion-file-name-table special-cases the predicate

[nongnu] elpa/org-contrib updated (0243e4b -> ad37fa0)

2021-05-17 Thread ELPA Syncer
elpasync pushed a change to branch elpa/org-contrib. from 0243e4b lisp/org-panel.el: Remove empty headers new c3dee49 Add Homepage new ad37fa0 Announce org-notify.el will be remove from the next release Summary of changes: README.md | 1 + README.org

[nongnu] elpa/org-contrib ad37fa0 2/2: Announce org-notify.el will be remove from the next release

2021-05-17 Thread ELPA Syncer
branch: elpa/org-contrib commit ad37fa05fd74217c3c12b184549cfe088acf3331 Author: Bastien Guerry Commit: Bastien Guerry Announce org-notify.el will be remove from the next release --- README.md | 1 + README.org | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md ind

[nongnu] elpa/org-contrib c3dee49 1/2: Add Homepage

2021-05-17 Thread ELPA Syncer
branch: elpa/org-contrib commit c3dee495aab2e7b7783afbafe0ca7061328fd14c Author: Bastien Guerry Commit: Bastien Guerry Add Homepage --- lisp/org-notify.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-notify.el b/lisp/org-notify.el index 7f9a814..cee4ea4 100644 --- a/lisp/org

[elpa] isearch-mb 44b9aa3 4/7: Use remapping in minibuffer keymap

2021-05-17 Thread monnier--- via
branch: isearch-mb commit 44b9aa34a62488a89a871f10d608a8fdfcdbfc91 Author: Augusto Stoffel Commit: Augusto Stoffel Use remapping in minibuffer keymap Additionally remap next/previous-line-or-history-element to forward/backward Closes https://github.com/astoff/isearch-mb/iss

[elpa] isearch-mb 0524206 3/7: Replace advices by let-bindings where possible

2021-05-17 Thread monnier--- via
branch: isearch-mb commit 05242069aa6e0a41ff40e1a1a605f969ebba5217 Author: Augusto Stoffel Commit: Augusto Stoffel Replace advices by let-bindings where possible --- isearch-mb.el | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/isearch-mb.el b/isearch-mb.el index

[elpa] branch isearch-mb created (now 781b537)

2021-05-17 Thread monnier--- via
monnier pushed a change to branch isearch-mb. at 781b537 Prepare for inclusion in GNU ELPA This branch includes the following new commits: new ebb9f55 Keep advices only for the duration of a search session new a2ec550 Better place to check if Isearch is still activ

[elpa] isearch-mb ebb9f55 1/7: Keep advices only for the duration of a search session

2021-05-17 Thread monnier--- via
branch: isearch-mb commit ebb9f55ebe2d5d50c77a6ebe82689e568a21e958 Author: Daniel Mendler Commit: Augusto Stoffel Keep advices only for the duration of a search session Closes https://github.com/astoff/isearch-mb/issues/2 See also https://github.com/astoff/isearch-mb/pull/8

[elpa] isearch-mb 781b537 7/7: Prepare for inclusion in GNU ELPA

2021-05-17 Thread monnier--- via
branch: isearch-mb commit 781b5373c06131ca6ab45136cdca3cab022a67af Author: Augusto Stoffel Commit: Augusto Stoffel Prepare for inclusion in GNU ELPA --- README.md | 15 +++ isearch-mb.el | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/READ

[elpa] branch externals/isearch-mb created (now 781b537)

2021-05-17 Thread monnier--- via
monnier pushed a change to branch externals/isearch-mb. at 781b537 Prepare for inclusion in GNU ELPA No new revisions were added by this update.

[elpa] branch externals/isearch-mb deleted (was c270809)

2021-05-17 Thread monnier--- via
monnier pushed a change to branch externals/isearch-mb. was c270809 Pad lazy count so that it only grows This change permanently discards the following revisions: discards c270809 Pad lazy count so that it only grows discards 01fdc36 Update Readme discards c6fc566 Use re

[elpa] isearch-mb ffd65df 5/7: Update Readme

2021-05-17 Thread monnier--- via
branch: isearch-mb commit ffd65df24a9c20068c4b563dd4e48d8dbae35c6e Author: Augusto Stoffel Commit: Augusto Stoffel Update Readme --- README.md | 67 +++ 1 file changed, 46 insertions(+), 21 deletions(-) diff --git a/README.md b/RE

[elpa] branch isearch-mb deleted (was 781b537)

2021-05-17 Thread monnier--- via
monnier pushed a change to branch isearch-mb. was 781b537 Prepare for inclusion in GNU ELPA The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[elpa] isearch-mb a2ec550 2/7: Better place to check if Isearch is still active

2021-05-17 Thread monnier--- via
branch: isearch-mb commit a2ec550ff4ff009790ec779d63641ade2d54fd6c Author: Augusto Stoffel Commit: Augusto Stoffel Better place to check if Isearch is still active --- isearch-mb.el | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/isearch-mb.el b/is

[elpa] isearch-mb fd9bdeb 6/7: Pad lazy count so that it only grows

2021-05-17 Thread monnier--- via
branch: isearch-mb commit fd9bdeb210c122330b0dd133682cc4bbb00a7013 Author: Augusto Stoffel Commit: Augusto Stoffel Pad lazy count so that it only grows --- isearch-mb.el | 45 ++--- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/isear

[elpa] externals/javaimp a41f037: Read jmod files in jmods jdk dir on Java 9+

2021-05-17 Thread Filipp Gunbin
branch: externals/javaimp commit a41f0375d561aa08fcb190401005637b9956ea7f Author: Filipp Gunbin Commit: Filipp Gunbin Read jmod files in jmods jdk dir on Java 9+ * javaimp.el (javaimp-jmod-program): New defvar. (javaimp--fetch-jar-classes): Read jar or jmod depending on file ext

[elpa] externals/vertico b58f875 3/4: Simplify grouping

2021-05-17 Thread Protesilaos Stavrou
branch: externals/vertico commit b58f8750e2f54a3b7af250e748d6c8ba40513734 Author: Daniel Mendler Commit: Daniel Mendler Simplify grouping --- vertico.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertico.el b/vertico.el index 854e831..c19609c 100644 --- a/vertico.el

[elpa] externals/vertico 2c3bdb2 4/4: Optimize vertico--group-by

2021-05-17 Thread Protesilaos Stavrou
branch: externals/vertico commit 2c3bdb201dbbd66a79cf6067063bb2b9f3c82d41 Author: Daniel Mendler Commit: Daniel Mendler Optimize vertico--group-by --- vertico.el | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/vertico.el b/vertico.el index c19609

[elpa] externals/vertico 47a2101 1/4: README: Minor update

2021-05-17 Thread Protesilaos Stavrou
branch: externals/vertico commit 47a2101bb343e2269991044f3a71cebe15c5f1c3 Author: Daniel Mendler Commit: Daniel Mendler README: Minor update --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 442121f..edd20f3 100644 --- a/R

[elpa] externals/vertico updated (0efb250 -> 2c3bdb2)

2021-05-17 Thread Protesilaos Stavrou
protesilaos pushed a change to branch externals/vertico. from 0efb250 README: Update caveats new 47a2101 README: Minor update new f055095 README: Mention consult-completion-in-region new b58f875 Simplify grouping new 2c3bdb2 Optimize vertico--group-

[elpa] externals/vertico f055095 2/4: README: Mention consult-completion-in-region

2021-05-17 Thread Protesilaos Stavrou
branch: externals/vertico commit f0550950745fa053fe150d181ae5847ef20c5e58 Author: Daniel Mendler Commit: Daniel Mendler README: Mention consult-completion-in-region --- README.org | 4 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index edd20f3..ef5442a 100644 -

[nongnu] elpa/org-contrib 9cc0a7a: Deprecate org-interactive-query.el

2021-05-17 Thread ELPA Syncer
branch: elpa/org-contrib commit 9cc0a7a38ffa8521de610c879121240b6fe47304 Author: Christopher League Commit: Bastien Guerry Deprecate org-interactive-query.el Added a note about similar functionality in org-agenda. --- lisp/org-interactive-query.el | 3 +++ 1 file changed, 3 inserti

[elpa] externals/hyperbole updated (e64ab27 -> e991ad7)

2021-05-17 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from e64ab27 Diverse changes to silence warnings (#90) new 9b042a8 Remove use of with-suppressed-warnings (#91) new e991ad7 Remove PRELOADS from kotl autoloads generation (#93) Summary of changes: ChangeLog

[elpa] externals/hyperbole 9b042a8 1/2: Remove use of with-suppressed-warnings (#91)

2021-05-17 Thread ELPA Syncer
branch: externals/hyperbole commit 9b042a87411f1417ed83cf652237de0f7a8221b5 Author: Mats Lidell Commit: GitHub Remove use of with-suppressed-warnings (#91) --- ChangeLog | 4 hyperbole.el | 3 +-- kotl/kotl-mode.el | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-)

[elpa] externals/hyperbole e991ad7 2/2: Remove PRELOADS from kotl autoloads generation (#93)

2021-05-17 Thread ELPA Syncer
branch: externals/hyperbole commit e991ad72451ce90d42c4cdfac606b9c84a9230a6 Author: Mats Lidell Commit: GitHub Remove PRELOADS from kotl autoloads generation (#93) --- ChangeLog | 3 +++ Makefile | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog

[nongnu] elpa/org-contrib c3347d3: org-mac-link.el: Add support for qutebrowser

2021-05-17 Thread ELPA Syncer
branch: elpa/org-contrib commit c3347d3aac6152b4e655e2caf9ece93e3364e071 Author: Aimé Bertrand Commit: Bastien Guerry org-mac-link.el: Add support for qutebrowser * lisp/org-mac-link.el (org-mac-grab-qutebrowser-app-p): Variable for menu option (org-mac-grab-link): Menu option