[elpa] master 0da442d: Put tar'd files at the end to fix build in some environments.

2016-12-31 Thread Jackson Ray Hamilton
branch: master commit 0da442d9c63a9d25de9f43831ab1691d77ef3b81 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Put tar'd files at the end to fix build in some environments. --- GNUmakefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakef

[elpa] master c09eca2: Change to package directory before checking .elpaignore exclusions.

2016-12-27 Thread Jackson Ray Hamilton
branch: master commit c09eca2536cf0ccdbc202a17b2027bff7b8f788f Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Change to package directory before checking .elpaignore exclusions. If we don't do this, the package's directory's name is included in the file

[elpa] master 26f48c5 06/21: Improve Font Lock integration.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 26f48c5ffa4fb7e5ce672f1e308a892482ba404f Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Improve Font Lock integration. Advising this function, which does nothing when Context Coloring is enabled, allows for modes that would normally flush Font

[elpa] master a1a6256 05/21: Set up post-colorize hooks.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit a1a62560ac27bd4eefe50de1e0a5df691f646fef Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Set up post-colorize hooks. In particular, this allows for symbol prettification post-colorize while prettify-symbols-mode is enabled. Generally, it may

[elpa] master updated (580a1b6 -> 5402f35)

2016-12-23 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from 580a1b6 Respect .elpaignore when compiling and optimize compilation. new c847b0f Mention tern-context-coloring in README. new c79499a Remove erroneous block scope assertion. new 60fca70 Fix quoting problem in do

[elpa] master 5402f35 21/21: Merge commit '1b30a28857727202d1f6a027f83ad66151fb1e92' from context-coloring

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 5402f3573c0b5b4535e65fa5008c47754a43defc Merge: 580a1b6 1b30a28 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge commit '1b30a28857727202d1f6a027f83ad66151fb1e92' from context-coloring --- packages/context-coloring/.travis.yml

[elpa] master 2de2dd8 12/21: Make binaries configurable in Makefile.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 2de2dd805ae82178a963cf8293c0d0fba4211606 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Make binaries configurable in Makefile. This makes it easier to test programs that might not be on the PATH by setting temporary environment variables, if

[elpa] master c847b0f 01/21: Mention tern-context-coloring in README.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit c847b0f1fb865199dc8676f19b786df443888123 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Mention tern-context-coloring in README. --- README.md |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21f1eb5

[elpa] master 3985437 09/21: Use a mode hook for detecting entering Prettify Symbols mode.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 398543707c0845353290ee0f1911ba15c1349a59 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Use a mode hook for detecting entering Prettify Symbols mode. --- context-coloring.el | 28 +--- 1 file changed, 5 insertions(+), 23 deletions

[elpa] master abded5f 14/21: Check for compositions on old Emacsen.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit abded5f8b0eb4b56753b97fab742f873f0481beb Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Check for compositions on old Emacsen. Prettify Symbols Mode used to use the `composition' text property for prettification. --- context-coloring-te

[elpa] master edbb191 13/21: Feature-detect prettify-symbols-mode for Emacs 24.3 compat.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit edbb1919960d10c74e8ee3d7ad59493ba50538bf Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Feature-detect prettify-symbols-mode for Emacs 24.3 compat. --- context-coloring-test.el | 46 -- context-coloring.el

[elpa] master ce29abd 17/21: Don't color before or beyond the buffer.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit ce29abde4df0df0c4462e1baf3ed94965f7bafa1 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Don't color before or beyond the buffer. --- context-coloring-javascript.el| 23 +++ context-coloring-test.el |

[elpa] master 45b5ad0 16/21: Merge pull request #5 from jacksonrayhamilton/prettify-symbols

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 45b5ad0158985fc50992bb8636ff388b170f3112 Merge: 5fe3695 269a382 Author: Jackson Ray Hamilton Commit: GitHub Merge pull request #5 from jacksonrayhamilton/prettify-symbols Prettify symbols --- .travis.yml |1 + Makefile

[elpa] master 3e778f6 18/21: Merge pull request #6 from jacksonrayhamilton/narrow-to-region

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 3e778f607e72cc5dee7a4f1aa445d6780b8cc1dd Merge: 45b5ad0 ce29abd Author: Jackson Ray Hamilton Commit: GitHub Merge pull request #6 from jacksonrayhamilton/narrow-to-region Don't color before or beyond the buffer. --- context-coloring-javascript.el|

[elpa] master 4836dd0 10/21: Add tests for prettifying symbols.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 4836dd069b8d328f994810bd38962e917c274b00 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add tests for prettifying symbols. --- context-coloring-test.el | 23 +++ fixtures/test/prettify-symbols.el |1 + 2 files changed, 24

[elpa] master 550e61b 08/21: Merge branch 'master' into prettify-symbols

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 550e61bac97e69b66de4a50bf36e963c7eb4c01c Merge: 26f48c5 5fe3695 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge branch 'master' into prettify-symbols --- context-coloring.el |1 - 1 file changed, 1 deletion(-) diff --git a/context-col

[elpa] master b3ea138 19/21: Remove no-byte-compile from development files.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit b3ea138a154dbe91da8248ad93e81bd7d846411f Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove no-byte-compile from development files. `no-byte-compile' used to be necessary to prevent compilation errors on ELPA, but since committing 580a1

