[elpa] externals/gcmh 0089f9c: * gcmh.el: Update copyright and header section

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9 Author: Andrea Corallo Commit: Andrea Corallo * gcmh.el: Update copyright and header section --- gcmh.el | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gcmh.el b/gcmh.el index ca18772..

[elpa] externals/gcmh 69e86da: * gcmh.el: Fix copyright notice

2020-11-16 Thread Stefan Monnier
branch: externals/gcmh commit 69e86daf0bafe89856d6258bbb747ce74e0f1239 Author: Stefan Monnier Commit: Stefan Monnier * gcmh.el: Fix copyright notice (gcmh): New group (previously referenced but not defined). Remove now redundant references to this group. --- gcmh.el | 11 +-

[elpa] master f22e27d: * externals-list: New package GCMH

2020-11-16 Thread Andrea Corallo
branch: master commit f22e27d65320112cf11504363b12106966257564 Author: Andrea Corallo Commit: Andrea Corallo * externals-list: New package GCMH --- externals-list | 1 + 1 file changed, 1 insertion(+) diff --git a/externals-list b/externals-list index 5e2879a..bc5a5c5 100644 --- a/external

[elpa] externals/gcmh 72683e1 13/32: Update conventions

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 72683e169beda961628bd00089625e0f26d16390 Author: Troy Hinckley Commit: Troy Hinckley Update conventions First removed the unnecessary require statements. Then update some of the wording to be clearer. Reworked the minor mode to be cleaner and mo

[elpa] externals/gcmh 04e3c0c 28/32: Set `gcmh-auto-idle-delay-factor' to 20

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 04e3c0c9cf928176ac04a775819883a2921b8001 Author: Andrea Corallo Commit: Andrea Corallo Set `gcmh-auto-idle-delay-factor' to 20 --- gcmh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcmh.el b/gcmh.el index fedea6d..0a6fac4 100644 --- a/

[elpa] externals/gcmh 8bf0666 30/32: Rename `gcmh-register-idle-timer' into `gcmh-register-idle-gc'

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 8bf06660dd3f9ac788e79b26f23f585bd9cccfdc Author: Andrea Corallo Commit: Andrea Corallo Rename `gcmh-register-idle-timer' into `gcmh-register-idle-gc' --- gcmh.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcmh.el b/gcmh.el index 0

[elpa] externals/gcmh 8867533 20/32: Improve messaging

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 8867533a736f2098917904c26fd833feca2310a5 Author: Andrea Corallo Commit: Andrea Corallo Improve messaging --- gcmh.el | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gcmh.el b/gcmh.el index bbccbc9..d78b505 100644 --- a/gcmh.el

[elpa] externals/gcmh 84c43a4 23/32: Remove unnecessary require in README

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 84c43a4c0b41a595ac6e299fa317d2831813e580 Author: Andrea Corallo Commit: Andrea Corallo Remove unnecessary require in README --- README.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index d78ef58..2fe7044 10

[elpa] externals/gcmh 2827dff 31/32: Clean-up unnecessary logic

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 2827dfff7568786f8055f57a9bbb56d74f126889 Author: Andrea Corallo Commit: Andrea Corallo Clean-up unnecessary logic --- gcmh.el | 4 1 file changed, 4 deletions(-) diff --git a/gcmh.el b/gcmh.el index e576704..590a5d6 100644 --- a/gcmh.el +++ b/gcmh.el @@ -

[elpa] externals/gcmh 855f03e 25/32: Implement auto idle delay mode

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 855f03edf921aabc5822f9941a6e939a84bb3c6a Author: Andrea Corallo Commit: Andrea Corallo Implement auto idle delay mode --- gcmh.el | 28 +--- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/gcmh.el b/gcmh.el index c81e698..

[elpa] externals/gcmh f542908 19/32: Merge branch 'feature/prevent-duplicate-timers' into 'master'

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit f542908b9ae4405d70fa70f42bd62618c5de4b95 Merge: 1953d91 537d050 Author: Koral Commit: Koral Merge branch 'feature/prevent-duplicate-timers' into 'master' Feature/prevent duplicate timers See merge request koral/gcmh!2 --- gcmh.el | 19

[elpa] externals/gcmh c96bd70 12/32: update readme

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit c96bd7063a324bb042cb6baf705c0b7d3b02ce2a Author: Andrea Corallo Commit: Andrea Corallo update readme --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index dd53364..d78ef58 100644 --- a/README.org +++ b/

