Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 06c4012

Browse files
author
mikesamuel
committed
fixed a slew of bugs, and removed the caveat regarding entities.
1 parent 5b9bdf5 commit 06c4012

File tree

2 files changed

+42
-4
lines changed

2 files changed

+42
-4
lines changed

CHANGES.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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&amp;lt;y</tt>
32+
instead of <tt>x&lt;y</tt>, and use <tt>&quot;</tt> instead of
33+
<tt>&amp;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>

README.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ <h2>Usage</h2>
6262
}</pre>
6363
</table>
6464

65-
<p>Caveats: please properly escape less-thans. <tt>x&amp;lt;y</tt>
66-
instead of <tt>x&lt;y</tt>, and use <tt>"</tt> instead of
67-
<tt>&amp;quot;</tt> for string delimiters.</p>
68-
6965
<h2>FAQ</h2>
7066
<h3>Which languages does it work for?</h3>
7167
<p>The comments in <tt>prettify.js</tt> are authoritative but the lexer

0 commit comments

Comments
 (0)