[elpa] master 269a382 15/21: Ensure coloring still works after prettification.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 269a382630abbf405cebaab4dee790450cb375a7 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Ensure coloring still works after prettification. --- context-coloring-test.el | 10 -- context-coloring.el |4 fixtures/test

[elpa] master 1b30a28 20/21: Version 8.1.0.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 1b30a28857727202d1f6a027f83ad66151fb1e92 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Version 8.1.0. --- context-coloring.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context-coloring.el b/context-coloring.el index a64b6a9

[elpa] master 6a2c6fe 04/21: Clean up local variable.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 6a2c6fee3eb0bdc896e5fdf7e673192b4ebe778a Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Clean up local variable. --- context-coloring.el |1 + 1 file changed, 1 insertion(+) diff --git a/context-coloring.el b/context-coloring.el index 06830fd..2e4e867

[elpa] master 5fe3695 07/21: Revert "Clean up local variable."

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 5fe3695baeeae04761828ff36b391a77edefdfe9 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Revert "Clean up local variable." This reverts commit 6a2c6fee3eb0bdc896e5fdf7e673192b4ebe778a. This broke Emacs Lisp docstring fon

[elpa] master 60fca70 03/21: Fix quoting problem in docstring.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 60fca7060ac405c6bb8a21eb6f4e5df2844a9655 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix quoting problem in docstring. --- context-coloring.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context-coloring.el b/context

[elpa] master 54593e5 11/21: Add Emacs 25.1 to the build matrix.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 54593e534c807964d6803dc49537deadc865e0fa Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add Emacs 25.1 to the build matrix. --- .travis.yml |1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ba959a9..70d1f6d 100644 --- a

[elpa] master c79499a 02/21: Remove erroneous block scope assertion.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit c79499a31ba5bf048a0b8d8a7ccad718d368b88e Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove erroneous block scope assertion. --- context-coloring-test.el |9 - fixtures/test/block-scopes.js |9 - 2 files changed, 18 deletions

[elpa] master 580a1b6: Respect .elpaignore when compiling and optimize compilation.

2016-12-23 Thread Jackson Ray Hamilton
branch: master commit 580a1b6b5d440f8fa1a29d6d1ee52d1513fa588b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Respect .elpaignore when compiling and optimize compilation. --- GNUmakefile | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-) diff

[elpa] master a42b53e 05/25: Separate language support into separate features.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit a42b53e640a6141bcb8b38f2ae76f6c93a3923b8 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Separate language support into separate features. --- benchmark/context-coloring-benchmark.el|3 +- ...t-coloring.el => context-coloring-emacs-lisp

[elpa] master a164992 23/25: Don't byte compile development files.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit a1649922afd8053f8ce149e9862e6211607ece06 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Don't byte compile development files. This should fix an issue where ELPA tried to compile files with dependencies it could not resolve. --- co

[elpa] master f9a2481 06/25: Autoload dispatches.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit f9a2481ae3b76685bf9a2371e0f6638dcb477203 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Autoload dispatches. --- context-coloring-emacs-lisp.el | 29 --- context-coloring-javascript.el | 20 ++- context-coloring.el| 77

[elpa] master 6ee4481 25/25: Merge commit '3007b2917d71a7d66eb94876536dfd80b0661d40' from context-coloring

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit 6ee448148df13dc0fa96e3cc3305fd00ea7c8be8 Merge: 5f6e9e7 3007b29 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge commit '3007b2917d71a7d66eb94876536dfd80b0661d40' from context-coloring --- packages/context-coloring/.elpaignore

