diff options
author | murphy <murphy@rubychan.de> | 2010-03-30 01:10:25 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-30 01:10:25 +0000 |
commit | 476bc1bfe2f2000acc665f034e7da19bd3f0cc6b (patch) | |
tree | fee024aafe77603a11c8ada56a5165431b1a0789 /Changes.textile | |
parent | 6e01dd000e62f03f9a8e2658bf57b7730677c3f0 (diff) | |
download | coderay-476bc1bfe2f2000acc665f034e7da19bd3f0cc6b.tar.gz |
Renamed token_classes to token_kinds (closes #122).
* *RENAMED* from ClassOfKind. The term "token class" is no longer used in CodeRay. Instead, tokens have _kinds_.
* *RENAMED* TokenKindFilter to TokenClassFilter.
* *ADDED* documentation on encoders affected by the term change.
* *REMOVED* token kinds :attribute_name_fat, :attribute_value_fat, :operator_fat, :tag_fat, and :xml_text.
* *ADDED* token kind :filename.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index deddb27..df6ac8e 100644 --- a/Changes.textile +++ b/Changes.textile @@ -15,12 +15,23 @@ h3. @coderay@ executable * *FIXED*: Warn about generated files. * *FIXED*: Ensure linebreak after the output (was problematic for LoC counter). +h3. @Tokens::AbbreviationForKind@ + +* *RENAMED* from @ClassOfKind@. The term "token class" is no longer used in CodeRay. Instead, tokens have _kinds_. + See "#122":http://redmine.rubychan.de/issues/122. +* *REMOVED* token kinds @:attribute_name_fat@, @:attribute_value_fat@, @:operator_fat@, @:tag_fat@, and @:xml_text@. +* *ADDED* token kind @:filename@. + h3. @Encoders::Terminal@ * *RENAMED* from @Encoders::Term@, added @:term@ alias. * *CLEANUP*: Use @#setup@'s @super@, don't use @:procedure@ token class. * *CHANGED*: @#token@'s second parameter is no longer optional. +h3. @TokenKindFilter@ + +* *RENAMED* from @TokenClassFilter@. + h3. @Scanners@ * *FIXED*: @scan_tokens@ and @setup@ methods are protected now. |