kmhtConvert 0.7.3
=================
- kmhtConvert benefits from the improvements of kio_mhtml
- Added several translation files. Please read the README file

kmhtConvert 0.7.2
=================
- Fixed a infinite loop bug that might appear during email address parcing
 - Added email address to link conversion
 - Added i18n support for messages in html files coming from eml files

kmhtConvert 0.7.1
=================
- kmhtConvert benefits from the improvements of kio_mhtml
- Included Spannish (es) and Russian (ru) translations in the tarball

kmhtConvert 0.7
===============
- Added support for the 'application/x-mimearchive' type
This introduces a lot of code changes and makes patchit v0.4
absolete. Please read the README file
- kmhtConvert adapted to the chages introduced by kio_mhtml 0.3
- khmtConvert now opens WAR files in new tab when
used as MHTML file viewer
- Added --hideInfo (-i) and --hideAttachments (-a)
command line parameters, for EML files
- Added an option to use the last used output folder
for saving files. Its setting is also remembered
- The output folder field is converted to KHistoryCombo,
providing history and completion
- kmhtConvert remembers all 'last used' option settings
- Changed 'Options' to 'MHTML Options'
- Added EML support and 'EML Options' box
- Fixed file creation date format (WAR to MHT converter)
- Fixed title charset issue (WAR to MHT converter)
- String freeze for transators
- Added Greek translation

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
===============
- Code optimazation at the command line part of kmhtConvert
- 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