[elpa] master updated (5f6e9e7 -> 6ee4481)

2016-05-30 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from 5f6e9e7 Rewrite the `change' and `changed' patterns new a0e907a Ensure js2-mode parses synchronously. new ce8ac8e Add context-coloring-before-colorize abstraction. new 5f51ad4 Don't use derived-mode-parent dispat

[elpa] master aa94f91 20/25: Be more careful when disabling/enabling font-lock.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit aa94f91c85ae53724aa40419b8fd5784b4dd544b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Be more careful when disabling/enabling font-lock. --- context-coloring.el | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/context

[elpa] master f6401a6 17/25: Narrow scope of `make compile'.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit f6401a64b335dc601c0dc19943d82a04abd52e69 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Narrow scope of `make compile'. --- Makefile |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08c23eb..45

[elpa] master 6c92cc2 19/25: Rename variable.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit 6c92cc2cdc4f0adac61858d20fabcda58bf7d01b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Rename variable. --- context-coloring-emacs-lisp.el |2 +- context-coloring.el|6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[elpa] master 3007b29 24/25: Version 8.0.1.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit 3007b2917d71a7d66eb94876536dfd80b0661d40 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Version 8.0.1. --- context-coloring.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context-coloring.el b/context-coloring.el index 7bcf1ec

[elpa] master d9c171b 10/25: Handle multiple files in coverage reports.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit d9c171b6337f372e3c797a5b6e400fce6aa43675 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Handle multiple files in coverage reports. --- test/context-coloring-coverage.el |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test

[elpa] master d346f82 08/25: Ignore packaging-generated files.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit d346f82ec4a90869676ab22aab1bd7cdecdc2539 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Ignore packaging-generated files. --- .gitignore |2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a269508..06046bb 100644 --- a

[elpa] master a0e907a 01/25: Ensure js2-mode parses synchronously.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit a0e907ad655321d5acb6d94ea32135e14a007601 Author: Jackson Hamilton Commit: Jackson Hamilton Ensure js2-mode parses synchronously. --- test/context-coloring-test.el |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/context-coloring-test.el

[elpa] master d745846 07/25: Make js2-mode a development dependency.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit d745846e85c9f8b91c0f636e3474c02a1b30ba42 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Make js2-mode a development dependency. --- Cask |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cask b/Cask index b1535a9..55ff4c5 100644 --- a

[elpa] master ceece60 15/25: Trivial cleanup.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit ceece6009be34a185b51ce86d330af05d5dda226 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Trivial cleanup. --- context-coloring-emacs-lisp.el |2 +- context-coloring-javascript.el |1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a

[elpa] master 968d9f2 12/25: Make keywords in comments and strings coloring customizable.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit 968d9f20d6c948cebdac753b594e98b626ce5b05 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Make keywords in comments and strings coloring customizable. --- context-coloring-emacs-lisp.el |9 +++-- context-coloring.el|8 2 files

[elpa] master 455a743 22/25: Version 8.0.0.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit 455a743d3e41a97ebc0a2d26b01ce454ea3bce80 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Version 8.0.0. --- context-coloring.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context-coloring.el b/context-coloring.el index 9c2be91

[elpa] master ce8ac8e 02/25: Add context-coloring-before-colorize abstraction.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit ce8ac8e32a952668f1bee67e1c834c6b0a65df26 Author: Jackson Hamilton Commit: Jackson Hamilton Add context-coloring-before-colorize abstraction. --- context-coloring.el |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/context-coloring.el b/contex

[elpa] master 7d284ad 21/25: Remove overly-optimistic delay on Emacs Lisp coloring.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit 7d284adbb2d00d3102b2010a8eff002432439fa8 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove overly-optimistic delay on Emacs Lisp coloring. --- context-coloring-emacs-lisp.el |2 -- 1 file changed, 2 deletions(-) diff --git a/context-coloring-emacs

[elpa] master 1cb5b98 11/25: Merge branch 'plugins'

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit 1cb5b98b8a488661200b0bf9aa1413f25aecae6c Merge: f654157 d9c171b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge branch 'plugins' --- .elpaignore|8 + .gitignore

