
VERSION 1.2


Features:

1. Rebranded as tX - Tabular XML.
2. Compilation under Qt4. 
3. Elements without subelements have a closing "../>" instead of <element></element>.
4. Attribute-value quotes changed from ' to ".
5. New menu icons - some original, some from art.gnome.org.
6. German language translation.
7. A new TAB called "Help Text" provides a generic help-system for XML-Files.
   In this TAB it is possible to show a kind of user documentation:
   If either the working-directory or the directory of the current xml file 
   has a sub-directory with the name of the DTD,
   a right-click on an element (<element_name>) will
   load and display a file called "element_name.html" in the QTextBrowser-Widget.
   A right-click on the attribute (attribute-name="...") will jump to the
   "element_name.html#attribute_name" section of the html help file.


Bug Fixes:

1. Comments that contain "-" characters are replaced with "~" characters to work around
   a Qt XML parsing anomaly.
2. Fixed insufficient padding around cells.


-------------------------------------------------


VERSION 1.1


Features:

1. ability to open currently opened file in external text editor


Bug Fixes:

1. save no longer forces scroll position to the top
2. single line cell styles now correctly dimensioned


-------------------------------------------------


VERSION 1.0

Features:

 1. optional word wrap on cells, set in preferences
 2. flattened display so that all elements are indented within a single column
 3. error/warning log with ability to open problem file in a text editor
 4. expandable/retactable hierarchy
 5. undo/redo
 6. recent files
 7. export to html with css
 8. cut and paste as xml text
 9. online help linked in menu
10. support for various encodings
11. cross platform support for Linux, Windows, and Mac OS X
12. improved find and replace


-------------------------------------------------


VERSION 0.2


Features:

1. single tag DTD editable (multi-tag inline DTD is still not supported - no one uses 
   this kind of DTD anyway)
2. preference settings for fonts and colors
3. saved last window dimensions and last opened directory
4. open files by drag to icon or by command line (ie.  teddy file1.xml file2.xml ... 
   .xml )


Bug Fixes:

1. library <math.h> explicitly included in teddy.cpp because some compilers do not 
   implicitly include it  (Discovered by: Roberto Rosselli Del Turco)
2. corrected Mac OS X version to build statically w/o library dependencies  
   (Discovered by: Johannes la Poutré)
3. html exported xml now properly shows tab characters in CDATA and text cells



