]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years agoAdd condition-case support.
Jackson Ray Hamilton [Sat, 6 Jun 2015 21:16:45 +0000 (14:16 -0700)]
Add condition-case support.

8 years agoAdd comments and strings to the cond test.
Jackson Ray Hamilton [Sat, 6 Jun 2015 20:07:25 +0000 (13:07 -0700)]
Add comments and strings to the cond test.

8 years agoAdd cond support.
Jackson Ray Hamilton [Sat, 6 Jun 2015 20:01:26 +0000 (13:01 -0700)]
Add cond support.

8 years agoSet `:send-report' to nil.
Jackson Ray Hamilton [Sat, 6 Jun 2015 09:52:59 +0000 (02:52 -0700)]
Set `:send-report' to nil.

8 years agoKill any scopifier server before running the tests.
Jackson Ray Hamilton [Sat, 6 Jun 2015 09:42:14 +0000 (02:42 -0700)]
Kill any scopifier server before running the tests.

8 years agoBump required scopifier version.
Jackson Ray Hamilton [Sat, 6 Jun 2015 08:36:27 +0000 (01:36 -0700)]
Bump required scopifier version.

8 years agoMerge branch 'server' into elisp
Jackson Ray Hamilton [Sat, 6 Jun 2015 08:16:41 +0000 (01:16 -0700)]
Merge branch 'server' into elisp

8 years agoDocument `:host' and `:port' properties.
Jackson Ray Hamilton [Sat, 6 Jun 2015 07:06:19 +0000 (00:06 -0700)]
Document `:host' and `:port' properties.

8 years agoCleaner server implementation.
Jackson Ray Hamilton [Sat, 6 Jun 2015 06:58:44 +0000 (23:58 -0700)]
Cleaner server implementation.

8 years agoMessy server implementation.
Jackson Ray Hamilton [Tue, 2 Jun 2015 07:49:55 +0000 (00:49 -0700)]
Messy server implementation.

8 years agoRefactor token application.
Jackson Ray Hamilton [Mon, 1 Jun 2015 00:21:41 +0000 (17:21 -0700)]
Refactor token application.

8 years agoOptimize JSON parser.
Jackson Ray Hamilton [Sun, 31 May 2015 22:54:05 +0000 (15:54 -0700)]
Optimize JSON parser.

8 years agoOptimize. Refactor.
Jackson Ray Hamilton [Sun, 31 May 2015 08:23:13 +0000 (01:23 -0700)]
Optimize. Refactor.

8 years agoAdd file statistics to benchmarks.
Jackson Ray Hamilton [Sun, 31 May 2015 01:36:04 +0000 (18:36 -0700)]
Add file statistics to benchmarks.

8 years agoAdd colorization times to logs.
Jackson Ray Hamilton [Sun, 31 May 2015 00:06:54 +0000 (17:06 -0700)]
Add colorization times to logs.

8 years agoAdd elisp benchmarks.
Jackson Ray Hamilton [Sat, 30 May 2015 23:33:14 +0000 (16:33 -0700)]
Add elisp benchmarks.

8 years agoStrings are sexps.
Jackson Ray Hamilton [Sat, 30 May 2015 22:35:12 +0000 (15:35 -0700)]
Strings are sexps.

8 years agoColor comments and strings inside defuns.
Jackson Ray Hamilton [Sat, 30 May 2015 21:53:13 +0000 (14:53 -0700)]
Color comments and strings inside defuns.

8 years agoColorize comments and strings inside backquotes.
Jackson Ray Hamilton [Sat, 30 May 2015 21:43:48 +0000 (14:43 -0700)]
Colorize comments and strings inside backquotes.

8 years agoSupport comma splicing.
Jackson Ray Hamilton [Sat, 30 May 2015 21:35:20 +0000 (14:35 -0700)]
Support comma splicing.

8 years agoAdd test for escape characters.
Jackson Ray Hamilton [Sat, 30 May 2015 21:16:30 +0000 (14:16 -0700)]
Add test for escape characters.

8 years agoFix ignored test.
Jackson Ray Hamilton [Sat, 30 May 2015 21:12:00 +0000 (14:12 -0700)]
Fix ignored test.

8 years agoIgnore escaped characters.
Jackson Ray Hamilton [Sat, 30 May 2015 21:01:40 +0000 (14:01 -0700)]
Ignore escaped characters.

8 years agoRefactor benchmarks. Improve benchmark reliability.
Jackson Ray Hamilton [Sat, 30 May 2015 19:35:28 +0000 (12:35 -0700)]
Refactor benchmarks. Improve benchmark reliability.

8 years agoColor comments and strings inside quotes.
Jackson Ray Hamilton [Sat, 30 May 2015 18:25:19 +0000 (11:25 -0700)]
Color comments and strings inside quotes.

