]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
9 years agoMerge branch 'elisp'
Jackson Ray Hamilton [Mon, 18 May 2015 08:53:21 +0000 (01:53 -0700)]
Merge branch 'elisp'

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

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

9 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.

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

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

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

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

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

9 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.

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

9 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.

9 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.

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

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

9 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.

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

9 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.

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

9 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.

9 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.

9 years agoUpdate library headers.
Jackson Ray Hamilton [Tue, 5 May 2015 04:12:13 +0000 (21:12 -0700)]
Update library headers.

9 years agoGuard against excessively lenghty nodes.
Jackson Ray Hamilton [Tue, 5 May 2015 03:20:48 +0000 (20:20 -0700)]
Guard against excessively lenghty nodes.

9 years agoDouble-space.
Jackson Ray Hamilton [Tue, 5 May 2015 01:10:25 +0000 (18:10 -0700)]
Double-space.

9 years agoCleanup README.
Jackson Ray Hamilton [Tue, 5 May 2015 01:05:53 +0000 (18:05 -0700)]
Cleanup README.

9 years agoUpdate library header.
Jackson Ray Hamilton [Tue, 5 May 2015 01:02:33 +0000 (18:02 -0700)]
Update library header.

9 years agoRefactor trim functions.
Jackson Ray Hamilton [Tue, 5 May 2015 00:18:17 +0000 (17:18 -0700)]
Refactor trim functions.

9 years agoBust cache.
Jackson Ray Hamilton [Mon, 4 May 2015 12:16:57 +0000 (05:16 -0700)]
Bust cache.

9 years agoUpdate README.
Jackson Ray Hamilton [Mon, 4 May 2015 12:11:29 +0000 (05:11 -0700)]
Update README.

9 years agoTest the trimming function.
Jackson Ray Hamilton [Mon, 4 May 2015 12:05:50 +0000 (05:05 -0700)]
Test the trimming function.

9 years agoDrop `subr-x' dependency.
Jackson Ray Hamilton [Mon, 4 May 2015 11:55:39 +0000 (04:55 -0700)]
Drop `subr-x' dependency.

9 years agoAdd coverage for missing lines.
Jackson Ray Hamilton [Mon, 4 May 2015 11:47:38 +0000 (04:47 -0700)]
Add coverage for missing lines.

9 years agoTrailing whitespace, empty arrays, empty strings.
Jackson Ray Hamilton [Mon, 4 May 2015 11:39:02 +0000 (04:39 -0700)]
Trailing whitespace, empty arrays, empty strings.

