summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-08-21 14:34:22 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2011-08-21 14:34:22 +0200
commita3a16179e580110cac0472f1f84f036760b1f736 (patch)
tree8ba9a2938612b0d4cc60b0922f3ebef489497c93
parent0c9418057607d6aaf11754978662dfb60b3865fa (diff)
downloadcoderay-a3a16179e580110cac0472f1f84f036760b1f736.tar.gz
some more info in the Changelog
-rw-r--r--Changes-1.0.textile10
1 files changed, 7 insertions, 3 deletions
diff --git a/Changes-1.0.textile b/Changes-1.0.textile
index f2f1bb1..76d1060 100644
--- a/Changes-1.0.textile
+++ b/Changes-1.0.textile
@@ -15,6 +15,7 @@ h3. General changes
* *NEW*: The new Diff scanner colorizes code inside of the diff, and highlights inline changes.
* *NEW*: Extended support and usage of HTML5 and CSS 3 features.
* *NEW*: Direct Streaming
+* *CHANGED*: Token classes (used as CSS classes) are readable names; breaks you stylesheet!
* *IMPROVED* documentation
* *IMPROVED* speed: faster startup (using @autoload@), scanning, and encoding
* *IMPROVED* Ruby 1.9 encodings support
@@ -103,7 +104,7 @@ The HTML encoder was cleaned up and simplified.
* *ADDED* support for @:line_number_anchors@.
See "#208":http://redmine.rubychan.de/issues/208.
* *CHANGED* the default style to @:alpha@.
-* *CHANGED*: Use double click to toggle line numbers in table mode (as single
+* *CHANGED*: Use double click to toggle line numbers in table mode (as single
click jumps to an anchor.)
* *REMOVED* support for @:line_numbers => :list@.
* *FIXED* splitting of lines for @:line_numbers => :inline@, so that the line
@@ -211,7 +212,6 @@ h3. @Scanners::Diff@
h3. *RENAMED*: @Scanners::ERB@ (was @Scanners::RHTML@)
-
h3. @Scanners::HTML@
* *FIXED*: Closes open string groups.
@@ -226,6 +226,10 @@ h3. @Scanners::Java@
* *NEW*: Package names are highlighted as @:namespace@.
See "#210":http://redmine.rubychan.de/issues/210.
+h3. *REMOVED*: @Scanners::NitroXHTML@
+
+Nitro is "dead":http://www.nitrohq.com/.
+
h3. *RENAMED*: @Scanners::Text@ (was @Scanners::Plaintext@)
* *IMPROVED*: Just returns the string without scanning (faster).
@@ -248,7 +252,7 @@ h3. @Scanners::Ruby@
* *IMPROVED* support for singleton method definitions.
See "#147":http://redmine.rubychan.de/issues/147.
* *FIXED*: Don't highlight methods with a capital letter as constants
- (eg. GL.PushMatrix).
+ (eg. @GL.PushMatrix@).
* *NEW*: Highlight buggy floats (like .5) as @:error@.
* *CLEANUP* of documentation, names of constants and variables, state handling.