22nd Aug '09
- improvements
	- remove some uncessary debugging messages written to console

- bugs/bug fixes
	- bug 203812 remove possible compilation error related to phread


15th June '08
- improvements
	- tidy up license headers, and update author's email address
	- reformat the ChangeLog file

- bugs/bug fixes
	- fix the timing command and present valid timing details
	- fix the walk command and actually walk at the speed requested



22 May '08
- improvements
	- cleanup the formatting of header files
		- removing redundant documentation
		- remove unnecessary extern "C" declarations
		- add a documentation for a few API elements
	- update the license header for file_cmds.c
	- remove extra white space from function declarations


18 May '08
- bugs/bug fixes
	- fix expansion of "~" prefix in source/data/output/workdir names provided in configuration dialog
	- fix autoloading of configuration, do not autoload configuration if command line options are provided to KXSLDbg
	- remove useless "Help", "Refresh" and "Apply" buttons from the inspector dialog
	- fix the consistancy of text labels in dialogs, eg "File name" -> "File Name"
	- fix crash in kxsldbg plugin for Quanta when the menu "Run ... KXSLDbg is used many times
	- fix the logic for deciding if need to go to shell prompt because command line did not specify source and data files to debug
	- fix the "cwd" (cd)  option, convert all relative paths to absolute paths and change to this absolute directory at the start of each run



17 May '08
- improvements
	- refactor how options are serialized (make use of QAbstractTableModel subclass)
	- refactor how libxslt parameters are processed and presented to user in kxsldbg's configuration dialog 
	- automatically load/save configuration for next session of *xsldbg products



4 May '08
- improvements
	- improve xsldbg's option and setoption commands
	- add cwd and comment options to xsldbg


 
20th Aril '08
- improvements
	- delparam command in xsldbg, now specify the param name (PARAM_NAME) and well as the param id (PARAM_ID)



15th April '08
- bugs/bug fixes
	- fix crash introduced by fix for bug 160765
	- fix valgrind warning an assign "noout" before use
	- fix minor bug, "Step Down" command was actually mapped to the step command



14th April '08
- improvements
	- Shorten the 'Reload" button tooltip



13 April '08
- bugs/bug fixes
	- integrate to this branch the fix for BUG 160765

- improvements
	- File names can now be edited in configuration dialog to supply file names/URIs with the supported prefixes :
   "~", "file:/",  "http://" and "ftp://"



12 April '08
- bugs/bug fixes
	- integrate to this branch the fix for BUG 160730



11 April '08
- improvements
	- do not show the configuration dialog upon startup



05 April 08
- improvements
	- fix compilation problems, correct dependacy rules and ensure that kxsldbgpart is built first
	- more porting to KDE 4.x, work nearly done. remove all dependacies on Qt 3 classes
	- TODO fix up all the badly formatted source files
	- try again with DBus connections via  the qt4_add_dbus_interface macro in CMakeLists.txt
	- checkin missing kxsldbgpart/org.kde.kxsldbg.kxsldbg.xml
	- remove the redundant global variables dialog
	- as part of porting auto resize the inspector contents after 500ms from the last change notification from xsldbg
	- forward port the fix for bug 160085:
	     Entities in XML document are not listed and unable to set breakpoints on nodes in extenal Entites (both xsldbg and kxsldbg)
	- correct my details in libxsldbg's license headers
	- correct my details in the author tags for kxsldbgparts's .ui files
	- fix type in xsldbgconfig.ui , Oprtion -> Options



15 March '08
- improvements
	- noticed that setting variables caused a crash, fixed
	- removed unhelpful "Invalid line number" warning  



09 March '08
- improvements
	- try again, and play nicely with the qt4_add_dbus_adaptor macro in CMakeLists.txt

- bugs/bug fixes
	- add missing kxsldbg icons
	- correct #include of xsldbgwalkspeed header file
	- Note: A clean build is required to cleanup any stale temporary files, eg .moc files
	- apply bug fix for crash when using newer versions of libxml/libxslt: bug #450549 (debian bug system) 



03 March '08 
- improvements
	- port DCOP messages/signals to DBUS
- bugs/bug fixes
	-  connect editor related signals so that "cursor" moves to the correct line during debugging
	- fix display of marks during debugging
