v0.6.2-Final  06/18/04
----------------------------------------------------------------------------
    * Updated translations.

v0.6.2-RC     05/18/04
----------------------------------------------------------------------------
    * Patch from Thomas Eschenbacher <Thomas dot Eschenbacher at gmx dot de> for to
      enable navigation with the mouse within the slideshow.
    * Updated 'admin' directory from KDE CVS.
    * OpenGL configure check for Slideshow Plugins by Stefan Hellwig 
      <stefan at stefanhellwig dot de>.
    * Added 'Non proportional' option in BatchResizeImages plugin.
    * Renamed 'Basic resizing' feature to 'Proportional (1 dim)' in
      BatchResizeImages plugin. Added 'Proportional (2 dim)' option.
    * Added TimeStamp changing capabilities in BatchRenameImages plugin.
    * Added Multi-Albums items treatements at a same time in BatchProcessImages
      plugins.
    * Added File images preview in BatchProcessImages dialog plugins.
    * Added Drag & drop capabilities in BatchProcessImages plugins.
    * Added options dialog for BatchRenameImages plugin.
    * Improved BatchProcessImages plugins implementation : added common parent
      template dialog class for BatchProcessDialog children implementation. That
      improve the compilation time and reduce the source code.
    * Tag CVS for export digikamplugins to LIB_KIPI module on KDE CVS.
    * Added progress dialog during K3b project creation in CDArchiving plugin.
    * Improved BatchProcessImages plugins implementation : added common parent
      class for BatchProcessDialog items.
    * Added processing in different folder capability in 'BatchBorderImages',
      'BatchColorImages', 'BatchEffectImages', and 'BatchFilterImages' plugins.
    * Bugfix in BatchResizeImages, BatchConvertImages, and BatchRecompressImages
      plugins : missing 'KDialogBase::closeEvent()' fonction call with testing if
      process under progress before closing the dialog.
    * Bugfix in BatchResizeImages plugin : missing 'KConfig::sync()' fonction
      call during the saving parameters process.
    * Move TipOfDay from DigikamPlugins module to Digikam3 module.
    * Patch from Marcel Wiesweg <marcel.wiesweg@gmx.de> for JPEGLossLess plugin
      about a bug in libexif 0.5.12 : sometimes, EXIF informations aren't shown.
    * Added 'prepare to print' capabilities in BatchResizeImages plugin.
    * Added multithreading implementation in FindDuplicateImages plugin
      by Richard Groult.

v0.6.1-Final    04/05/04
----------------------------------------------------------------------------
    * Fix image name in HTML code for ImagesGallery plugin.
    * Fix gzip compression for MpegEncoder manual.
    * Update i18n (*.po and *.desktop files).
    * Prepared Dutch translations files.
    * Added Polish translations by Anna Sawicka.
    * Fixed UTF-8 encoding in *.desktop files by Janusz.

v0.6.1-RC	03/21/04
----------------------------------------------------------------------------
    * In CDArchiving plugin, using the Koffice 1.3 SGML parsing instead basic
      current fonction for K3b XML project creation file.
    * Bugfix in ImagesGallery, and CDArchiving plugins:
      when an image is resized and if many originals images file name
      (without extension) are similar (like toto01/foo01.png and
      toto02/foo01.jpg) the target resized image is truncated. The problem is
      solved in adding the original file extension in the target resized image file name.
    * Added images resizing error dialog in ImagesGallery plugin.
    * Added drag & drop capability in Sendimages and MPEGEncoder plugins.
    * Added border images color and size options in CDarchiving and ImagesGallery
      plugins.
    * Bugfix in CdArchiving and ImagesGallery: added fonction for to parse and
      fix the Albums and images comments in according with the HTML syntax.
      The code is come from Kofice 1.3.
    * Bugfix in BatchProcessImages plugins reported by Charles Bouveyron:
      the option 'Remove Original' must be disable when the option
      'Overwrite mode' is 'Always OverWrite'.
    * Added new plugin (comeback and rewrite): BatchResizeImages.
    * Added new plugin (comeback and rewrite): BatchRecompressImages.
    * Bugfix in SendImages plugin:
      when an image is resized and if many originals images file name
      (without extension) are similar (like toto01/foo01.png and
      toto02/foo01.jpg) the target resized image is truncated. The problem is
      solved in adding the album name and the original file extension in the target
      resized image file name.
    * Added capabilities for add/remove images on the email images list in
      Sendimages plugin.
    * Added frame dialog style in Sendimages dialog plugin.
    * Added frame dialog style in AcquireImages dialog plugin.
    * In FindDuplicateImages plugin, added using Digikam thumbnails method in
      DisplayCompare dialog for images files preview instead Qimage operations.
    * Added preview of first Album image in ImagesGallery, CDArchiving,
      FindDuplicateImages, and AcquireImages dialog plugins.
    * Bugfix in ImagesGallery, CDArchiving, and FindDuplicateImages dialogs:
      crash when none album is selected in the main window.
    * Added first Multi-thread implementation in ImageGallery plugin for
      images resize process.
    * Removed all plugins menu shortcuts in according with future KDE images
      management library plan.
    * Added Quanta and Screem support in ImagesGallery plugin.
    * Bugfix in ImagesGallery and CDArchiving plugins about bad thumnails filename
      extention in HTML navigation mode.
    * Fix Kgamma starting error code when Kgamma control pannel isn't installed.
    * Sources codes revamped in according with Renchi tips.
    * Added support of Digikam thumbnails interface for image preview in
      'MpegEncoder' plugin .
    * Added Amaya support in 'ImagesGallery' plugin.
    * Fix the number of items in 'CDArchiving', 'ImagesGallery', 'AcquireImages'
      'FindDuplicateImages' dialog plugins.
    * BugFix in 'MpegEncoder': Up/Down image operation in KListBox don't use
      the dynamic QListBoxText allocation.
    * Removed 'GammaCorrection' plugin in according with Renchi. Moved KDE
      control pannel Gamma correction call in 'MiscsOperations' plugin.
    * Rewrited the source code of 'ScreenshotImages' plugin from Knapshot : support
      now the virtual desktop. Old Pixie+ code removed.
    * Added Tips Of Day option in 'MiscOperations' plugin.
    * Fix bad original implementation from Pixie+ in 'ScreenshotImages' plugin. The code
      is very improved now.
    * Bugfix in 'FindDuplicateImages', 'AcquireImages', 'CDArchiving', and 'ImagesGallery'
      plugins: add check for the target Album validity in according with the Album choise
      in the dialogs.

