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
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
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,
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 +++
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
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
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
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
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
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
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
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.
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
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 +
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
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 ++
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
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
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
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
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,
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
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
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
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/
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
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..
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
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
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
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
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
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
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
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
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 +++
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
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
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
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(+),
40 matches
Mail list logo