diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-06-12 09:05:36 +0200 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-06-12 08:03:30 -0600 |
commit | 210a27d8c33634c6b676a8a1d35d5fec98213181 (patch) | |
tree | 572c8613bfcbc31b48f79b3cb6656f5bfc9fc5f9 /docs/versions.html | |
parent | cc4188895be5525fa15c8b64b8338f901eda82fc (diff) |
docs: prefer lowercase html tags
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/versions.html')
-rw-r--r-- | docs/versions.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/versions.html b/docs/versions.html index eb13599550..aa31ffc760 100644 --- a/docs/versions.html +++ b/docs/versions.html @@ -13,15 +13,15 @@ NOTE: Changes for Mesa 6.4 and later are documented in the corresponding </b> -<H1>Mesa Version History</H1> +<h1>Mesa Version History</h1> -<H2>1.0 beta February 1995</H2> +<h2>1.0 beta February 1995</h2> <ul> <li>Initial release </ul> -<H2>1.1 beta March 4, 1995</H2> +<h2>1.1 beta March 4, 1995</h2> Changes: <ul> <li>faster point and line drawing (2x faster) @@ -36,7 +36,7 @@ New: <li>GLUT support </ul> -<H2>1.1.1 beta March 7, 1995</H2> +<h2>1.1.1 beta March 7, 1995</h2> Changes: <ul> <li>Reverted from eval2.c to eval.c due to FPE on Linux @@ -44,7 +44,7 @@ Changes: <li>more Makefile changes </ul> -<H2>1.1.2 beta March 14, 1995</H2> +<h2>1.1.2 beta March 14, 1995</h2> New: <ul> <li>implementation of SGI's blending extensions @@ -60,7 +60,7 @@ Changes: <li>faster transformation arithmetic </ul> -<H2>1.1.3 beta March 31, 1995</H2> +<h2>1.1.3 beta March 31, 1995</h2> New: <ul> <li>gluScaleImage() and gluBuild2DMipMaps() implemented @@ -75,7 +75,7 @@ Changes: <li>more bug fixes </ul> -<H2>1.1.4 beta April 20, 1995</H2> +<h2>1.1.4 beta April 20, 1995</h2> Bug fixes: <ul> <li>missing #define SEEK_SET in src-tk/image.c @@ -95,7 +95,7 @@ New features: <li>Implemented gluPartialDisk() </ul> -<H2>1.2 May 22, 1995</H2> +<h2>1.2 May 22, 1995</h2> Bug fixes: <ul> <li>IRIX 4.x makefile problem @@ -1645,10 +1645,10 @@ Bug fixes: </ul> -<B> +<b> NOTE: Changes for Mesa 6.4 and later are documented in the corresponding <a href="relnotes.html">release notes</a> file. -</B> +</b> </body> |