summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-03-30 22:17:44 +0000
committermurphy <murphy@rubychan.de>2010-03-30 22:17:44 +0000
commit262e15cea7a1c32e40c6cb42012a1d8dbca2c88b (patch)
tree5f196200853d1302bad8a7c2ec0ab1d0b70f5f5f /Changes.textile
parent79c0f560899260044501f04585701533f0a2694b (diff)
downloadcoderay-262e15cea7a1c32e40c6cb42012a1d8dbca2c88b.tar.gz
Improved Terminal encoder (documentation, handling of line tokens).
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile
index 1d2c24d..ce89a51 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -31,6 +31,8 @@ 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.
+* *REMOVED* colors for obsolete token kinds.
+* *FIXED* handling of line tokens.
h3. @Encoders::TokenKindFilter@
@@ -38,6 +40,7 @@ h3. @Encoders::TokenKindFilter@
h3. @Scanners@
+* *FIXED* @Scanner.normify@ doesn't output errors in @$DEBUG@ mode any more.
* *FIXED*: @scan_tokens@ and @setup@ methods are protected now.
* *NEW* Mapped @:patch@ to @:diff@.
* *REMOVED* @:ecma@ and @:h@ - not language names
@@ -80,7 +83,7 @@ h3. @Styles::Alpha@
h3. @FileType@
* *REMOVED* @FileType#shebang@ is a protected method now.
-* *NEW*: Regonizes @.gemspec@, @.rjs@, @.rpdf@ extensions and @Capfile@ as Ruby.
+* *NEW*: Regonizes @.gemspec@, @.rjs@, @.rpdf@ extensions and @Capfile@ as Ruby.
Thanks to the authors of the TextMate Ruby bundle!