v0.6.0-Final	08/02/04
----------------------------------------------------------------------------
    * Added target image filename auto-incrementation index in 'AcquireImages' plugin.
    * Added 'ScreenShotImages' part in 'AcquireImages' plugin.
    * Rename 'ScanImages' to 'AcquireImages' plugin for to add future screenshot capture
      plugin parts.
    * Bugfix in MpegEncoder: in according with a bug in mp2enc binary programm from MJpegTools
      about long file names support (82 char max.), this plugin use now a short tmp sub-folder
      name in KDEtmp folder.
    * Added Kcontrol/Kgamma acess in 'GammaCorrection' plugin.

v0.6.0-RC2	01/31/04
----------------------------------------------------------------------------
    * Added 'Gillo', 'Opera', 'Netscape' support in ImageGellery plugin for HTML page preview.
    * Added image preview in 'ScanImages' plugin.
    * Added TIFF, PPM, BMP file formats support in 'ScanImages' plugin.
    * JPEGLossless plugin revamped (removed all non-lossless operations,
      threaded conversion routines, no imlib dependency)
    * OpenGL based slideshow transitions added
    * Updating *.desktop files in according with ShowImg project (fix Comments and Names).
    * Using KSqueezedTextLabel class instead Qlabel in 'CDArchiving', 'ImagesGallery', and
      'ScanImages' dialogs.
    * Added Danish i18n.
    * Patch from Grgory Kokanosky <gregory.kokanosky@free.fr> for 'ImagesGallery' plugin:
      fix problem about long comments in the Albums HTML pages.
    * Add new plugins group 'MiscsOperations' by Grgory Kokanosky <gregory.kokanosky@free.fr>
    * Fix support of Mozilla/Netscape/Thunderbird mail agents in SendImages plugin
      in according with the tips of Oliver Doer.
    * New plugin 'EffectImages' in 'BatchProcessImages' -> Under development
      -> Released with Digikam 0.6.1.
    * New plugin 'ColorImages' in 'BatchProcessImages' -> Under development
      -> Released with Digikam 0.6.1.
    * New plugin 'FilterImages' in 'BatchProcessImages' -> Under development
      -> Released with Digikam 0.6.1.
    * Patch from Grgory Kokanosky <gregory.kokanosky@free.fr> : ImagesGallery plugin
      have now a good Navigation mode between images.
    * Patch from Achim Bohnet : PrintWizard plugin can compiles without Qt backward
      compatibility headers.
    * New plugin 'BorderImages' in 'BatchProcessImages' -> Under development
      -> Released with Digikam 0.6.1.
    * Merge 'RenameImages' and 'ConvertImages' plugins in 'BatchProcessImages' plugin.
    * Added Help link to the Handbook in all plugins (except JPEGLossLess).
    * Merge menu action for 'RAWConverter', 'CommentsEditor', 'RenameImages', and 'ConvertImage'
      plugins in 'Batch' submenu.
    * Fixed a visible problem with current Album in 'ImageGallery' and 'CDarchiving'.
    * Bugfix in 'ScanImages' plugin for TIFF file format support
    * New plugin 'RenameImages' -> Under development -> Released with Digikam 0.6.1.
    * Bugfix in 'ScanImages' plugin : Update the items number in current selected Albums
      if many images are scanned during the plugin session.
    * Bugfix in 'MPEGEncoder' plugin : added a test when is removed temporary folder before
      closing dialogbox.
    * Bugfix in 'PrintWizzard' plugin : added PID process for temporary file creation ->
      solve possible multiples Digikam instances conflic.

