tdtd Change Log
===============
$Id: changelog.txt,v 1.3 1998/05/24 18:50:36 tkg Exp $

Revision 0.5, May 25, 1998
============================

tdtd.el
-------

Added dtd-etags stuff and syntax table stuff.

Moved dtd-mode definition here since finally got autoload to work.

Added more variable and function comments, changed many hard-coded
strings to values computed from variables, and changed many of the
variables for indent columns to be column at which to leave point and
used (1- value) when computing prefix strings, etc.

Changed all tdtd- to dtd- in variable and function names since using
the mode name, not the package name, as the prefix is the preferred
elisp style.

Moved turning font lock on out of dtd-mode definition so user has a
choice.

Changed most setq to defvar so user can override in their .emacs file.

Added some XML smarts, including autodetection of XML Declaration.

Added dtd-indent-tabs-mode to control setting indent-tabs-mode on
entering dtd-mode.

tdtd-font.el
------------

Changed all tdtd- to dtd- to match mode name.

Added more regular expressions for font lock of processing
instructions.

Changed order of parameter entity font lock regular expression so
"<!ELEMENT %pe;" works properly.


Revision 0.4, April 21, 1998
============================

tdtd-font.el
------------

Added \\b...\\b around reserved word regular expression so only
matches on whole words, not on reserved words appearing within words.
Required rearranging regular expression for reserved words starting
with '#' plus '(ENR)', '(WWW)', '+//', '-//', and '//'.

Added '(WWW)' and 'xml' as reserved words


Revision 0.3, December 14, 1997
===============================

tdtd.el
-------

Fixed bug with lines with just "-->" in tdtd-insert-mdc.  Started
playing with tdtd-fill-paragraph.

tdtd-font.el
------------

Added XML as keyword, added XML PI, XML-style element declaration,
SHORTREF declaration, and USEMAP declaration.