[elpa] master 5f51ad4 03/25: Don't use derived-mode-parent dispatches.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit 5f51ad4c74cc595bcc10460f3901094932e156f5 Author: Jackson Hamilton Commit: Jackson Hamilton Don't use derived-mode-parent dispatches. --- context-coloring.el |9 +++-- test/context-coloring-test.el |8 2 files changed, 3 insertions(+), 14

[elpa] master 4c9a3fc 16/25: Reorganize files.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit 4c9a3fca063a0b5806daa68558e8e7b5b4a6488c Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Reorganize files. --- .elpaignore|6 -- .gitignore |4 ++-- Makefile

[elpa] master f654157 04/25: Update copyright years.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit f654157f5439e865b13e4263420c976098a430fc Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update copyright years. --- benchmark/context-coloring-benchmark.el |2 +- context-coloring.el |2 +- test/context-coloring-coverage.el

[elpa] master a9b988e 13/25: Fix improperly prepared test.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit a9b988e71580169643cb2ea023cf0bb71e763853 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix improperly prepared test. --- test/context-coloring-test.el |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/context-coloring-test.el b

[elpa] master e93ef84 14/25: Remove obsolete variables.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit e93ef843987b99afa9cd6d2a64754b7109c79171 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove obsolete variables. --- context-coloring-javascript.el |5 - context-coloring.el| 11 --- 2 files changed, 16 deletions(-) diff

[elpa] master 48cd90e 18/25: Tweak copyright lines.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit 48cd90e1d54c798232ad3a65ce1b6fc493dbed78 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Tweak copyright lines. --- fixtures/benchmark/lisp.el |3 +-- fixtures/benchmark/subr.el |3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a

[elpa] master 09aef2a 09/25: Add an .elpaignore file.

2016-05-30 Thread Jackson Ray Hamilton
branch: master commit 09aef2a67c43e4bbdcbce3ec8a183f035783e42f Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add an .elpaignore file. --- .elpaignore |8 1 file changed, 8 insertions(+) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 000

[elpa] master 1f78457 2/4: Merge pull request #2 from tarsius/patch-1

2016-02-21 Thread Jackson Ray Hamilton
branch: master commit 1f78457421c6858637e66f7221bafcc45acbfee0 Merge: 1a7c480 3313644 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge pull request #2 from tarsius/patch-1 add file benchmark/.nosearch --- 0 files changed, 0 insertions(+), 0 deletions(-) diff --git

[elpa] master 5d7e30e 4/4: Merge commit 'f0b45f4a010d8e5680f66c9a22f433386d023466' from context-coloring

2016-02-21 Thread Jackson Ray Hamilton
branch: master commit 5d7e30e6058ba0804b49d42f93653cbd98f8816f Merge: a5f534b f0b45f4 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge commit 'f0b45f4a010d8e5680f66c9a22f433386d023466' from context-coloring --- packages/context-coloring/context-coloring.el |

[elpa] master updated (a5f534b -> 5d7e30e)

2016-02-21 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from a5f534b * sisu-mode/sisu-mode.el: Fix Maintainer: address. new 3313644 add .nosearch files new 1f78457 Merge pull request #2 from tarsius/patch-1 new f0b45f4 Version 7.2.1. new 5d7e30e Merge commit 'f0b

[elpa] master f0b45f4 3/4: Version 7.2.1.

2016-02-21 Thread Jackson Ray Hamilton
branch: master commit f0b45f4a010d8e5680f66c9a22f433386d023466 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Version 7.2.1. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 983315e

[elpa] master 3313644 1/4: add .nosearch files

2016-02-21 Thread Jackson Ray Hamilton
branch: master commit 3313644c95bf6132579a802579bf5690e7a47fb9 Author: Jonas Bernoulli Commit: Jonas Bernoulli add .nosearch files Add the files "benchmark/fixtures/.nosearch" and "test/fixtures/.nosearch". This keeps `normal-top-level-add-subdirs-to-load-path` and similar tools

[elpa] master 52e3d07 1/9: Fix bug where empty varlists weren't parsed.

2015-11-12 Thread Jackson Ray Hamilton
branch: master commit 52e3d07376ef5e951a71cb8fc77b9f48962f7d42 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix bug where empty varlists weren't parsed. --- context-coloring.el|6 -- test/context-coloring-test.el | 10 ++ test/fixtures/

[elpa] master f29f06c 6/9: Use containers on Travis.

