[elpa] master c1b6b52 06/79: Update function scopes and global tests.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit c1b6b52f17a379f8d76fd47345fe99f5786f8d27 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update function scopes and global tests. --- test/context-coloring-test.el | 36 +++- 1 files changed, 15 insertions(+), 21 deletions

[elpa] master fd2f2d0 08/79: Refactor remaining js tests.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit fd2f2d08fb03fd297fabd77b48741b4ace5a97b5 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor remaining js tests. --- test/context-coloring-test.el | 143 + 1 files changed, 46 insertions(+), 97 deletions(-) diff

[elpa] master af536a4 07/79: Update coloring assertion syntax.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit af536a41a89443496b1a603668623b92b608a2cd Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update coloring assertion syntax. --- test/context-coloring-test.el | 32 +--- 1 files changed, 17 insertions(+), 15 deletions(-) diff

[elpa] master 57e87f0 04/79: Refactor js test definitions.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 57e87f0e48af2e2f0447cd2f128a1846fe808e33 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor js test definitions. --- context-coloring.el | 16 ++-- test/context-coloring-test.el | 270 ++--- 2 files

[elpa] master ac22f0a 02/79: Silence obsolete warnings.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit ac22f0af20a85fe5d6b21d3403b596c5cb7aef10 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Silence obsolete warnings. --- test/context-coloring-test.el |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/context-coloring-test.el

[elpa] master updated (7df8d42 -> e2f402c)

2015-06-13 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from 7df8d42 Merge remote-tracking branch 'ztree/master' new c337716 Add statistics. new ac22f0a Silence obsolete warnings. new cfcf112 Add define-deftest macro. new 57e87f0 Refactor js test definitions.

[elpa] master 87893df 32/79: Support comma splicing.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 87893df80ab8fcbb31ecd88f0a3ad978eb63d910 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Support comma splicing. --- context-coloring.el |4 test/context-coloring-test.el |6 ++ test/fixtures/splice.el |2 ++ 3 files

[elpa] master 7167e93 19/79: Pass let and let* tests with recursive colorizer.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 7167e93410c7bfb58f22d6942ae2fe488e37b603 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Pass let and let* tests with recursive colorizer. --- context-coloring.el | 604 +++-- test/context-coloring-test.el

[elpa] master 92166ba 13/79: Add no-fixture option.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 92166ba9d243aa9cd222dc4cdb0a0551b8988739 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add no-fixture option. --- test/context-coloring-test.el | 25 +++-- 1 files changed, 11 insertions(+), 14 deletions(-) diff --git a/test/context

[elpa] master f3697c0 35/79: Strings are sexps.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit f3697c06f3ee90e2381fb519ec94f0fa47982046 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Strings are sexps. --- context-coloring.el | 11 ++- test/context-coloring-test.el |1 + test/fixtures/let.el |1 + 3 files changed

[elpa] master bc0cb0d 16/79: Pass lambda test with recursive colorizer.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit bc0cb0de7a47ed3b5210d11f738e1850575bb580 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Pass lambda test with recursive colorizer. --- context-coloring.el | 56 ++-- test/context-coloring-test.el | 12

[elpa] master aaf4835 20/79: Remove let-varlist data structure. Cleanup.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit aaf48357875c366c652eb842229e0c284e98566b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove let-varlist data structure. Cleanup. --- context-coloring.el | 147 ++- 1 files changed, 40 insertions(+), 107

[elpa] master 7975003 18/79: Pass ignored test with recursive colorizer.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 7975003d23bce77510e05b620cec4810262c5443 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Pass ignored test with recursive colorizer. --- context-coloring.el |7 +-- test/context-coloring-test.el | 10 +- 2 files changed, 10

[elpa] master d8b5f03 12/79: Remove before-all and after-all.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit d8b5f03b786c0e4611255d63e6204c5e21af8fd4 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove before-all and after-all. --- test/context-coloring-test.el | 884 ++--- 1 files changed, 470 insertions(+), 414 deletions

[elpa] master ea6b4ef 14/79: Increase test documentation.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit ea6b4effc35be81162056366eb7348ecbede1e65 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Increase test documentation. --- test/context-coloring-test.el | 25 - 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/test

[elpa] master 966bd20 31/79: Add test for escape characters.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 966bd20ae549c4aac1080312d1f7d389a6e784f5 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add test for escape characters. --- test/context-coloring-test.el |4 +++- test/fixtures/quote.el|2 ++ 2 files changed, 5 insertions(+), 1 deletions