[elpa] externals/gcmh f449abb 27/32: No reason anymore to use `run-with-idle-timer' so use `run-with-timer'

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit f449abb5629f28155dd87aff4b8708c01f92e00e Author: Andrea Corallo Commit: Andrea Corallo No reason anymore to use `run-with-idle-timer' so use `run-with-timer' --- gcmh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcmh.el b/gcmh.el index

[elpa] externals/gcmh c1bc27a 06/32: Add readme

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit c1bc27aead05fda40bfe5d2959d29ccbcb7d92fd Author: Andrea Corallo Commit: Andrea Corallo Add readme --- README.org | 22 ++ 1 file changed, 22 insertions(+) diff --git a/README.org b/README.org new file mode 100644 index 000..e522e55 ---

[elpa] externals/gcmh 345121d 29/32: Readme update

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 345121d408cec012b642c7c41fcc88074fe58154 Author: Andrea Corallo Commit: Andrea Corallo Readme update --- README.org | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 2fe7044..2148a61 100644 --- a/READ

[elpa] externals/gcmh 8008009 03/32: some minor fixes

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 80080093c786805b91d6f0766f5754d3f72cd65c Author: Andrea Corallo Commit: Andrea Corallo some minor fixes --- gcmh.el | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/gcmh.el b/gcmh.el index 69daea1..041208e 100644 --- a/gcmh.

[elpa] externals/gcmh 5a83e25 32/32: Bump version 0.2

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 5a83e257b5f00ef5a1e04fb6734d4d0490bb35b0 Author: Andrea Corallo Commit: Andrea Corallo Bump version 0.2 --- gcmh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcmh.el b/gcmh.el index 590a5d6..12418e2 100644 --- a/gcmh.el +++ b/gcmh.el @

[elpa] externals/gcmh 920bc52 05/32: better comments

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 920bc52b0e09d419de70ba6d0c836b431f668288 Author: Andrea Corallo Commit: Andrea Corallo better comments --- gcmh.el | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gcmh.el b/gcmh.el index 69c20e3..5ebe3d4 100644 --- a/gcmh.el +

[elpa] externals/gcmh 12fd03c 24/32: Set the new timer for running once and on post-command-hook

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 12fd03c7c0915b2ae470e77e6600ad04f7f67dde Author: Andrea Corallo Commit: Andrea Corallo Set the new timer for running once and on post-command-hook --- gcmh.el | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/gcmh.el b/g

[elpa] externals/gcmh dd69c84 10/32: add warning into readme

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit dd69c843e34f022fd35048e21c960cc8984c874a Author: Andrea Corallo Commit: Andrea Corallo add warning into readme --- README.org | 5 + 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index 15030b3..298e154 100644 --- a/README.org +++ b/R

[elpa] externals/gcmh 5bf0ed3 16/32: Prevent duplicate idle timers being created

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 5bf0ed3384ea5dd43c5ca007603f7b05aac5d2cf Author: Stuart Hickinbottom Commit: Stuart Hickinbottom Prevent duplicate idle timers being created I found that when combined with desktop-save-mode, upon session reloading in a new Emacs instance, then gcmh

[elpa] externals/gcmh b1bde50 22/32: Update copyright + email

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit b1bde5089169a74f62033d027e06e98cbeedd43f Author: Andrea Corallo Commit: Andrea Corallo Update copyright + email --- gcmh.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcmh.el b/gcmh.el index f042ced..dd9f2a6 100644 --- a/gcmh.el +++

[elpa] externals/gcmh 9e241e0 21/32: Fix missing `gcmh-low-cons-threshold' set introduced by 8867533

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 9e241e0a9f921b04407050a0f0fada3d0c3b254a Author: Andrea Corallo Commit: Andrea Corallo Fix missing `gcmh-low-cons-threshold' set introduced by 8867533 --- gcmh.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcmh.el b/gcmh.el index d78b

[elpa] externals/gcmh a7f8cc2 17/32: Correct minor typos

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit a7f8cc2f9a3a2ce30b29bda7d8e9a85fd5b781ed Author: Stuart Hickinbottom Commit: Stuart Hickinbottom Correct minor typos --- gcmh.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gcmh.el b/gcmh.el index 3564e48..0036d77 100644 -

