- better way how to attach objects to a XUL element. All nodes must be
copied before insertion to the document. Original implementation used three
different objects and corresponding attributes in xuljet XML namespace to
mark elements with attachments. Now every node with some attached
objects have property named "attachedobjects" where xuljet and programmers
can place own data. This elements are marked with attribute named
"xuljet:attachedObjects". Processing of elements is easier now.
- datepickers in forms, an example in demo application
- xuljet.isJitEnabled()
- use binding in demo.Main
- minor changes in formatting
-- Pavel