[elpa] master f88e21c 29/79: Ignore escaped characters.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit f88e21c28038ccbe46c8e87446a78da53b6c515b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Ignore escaped characters. --- context-coloring.el |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/context-coloring.el b/context

[elpa] master 872bf5f 46/79: Bump required scopifier version.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 872bf5f22b5bdf405a038aaf29e694ee5cf72a25 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Bump required scopifier version. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context

[elpa] master 49265ab 25/79: Simplify comment and string parsing.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 49265ab975fbdda576a577fba6569f62a032f986 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Simplify comment and string parsing. --- context-coloring.el | 20 +++- 1 files changed, 3 insertions(+), 17 deletions(-) diff --git a/context

[elpa] master f1ed39f 21/79: Pass comment and string tests with recursive colorizer.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit f1ed39f634a9c109e829ee79e9070026a6253050 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Pass comment and string tests with recursive colorizer. --- context-coloring.el | 37 - test/context-coloring-test.el

[elpa] master d146af8 23/79: Fix string coloring.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit d146af86733a72ce098768f96fbb77f401bba06e Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix string coloring. --- context-coloring.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index

[elpa] master af4f773 33/79: Colorize comments and strings inside backquotes.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit af4f773cabd9deccfabae2a4947178697f60defc Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Colorize comments and strings inside backquotes. --- context-coloring.el |3 ++- test/context-coloring-test.el |4 +++- test/fixtures/quote.el

[elpa] master 4b25191 28/79: Refactor benchmarks. Improve benchmark reliability.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 4b251915a5c0f3f3fd42f99907927e6b2731b45d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor benchmarks. Improve benchmark reliability. --- benchmark/context-coloring-benchmark.el | 141 -- 1 files changed, 75 insertions

[elpa] master 5a8186b 34/79: Color comments and strings inside defuns.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 5a8186bcbfc761e96021033850d8958b4367e27f Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Color comments and strings inside defuns. --- context-coloring.el |3 ++- test/context-coloring-test.el |1 + test/fixtures/let.el |1 + 3

[elpa] master 52383b5 26/79: Handle octothorpes.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 52383b5abacf079bf0f1cfd3f6f7039aa7b9c032 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Handle octothorpes. --- context-coloring.el |4 +++- test/fixtures/ignored.el |2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/context

[elpa] master cacf5de 49/79: Add cond support.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit cacf5de396962d767d59ca203afc2cc3d0bb6d85 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add cond support. --- context-coloring.el | 37 + test/context-coloring-test.el | 10 ++ test/fixtures/cond.el

[elpa] master e06f1a6 27/79: Color comments and strings inside quotes.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit e06f1a6194abaec8dffd684b75c805500b7191b6 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Color comments and strings inside quotes. --- context-coloring.el | 27 +++ test/context-coloring-test.el |6 +- test

[elpa] master 6090eb3 17/79: Pass quote test with recursive colorizer.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 6090eb3246079470ad7da359ecf9660fccd806c1 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Pass quote test with recursive colorizer. --- context-coloring.el | 87 - test/context-coloring-test.el | 14

[elpa] master 7ab01e3 30/79: Fix ignored test.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 7ab01e34e8c3478451a05ddbc4ac0b980090fce8 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix ignored test. --- test/context-coloring-test.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/context-coloring-test.el b/test

[elpa] master 1f474d9 11/79: Reorganize functions.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 1f474d9e189b64d996baedd3f24e6930982d1939 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Reorganize functions. --- test/context-coloring-test.el | 270 + 1 files changed, 138 insertions(+), 132 deletions(-) diff

[elpa] master 3dfd515 42/79: Messy server implementation.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 3dfd515c2d4bae593c155aedf44288840bd4d353 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Messy server implementation. --- context-coloring.el | 86 ++ 1 files changed, 79 insertions(+), 7 deletions(-) diff

[elpa] master 3d3c693 22/79: Pass interrupt test with recursive colorizer.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 3d3c693aa6721a76a16eefbb8a2bf5ba5938b719 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Pass interrupt test with recursive colorizer. --- context-coloring.el | 49 ++- test/context-coloring-test.el | 51

[elpa] master 16fa835 40/79: Optimize JSON parser.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 16fa8350ad55f8031b56e85ede473544d4485da8 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Optimize JSON parser. --- context-coloring.el | 44 ++-- test/context-coloring-test.el |2 +- 2 files changed, 29