8 years agoHandle octothorpes.
Jackson Ray Hamilton [Sat, 30 May 2015 17:51:28 +0000 (10:51 -0700)]
Handle octothorpes.

8 years agoSimplify comment and string parsing.
Jackson Ray Hamilton [Sat, 30 May 2015 17:34:58 +0000 (10:34 -0700)]
Simplify comment and string parsing.

8 years agoAlways colorize the remaining region.
Jackson Ray Hamilton [Wed, 27 May 2015 07:35:39 +0000 (00:35 -0700)]
Always colorize the remaining region.

8 years agoFix string coloring.
Jackson Ray Hamilton [Wed, 27 May 2015 07:20:05 +0000 (00:20 -0700)]
Fix string coloring.

8 years agoPass interrupt test with recursive colorizer.
Jackson Ray Hamilton [Wed, 27 May 2015 07:03:02 +0000 (00:03 -0700)]
Pass interrupt test with recursive colorizer.

8 years agoPass comment and string tests with recursive colorizer.
Jackson Ray Hamilton [Wed, 27 May 2015 06:37:57 +0000 (23:37 -0700)]
Pass comment and string tests with recursive colorizer.

8 years agoRemove let-varlist data structure. Cleanup.
Jackson Ray Hamilton [Tue, 26 May 2015 12:08:34 +0000 (05:08 -0700)]
Remove let-varlist data structure. Cleanup.

8 years agoPass let and let* tests with recursive colorizer.
Jackson Ray Hamilton [Tue, 26 May 2015 11:28:27 +0000 (04:28 -0700)]
Pass let and let* tests with recursive colorizer.

8 years agoPass ignored test with recursive colorizer.
Jackson Ray Hamilton [Tue, 26 May 2015 09:35:16 +0000 (02:35 -0700)]
Pass ignored test with recursive colorizer.

8 years agoPass quote test with recursive colorizer.
Jackson Ray Hamilton [Tue, 26 May 2015 09:28:22 +0000 (02:28 -0700)]
Pass quote test with recursive colorizer.

8 years agoPass lambda test with recursive colorizer.
Jackson Ray Hamilton [Tue, 26 May 2015 08:37:13 +0000 (01:37 -0700)]
Pass lambda test with recursive colorizer.

8 years agoPass defun test with recursive colorizer.
Jackson Ray Hamilton [Tue, 26 May 2015 08:11:27 +0000 (01:11 -0700)]
Pass defun test with recursive colorizer.

8 years agoIncrease test documentation.
Jackson Ray Hamilton [Tue, 26 May 2015 02:52:13 +0000 (19:52 -0700)]
Increase test documentation.

8 years agoAdd no-fixture option.
Jackson Ray Hamilton [Tue, 26 May 2015 02:37:21 +0000 (19:37 -0700)]
Add no-fixture option.

8 years agoRemove before-all and after-all.
Jackson Ray Hamilton [Tue, 26 May 2015 02:25:10 +0000 (19:25 -0700)]
Remove before-all and after-all.

8 years agoReorganize functions.
Jackson Ray Hamilton [Mon, 25 May 2015 22:24:19 +0000 (15:24 -0700)]
Reorganize functions.

8 years agoNewlines.
Jackson Ray Hamilton [Mon, 25 May 2015 22:14:26 +0000 (15:14 -0700)]
Newlines.

8 years agoRefactor derived mode tests.
Jackson Ray Hamilton [Mon, 25 May 2015 22:11:32 +0000 (15:11 -0700)]
Refactor derived mode tests.

8 years agoRefactor remaining js tests.
Jackson Ray Hamilton [Mon, 25 May 2015 22:02:38 +0000 (15:02 -0700)]
Refactor remaining js tests.

8 years agoUpdate coloring assertion syntax.
Jackson Ray Hamilton [Mon, 25 May 2015 21:47:03 +0000 (14:47 -0700)]
Update coloring assertion syntax.

8 years agoUpdate function scopes and global tests.
Jackson Ray Hamilton [Mon, 25 May 2015 21:29:18 +0000 (14:29 -0700)]
Update function scopes and global tests.

8 years agoDefine js and js2 tests simultaneously.
Jackson Ray Hamilton [Tue, 19 May 2015 09:17:14 +0000 (02:17 -0700)]
Define js and js2 tests simultaneously.

8 years agoRefactor js test definitions.
Jackson Ray Hamilton [Tue, 19 May 2015 08:42:03 +0000 (01:42 -0700)]
Refactor js test definitions.

8 years agoAdd define-deftest macro.
Jackson Ray Hamilton [Tue, 19 May 2015 07:13:52 +0000 (00:13 -0700)]
Add define-deftest macro.

