diff options
| author | murphy <murphy@rubychan.de> | 2010-04-02 01:53:38 +0000 |
|---|---|---|
| committer | murphy <murphy@rubychan.de> | 2010-04-02 01:53:38 +0000 |
| commit | b9377ad2633d5f7de92b339f1ad28b11942adfe3 (patch) | |
| tree | 759095552fbebb6b01c2fcd9c8398d97237a5e81 /Changes.textile | |
| parent | 1de8e57c915561e0c5ce7e98e8760c7e7ad0a38e (diff) | |
| download | coderay-b9377ad2633d5f7de92b339f1ad28b11942adfe3.tar.gz | |
New HTML Encoder option :line_number_anchors (closes #208).
Also removed the :list wrapping style, and made a lot of cleanup in the styles. See Changes.textile.
Diffstat (limited to 'Changes.textile')
| -rw-r--r-- | Changes.textile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 7e1aa49..8ffb8f0 100644 --- a/Changes.textile +++ b/Changes.textile @@ -30,6 +30,15 @@ h3. @Encoders::CommentFilter@ h3. @Encoders::HTML@ * *CHANGED* the default style to @:alpha@. +* *NEW*: HTML 5 and CSS 3 compatible, IE incompatible. + See "#215":http://redmine.rubychan.de/issues/215. +* *ADDED* support for @:line_number_anchors@. + See "#208":http://redmine.rubychan.de/issues/208. +* *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 + numbers don't get colored, too. h3. @Encoders::Terminal@ |