[elpa] master a283883 24/79: Always colorize the remaining region.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit a283883546de74d5c19749611d56cea94b752dc2 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Always colorize the remaining region. --- context-coloring.el | 66 ++ 1 files changed, 34 insertions(+), 32 deletions

[elpa] master 8ea8c9c 15/79: Pass defun test with recursive colorizer.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 8ea8c9c318b2c46bc0ccca2db233e5732a3322e0 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Pass defun test with recursive colorizer. --- context-coloring.el | 232 - test/context-coloring-test.el | 186

[elpa] master 59492ab 41/79: Refactor token application.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 59492ab8eae5ec7cd3afe258c34025a5dc31c06c Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor token application. --- context-coloring.el | 84 +--- test/context-coloring-test.el | 14 +-- 2 files

[elpa] master 2ee41c1 52/79: Add comments and strings to condition-case test.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 2ee41c15f6f319f8463520278733f77b44619619 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add comments and strings to condition-case test. --- context-coloring.el | 16 test/context-coloring-test.el |4 +++- test/fixtures

[elpa] master 77b075f 60/79: Space.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 77b075fde3d0cbdf88f71e9034189b7576c006e2 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Space. --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 0b5c237..0b37043 100644 --- a/Makefile +++ b

[elpa] master acf15ae 70/79: Remove if.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit acf15ae5a4d4893ce203afdaa077707cd4abf4cd Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove if. --- context-coloring.el | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/context-coloring.el b/context-coloring.el

[elpa] master c2834f0 51/79: Add condition-case support.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit c2834f0b4af70230021a998967e4bdf69f9799aa Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add condition-case support. --- context-coloring.el | 80 -- test/context-coloring-test.el | 12 ++ test

[elpa] master d2e08e8 62/79: Improve and test lazy coloring.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit d2e08e874ced07c2b3372df23f338910fda240c4 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Improve and test lazy coloring. --- context-coloring.el | 20 ++-- test/context-coloring-test.el | 31 +++ test

[elpa] master 67576b5 72/79: Skip all insignificant expression prefixes.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 67576b5ed1b07e448ea13dedb613c4543c907caf Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Skip all insignificant expression prefixes. --- context-coloring.el |5 ++--- test/context-coloring-test.el |2 +- test/fixtures/ignored.el |2

[elpa] master 233ea1a 47/79: Kill any scopifier server before running the tests.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 233ea1a7660e4d6c0b13c91712de122ddbae9f0a Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Kill any scopifier server before running the tests. --- Makefile |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index

[elpa] master 46a9193 65/79: Find the edges of the screen more efficiently.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 46a91933736258bc9aa5ae38ec4c6f909c70a678 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Find the edges of the screen more efficiently. --- context-coloring.el |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/context-coloring.el

[elpa] master e387aaf 45/79: Merge branch 'server' into elisp

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit e387aaf3cdf32ce809227ce6380133f1a6950f3a Merge: 59492ab 5661ed0 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge branch 'server' into elisp --- context-coloring.el | 154 +-- 1 files ch

[elpa] master 8d15938 43/79: Cleaner server implementation.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 8d15938d443e0358483932054b407c802ca77720 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Cleaner server implementation. --- context-coloring.el | 153 --- 1 files changed, 85 insertions(+), 68 deletions

[elpa] master 69ea835 67/79: Refactor elisp parsers using helper functions.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 69ea8358702268860542a4259e001bb4feb716a1 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor elisp parsers using helper functions. --- context-coloring.el | 263 +-- 1 files changed, 110 insertions

[elpa] master 9edc6c3 69/79: Checkdoc cleanup.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 9edc6c3369482c07f646d36b9786ab0a53b6a405 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Checkdoc cleanup. --- context-coloring.el | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/context-coloring.el b/context-coloring.el

[elpa] master 0079778 48/79: Set `:send-report' to nil.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 007977846145d47cb0db2f670a30fddd4bf5f391 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Set `:send-report' to nil. --- test/context-coloring-coverage.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/test/context-col

[elpa] master ed870d8 68/79: Refactor minor mode definition.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit ed870d80914b0102a0739e0418b22f07a8fcb5da Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor minor mode definition. --- context-coloring.el | 123 ++- 1 files changed, 72 insertions(+), 51 deletions

[elpa] master 3c7a00d 55/79: Add lazy coloring.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 3c7a00dc047420fd6b378e0522d09df3651a8716 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add lazy coloring. --- context-coloring.el | 169 --- 1 files changed, 92 insertions(+), 77 deletions(-) diff --git a