v0.6.0-RC1	11/27/03
----------------------------------------------------------------------------
    * Added Album creation capability in 'ScanImages' plugin (requested by
      Hub <shadow1@swing.be> for Digikam 0.6.0 release).
    * Added Grayscale converting capability in 'JPEGLossLess' plugin (requested by
      Charles Bouveyron <charles.bouveyron@inrialpes.fr> for Digikam 0.6.0 release).
    * Added JPEG image changing depth colors capability in 'JPEGLossLess' plugin (requested by
      Charles Bouveyron <charles.bouveyron@inrialpes.fr> for Digikam 0.6.0 release).
    * Added image flipping capability in 'JPEGLossLess' plugin (requested by Charles Bouveyron
      <charles.bouveyron@inrialpes.fr> for Digikam 0.6.0 release).
    * Added JPEG image recompressing capability in 'JPEGLossLess' plugin (requested by Charles Bouveyron
      <charles.bouveyron@inrialpes.fr> for Digikam 0.6.0 release).
    * Fixed <unistd.h> depency for Debian Sid building (reported by Stefano Rivoir <s.rivoir@gts.it>).
    * Bugfix in 'JPEGLossLess' plugin : using KDE tmp folder instead current album folder name.
    * Bugfix in 'JPEGLossLess' plugin : using KIO/Qt file managment API instead stdio.
    * Bugfix in 'MPEGEncoder' plugin : remove tmp folder if close dialogbox without encoding process.
    * Merged 'JPEGLossLess' plugin actions in new submenu 'Transform'.
    * Added image resizing capability in 'JPEGLossLess' plugin (requested by Charles Bouveyron
      <charles.bouveyron@inrialpes.fr> for Digikam 0.6.0 release).
    * Bugfix in 'SendImages', 'CdArchiving', and 'MpegEncoder' : added PID number in Tmp folder for
      Digikam multiple instances capability.
    * Bugfix in 'JPEGLossLess' plugin : bad signal name 'canceled' for QProgressDialog -> 'cancelled'.
    * Bugfix in 'JPEGLossLess' plugin : added processEvents() for refresh GUI.
    * Bugfix in 'SendImages' plugin : not using i18n string in config file for resizing size parameter.
    * Bugfix in 'SendImages' plugin : invalid checkedbox test. Invalid list of file to send if
      no resizing image.
    * 'CdArchiving' and 'MpegEncoder' plugins use standard KDE temporary folder now.
    * Updated HelloWorld plugin implementation by Achim Bohnet <ach@mpe.mpg.de>.
    * Added Digikamplugin Kdevelop3 template implementation by Achim Bohnet <ach@mpe.mpg.de>.
    * Improved Klinebox rendering in 'MpegEncoder' plugin : show the image filename instead complete path.
    * Added Album informations in 'ScanImages' plugin dialog.
    * Bugfix files counting calculation in 'CdArchiving' and 'ImagesGallery' plugins.
    * Added 'SendImages' plugin.
    * Added 'Calendar' plugin (Not for release 0.6.0).
    * Added 'ScanImages' plugin based on kooka interface.
    * Added 'On The FLy' and 'Check CD' advanced options in CdArchiving plugin.
    * 'CdArchiving' and 'ImagesGallery' plugins : improved UTF-8 HTML rendering.
    * 'CdArchiving' plugin dialog compute the target burning media size.
    * 'CdArchiving' plugin build now a K3b XML project file.
    * RawConverter plugin: checks for binaries before starting dialogs.
    * RawConverter plugin revamped. We have two modes now... a single file
      setup with preview and custom processing and a batch mode where you
      can do multiple files at the same time. also removed crw from cvs as
      dcraw is being supplied with some distributions and we will make that
      a dependency. we use a wrapper program around dcraw which forks dcraw
      and catches the stdout from dcraw over a pipe and then dumps the image
      in ppm/tiff/jpeg format.
    * Added Win32 AutoRun capability in 'CdArchiving' plugin.
    * Added patch for Image Gallery plugin for Achim Bohnet <ach@mpe.mpg.de> : improved
      UTF-8 conformance in HTML implementation.
    * Added 'CdArchiving' plugin.
    * Added Compression values options for target images and thumbnails in
      ImagesGallery plugin.
    * Added Albums selection buttons in ImagesGallery plugin (Request by
      Achim Bohnet <ach@mpe.mpg.de>).
    * Fix a bug in ImagesGallery plugin with the Albums items comments extraction.
    * Added validation reference for HTML 4.01 in ImagesGallery plugin.
    * Patched ImagesGallery plugin for HTML implementation by Achim Bohnet <ach@mpe.mpg.de>.
    * Rename 'img2mpg' & 'img2mpg.1' files to 'images2mpg' & 'images2mpg.1' in
      MPEGEncoder plugin.
    * Added Czech and Hungarian i18n.
    * Created plugin for 'JPEGLossLess'. Has ability for multiple image
      rotations at one time. Also does rotation of other image types.
    * Added an option in ImagesGallery plugin for open HTML page in Konqueror.
    * Added Depth colors parameter for Target images in ImagesGallery plugin.
    * Added multiple albums selection implementation in ImagesGallery plugin.
    * Added a new albums selection tab in ImagesGallery plugin.
    * Added an option for to print HTML Page Date creation in 'ImagesGallery' plugin.
    * Disable KLineEdit input audio file name in MPEGEncoder if the external
      'mp2enc' program is unaviable. Problem reported by Oliver Doerr <oliver@doerr-privat.de>.
    * Added an option for using original images sizes in ImagesGallery plugin.
    * Added target images resising and format in ImagesGallery plugin.
    * ImagesGallery plugin always use a target directory different of source directory.
    * ImagesGallery plugin use the plugin API for all images comments annotations.
    * Added PrintWizard plugin by Todd Shoemaker <todd@theshoemakers.net>
    * Fixed a bug for ImagesGallery plugin when creating a new target directory
      with 'index.html' gallery file (reported by Charles Bouveyron
      <charles.bouveyron@inrialpes.fr>)
    * ImagesGallery plugin use 'digikam.xml' comments file instead 'comments.xml'
      file (new plugins API).
    * ImagesGallery plugin read/write settings in digikamrc file.
    * Added a new options dialogbox in MPEGEncoder plugin.
    * GammaCorrection plugin use now KDialogBase class.
    * Added an Options button in MPEGEncoder plugin.
    * Improve Album/Images selection for MPEGEncoder plugin.
    * Fixed a bug in MPEGEncoder plugin if one external binary file isn't detected
      on the system (bug reported by Oliver Drr <oliver@doerr-privat.de>).
    * Added 'preview' title in 'CommentsEditor' plugin.
    * Added about informations in 'CommentsEditor' plugin.
    * Added a error dialogbox if none album isn't selected before start
      'CommentsEditor' plugin.
    * Added 'CommentsEditor' plugin.
    * Fixed a bug in MPEGEncoder plugin if none album isn't selected.
    * Fixed config Group for digikamrc config file in MPEGEncoder plugin.
    * ImagesGallery, MPEGEncoder, SlideShow, & Rawconverter plugins moved
      to the new Plugin API.
    * Improve ImagesGallery plugin HTML rendering.
    * Added 'GammaCorrection' plugin.
    * Bugfix : remove void 'readStdout' signal in MPEGencoder plugin.
    * Bugfix : remove void 'slotFinished' signal in MPEGencoder plugin (bug
      reported by Zoran Nikolic <zokimail@gmx.de>).
    * Bugfix : replaced ImImage in slideshow with ImImageSS.
    * Added default menu shorcuts an default menu icons for plugins.

v0.6.0-beta2	09/13/03
----------------------------------------------------------------------------
    * Add a new example implementation in 'HelloWorld' plugin for how to use
      QMap 'all albums infos' structure.
    * Add 'HelloWorld' plugin for plugin developement sample.
    * Fix problem with Autoconf for ignore the plugins dev subdirs.
    * 'ImagesGallery' plugin can be use the images albums comments for the
      thumbnails.
    * Disable folders recursion parsing in 'ImagesGallery' plugin
    * Center 'RawConverter' dialog box in the desktop.
    * Add 'MPEGEncoder' plugin from kvcdtools (http://kvcdtools.free.fr)
    * Add 'ImagesGallery' plugin (from kimgalleryplugin's konqueror plugin -
      kdeaddon's KDE CVS module).
    * Add About informations in 'RawConverter' and 'SlideShow' plugins.
    * Changing widget positions in 'SlideShow' dialog box.

v0.6.0-beta1	09/01/03
----------------------------------------------------------------------------
    * Add Kdevelop 3.0 (Alpha5 - 09/01/2003) project files
    * Release 0.6.0 beta1

v0.6.0-beta0	02/26/03
----------------------------------------------------------------------------
    * Initial Creation : 'RawConverter' and 'SlideShow' plugins.
