Skip to content

Commit a3a1617

Browse files
committed
some more info in the Changelog
1 parent 0c94180 commit a3a1617

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Changes-1.0.textile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ h3. General changes
1515
* *NEW*: The new Diff scanner colorizes code inside of the diff, and highlights inline changes.
1616
* *NEW*: Extended support and usage of HTML5 and CSS 3 features.
1717
* *NEW*: Direct Streaming
18+
* *CHANGED*: Token classes (used as CSS classes) are readable names; breaks you stylesheet!
1819
* *IMPROVED* documentation
1920
* *IMPROVED* speed: faster startup (using @autoload@), scanning, and encoding
2021
* *IMPROVED* Ruby 1.9 encodings support
@@ -103,7 +104,7 @@ The HTML encoder was cleaned up and simplified.
103104
* *ADDED* support for @:line_number_anchors@.
104105
See "#208":http://redmine.rubychan.de/issues/208.
105106
* *CHANGED* the default style to @:alpha@.
106-
* *CHANGED*: Use double click to toggle line numbers in table mode (as single
107+
* *CHANGED*: Use double click to toggle line numbers in table mode (as single
107108
click jumps to an anchor.)
108109
* *REMOVED* support for @:line_numbers => :list@.
109110
* *FIXED* splitting of lines for @:line_numbers => :inline@, so that the line
@@ -211,7 +212,6 @@ h3. @Scanners::Diff@
211212

212213
h3. *RENAMED*: @Scanners::ERB@ (was @Scanners::RHTML@)
213214

214-
215215
h3. @Scanners::HTML@
216216

217217
* *FIXED*: Closes open string groups.
@@ -226,6 +226,10 @@ h3. @Scanners::Java@
226226
* *NEW*: Package names are highlighted as @:namespace@.
227227
See "#210":http://redmine.rubychan.de/issues/210.
228228

229+
h3. *REMOVED*: @Scanners::NitroXHTML@
230+
231+
Nitro is "dead":http://www.nitrohq.com/.
232+
229233
h3. *RENAMED*: @Scanners::Text@ (was @Scanners::Plaintext@)
230234

231235
* *IMPROVED*: Just returns the string without scanning (faster).
@@ -248,7 +252,7 @@ h3. @Scanners::Ruby@
248252
* *IMPROVED* support for singleton method definitions.
249253
See "#147":http://redmine.rubychan.de/issues/147.
250254
* *FIXED*: Don't highlight methods with a capital letter as constants
251-
(eg. GL.PushMatrix).
255+
(eg. @GL.PushMatrix@).
252256
* *NEW*: Highlight buggy floats (like .5) as @:error@.
253257
* *CLEANUP* of documentation, names of constants and variables, state handling.
254258

0 commit comments

Comments
 (0)