[elpa] master 843bc70 4/7: Add amaranth (immortal) Hydras

2015-02-08 Thread Oleh Krehel
branch: master commit 843bc709a31691e8049ccb1e75d87514f42c9c99 Author: Oleh Krehel Commit: Oleh Krehel Add amaranth (immortal) Hydras * hydra.el (hydra-face-amaranth): New face. (hydra--face): Update. (defhydra): If the body color is amaranth, it's only possible to exit

[elpa] master 68bcaa8 6/7: Bump version

2015-02-08 Thread Oleh Krehel
branch: master commit 68bcaa8d8df5518217a3833fd1bb400c8225fe02 Author: Oleh Krehel Commit: Oleh Krehel Bump version --- hydra.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hydra.el b/hydra.el index 1049bfb..6cbe705 100644 --- a/hydra.el +++ b/hydra.el @@ -5,7

[elpa] master e8bbb70 2/7: Add :pre and :post clauses to Hydra body

2015-02-08 Thread Oleh Krehel
branch: master commit e8bbb70545b6d5316d1797ebb5e76c5a30dff266 Author: Oleh Krehel Commit: Oleh Krehel Add :pre and :post clauses to Hydra body * hydra.el (defhydra): the PLIST part of BODY argument now recognizes :pre and :post keys. These should be single Elisp statements,

[elpa] master 2fb700c 7/7: Merge commit '68bcaa8d8df5518217a3833fd1bb400c8225fe02' from hydra

2015-02-08 Thread Oleh Krehel
branch: master commit 2fb700c07397304a074092e025a55f34142a5a7e Merge: 8b585bc 68bcaa8 Author: Oleh Krehel Commit: Oleh Krehel Merge commit '68bcaa8d8df5518217a3833fd1bb400c8225fe02' from hydra --- packages/hydra/README.md | 66 + packages/hydra/hydra-test.el | 571 +++

[elpa] master updated (8b585bc -> 2fb700c)

2015-02-08 Thread Oleh Krehel
abo_abo pushed a change to branch master. from 8b585bc Merge commit '59de0b7591713d38c6d5c99cb49c4a4cc434a272' from context-coloring new e21d1d8 Update the call order and allow called functions to exit new e8bbb70 Add :pre and :post clauses to Hydra body new 3

[elpa] master e21d1d8 1/7: Update the call order and allow called functions to exit

2015-02-08 Thread Oleh Krehel
branch: master commit e21d1d8e89d2af70bccb72d9b169115cf977da1c Author: Oleh Krehel Commit: Oleh Krehel Update the call order and allow called functions to exit * hydra.el (defhydra): First disable the transient map, then call red head, allowing it to throw `hydra-disable' to b

[elpa] master 07e4aaa 5/7: hydra-test.el: add test

2015-02-08 Thread Oleh Krehel
branch: master commit 07e4aaaea05bdafbaf1900db0ec3acd3d130cf1c Author: Oleh Krehel Commit: Oleh Krehel hydra-test.el: add test * README.md: update. --- README.md | 42 ++ hydra-test.el | 429 - 2 files changed, 433

[elpa] master 37b6177 3/7: README.md: update for 0.7.0

2015-02-08 Thread Oleh Krehel
branch: master commit 37b6177dcdcdc8b849d8119b09e6ec1c463351c1 Author: Oleh Krehel Commit: Oleh Krehel README.md: update for 0.7.0 --- README.md | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 0686965..c2f7631 1006

[elpa] master updated (2fb700c -> f664821)

2015-02-08 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from 2fb700c Merge commit '68bcaa8d8df5518217a3833fd1bb400c8225fe02' from hydra new 15b38a8 Cleanup. new c4459fe Fix faces on light tty backgrounds. Be more conservative about applying themes. new 807f484 Allow them

[elpa] master 874982e 08/31: Update test names.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 874982e34b05e4325612eae4b8053c9e24738fc0 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update test names. --- test/context-coloring-test.el | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/context-coloring-test.el b/tes

[elpa] master 2875503 04/31: Write and pass tests for context-coloring-define-theme and recede and override properties.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 2875503d488a8f358400c1d863200f3e854530b4 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Write and pass tests for context-coloring-define-theme and recede and override properties. --- context-coloring.el | 35 +++-- test/context-coloring-test

[elpa] master 0b42ae1 24/31: Add grandshell theme.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 0b42ae19e84206c519b61a964507d6e15ffb6f77 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add grandshell theme. --- context-coloring.el | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/context-coloring.el b/context-coloring.

[elpa] master 15b38a8 01/31: Cleanup.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 15b38a8af92cf0a0725ed15fcc9389bd7ddbc01d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Cleanup. --- README.md |2 -- context-coloring.el | 11 ++- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md

[elpa] master 807f484 03/31: Allow themes to be overridden, but warn.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 807f484f511a9bfd58d0dd89eb11eacce3b96b33 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Allow themes to be overridden, but warn. --- context-coloring.el | 63 test/context-coloring-test.el | 31 +

[elpa] master 23a12b8 12/31: Rename test.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 23a12b83551a722709de6e77960266ac644b45d8 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Rename test. --- test/context-coloring-test.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/context-coloring-test.el b/test/context-colo

[elpa] master 71a1a0c 14/31: Rename ambiguous "defined" to "originally set".

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 71a1a0cd62304e446f42c42e27af71e1d601ee0e Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Rename ambiguous "defined" to "originally set". --- context-coloring.el | 68 ++-- test/context-coloring-test.el | 28 ++

[elpa] master 9d55bd6 18/31: Generalize assertions. Write failing test for disabling.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 9d55bd60b5b6b454a75dc6365c2c24f7618b86b8 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Generalize assertions. Write failing test for disabling. --- test/context-coloring-test.el | 97 1 files changed, 77 insertions

[elpa] master ca7122c 16/31: Remove `when'.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit ca7122ceecf6f06dad063b93c6957299e7bea886 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove `when'. --- context-coloring.el | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index

