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

[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 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-coloring.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 i

[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-coloring.el b/con

[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 580a1b6 to

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

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

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

[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 |9 + fixture

[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 |1 + pac

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

[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 fontification. --- conte

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

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

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

[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-test.el |

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