1.9.2001, Lumir Vanek
======================
1) Added feature:  #449114 Show attributes in tree view

26.8.2001, Lumir Vanek
======================
1) Fixed bug: 451510 element delete bug when Dragdrop
2) Added feature: #449139 Open xmlfile with specified element
3) Added feature: #449124 Shrunk mulitlined contents in tree-view

26.7.2001, Lumir Vanek
======================
1) Changed KXMLEditorApp::m_pActions (pointer) to m_Actions (stardart member)

25.7.2001, Olaf Hartig
======================
1) Renamed all actions in KXMLEditorApp to make them uniform 
2) Added the structure KXMLEditorActions (new file: kxmleditoractions) and moved the pointers to the actions to it. Changed KXMLEditorApp to use this new structure. (This is useful, because i want to move some of the functionality from the mainwindow to the view).

24.7.2001, Olaf Hartig
======================
1) Clearing the path (location) bar with the toolbar button unselects the currently selected element.

24.7.2001, Lumir Vanek
======================
1) Added special characters support. This allow define list of spec. chars, that are not converted
	 using codec, when file is saved, but it's saved as hexa string. For example french oe ligature
	 is saved as &#x153;

23.7.2001, Lumir Vanek
======================
1) Fixed session management bug. Now XML editor load file properly, when session is restored.

2) In KXmlEditorComboAction::~KXmlEditorComboAction() comented deleting m_pCombo, because
	 this cause crash every time, when app. exiting.

21.7.2001, Olaf Hartig
======================
1) Merged the signals
     KXMLEditorView::documentStateChanged and KXMLEditorView::selectedTreeItemChanged
   to
     KXMLEditorView::sigSelectedElementChanged
   and the corresponding slots
     KXMLEditorApp::slotDocumentStateChanged and KXMLEditorApp::slotSelectedTreeItemChanged
   to
     KXMLEditorApp::slotSelectedElementChanged

2) Changed the information flow about the modification of the document
   (added KXMLEditorDoc::sigModified and KXMLEditorApp::slotDocumentModified)

20.7.2001, Olaf Hartig
======================
1) KXmlEditorComboAction handles its combobox now on its own.

2) I removed the special handling of bookmarked elements in the path combobox.
   I removed the signals KXMLEditorView::comboInsertPath and KXMLEditorView::comboRemovePath,
   cause there's no need for them anymore.

3) I renamed the actions in the path toolbar to make them uniform. Now they are:
     path_clear
     path_label
     path_combo
   The file $KDEHOME/share/apps/kxmleditor/kxmleditorui.rc needs to be removed by
   the users.

18.7.2001, Lumir Vanek
======================
1)	Added support for XML encoding. While saving, codec selected based on
		proc. instruction <xml encoding="xxx">.

2)	Transparent KOffice files handling. Added page to Configure dialog, for
		editing list of extensions, that is TarGz files.

