emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jackson Ray Hamilton
Subject: [elpa] master updated (7df8d42 -> e2f402c)
Date: Sun, 14 Jun 2015 00:05:11 +0000

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.
       new  ae03324   Define js and js2 tests simultaneously.
       new  c1b6b52   Update function scopes and global tests.
       new  af536a4   Update coloring assertion syntax.
       new  fd2f2d0   Refactor remaining js tests.
       new  23cf7b3   Refactor derived mode tests.
       new  5e0a0d9   Newlines.
       new  1f474d9   Reorganize functions.
       new  d8b5f03   Remove before-all and after-all.
       new  92166ba   Add no-fixture option.
       new  ea6b4ef   Increase test documentation.
       new  8ea8c9c   Pass defun test with recursive colorizer.
       new  bc0cb0d   Pass lambda test with recursive colorizer.
       new  6090eb3   Pass quote test with recursive colorizer.
       new  7975003   Pass ignored test with recursive colorizer.
       new  7167e93   Pass let and let* tests with recursive colorizer.
       new  aaf4835   Remove let-varlist data structure. Cleanup.
       new  f1ed39f   Pass comment and string tests with recursive colorizer.
       new  3d3c693   Pass interrupt test with recursive colorizer.
       new  d146af8   Fix string coloring.
       new  a283883   Always colorize the remaining region.
       new  49265ab   Simplify comment and string parsing.
       new  52383b5   Handle octothorpes.
       new  e06f1a6   Color comments and strings inside quotes.
       new  4b25191   Refactor benchmarks. Improve benchmark reliability.
       new  f88e21c   Ignore escaped characters.
       new  7ab01e3   Fix ignored test.
       new  966bd20   Add test for escape characters.
       new  87893df   Support comma splicing.
       new  af4f773   Colorize comments and strings inside backquotes.
       new  5a8186b   Color comments and strings inside defuns.
       new  f3697c0   Strings are sexps.
       new  fff08de   Add elisp benchmarks.
       new  8836df9   Add colorization times to logs.
       new  acaaf39   Add file statistics to benchmarks.
       new  2258572   Optimize. Refactor.
       new  16fa835   Optimize JSON parser.
       new  59492ab   Refactor token application.
       new  3dfd515   Messy server implementation.
       new  8d15938   Cleaner server implementation.
       new  5661ed0   Document `:host' and `:port' properties.
       new  e387aaf   Merge branch 'server' into elisp
       new  872bf5f   Bump required scopifier version.
       new  233ea1a   Kill any scopifier server before running the tests.
       new  0079778   Set `:send-report' to nil.
       new  cacf5de   Add cond support.
       new  5f9bd49   Add comments and strings to the cond test.
       new  c2834f0   Add condition-case support.
       new  2ee41c1   Add comments and strings to condition-case test.
       new  5857bc8   Refactor comments and strings coloring.
       new  89286b6   Cleanup.
       new  3c7a00d   Add lazy coloring.
       new  4bd7fc7   Make delays configurable at the dispatch level.
       new  e2ceef9   Prepend function symbols with octothorpes.
       new  c81eecb   Update function names and docstrings.
       new  f870598   Fix infinite loop when parsing let.
       new  77b075f   Space.
       new  22403b7   Cover parsing edge cases.
       new  d2e08e8   Improve and test lazy coloring.
       new  08e2981   Swallow scan errors.
       new  ec9f04d   Update emacs lisp support in readme.
       new  46a9193   Find the edges of the screen more efficiently.
       new  fd4bc95   Add dolist support.
       new  69ea835   Refactor elisp parsers using helper functions.
       new  ed870d8   Refactor minor mode definition.
       new  9edc6c3   Checkdoc cleanup.
       new  acf15ae   Remove if.
       new  306335e   Add defadvice support.
       new  67576b5   Skip all insignificant expression prefixes.
       new  72a0998   Add quote and backquote function support.
       new  a4a136c   Refactor defun / defadvice name handling.
       new  f7c6dcb   Refactor callee dispatching.
       new  9b436c0   Fully recolor later after a fast recolor.
       new  2d96f10   Merge branch 'elisp'
       new  40f67bf   Version 6.4.0.
       new  e2f402c   Merge commit '40f67bf039c143758ac070f9693bb0af87b98aba' 
from context-coloring


Summary of changes:
 packages/context-coloring/Makefile                 |    4 +
 packages/context-coloring/README.md                |   10 +-
 .../benchmark/context-coloring-benchmark.el        |  224 +-
 .../context-coloring/benchmark/fixtures/faces.el   | 2764 +++++++
 .../context-coloring/benchmark/fixtures/lisp.el    |  931 +++
 .../context-coloring/benchmark/fixtures/simple.el  | 7901 ++++++++++++++++++++
 .../context-coloring/benchmark/fixtures/subr.el    | 4801 ++++++++++++
 packages/context-coloring/context-coloring.el      | 1679 +++--
 .../test/context-coloring-coverage.el              |    9 +-
 .../context-coloring/test/context-coloring-test.el | 1797 +++---
 packages/context-coloring/test/fixtures/changed.el |    5 +
 packages/context-coloring/test/fixtures/cond.el    |    8 +
 .../test/fixtures/condition-case.el                |   10 +
 .../context-coloring/test/fixtures/defadvice.el    |    3 +
 packages/context-coloring/test/fixtures/defun.el   |    1 +
 packages/context-coloring/test/fixtures/dolist.el  |    3 +
 packages/context-coloring/test/fixtures/ignored.el |    2 +-
 packages/context-coloring/test/fixtures/let.el     |    3 +
 packages/context-coloring/test/fixtures/quote.el   |   13 +-
 packages/context-coloring/test/fixtures/sexp.el    |    4 +
 packages/context-coloring/test/fixtures/splice.el  |    2 +
 .../test/fixtures/unbalanced-parenthesis.el        |    2 +
 22 files changed, 18546 insertions(+), 1630 deletions(-)
 create mode 100644 packages/context-coloring/benchmark/fixtures/faces.el
 create mode 100644 packages/context-coloring/benchmark/fixtures/lisp.el
 create mode 100644 packages/context-coloring/benchmark/fixtures/simple.el
 create mode 100644 packages/context-coloring/benchmark/fixtures/subr.el
 create mode 100644 packages/context-coloring/test/fixtures/changed.el
 create mode 100644 packages/context-coloring/test/fixtures/cond.el
 create mode 100644 packages/context-coloring/test/fixtures/condition-case.el
 create mode 100644 packages/context-coloring/test/fixtures/defadvice.el
 create mode 100644 packages/context-coloring/test/fixtures/dolist.el
 create mode 100644 packages/context-coloring/test/fixtures/sexp.el
 create mode 100644 packages/context-coloring/test/fixtures/splice.el
 create mode 100644 
packages/context-coloring/test/fixtures/unbalanced-parenthesis.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]