[armedbear-cvs] r13741 - public_html

mevenson at common-lisp.net mevenson at common-lisp.net
Tue Jan 10 14:04:25 UTC 2012


Author: mevenson
Date: Tue Jan 10 06:04:24 2012
New Revision: 13741

Log:
Correct to valid XHTML.

Modified:
   public_html/release-notes-0.13.shtml
   public_html/release-notes-0.14.shtml
   public_html/release-notes-0.15.shtml
   public_html/release-notes-0.16.shtml
   public_html/release-notes-0.17.shtml
   public_html/release-notes-0.18.shtml
   public_html/release-notes-0.19.shtml
   public_html/release-notes-0.20.shtml
   public_html/release-notes-0.21.shtml
   public_html/release-notes-0.22.shtml
   public_html/release-notes-0.23.shtml
   public_html/release-notes-0.24.shtml
   public_html/release-notes-0.25.shtml
   public_html/release-notes-0.26.shtml

Modified: public_html/release-notes-0.13.shtml
==============================================================================
--- public_html/release-notes-0.13.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.13.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -6,7 +6,7 @@
   <title><!--#include virtual="project-name" --></title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<style>
+<style type="text/css">
 dt { font-size: 110%; font-weight: bold }
 dd { }
 </style>

Modified: public_html/release-notes-0.14.shtml
==============================================================================
--- public_html/release-notes-0.14.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.14.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -6,7 +6,7 @@
   <title><!--#include virtual="project-name" --></title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<style>
+<style type="text/css">
 dt { font-size: 105%; font-family: sans-serif; font-weight: bold }
 dd { }
 </style>

Modified: public_html/release-notes-0.15.shtml
==============================================================================
--- public_html/release-notes-0.15.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.15.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -6,7 +6,7 @@
   <title><!--#include virtual="project-name" --></title>
   <link rel="stylesheet" type="text/css" href="style.css"/>
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<style>
+<style type="text/css">
 dt { font-size: 105%; font-family: sans-serif; font-weight: bold }
 dd { }
 </style>
@@ -59,8 +59,7 @@
 <dl style="margin-left:3cm;width:20cm">
   <dt>Fixed special bindings un-binding in compiled code for
    MULTIPLE-VALUE-BIND, LET, LET*, PROGV and function bodies</dt>
-  </dt>
-  <dd>Special bindings now will get unbound even in case of (non-Lisp)
+   <dd>Special bindings now will get unbound even in case of (non-Lisp)
       exceptions.
   </dd>
   <dt>Reduced ANSI failures in interpreted mode</dt>

Modified: public_html/release-notes-0.16.shtml
==============================================================================
--- public_html/release-notes-0.16.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.16.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -47,7 +47,7 @@
   <dt>Various performance improvements</dt>
 </dl>
 
-
+</div>
 
 
 

Modified: public_html/release-notes-0.17.shtml
==============================================================================
--- public_html/release-notes-0.17.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.17.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -51,6 +51,7 @@
     options).</dd>
 </dl>
 
+</div>
 
 
 

Modified: public_html/release-notes-0.18.shtml
==============================================================================
--- public_html/release-notes-0.18.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.18.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -53,7 +53,7 @@
     being unused were incorrectly not GC-ed. This has now been resolved.</dd>
 </dl>
 
-
+</div>
 
 
 

Modified: public_html/release-notes-0.19.shtml
==============================================================================
--- public_html/release-notes-0.19.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.19.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -41,7 +41,7 @@
 </dl>
 
 
-
+</div>
 
 
 <div style="float:left;width:100%">

Modified: public_html/release-notes-0.20.shtml
==============================================================================
--- public_html/release-notes-0.20.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.20.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -35,7 +35,7 @@
   <dd>Several bugs have been fixed and many small speed improvements have been introduced.</dd>
 </dl>
 
-
+</div>
 
 
 

Modified: public_html/release-notes-0.21.shtml
==============================================================================
--- public_html/release-notes-0.21.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.21.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -35,6 +35,8 @@
   <dd>Including a few fixes on how certain objects are printed, a MACROLET bug, and support for JSR-223 with Java 1.5. Consult the CHANGES file distributed with ABCL for more details.</dd>
 </dl>
 
+</div>
+
 
 
 

Modified: public_html/release-notes-0.22.shtml
==============================================================================
--- public_html/release-notes-0.22.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.22.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -34,6 +34,7 @@
 </dl>
 
 
+</div>
 
 
 <div style="float:left;width:100%">

Modified: public_html/release-notes-0.23.shtml
==============================================================================
--- public_html/release-notes-0.23.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.23.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -55,7 +55,7 @@
 
 </dl>
 
-
+</div>
 
 
 <div style="float:left;width:100%">

Modified: public_html/release-notes-0.24.shtml
==============================================================================
--- public_html/release-notes-0.24.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.24.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -49,7 +49,7 @@
   </dd>
 
 </dl>
-
+</div>
 
 
 

Modified: public_html/release-notes-0.25.shtml
==============================================================================
--- public_html/release-notes-0.25.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.25.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -55,7 +55,7 @@
     the situation.
   </dt>
 </dl>
-
+</div>
 
 
 

Modified: public_html/release-notes-0.26.shtml
==============================================================================
--- public_html/release-notes-0.26.shtml	Tue Jan 10 00:13:11 2012	(r13740)
+++ public_html/release-notes-0.26.shtml	Tue Jan 10 06:04:24 2012	(r13741)
@@ -52,7 +52,7 @@
     since 0.25.
   </dt>
 </dl>
-
+</div>
 
 
 




More information about the armedbear-cvs mailing list