This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: gcc-3.1/changes.html


Use <h2> instead of nested lists to improve structure.

Installed.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.10
diff -u -3 -p -r1.10 changes.html
--- changes.html	12 Apr 2002 19:27:39 -0000	1.10
+++ changes.html	17 Apr 2002 12:31:48 -0000
@@ -11,14 +11,14 @@
 <body>
 <h1>GCC 3.1 Changes, New Features, and Fixes</h1>

-<ul>
-  <li>General Optimizer Improvements
+<h2>General Optimizer Improvements</h2>
+
   <ul>
     <li>dummy</li>
   </ul>
-  </li>

-  <li>New Languages and Language specific improvements
+<h2>New Languages and Language specific improvements</h2>
+
   <ul>
     <li>A few more <a href="c99status.html">ISO C99 features</a>.</li>
     <li>The preprocessor is 10-50% faster than the preprocessor in GCC
@@ -53,9 +53,9 @@
         <a href="http://gcc.gnu.org/onlinedocs/g77_news.html";>the Fortran
         documentation</a>.</li>
   </ul>
-  </li>

-  <li>New Targets and Target Specific Improvements
+<h2>New Targets and Target Specific Improvements</h2>
+
   <ul>
     <li><a href="http://www.suse.com";>SuSE Labs</a> developers Jan
     Hubicka, Bo Thorsen and Andreas Jaeger have contributed a port to
@@ -71,18 +71,10 @@
     href="http://developer.axis.com/";>developer.axis.com</a> for technical
     information.</li>
   </ul>
-  </li>
-
-  <li>Documentation improvements</li>
-
-  <li>Other significant improvements</li>
-</ul>
-
-<h2>Specific Fixes</h2>
-
-<ul>
-  <li>dummy</li>
-</ul>
+
+<h2>Documentation improvements</h2>
+
+<h2>Other significant improvements</h2>

 </body>
 </html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]