2015-11-12 Thread Jackson Ray Hamilton
branch: master commit f29f06cbd74e57903811980197535e1d174d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Use containers on Travis. --- .travis.yml | 19 +++ 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index

[elpa] master 4d381cb 4/9: Add macroexp-let2 support.

2015-11-12 Thread Jackson Ray Hamilton
branch: master commit 4d381cb672b56dd98b20e8cfeaac293c2477a17e Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add macroexp-let2 support. --- context-coloring.el| 24 test/context-coloring-test.el | 10 ++ test/fixtures/macroexp

[elpa] master cf250b3 9/9: Merge commit '1a7c480d1e15133b942201f5964fda5e7d74919f' from context-coloring

2015-11-12 Thread Jackson Ray Hamilton
branch: master commit cf250b3a948a846c31210540c8f1b76fdc22bb69 Merge: 6bb5fee 1a7c480 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge commit '1a7c480d1e15133b942201f5964fda5e7d74919f' from context-coloring --- packages/context-coloring/.travis.yml

[elpa] master updated (6bb5fee -> cf250b3)

2015-11-12 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from 6bb5fee * stream.el: Implement `seqp' instead of `seq-p' new 52e3d07 Fix bug where empty varlists weren't parsed. new 6bbbfff Add license. new f4e3f36 Add gv-letplace support. new 4d381cb Add macroexp-l

[elpa] master f9399ea 5/9: Fix unfinished expression infinite loop.

2015-11-12 Thread Jackson Ray Hamilton
branch: master commit f9399eab1a78d6d309176d6bf2eff9d928feb7d2 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix unfinished expression infinite loop. --- context-coloring.el | 52 +++-- test/fixtures/let.el |2 + 2 files

[elpa] master f4e3f36 3/9: Add gv-letplace support.

2015-11-12 Thread Jackson Ray Hamilton
branch: master commit f4e3f3612f8793c31700e131b4f579ac5c8a3011 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add gv-letplace support. --- context-coloring.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el

[elpa] master de6b508 7/9: Fix bugs where spaces messed up varlists.

2015-11-12 Thread Jackson Ray Hamilton
branch: master commit de6b5085ae2b4e056c67b8d572d8874472eeb381 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix bugs where spaces messed up varlists. --- context-coloring.el |3 +++ test/context-coloring-test.el| 12 test/fixtures/varlist

[elpa] master 6bbbfff 2/9: Add license.

2015-11-12 Thread Jackson Ray Hamilton
branch: master commit 6bbb1390f799aa13504c1849a0213d920b8e Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add license. --- LICENSE | 674 +++ 1 files changed, 674 insertions(+), 0 deletions(-) diff --git a/LICENSE

[elpa] master 1a7c480 8/9: Version 7.2.0.

2015-11-12 Thread Jackson Ray Hamilton
branch: master commit 1a7c480d1e15133b942201f5964fda5e7d74919f Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Version 7.2.0. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index b90a821

[elpa] master 6934762 16/16: Merge commit '0c3a48f05d17f486a0c522f0f9ec316dce24d86d' from context-coloring

2015-10-18 Thread Jackson Ray Hamilton
/context-coloring/context-coloring.el b/packages/context-coloring/context-coloring.el index 2b1d7af..8d6cacc 100644 --- a/packages/context-coloring/context-coloring.el +++ b/packages/context-coloring/context-coloring.el @@ -3,9 +3,9 @@ ;; Copyright (C) 2014-2015 Free Software Foundation, Inc. ;; Au

[elpa] master 7c16f46 05/16: Add initial level setting.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 7c16f46c107512e194f5aea6b7170562405887dc Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add initial level setting. --- context-coloring.el| 24 +++- test/context-coloring-test.el | 10 ++ test/fixtures/initial

[elpa] master updated (9319a95 -> 6934762)

2015-10-18 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from 9319a95 Merge commit '9173a44b904d52c4c2634b68d74967d6261f4ddc' new 53279b1 Fix tests on Windows. new 85397da Add more sophisticated block scope test. new df914b8 Bump minimum js2-mode version. new 683a52

[elpa] master 53279b1 01/16: Fix tests on Windows.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 53279b1931672e3cae19832b8ec2475b858c52df Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix tests on Windows. --- test/context-coloring-test.el |3 ++- test/fixtures/{let*.el => let-star.el} |0 2 files changed, 2 insertions(+), 1 deleti