[elpa] master 6eef78b 21/31: Add spacegray theme.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 6eef78b0e631c42e53bbf2845ab9c70fce998ff9 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add spacegray theme. --- context-coloring.el | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/context-coloring.el b/context-coloring.e

[elpa] master 0f036c9 13/31: Improve documentation for themes.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 0f036c9ac66734a78e9c6aabc14246c990ae5781 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Improve documentation for themes. --- context-coloring.el | 55 +++--- 1 files changed, 34 insertions(+), 21 deletions(-) d

[elpa] master 2b687ae 19/31: Pass test for disabling.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 2b687aee163eb50f5baf924850584251839f2882 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Pass test for disabling. --- context-coloring.el | 15 --- test/context-coloring-test.el | 31 +++ 2 files changed,

[elpa] master 6f3ad75 30/31: Update test function documentation.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 6f3ad757155b9b3089aba55ee6102ecc9bed647d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update test function documentation. --- test/context-coloring-test.el | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/test/context-co

[elpa] master 2b6d30e 05/31: Document context-coloring-define-theme.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 2b6d30e4793e75df1be761d7cc1f8f0585180a00 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Document context-coloring-define-theme. --- context-coloring.el | 24 +++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/context-c

[elpa] master ce5c6d9 07/31: Write and pass post-recede test.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit ce5c6d9ce510627dd5d879eeb738321192fc9e6a Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Write and pass post-recede test. --- context-coloring.el |9 ++--- test/context-coloring-test.el | 19 ++- 2 files changed, 24 inserti

[elpa] master c4459fe 02/31: Fix faces on light tty backgrounds. Be more conservative about applying themes.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit c4459fe73b6ee58e64db3355b8036ec826e29773 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix faces on light tty backgrounds. Be more conservative about applying themes. --- context-coloring.el | 109 ++--- test/

[elpa] master 6e6bc61 15/31: Rename themep to theme-p.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 6e6bc61f5674b04b713a719e3a656cd022d684e1 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Rename themep to theme-p. --- context-coloring.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/context-coloring.el b/context-coloring.el in

[elpa] master c2b6999 29/31: Version 5.0.0.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit c2b6999814d6164029ddbcce829f0370bcd68fb5 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Version 5.0.0. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index c947d88..

[elpa] master f664821 31/31: Merge commit '6f3ad757155b9b3089aba55ee6102ecc9bed647d' from context-coloring

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit f664821f71834b2b52d945551351ff82ebfacdf5 Merge: 2fb700c 6f3ad75 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge commit '6f3ad757155b9b3089aba55ee6102ecc9bed647d' from context-coloring --- packages/context-coloring/README.md| 12 +- pa

[elpa] master fb14816 26/31: Update readme.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit fb148168fddd979aa6090dad84930e4e685b1596 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update readme. --- README.md |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c859c4..ff305c1 100644 --- a/READM

[elpa] master 2090e5d 11/31: Add missing case for a theme that does not set faces.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 2090e5d935b468503f6a09350946aa00ad49d0e2 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add missing case for a theme that does not set faces. --- context-coloring.el |9 + test/context-coloring-test.el | 20 2 fil

[elpa] master 352a8b0 28/31: Delete deprecated function.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 352a8b07ff736481cc5cfda5fea2a3acc916adfa Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Delete deprecated function. --- context-coloring.el |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/context-coloring.el b/context-coloring.e

[elpa] master 2889b27 27/31: Mark unused lexical argument.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 2889b273756059550a554aef86d6d01b2bcb98ae Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Mark unused lexical argument. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el

[elpa] master 4c7082f 06/31: Spaces.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 4c7082fd43f4e1379896ac16d33ca23223a61713 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Spaces. --- context-coloring.el |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index d0c7ba2..06b

[elpa] master 0b8d03d 25/31: Update readme.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 0b8d03df92315b7581aa1bbdc5bfe9514384eacf Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update readme. --- README.md | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0914475..2c859c4 100644 --- a/R

[elpa] master 35b3e71 23/31: Add ample theme.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 35b3e713f319bcba66963a9abf4df1a2d54beb9d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add ample theme. --- context-coloring.el | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/context-coloring.el b/context-coloring.el in

[elpa] master 06a7606 10/31: Pass / update tests for warnings.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 06a760614d1fc4443d421e08765f0efeeeb58a29 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Pass / update tests for warnings. --- context-coloring.el | 61 + test/context-coloring-test.el | 43 +++

[elpa] master a197a8c 20/31: Add disclaimer about precedence.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit a197a8c9c80615647223ea605efca90e6694a385 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add disclaimer about precedence. --- context-coloring.el |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-colori

[elpa] master 06efd73 09/31: Fix assertion so tests fail.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 06efd73340f04fc7be99f3917d98f821afc84772 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix assertion so tests fail. --- test/context-coloring-test.el |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/test/context-coloring-test

[elpa] master 3bd7e26 22/31: Add anti-zenburn theme.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit 3bd7e260c4cd07ff958c6691068623e3181b2e33 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add anti-zenburn theme. --- context-coloring.el | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/context-coloring.el b/context-colo

[elpa] master cda491a 17/31: Long lines.

2015-02-08 Thread Jackson Ray Hamilton
branch: master commit cda491ae4d02914f95ffe3d4cabb89566b19f32d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Long lines. --- context-coloring.el | 23 +++ test/context-coloring-test.el | 18 -- 2 files changed, 27 insertions(+),