* 1.9.4

API : 

- add a DocumentInfo objet inside the current XMLContainer for improving the document action management (loading/saving with the good filter, default DTD...)
- Each time a document is updated, the cursor is located before the first tag and the current editor gets the focus
- SystemHelper for completion on comment, cdata and system part
- Document integrity available inside the XMLContainer for avoiding to save a bad XML document, or to avoid user to corrupt tags
- All default action return a boolean inside the notifyAction method showing if no error has been met
- Features have been added on actions
- A comment is removed when no content is found
- A toolkit has been added for editing easily single file (com.japisoft.xmlpad.toolkit.SingleDocumentEditor)

Bugs fixed : 

- Undo was available for a new document
- Old DTD completion was reused for new document without DTD
- Syntax coloration for comments was bad for multiple empty lines
- Parsing was not validating for a document with a DTD
- Formatting could create attribute duplicata
- User could insert a comment inside a tag
- Comments were only on one line

* 1.9.3

API :

- Add entity, element completion for DTD
- Default DTD and root element property
- Error popable property
- Add helper API 

Bugs fixed : 

- Relative DTD is now possible
- New document will reset the document location

* 1.9.2

API :

- Adds a new action model (better action control and invokation)
- Add save action
- Add properties support for the toolbar
- Add sample for applet, jsp
- Container state available
- Support for coloring custom tag, attribute or namespace prefix

Bugs fixed :

- Fixed cut,copy,paste under JDK1.4.1
- Fixed removing tree
- Fixed autoClosing with bad cursor location

* 1.9.1 

Bugs fixed :

- fixed tree selection
- fixed formatting with DTD declaration
- fixed splitting with parinsg errors
- fixed static usage for multiple XMLContainer usage
- fixed format action