[elpa] master acaaf39 38/79: Add file statistics to benchmarks.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit acaaf392875ca5f22bbb8ecd7a3fd486c6722acf Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add file statistics to benchmarks. --- benchmark/context-coloring-benchmark.el | 13 ++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a

[elpa] master f870598 59/79: Fix infinite loop when parsing let.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit f870598f1c7400e8f0fe37e5c83cd9e7f3d6580b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix infinite loop when parsing let. --- context-coloring.el |5 - test/context-coloring-test.el |7 --- test/fixtures/let.el |5

[elpa] master c81eecb 58/79: Update function names and docstrings.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit c81eecb37b3d19b60d13d86c84de0b33c2c1 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update function names and docstrings. --- benchmark/context-coloring-benchmark.el |1 + context-coloring.el | 131

[elpa] master 89286b6 54/79: Cleanup.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 89286b6ce33c9909c7b71ad7e65b880b81afb8b9 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Cleanup. --- context-coloring.el |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index b14c63e

[elpa] master 4bd7fc7 56/79: Make delays configurable at the dispatch level.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 4bd7fc798b0c89df25aad921e898348d3b60d6b1 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Make delays configurable at the dispatch level. --- README.md |4 ++-- context-coloring.el | 37 - 2 files changed

[elpa] master fd4bc95 66/79: Add dolist support.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit fd4bc9582cf9cb686254ce2aebe3b359c7e54d59 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add dolist support. --- context-coloring.el | 66 + test/context-coloring-test.el |7 test/fixtures

[elpa] master a4a136c 74/79: Refactor defun / defadvice name handling.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit a4a136c4d800d9f0ffb18da45634e36bb3dfceed Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor defun / defadvice name handling. --- context-coloring.el | 62 -- 1 files changed, 25 insertions(+), 37

[elpa] master 72a0998 73/79: Add quote and backquote function support.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 72a09987d2562df79c288011313b5bbbd30a3c42 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add quote and backquote function support. --- context-coloring.el | 78 - test/context-coloring-test.el |3

[elpa] master e2ceef9 57/79: Prepend function symbols with octothorpes.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit e2ceef9fa1dd455d1fc9657cca6ae778436e2ead Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Prepend function symbols with octothorpes. --- benchmark/context-coloring-benchmark.el | 27 +- context-coloring.el | 46

[elpa] master 306335e 71/79: Add defadvice support.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 306335e9b29594c43b8b9b7be703f55cfb24845a Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add defadvice support. --- context-coloring.el | 40 test/context-coloring-test.el |7 +++ test/fixtures

[elpa] master f7c6dcb 75/79: Refactor callee dispatching.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit f7c6dcbd01b7c0176b4b7183467a8d6248d764db Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor callee dispatching. --- context-coloring.el | 92 --- 1 files changed, 29 insertions(+), 63 deletions(-) diff

[elpa] master 8836df9 37/79: Add colorization times to logs.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 8836df9f150afebed815bba0f665b04c35c2e7e0 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add colorization times to logs. --- benchmark/context-coloring-benchmark.el | 50 +++ 1 files changed, 37 insertions(+), 13 deletions

[elpa] master 40f67bf 78/79: Version 6.4.0.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 40f67bf039c143758ac070f9693bb0af87b98aba Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Version 6.4.0. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index d248edc

