From xemacs-m  Mon May  5 17:12:24 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id RAA15016
	for <xemacs-beta@xemacs.org>; Mon, 5 May 1997 17:12:23 -0500 (CDT)
Received: from Corp.Sun.COM ([129.145.35.78]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id PAA27754 for <xemacs-beta@xemacs.org>; Mon, 5 May 1997 15:23:27 -0700
Received: from legba.Corp.Sun.COM by Corp.Sun.COM (SMI-8.6/SMI-5.3)
	id PAA22979; Mon, 5 May 1997 15:12:27 -0700
Received: by legba.Corp.Sun.COM (SMI-8.6/SMI-SVR4)
	id PAA16709; Mon, 5 May 1997 15:12:05 -0700
To: xemacs-beta@xemacs.org
Subject: HTML indention nit
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Date: 05 May 1997 15:12:05 -0700
Message-ID: <bci7mhdh8lm.fsf@corp.Sun.COM>
Lines: 87
X-Mailer: Gnus v5.4.50/XEmacs 20.2(beta4)

Got an automatic indention nit in the HTML autoindention...

First off, if nested unordered lists are now against the rules please
let me know.  Otherwise, when moving to 20.x (ok, ok, I *just* noticed 
this) the indention changes from:

This is the 19.15 example:
-------------------------
    <h3>Version: 2.0.0</h3>
    <ul>
      <li>02/19/97 -- <a href="mailto:Gary.Foster@Corp">Gary F.</a><br>
	CHANGE:
	<ul>
	  <li>Reordered and began restructuring menus
	  <li>Removed dependency on CDE_*_MENU env variables in dtwmrc
	</ul>
	FILES UPDATED:
	<ul>
	  <li>menus/std/cde/dtwmrc
	  <li>menus/std/cde/Print-Selection-Menu
	  <li>menus/std/cde/Programs-Menu
	  <li>menus/std/cde/Utilities-Menu
	</ul>

	<br>

      <li>02/28/97 -- <a href="mailto:Gary.Foster@Corp">Gary F.</a><br>
	CHANGE:
	<ul>
	  <li>Rewrote create_user in Perl.  Modularized code to allow
	    easier maintenance and adding of functionality.
	  <li>Removed dependance on newuser.tar file, copies skeleton
	    dotfiles for new user directly out of the skel directory.
	</ul>
	FILES UPDATED:
	<ul>
	  <li>tools/std/create_user
	</ul>

	<br>


To the following mess...

This is the 20.2-b4 example:
---------------------------
    <h3>Version: 2.0.0</h3>
    <ul>
      <li>02/19/97 -- <a href="mailto:Gary.Foster@Corp">Gary F.</a><br>
	CHANGE:
	<ul>
	  <li>Reordered and began restructuring menus
	  <li>Removed dependency on CDE_*_MENU env variables in dtwmrc
	</ul>
	FILES UPDATED:
	<ul>
	  <li>menus/std/cde/dtwmrc
	  <li>menus/std/cde/Print-Selection-Menu
	  <li>menus/std/cde/Programs-Menu
	  <li>menus/std/cde/Utilities-Menu
	</ul>

	<br>
	  
|	  <li>02/28/97 -- <a href="mailto:Gary.Foster@Corp">Gary F.</a><br>
|	CHANGE:
|	    <ul>
|	      <li>Rewrote create_user in Perl.  Modularized code to allow
|	      easier maintenance and adding of functionality.
|	      <li>Removed dependance on newuser.tar file, copies skeleton
|	      dotfiles for new user directly out of the skel directory.
|	    </ul>
|	    FILES UPDATED:
|	    <ul>
|	      <li>tools/std/create_user
|	    </ul>
|
|	<br>
...
... 

It just keeps nesting the proceeding <ul> entries deeper and deeper
and deeper, ignoring the </ul> entries as far as changing the
indention level.

-- Gary F.