8 years agoSilence obsolete warnings.
Jackson Ray Hamilton [Tue, 19 May 2015 00:32:34 +0000 (17:32 -0700)]
Silence obsolete warnings.

8 years agoAdd statistics.
Jackson Ray Hamilton [Mon, 18 May 2015 09:55:57 +0000 (02:55 -0700)]
Add statistics.

8 years agoVersion 6.3.0.
Jackson Ray Hamilton [Mon, 18 May 2015 09:27:27 +0000 (02:27 -0700)]
Version 6.3.0.

8 years agoMerge branch 'elisp'
Jackson Ray Hamilton [Mon, 18 May 2015 08:53:21 +0000 (01:53 -0700)]
Merge branch 'elisp'

8 years agoMinor cleanup.
Jackson Ray Hamilton [Mon, 18 May 2015 08:26:51 +0000 (01:26 -0700)]
Minor cleanup.

8 years agoAdd derived mode support.
Jackson Ray Hamilton [Mon, 18 May 2015 08:09:29 +0000 (01:09 -0700)]
Add derived mode support.

8 years agoUpdate documentation for emacs lisp.
Jackson Ray Hamilton [Mon, 18 May 2015 07:32:45 +0000 (00:32 -0700)]
Update documentation for emacs lisp.

8 years agoCompiler micro-optimizations.
Jackson Ray Hamilton [Mon, 18 May 2015 05:27:20 +0000 (22:27 -0700)]
Compiler micro-optimizations.

8 years agoBind optional parameters earlier.
Jackson Ray Hamilton [Mon, 18 May 2015 05:18:56 +0000 (22:18 -0700)]
Bind optional parameters earlier.

8 years agoRemove verbose parsing.
Jackson Ray Hamilton [Mon, 18 May 2015 05:10:04 +0000 (22:10 -0700)]
Remove verbose parsing.

8 years agoAdd test for interruption.
Jackson Ray Hamilton [Mon, 18 May 2015 05:07:19 +0000 (22:07 -0700)]
Add test for interruption.

8 years agoAdd constant comment test.
Jackson Ray Hamilton [Mon, 18 May 2015 03:25:32 +0000 (20:25 -0700)]
Add constant comment test.

8 years agoFix incorrect last fontified position.
Jackson Ray Hamilton [Mon, 18 May 2015 02:39:54 +0000 (19:39 -0700)]
Fix incorrect last fontified position.

8 years agoImprove defun regexp.
Jackson Ray Hamilton [Mon, 18 May 2015 02:27:33 +0000 (19:27 -0700)]
Improve defun regexp.

8 years agoFix timer disposal and timer buffer detection.
Jackson Ray Hamilton [Mon, 18 May 2015 01:59:47 +0000 (18:59 -0700)]
Fix timer disposal and timer buffer detection.

8 years agoOnly set defaults when the mode is enabled.
Jackson Ray Hamilton [Mon, 18 May 2015 00:25:24 +0000 (17:25 -0700)]
Only set defaults when the mode is enabled.

8 years agoFix font-lock error.
Jackson Ray Hamilton [Mon, 18 May 2015 00:00:51 +0000 (17:00 -0700)]
Fix font-lock error.

8 years agoAdd TODO.
Jackson Ray Hamilton [Sun, 17 May 2015 23:57:17 +0000 (16:57 -0700)]
Add TODO.

8 years agoAdd idle change teardown function.
Jackson Ray Hamilton [Sun, 17 May 2015 23:28:23 +0000 (16:28 -0700)]
Add idle change teardown function.

8 years agoFontify keywords.
Jackson Ray Hamilton [Sun, 17 May 2015 23:27:35 +0000 (16:27 -0700)]
Fontify keywords.

8 years agoImprove interruptability of syntactic coloring.
Jackson Ray Hamilton [Sun, 17 May 2015 22:47:32 +0000 (15:47 -0700)]
Improve interruptability of syntactic coloring.

8 years agoMake dispatches fully redefinable.
Jackson Ray Hamilton [Sun, 17 May 2015 22:44:59 +0000 (15:44 -0700)]
Make dispatches fully redefinable.

8 years agoTweak iteration values, add logging.
Jackson Ray Hamilton [Sun, 17 May 2015 20:37:28 +0000 (13:37 -0700)]
Tweak iteration values, add logging.

8 years agoRefactor maybe-colorize-comments-and-strings.
Jackson Ray Hamilton [Sun, 17 May 2015 19:56:50 +0000 (12:56 -0700)]
Refactor maybe-colorize-comments-and-strings.

9 years agoAdd interruption mechanism.
Jackson Ray Hamilton [Sun, 17 May 2015 09:49:39 +0000 (02:49 -0700)]
Add interruption mechanism.

