kmhtConvert 0.6
===============
- kmhtConvert adapted to the chages introduced by kio_mhtml 0.2
- MHT files always contain the "Content-Disposition:" header field
for faster decoding (WAR to MHT converter)


kmhtConvert 0.5
===============
- kmhtConvert adapted to the chages introduced by kio_mhtml
- The title of the index.html file in the WAR file
is now correctly parsed (WAR to MHT converter)
- Fixed an error in Content-Type assignment for JavaScript
files, that generated corrupted MHT files (WAR to MHT converter)
Thanks to Leo Savernik at kfm-devel
- The mht files created with kmhtConvert are now valid Windows/DOS
documents (lines end with '\n\r')

kmhtConvert 0.4
===============
- Added 'Options' field
- Added 'About' window
- Fixed a bug in the MHT to WAR converter that lead to
a crush when the MHT file contained more than 5 files.
- Fixed a file name assignment bug in the WAR to MHT 
converter, that appeared when more than a HTML file
was present in the WAR file.

kmhtConvert 0.3
===============
- basic gui available
- added konqueror service menus for mht and war files.
- removed the --reverse (-r) command line parameter.
The program uses the right converter based on the
input file's extension.
- mht files contain the creation date of the war file
- QT progress bar replaced by KDE progress bar in the
default window for mht conversion.
- minor code changes

kmhtConvert 0.2
===============
- fixed 'QDir::remove: Empty or null file name' error message
- added War to mht converter
- GUI not ready yet