diff options
author | murphy <murphy@rubychan.de> | 2010-06-27 02:49:23 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-06-27 02:49:23 +0000 |
commit | b5dd1ba683fb9eb0a74ab0b1f54fd9977e0ed3be (patch) | |
tree | 07620834114bf7b7ec19acfb8f86647c3d0f88b1 /Changes.textile | |
parent | 1a3a0670c82a6e7d75c2ada82dd50a78d8b5de36 (diff) | |
download | coderay-b5dd1ba683fb9eb0a74ab0b1f54fd9977e0ed3be.tar.gz |
More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index c1de27f..8a53546 100644 --- a/Changes.textile +++ b/Changes.textile @@ -44,6 +44,8 @@ See "#122":http://redmine.rubychan.de/issues/122. * *REMOVED* token kinds @:attribute_name_fat@, @:attribute_value_fat@, @:operator_fat@, @:tag_fat@, @:xml_text@, @:open@, and @:close@. * *ADDED* token kinds @:filename@, @:namespace@, and @:eyecatcher@. * *CHANGED*: Don't raise error for unknown token kinds unless in @$CODERAY_DEBUG@ mode. +* *CHANGED* the value for a token kind that is not highlighted from + @:NO_HIGHLIGHT@ to @false@. h3. @Encoders::CommentFilter@ |