[elpa] master 6ac3b43 12/16: Merge branch 'detect-node'

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 6ac3b4371e507209ea7e96562bd97ad6273da869 Merge: 614de4c 6531b86 Author: Jackson Hamilton Commit: Jackson Hamilton Merge branch 'detect-node' --- context-coloring.el| 94 +++- test/context-coloring-test.el | 75 ++

[elpa] master a193f4e 08/16: Refactor position level assertion.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit a193f4e870a1c0a66a4ddd2ad79d3998f40330c8 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor position level assertion. --- test/context-coloring-test.el | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a

[elpa] master ff9643c 14/16: Update Zenburn paragraph.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit ff9643ccf5d0dc81b46ccc6d3d01a8dcc3c226f2 Author: Jackson Hamilton Commit: Jackson Hamilton Update Zenburn paragraph. --- README.md | 21 +++-- 1 files changed, 3 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 713459d..21f1eb5

[elpa] master 683a522 04/16: Suggest eval-expression-minibuffer-setup-hook.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 683a5220bd4d3309b24ae22e7781f6e85904f5ac Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Suggest eval-expression-minibuffer-setup-hook. --- README.md |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index

[elpa] master 6fe9e58 09/16: Add Node.js detection.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 6fe9e585b033426d2abceb78d7afaec1efe67dd3 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add Node.js detection. --- context-coloring.el| 87 +++- test/context-coloring-test.el | 48

[elpa] master fa99117 06/16: Add defcustom types.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit fa991178d36a7a52618be1cc9d24e6621e5a2c0d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add defcustom types. --- context-coloring.el |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index

[elpa] master 2c62db1 10/16: Ensure Node.js variable is global.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 2c62db146349231954951a7c0b034a9696822d2a Author: Jackson Hamilton Commit: Jackson Hamilton Ensure Node.js variable is global. --- context-coloring.el | 149 + test/context-coloring-test.el |3 +- 2 files changed, 7

[elpa] master 614de4c 07/16: Don't make the initial level buffer-local.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 614de4cade7f57d41df9bdfcac8fb4c4bf49b772 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Don't make the initial level buffer-local. --- context-coloring.el |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/context-coloring

[elpa] master 85397da 02/16: Add more sophisticated block scope test.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 85397da6e06fe11c40bf5cadddba302f6e57a3dc Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add more sophisticated block scope test. --- test/context-coloring-test.el | 10 ++ test/fixtures/block-scopes.js | 10 ++ 2 files changed, 20

[elpa] master df914b8 03/16: Bump minimum js2-mode version.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit df914b8ca2747dd51b41efe0d15d71054823063d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Bump minimum js2-mode version. This version understands strict mode const block scope. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1

[elpa] master 765d4c4 13/16: Document new scope detection.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 765d4c4c8550ecdad744064cfacc4938d8fb89f7 Author: Jackson Hamilton Commit: Jackson Hamilton Document new scope detection. --- README.md |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 685046c..713459d 100644 --- a/R

[elpa] master 6531b86 11/16: Use more agnostic names.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 6531b86bd03b34b1944e1fe8714dd26698277e02 Author: Jackson Hamilton Commit: Jackson Hamilton Use more agnostic names. --- context-coloring.el | 16 +--- test/context-coloring-test.el |8 2 files changed, 13 insertions(+), 11 deletions

[elpa] master 0c3a48f 15/16: Version 7.1.0.

2015-10-18 Thread Jackson Ray Hamilton
100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2014-2015 Free Software Foundation, Inc. ;; Author: Jackson Ray Hamilton -;; Version: 7.0.0 +;; Version: 7.1.0 ;; Keywords: convenience faces tools ;; Package-Requires: ((emacs "24.3")

[elpa] master 98073fe 12/12: Merge commit '32b276e96118f9e34f4cf9a5a2ae6cae3e772144' from context-coloring

2015-06-21 Thread Jackson Ray Hamilton
branch: master commit 98073fe7fa07ead749fc43c8ed0a2e138834c480 Merge: afda2e6 32b276e Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge commit '32b276e96118f9e34f4cf9a5a2ae6cae3e772144' from context-coloring --- packages/context-coloring/.travis.yml

[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

[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 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 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 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 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 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 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 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

  1   2   3   4   5   6   7   >