9 years agoIgnore question marks.
Jackson Ray Hamilton [Sun, 17 May 2015 09:00:44 +0000 (02:00 -0700)]
Ignore question marks.

9 years agoAdd change hooks for elisp.
Jackson Ray Hamilton [Sun, 17 May 2015 08:45:56 +0000 (01:45 -0700)]
Add change hooks for elisp.

9 years agoRemove unused functions.
Jackson Ray Hamilton [Sun, 17 May 2015 07:55:31 +0000 (00:55 -0700)]
Remove unused functions.

9 years agoIgnore the dot.
Jackson Ray Hamilton [Sun, 17 May 2015 07:50:22 +0000 (00:50 -0700)]
Ignore the dot.

9 years agoAdd complex nesting to let test.
Jackson Ray Hamilton [Sun, 17 May 2015 07:36:46 +0000 (00:36 -0700)]
Add complex nesting to let test.

9 years agoAdd let test.
Jackson Ray Hamilton [Sun, 17 May 2015 07:32:57 +0000 (00:32 -0700)]
Add let test.

9 years agoInclude binding order in let* test.
Jackson Ray Hamilton [Sun, 17 May 2015 07:25:11 +0000 (00:25 -0700)]
Include binding order in let* test.

9 years agoPass let* test.
Jackson Ray Hamilton [Sun, 17 May 2015 07:22:00 +0000 (00:22 -0700)]
Pass let* test.

9 years agoFix let* test.
Jackson Ray Hamilton [Sun, 17 May 2015 07:20:55 +0000 (00:20 -0700)]
Fix let* test.

9 years agoTrivial refactoring for clarity.
Jackson Ray Hamilton [Sun, 17 May 2015 05:20:55 +0000 (22:20 -0700)]
Trivial refactoring for clarity.

9 years agoAdd let coloring.
Jackson Ray Hamilton [Sat, 16 May 2015 23:59:57 +0000 (16:59 -0700)]
Add let coloring.

9 years agoAlso color defsubst.
Jackson Ray Hamilton [Sat, 16 May 2015 23:59:01 +0000 (16:59 -0700)]
Also color defsubst.

9 years agoDon't color function calls as level 0.
Jackson Ray Hamilton [Sat, 16 May 2015 23:37:14 +0000 (16:37 -0700)]
Don't color function calls as level 0.

9 years agoAdd non-recursive let* coloring.
Jackson Ray Hamilton [Sat, 16 May 2015 23:23:09 +0000 (16:23 -0700)]
Add non-recursive let* coloring.

9 years agoRefactor elisp tests to use visual assertions.
Jackson Ray Hamilton [Sat, 16 May 2015 21:38:55 +0000 (14:38 -0700)]
Refactor elisp tests to use visual assertions.

9 years agoDon't treat unbindables like variables.
Jackson Ray Hamilton [Sat, 16 May 2015 20:09:31 +0000 (13:09 -0700)]
Don't treat unbindables like variables.

9 years agoAdd elisp comments and strings support.
Jackson Ray Hamilton [Sat, 16 May 2015 19:45:29 +0000 (12:45 -0700)]
Add elisp comments and strings support.

9 years agoAdd quote and number coloring.
Jackson Ray Hamilton [Sat, 16 May 2015 12:43:42 +0000 (05:43 -0700)]
Add quote and number coloring.

9 years agoAdd lambda coloring.
Jackson Ray Hamilton [Sat, 16 May 2015 09:26:54 +0000 (02:26 -0700)]
Add lambda coloring.

9 years agoCover malformed defun cases.
Jackson Ray Hamilton [Sat, 16 May 2015 07:54:26 +0000 (00:54 -0700)]
Cover malformed defun cases.

9 years agoAdd basic elisp defun coloring.
Jackson Ray Hamilton [Sat, 16 May 2015 07:38:58 +0000 (00:38 -0700)]
Add basic elisp defun coloring.

9 years agoUse lowercase for hex codes.
Jackson Ray Hamilton [Fri, 15 May 2015 04:16:18 +0000 (21:16 -0700)]
Use lowercase for hex codes.

9 years agoAdd URL to header.
Jackson Ray Hamilton [Thu, 7 May 2015 08:21:07 +0000 (01:21 -0700)]
Add URL to header.

9 years agoVersion 6.2.1.
Jackson Ray Hamilton [Tue, 5 May 2015 11:00:23 +0000 (04:00 -0700)]
Version 6.2.1.

9 years agoReimplement coverage reporter in elisp.
Jackson Ray Hamilton [Tue, 5 May 2015 10:22:14 +0000 (03:22 -0700)]
Reimplement coverage reporter in elisp.

9 years agoRefactor coverage.
Jackson Ray Hamilton [Tue, 5 May 2015 04:13:00 +0000 (21:13 -0700)]
Refactor coverage.