[elpa] externals/gcmh f3389e9 26/32: Always use `setf' in place of `setq'

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit f3389e935d15e5d44e7e7d24c6e89666f03aa356 Author: Andrea Corallo Commit: Andrea Corallo Always use `setf' in place of `setq' --- gcmh.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gcmh.el b/gcmh.el index 6c32281..99227b5 10064

[elpa] externals/gcmh 81844fa 09/32: update readme

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 81844fa43b9af8cc0882f8cd25f6bbfd5bb390c7 Author: Andrea Corallo Commit: Andrea Corallo update readme --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index e522e55..15030b3 100644 --- a/README.org +++ b/README.org @@

[elpa] externals/gcmh 91cd1f7 07/32: autoload minor mode

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 91cd1f78db9042c535b65582b63eef8cda2542b7 Author: Andrea Corallo Commit: Andrea Corallo autoload minor mode --- gcmh.el | 1 + 1 file changed, 1 insertion(+) diff --git a/gcmh.el b/gcmh.el index 5ebe3d4..0814566 100644 --- a/gcmh.el +++ b/gcmh.el @@ -77,6 +77,7

[elpa] externals/gcmh 65787bc 08/32: typo fix

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 65787bce5e21ee4a376008a67095a395ac9d5fed Author: Andrea Corallo Commit: Andrea Corallo typo fix --- gcmh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcmh.el b/gcmh.el index 0814566..40b70bf 100644 --- a/gcmh.el +++ b/gcmh.el @@ -79,7

[elpa] externals/gcmh 537d050 18/32: Further minor typo

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 537d050e7a0849ea3b03f7ec2ce1500fe4c2dbff Author: Stuart Hickinbottom Commit: Stuart Hickinbottom Further minor typo --- gcmh.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcmh.el b/gcmh.el index 0036d77..bbccbc9 100644 --- a/gcmh.el

[elpa] externals/gcmh 1953d91 15/32: Merge branch 'master' into 'master'

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 1953d913b5aa8822b83db8e20e17145470e01d79 Merge: c96bd70 5664cb3 Author: Koral Commit: Koral Merge branch 'master' into 'master' Update conventions See merge request koral/gcmh!1 --- gcmh.el | 70 +---

[elpa] externals/gcmh e7af13d 11/32: better readme layout

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit e7af13d7743457ed430a9858fa35a3720c55dec6 Author: Andrea Corallo Commit: Andrea Corallo better readme layout --- README.org | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 298e154..dd53364 100644 --

[elpa] externals/gcmh db9eceb 01/32: initial add

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit db9ecebd54baecf2b80e856576425342532d4a62 Author: Andrea Corallo Commit: Andrea Corallo initial add --- gcmh.el | 1 + 1 file changed, 1 insertion(+) diff --git a/gcmh.el b/gcmh.el new file mode 100644 index 000..4500e82 --- /dev/null +++ b/gcmh.el @@ -0,0

[elpa] externals/gcmh 5664cb3 14/32: Add garbage collection start message

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 5664cb3be0579a2e713df59cafffacd7223f5d4e Author: Troy Hinckley Commit: Troy Hinckley Add garbage collection start message --- gcmh.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcmh.el b/gcmh.el index d5762c0..d2eae63 100644 --- a/

[elpa] externals/gcmh 75de01e 04/32: add missing requires

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 75de01e49bac78d9feceaacf0543ff8471acb96c Author: Andrea Corallo Commit: Andrea Corallo add missing requires --- gcmh.el | 5 + 1 file changed, 5 insertions(+) diff --git a/gcmh.el b/gcmh.el index 041208e..69c20e3 100644 --- a/gcmh.el +++ b/gcmh.el @@ -32,6

[elpa] branch externals/gcmh created (now 5a83e25)

2020-11-16 Thread Andrea Corallo
akrl pushed a change to branch externals/gcmh. at 5a83e25 Bump version 0.2 This branch includes the following new commits: new db9eceb initial add new 49db303 initial implementation new 8008009 some minor fixes new 75de01e add missing requires

[elpa] externals/gcmh 49db303 02/32: initial implementation

2020-11-16 Thread Andrea Corallo
branch: externals/gcmh commit 49db3037587b92e1c7e993875d4c609c42df0c36 Author: Andrea Corallo Commit: Andrea Corallo initial implementation --- gcmh.el | 97 + 1 file changed, 97 insertions(+) diff --git a/gcmh.el b/gcmh.el in