|
| 1 | +<html> |
| 2 | + <head> |
| 3 | + <title>Change Log</title> |
| 4 | + </head> |
| 5 | + <body> |
| 6 | + <a style="float:right" href="README.html">README</a> |
| 7 | + <h1>Change Log</h1> |
| 8 | + <h2>29 March 2007</h2> |
| 9 | + <ul> |
| 10 | + <li>Added <a href="tests/prettify_test.html#PHP">tests</a> for PHP support |
| 11 | + to address |
| 12 | + <a href="http://code.google.com/p/google-code-prettify/issues/detail?id=3" |
| 13 | + >issue 3</a>. |
| 14 | + <li>Fixed |
| 15 | + <a href="http://code.google.com/p/google-code-prettify/issues/detail?id=6" |
| 16 | + >bug</a>: <code>prettyPrintOne</code> was not halting. This was not |
| 17 | + reachable through the normal entry point. |
| 18 | + <li>Fixed entity handling so that the caveat |
| 19 | + <blockquote> |
| 20 | + <li>Fixed |
| 21 | + <a href="http://code.google.com/p/google-code-prettify/issues/detail?id=4" |
| 22 | + >bug</a>: recursing into a script block or PHP tag that was not properly |
| 23 | + closed would not silently drop the content. |
| 24 | + (<a href="tests/prettify_test.html#issue4">test</a>) |
| 25 | + <li>Fixed |
| 26 | + <a href="http://code.google.com/p/google-code-prettify/issues/detail?id=8" |
| 27 | + >bug</a>: was eating tabs |
| 28 | + (<a href="tests/prettify_test.html#issue8">test</a>) |
| 29 | + <li>Fixed entity handling so that the caveat |
| 30 | + <blockquote> |
| 31 | + <p>Caveats: please properly escape less-thans. <tt>x&lt;y</tt> |
| 32 | + instead of <tt>x<y</tt>, and use <tt>"</tt> instead of |
| 33 | + <tt>&quot;</tt> for string delimiters.</p> |
| 34 | + </blockquote> |
| 35 | + is no longer applicable. |
| 36 | + <li>Added noisefree's C# |
| 37 | + <a href="http://code.google.com/p/google-code-prettify/issues/detail?id=4" |
| 38 | + >patch</a> |
| 39 | + <li>Added a <a href="http://google-code-prettify.googlecode.com/files/prettify-small.zip">smaller distribution</a> that has comments and |
| 40 | + whitespace removed to reduce download size from 45.5kB to 12.8kB. |
| 41 | + </body> |
| 42 | +</html> |
0 commit comments