[elpa] master 5661ed0 44/79: Document `:host' and `:port' properties.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 5661ed003c5d994aebd4230a219359cc7c550ac2 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Document `:host' and `:port' properties. --- context-coloring.el | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git

[elpa] master 5857bc8 53/79: Refactor comments and strings coloring.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 5857bc81ea0c7644db489aa714717f4024473a69 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor comments and strings coloring. --- context-coloring.el | 59 ++ 1 files changed, 31 insertions(+), 28

[elpa] master 08e2981 63/79: Swallow scan errors.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 08e2981a2a8a2fe816194f1e9ea5021c92c7b754 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Swallow scan errors. --- context-coloring.el | 44 +-- test/context-coloring-test.el |6 test

[elpa] master 22403b7 61/79: Cover parsing edge cases.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 22403b7aef5a77897c5da3e0944dac6b32636bbb Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Cover parsing edge cases. --- context-coloring.el | 48 ++--- test/context-coloring-test.el | 15 ++-- test

[elpa] master ec9f04d 64/79: Update emacs lisp support in readme.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit ec9f04d4fa1088ff14adb2b35e4a8ecb7a9ca65e Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update emacs lisp support in readme. --- README.md |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index a180a17

[elpa] master 2258572 39/79: Optimize. Refactor.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 22585727bb15e190276c81d51aa508909f7eb34b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Optimize. Refactor. --- context-coloring.el | 219 --- 1 files changed, 103 insertions(+), 116 deletions(-) diff --git

[elpa] master 9b436c0 76/79: Fully recolor later after a fast recolor.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 9b436c087420fd0264568547b558197a173153eb Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fully recolor later after a fast recolor. --- context-coloring.el | 56 +++- test/context-coloring-test.el |2 +- 2

[elpa] master 5f9bd49 50/79: Add comments and strings to the cond test.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 5f9bd49f3f9e575edd5b416dde83fb62b1cfb93a Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add comments and strings to the cond test. --- test/context-coloring-test.el |4 +++- test/fixtures/cond.el |4 +++- 2 files changed, 6 insertions(+), 2

[elpa] master updated (e2f402c -> c474af4)

2015-06-13 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from e2f402c Merge commit '40f67bf039c143758ac070f9693bb0af87b98aba' from context-coloring new 084d752 Update elisp support. new df12c79 Fix regression where multiple timers would collide. new 5825163 Version 6.4.1.

[elpa] master c474af4 4/4: Merge commit '5825163e2a8520bbb2751f9692f51a1b73cb81ad' from context-coloring

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit c474af4630126d1a42a64aac1be0238a00970d13 Merge: e2f402c 5825163 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge commit '5825163e2a8520bbb2751f9692f51a1b73cb81ad' from context-coloring --- packages/context-coloring/README.md

[elpa] master df12c79 2/4: Fix regression where multiple timers would collide.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit df12c795f168976efbc7178062759c66a735627f Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix regression where multiple timers would collide. --- context-coloring.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/context

[elpa] master 084d752 1/4: Update elisp support.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 084d752583cc36e382f6452887add551c50143f7 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update elisp support. --- README.md |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03bf677..40506e7 100644

[elpa] master 5825163 3/4: Version 6.4.1.

2015-06-13 Thread Jackson Ray Hamilton
branch: master commit 5825163e2a8520bbb2751f9692f51a1b73cb81ad Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Version 6.4.1. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index f048bb4

[elpa] master 8536d5d 05/10: Use specified Emacs when running cask.

2015-06-18 Thread Jackson Ray Hamilton
branch: master commit 8536d5d0a275c4b7bbf0a2d22d0b6ae014fdc280 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Use specified Emacs when running cask. --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 0b37043..dfa219d

[elpa] master updated (f89ef19 -> 61b8c49)

2015-06-18 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from f89ef19 Merge commit 'd76bcd7c0dcecb33e6955e25963028600c371588' new 137a109 Fix bugs where parsing left point after a scope. new 841aac4 Add eval-expression support. new c6cdb04 Benchmark coloring time separately

[elpa] master 294b511 09/10: Version 6.5.0.

2015-06-18 Thread Jackson Ray Hamilton
branch: master commit 294b5117b42d2622f4fb0a1da219d45d98566b6e Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Version 6.5.0. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 69c6eb8

[elpa] master 296f07b 04/10: Update sexps per pause.

2015-06-18 Thread Jackson Ray Hamilton
branch: master commit 296f07ba4db049dede8be09501d3311efec7a846 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update sexps per pause. --- context-coloring.el |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/context-coloring.el b/context-coloring.el

[elpa] master 841aac4 02/10: Add eval-expression support.

2015-06-18 Thread Jackson Ray Hamilton
branch: master commit 841aac4767d49a8f24dc7b1bebd0bd59abc062f7 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add eval-expression support. --- README.md | 10 +++- context-coloring.el | 87 ++-- test/context

[elpa] master 4eacc29 07/10: Update eval-expression recommendation for 24.3.

2015-06-18 Thread Jackson Ray Hamilton
branch: master commit 4eacc29a5dd6a725f4885709f9f352d810a36e94 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update eval-expression recommendation for 24.3. --- README.md |4 ++-- context-coloring.el | 11 +-- test/context-coloring

[elpa] master c6cdb04 03/10: Benchmark coloring time separately.

2015-06-18 Thread Jackson Ray Hamilton
branch: master commit c6cdb04ffbe70015dd1c32cfee97c0ffe989a272 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Benchmark coloring time separately. `elp-instrument-package' significantly affects the performance of coloring. --- benchmark/context-coloring-benchma

[elpa] master 137a109 01/10: Fix bugs where parsing left point after a scope.

