-*-Mode: Outline-*-

* New in 0.??:

** New commands:
	\addvspace (ignored), \newcounter, \setcounter, \addtocounter,
	\stepcounter, \refstepcounter, \value, \arabic, \Roman, \roman,
	\alph, \Alph, \fnsymbol (produces numbers instead of footnote
	symbols), \hrule (TeX command, but for compatibility), \linebreak,
	\fbox (frame box doesn't get drawn), \raggedright (ignored),
	\flushright, \flushleft, \copyright, \quad, \qquad

	The accent commands are now supported to the degree that HTML
	can emulate them.  In particular, \', \`, \^, \", and \c should
	work fine on the characters that are accented in European languages
	(HTML does not support accents on arbitrary characters).

** New environments:
	bfseries, mdseries (noop), rmfamily (noop), ttfamily,
	sffamily (noop), upshape (noop), itshape, slshape (noop),
	scshape (noop)

** New math commands:
	\Leftarrow, \leftarrow, \Rightarrow, \emptyset, \ge, \geq, \gg,
	\langle, \le, \leftarrow, \leq, \ll, \mathbf, \mathcal, \mathit,
	\mathrm, \mathsf, \mathtt, \mu, \nonumber, \rangle, \rightarrow,
	\times, \wedge

** New math environments:
	eqnarray, eqnarray*

** Bug fixes:
	dlh no longer crashes on documents with a large number of
	cross references (like 256 or more)

	dlh no longer crashes when jumping sectioning levels (e.g.,
	going from \chapter to \subsection).

	dlh now honors TEXINPUTS when searching for PostScript figures.

	The "tabbing" environment now works almost exactly the same way
	as in LaTeX.  The major difference is that \kill lines are
	completely ignored (due to HTML table braindamage).

	The "flushleft" and "flushright" environments now work the way
	they're supposed to (uses the <div> tag).

* New in 0.7:

dlh now has a man-page!  Try "nroff -man src/dlh.man" if you can't
wait (but do a "make install" to get the final man page).

There is now some _rudimentary_ math support.  See test.tex for more
info.  Math support is very much under development, still, so don't
expect polished results just yet.

** General improvements:
	dlh now generates title tags based on the document/section name.
	If the document contains a bibliography/references, then dlh generates
	a "References" button in the navigation bar.

** New commands:
	\-, \LaTeX, \TeX, \cdot, \char, \copyrightspace{} (proc class),
	\hfill, \htmladdnormallinkfoot{}{}, \htmladdnormallink{}{}, \pm
	\sc, \symbol{}, \textit{}, \textrm{}, \textsc{}, \textsf{}, \textsl{},
	\texttt{}, \textup{}, \thispagestyle{}, \times, \url (html style)

** New environments:
	abstract, figure*, flushleft, flushright, table*, math, displaymath,
	equation

** Improved commands:
	\documentstyle and \documentclass are now implemented by reading
	the corresponding .cls file.  E.g., \documentclass{article} causes
	dlh to read in the first file named article.cls that it finds
	when searching along the directory list specified in DLHINPUTS.
	This makes it much easier to support new document styles.

	Similarly, \usepackage (or style options in \documentstyle) now
	cause dlh to search for an appropriate style file (it searches
	along DLHINPUTS).  If such a style file does not exist, dlh ignores
	the option quietly (unless --verbose is in effect).

** Bug fixes:
	\mbox{\tt foobar} now works properly.
	\maketitle is evaluated inside anonymous environment to limit
	scope of font changing commands etc.
	Bogus \multicolumn arguments now cause error message, not a segfault.
	Comment line terminated by EOF no longer causes a segfault.
	A malformed argument count no longer causes \[re-]newcommand to
	crash.
	\% is no longer mistaken as the start of a comment.
	@{} formats in tabular specs are now handled properly.

* New in 0.6:

** New commands:
	\appendix \noindent
	Starred versions of sectioning commands (\section*{}, \chapter*{} etc.)

** Improved commands:
	\documentstyle and \documentclass now keep track of style.  Allows
	to make commands style-sensitive.

	Bibliography is now labeled "Bibioliography" for all styles other
	than article.

** Bug fixes.

* New in 0.5:

** LaTeX/BibTeX citations are supported now.

** \cr is gone again: it didn't work as it was supposed to and since it's
  a TeX command for which there is a perfectly good LaTeX alternative
  (\\), I dropped it.

** New commands:
	\emph{}, \textbf{}, \P (paragraph sign), \S (section sign),
	\part*{}, \section*{}, \subsubsection*{}, \subparagraph*{},
	\chapter*{}, \subsection*{}, \paragraph*{}
	\newblock, \bibitem[]{}, \cite[]{}, \nocite{}

** New environments:
	quotation (treated like quote)
	thebibliography

* New in 0.4:
** Package has been renamed to dlh.

** Autoconfiguration added.
	dlh now builds and works on non-Linux platforms, too.

** Internationalization support.
	Besides English, Chinese and German error messages are supported
	now.

** New commands:
	\bitskip, \medskip, \smallskip, \cr, \par, \vspace*, \hspace*

** New environments:
	flushleft (with lossage), flushright (with lossage).

** Bug fixes.

* New in 0.3:
** Option support added.
** Bug fixes.