Fix bug in the JSON parser.  Arrays only parsed before because
`string-to-number' ignored the trailing "]".

9 years agoFix original-maximum-face restoration bug.
Jackson Ray Hamilton [Mon, 4 May 2015 09:04:05 +0000 (02:04 -0700)]
Fix original-maximum-face restoration bug.

9 years agoAdd local coverage configuration.
Jackson Ray Hamilton [Mon, 4 May 2015 07:42:26 +0000 (00:42 -0700)]
Add local coverage configuration.

9 years agoDon't colorize if there are parse errors.
Jackson Ray Hamilton [Sun, 3 May 2015 11:38:42 +0000 (04:38 -0700)]
Don't colorize if there are parse errors.

9 years agoMake default colors more like font-lock's.
Jackson Ray Hamilton [Sun, 3 May 2015 10:56:27 +0000 (03:56 -0700)]
Make default colors more like font-lock's.

9 years agoUse real keywords.
Jackson Ray Hamilton [Sun, 3 May 2015 10:08:38 +0000 (03:08 -0700)]
Use real keywords.

9 years agoAdd async mode startup test.
Jackson Ray Hamilton [Tue, 31 Mar 2015 06:36:11 +0000 (23:36 -0700)]
Add async mode startup test.

9 years agoFix badges.
Jackson Ray Hamilton [Tue, 31 Mar 2015 06:07:37 +0000 (23:07 -0700)]
Fix badges.

9 years agoAdd tests for versions and disabling.
Jackson Ray Hamilton [Tue, 31 Mar 2015 06:04:30 +0000 (23:04 -0700)]
Add tests for versions and disabling.

9 years agoRemove unused function.
Jackson Ray Hamilton [Tue, 31 Mar 2015 05:32:16 +0000 (22:32 -0700)]
Remove unused function.

9 years agoCoveralls
Jackson Ray Hamilton [Tue, 31 Mar 2015 05:20:02 +0000 (22:20 -0700)]
Coveralls

9 years agoUpdate Cask file.
Jackson Ray Hamilton [Tue, 31 Mar 2015 05:19:53 +0000 (22:19 -0700)]
Update Cask file.

9 years agoUse Cask and Coveralls.
Jackson Ray Hamilton [Tue, 31 Mar 2015 05:00:55 +0000 (22:00 -0700)]
Use Cask and Coveralls.

9 years agoVersion 6.2.0.
Jackson Ray Hamilton [Mon, 23 Mar 2015 03:27:24 +0000 (20:27 -0700)]
Version 6.2.0.

9 years agoMerge branch 'versioning'
Jackson Ray Hamilton [Mon, 23 Mar 2015 03:26:01 +0000 (20:26 -0700)]
Merge branch 'versioning'

9 years agoCleanup.
Jackson Ray Hamilton [Mon, 23 Mar 2015 03:22:57 +0000 (20:22 -0700)]
Cleanup.

9 years agoCheck scopifier version.
Jackson Ray Hamilton [Sun, 15 Mar 2015 14:54:28 +0000 (07:54 -0700)]
Check scopifier version.

9 years agoVersion 6.1.0.
Jackson Ray Hamilton [Sat, 14 Mar 2015 19:04:02 +0000 (12:04 -0700)]
Version 6.1.0.

9 years agoUpdate options documentation.
Jackson Ray Hamilton [Sat, 14 Mar 2015 18:39:42 +0000 (11:39 -0700)]
Update options documentation.

9 years agoUse the better zenburn red.
Jackson Ray Hamilton [Sat, 14 Mar 2015 18:22:12 +0000 (11:22 -0700)]
Use the better zenburn red.

9 years agoDeprecate `comments-and-strings'.
Jackson Ray Hamilton [Sat, 14 Mar 2015 18:10:11 +0000 (11:10 -0700)]
Deprecate `comments-and-strings'.

9 years agoAdd syntactic strings option.
Jackson Ray Hamilton [Sat, 14 Mar 2015 17:48:41 +0000 (10:48 -0700)]
Add syntactic strings option.

9 years agoRefactor tests for setups and reused fixtures.
Jackson Ray Hamilton [Sat, 14 Mar 2015 16:37:26 +0000 (09:37 -0700)]
Refactor tests for setups and reused fixtures.

9 years agoAdd option to only colorize comments specially.
Jackson Ray Hamilton [Sat, 14 Mar 2015 07:23:30 +0000 (00:23 -0700)]
Add option to only colorize comments specially.

9 years agoCleanup dependency management.
Jackson Ray Hamilton [Sun, 1 Mar 2015 19:10:32 +0000 (11:10 -0800)]
Cleanup dependency management.

9 years agoCleanup.
Jackson Ray Hamilton [Fri, 27 Feb 2015 08:33:00 +0000 (00:33 -0800)]
Cleanup.

9 years agoCleanup.
Jackson Ray Hamilton [Thu, 26 Feb 2015 09:29:58 +0000 (01:29 -0800)]
Cleanup.

9 years agoVersion 6.0.0.
Jackson Ray Hamilton [Sat, 14 Feb 2015 08:01:19 +0000 (00:01 -0800)]
Version 6.0.0.

9 years agoAdd `uncompile' Makefile task.
Jackson Ray Hamilton [Sat, 14 Feb 2015 07:58:13 +0000 (23:58 -0800)]
Add `uncompile' Makefile task.

9 years agoAdd `:setup' and `:teardown' properties to dispatches.
Jackson Ray Hamilton [Sat, 14 Feb 2015 07:29:38 +0000 (23:29 -0800)]
Add `:setup' and `:teardown' properties to dispatches.

9 years agoRemove `context-coloring-benchmark-colorization'.
Jackson Ray Hamilton [Sat, 14 Feb 2015 07:08:07 +0000 (23:08 -0800)]
Remove `context-coloring-benchmark-colorization'.

9 years agoCleanup documentation.
Jackson Ray Hamilton [Sat, 14 Feb 2015 06:52:08 +0000 (22:52 -0800)]
Cleanup documentation.

9 years agoCleanup documentation.
Jackson Ray Hamilton [Sat, 14 Feb 2015 03:57:41 +0000 (19:57 -0800)]
Cleanup documentation.

9 years agoUse imperative for documentation.
Jackson Ray Hamilton [Sat, 14 Feb 2015 03:54:42 +0000 (19:54 -0800)]
Use imperative for documentation.

9 years agoRename `level-face' functions.
Jackson Ray Hamilton [Sat, 14 Feb 2015 03:38:49 +0000 (19:38 -0800)]
Rename `level-face' functions.

9 years agoRename `defface-default' to `defface-neutral'.
Jackson Ray Hamilton [Sat, 14 Feb 2015 03:29:33 +0000 (19:29 -0800)]
Rename `defface-default' to `defface-neutral'.

9 years agoDocumentation.
Jackson Ray Hamilton [Sat, 14 Feb 2015 03:28:44 +0000 (19:28 -0800)]
Documentation.

9 years agoWhitespace.
Jackson Ray Hamilton [Thu, 12 Feb 2015 09:00:28 +0000 (01:00 -0800)]
Whitespace.

9 years agoReorganize faces. Remove eval macroexpand.
Jackson Ray Hamilton [Thu, 12 Feb 2015 08:54:38 +0000 (00:54 -0800)]
Reorganize faces. Remove eval macroexpand.

9 years agoRemove `set-colors' and `set-colors-default'.
Jackson Ray Hamilton [Thu, 12 Feb 2015 08:26:06 +0000 (00:26 -0800)]
Remove `set-colors' and `set-colors-default'.

9 years agoReorganize defvars and defcustoms.
Jackson Ray Hamilton [Thu, 12 Feb 2015 07:42:35 +0000 (23:42 -0800)]
Reorganize defvars and defcustoms.