2015-06-18 Thread Jackson Ray Hamilton
branch: master commit 137a109b6d17466526cc6c63a47cae141013a8e7 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix bugs where parsing left point after a scope. --- context-coloring.el | 53 ++ 1 files changed, 19 insertions(+), 34

[elpa] master 456f6e4 08/10: Use evm in build.

2015-06-18 Thread Jackson Ray Hamilton
branch: master commit 456f6e49dd8360f782a0d1d01ed0b573ba368c0c Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Use evm in build. --- .travis.yml | 25 + README.md |2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.travis.yml b

[elpa] master 61b8c49 10/10: Merge commit '294b5117b42d2622f4fb0a1da219d45d98566b6e' from context-coloring

2015-06-18 Thread Jackson Ray Hamilton
branch: master commit 61b8c493c44211bb0d7ee0aab5883f51de129bf9 Merge: f89ef19 294b511 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge commit '294b5117b42d2622f4fb0a1da219d45d98566b6e' from context-coloring --- packages/context-coloring/.travis.yml

[elpa] master b19a0a2 06/10: Add predicate option for dispatches.

2015-06-18 Thread Jackson Ray Hamilton
branch: master commit b19a0a24b36ce39cc9d36c8c448c7bc26b40d30b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add predicate option for dispatches. The minibuffer does not always have a major mode. It is more reliable to check for it with `window-minibuffer-p

[elpa] master 89f862a 03/12: Minutia.

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit 89f862a43c87c98313cea42a722c6bb5951598a3 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Minutia. --- README.md |8 ++-- test/context-coloring-test.el |2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a

[elpa] master 354ac23 06/12: Checkdoc compliance.

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit 354ac2392271be38733e925b3e2c76fd362e0a6b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Checkdoc compliance. --- benchmark/context-coloring-benchmark.el |3 +- context-coloring.el | 83 +-- test/context

[elpa] master f0bc797 04/12: Use old advice for Emacs 24.3.

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit f0bc797b6c5c2b297fc981ab943cfb5696065dc1 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Use old advice for Emacs 24.3. --- test/context-coloring-test.el | 29 +++-- 1 files changed, 19 insertions(+), 10 deletions(-) diff --git a

[elpa] master 32b276e 11/12: Version 7.0.0.

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit 32b276e96118f9e34f4cf9a5a2ae6cae3e772144 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Version 7.0.0. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index b026129

[elpa] master 1bebaa4 10/12: Merge branch 'debt'

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit 1bebaa4c7e7f5293dffdd45c4ba7e38078245050 Merge: 294b511 ef0c4da Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge branch 'debt' --- .travis.yml |4 - Cask|1 -

[elpa] master b31aa52 05/12: Automatically determine the maximum face.

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit b31aa52fc163b36942aa3d1a6078dfcefc56c718 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Automatically determine the maximum face. --- README.md |7 ++- context-coloring.el | 87

[elpa] master ef0c4da 09/12: Cleanup refactoring artifacts.

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit ef0c4da15461ba7dc63c7d6320c092e584784e7b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Cleanup refactoring artifacts. --- Makefile|2 -- README.md |1 + context-coloring.el |2 +- 3 files changed, 2 insertions(+), 3

[elpa] master 2487c3a 07/12: Fix eval-expression detection.

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit 2487c3ab64f11c4b3d7ac883f95d5e2830e8f0f8 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix eval-expression detection. --- context-coloring.el |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/context-coloring.el b/context

[elpa] master updated (afda2e6 -> 98073fe)

2015-06-21 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from afda2e6 * packages/ada-mode: Miscellaneous tweaks to fix warnings new 92d3d12 Remove asynchronous support. new cbffe2a Remove automatic theming. new 89f862a Minutia. new f0bc797 Use old advice for Emacs

[elpa] master cbffe2a 02/12: Remove automatic theming.

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit cbffe2a5feafd41375dac392959a8a25a6f309c3 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove automatic theming. --- README.md | 55 +++--- context-coloring.el | 390 +- test/context

[elpa] master 92d3d12 01/12: Remove asynchronous support.

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit 92d3d12b65d16adcf2501e1e9fe10f4fbb0e7b36 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove asynchronous support. --- .travis.yml |4 - Cask|1 - Makefile

[elpa] master 8d54c2e 08/12: Suppress unavailable messages in minibuffer.

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit 8d54c2e2b78eef8a785d20f557072ddfe6345770 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Suppress unavailable messages in minibuffer. --- context-coloring.el | 20 ++-- test/context-coloring-test.el | 17 +++-- 2

<    1   2   3   4   5   6   7   >