2000-05-18  Alexander Feigl <Alexander.Feigl@gmx.de>
            * DeviceRipper.cpp  : fix read error dialog

2000-05-14  Alexander Feigl <Alexander.Feigl@gmx.de>
            * ChooseDialog.cpp  : new class to choose within
                                                different options
            * DeviceRipper.cpp  : adapt DeviceRipper to allow "Ignore all"

2000-05-13  Lars Gusewski <Lars.Gusewski@gmx.de>
            * strings in project updated

2000-05-09  Lars Gusewski <Lars.Gusewski@gmx.de>
            * Kreatecd.po          : german translation finished

2000-05-08  Lars Gusewski <Lars.Gusewski@gmx.de>
	    * Kreatecd.po          : german translation updated

2000-04-25  Alexander Feigl <Alexander.Feigl@gmx.de>
            * IsoImage.cpp         : fix for new cdrecord 1.8.1
            * MainWindow.cpp       : move main geometry savings to TopWidget
            * TopWidget.cpp        : save gemotry here

<<<<<<<<<<<<<<<<<<<<<<<<<<<<< KreateCD 0.3.8c >>>>>>>>>>>>>>>>>>>>>>>>

2000-04-    Alexander Feigl <Alexander.Feigl@gmx.de>
            * configure.in.in      : fix configure problems

<<<<<<<<<<<<<<<<<<<<<<<<<<<<< KreateCD 0.3.8b >>>>>>>>>>>>>>>>>>>>>>>>

2000-03-22  Alexander Feigl <Alexander.Feigl@gmx.de>
            * DeviceRipper.cpp     : fix bug which was first identified as
                                     cdda2wav TOC read problem. ISO size
                                     read didn't support "moved" ISOs
            * ProcessInterface.cpp : block timer when doing output - avoid
                                     endless invocation when popup is
                                     displayed
            * TrackWindow.cpp      : reverse accidental change (KFileDialog)

2000-03-21  Alexander Feigl <Alexander.Feigl@gmx.de>
            * CDWriter.cpp         : don't display blank lines
            * ProcessInterface.cpp : fix timer behaviour
            * ProgressDialog.cpp   : fix setProtected (compiler bug?)
            * configure.in.in      : configure scripts should now recognize
                                     new cdrecord versions without errors 

<<<<<<<<<<<<<<<<<<<<<<<<<<<<< KreateCD 0.3.8 >>>>>>>>>>>>>>>>>>>>>>>>>

2000-03-02  Alexander Feigl <Alexander.Feigl@gmx.de>
            * further release preparements

2000-03-01  Alexander Feigl <Alexander.Feigl@gmx.de>
            * AudioBuildImage.cpp  : ported to ProcessInterface
            * AudioPlayImage.cpp   : ported to ProcessInterface
            * AudioScanImage.cpp   : ported to ProcessInterface
            * AudioFileConvert.cpp : added constructor for Fork mode
            * AudioFileOp.cpp      : added constructor for Fork mode
            * ProcessInterface.cpp : added Fork mode support
                                     added QTimer for LF-less output lines
            * prepare for alpha release

2000-02-29  Alexander Feigl <Alexander.Feigl@gmx.de>
            * AudioFile.cpp        : splitted in many different classes
            * AudioFileFormat.cpp  : NEW : file format scanning of AudioFile
            * AudioFileConvert.cpp : NEW : sample conversion of AudioFile
            * AudioScanImage.cpp   : NEW : sample scanning of AudioFile
            * AudioBuildImage.cpp  : NEW : image building of AudioFile
            * AudioPlayImage.cpp   : NEW : image playing of AudioFile
            * AudioFileOp.cpp      : NEW : file operation of AudioFile
            * AudioOptions.cpp     : adapt to new AudioFile API
            * CDTrack.cpp          : adapt to new AudioFile API
            * Fork.cpp             : adapt to new AudioFile API
            * Tools.cpp            : adapt to new AudioFile API
            * kreatecd.kdevprj.in  : updated project file

2000-02-28  Lars Gusewski <Lars.Gusewski@gmx.de>
            * AboutWindow.cpp      : extension of copyright

2000-02-28  Alexander Feigl <Alexander.Feigl@gmx.de>
            * TOCReader.cpp        : class now virtual for child classes
            * TOCCdda2wav.cpp      : new child class
            * TOCCdrecord.cpp      : new child class
            * AppChooser.cpp       : class for choosing helper apps
            * Tools.cpp            : updates for new TOC scanning
            * TrackWindow.cpp      : updates for new TOC scanning
            * TrackDialog.cpp      : updates for new TOC scanning
            * CDRWBlank.cpp        : make child of ProcessInterface
            * CDWriter.cpp         : make child of ProcessInterface
            * ISOImage.cpp         : make child of ProcessInterface
            * ProcessInterface     : add some wrapper calls

2000-02-18  Alexander Feigl <Alexander.Feigl@gmx.de>
            * DriveAccess.cpp      : split into CDWriter and BusScanner
            * CDWriter.cpp         : new
            * BusScanner.cpp       : new

2000-02-17  Alexander Feigl <Alexnader:Feigl@gmx.de>
            * updated kdevprj
            * DataRipper.cpp       : adapt to ProcessInterface and split
            * DeviceRipper.cpp     : /dev/* functions from DataRipper
                                     integrated readiso.cpp
            * readiso.cpp          : outdated

2000-02-16  Alexander Feigl <Alexander.Feigl@gmx.de>
            * ProgressDialog.cpp   : further improvements
            * ProcessInterface.cpp : create new base class for helper process
                                     interaction
            * AudioRipper.cpp      : adapt to ProcessInterface
            * CDParanoia.cpp       : adapt to ProcessInterface

2000-02-11  Alexander Feigl <Alexander.Feigl@gmx.de>
            * CDTrack.cpp        : class documentation and tiny
                                   API adaptions - as well adaptions
                                   for the DriveAccess splitting
            * DriveAccess.cpp    : moved out audio and data ripping
                                   to seperate classes
            * IsoImage.cpp       : adaptions for new progress dialog
                                   now need for non-modal any more
            * ProgressDialog.cpp : first go for a double progress dialog
                                   uses QWidget and own modal implementation
                                   now to allow execution while show(ing)
            * AudioRipper.cpp    : NEW virtual base class for audio ripping
            * CDParanoia.cpp     : cdparanoia ripping from DriveAccess
            * DataRipper.cpp     : data ripping code from DriveAccess

2000-02-10  Alexander Feigl <Alexander.Feigl@gmx.de>
            * configure.in.in    : some simplifications
                                   kreatecd now builds without wrapper script
            * kreatecd.kdevprj   : started with a first KDevelop project file


2000-02-06  Alexander Feigl <Alexander.Feigl@gmx.de>
            * added configure tests for cdda2wav
            * TOCReader.cpp      : new class with TOC scanning
                                   cdda2wav TOC scanning - improved API
            * DriveAccess.cpp    : moved TOC scanning to TOCReader.cpp
            * CDTrack.cpp        : adaptions for TOCReader class
            * Tools.cpp          : adaptions for TOCReader class
            * TrackDialog.cpp    : adaptions for TOCReader class
            * TrackWindow.cpp    : adaptions for TOCReader class
            * ConfPath.cpp       : make cdda2wav configurable
                                   simplify path scanning


2000-01-31  Alexander.Feigl <Alexander.Feigl@gmx.de>
            * added configure tests for cdrecord, mkisofs, cdparanoia
              results will reside in pathconf.h
            * configure change to set KDE_VERSION
            * install icons in proper places
            * changed README and docbook for new requirements
            * ConfPath.cpp       : change configuration for hardcoded apps
            * DriveAccess.cpp    : changes for hardcoded apps
            * IsoImage.cpp       : changes for hardcoded apps
            * TopWidget.cpp      : changes for CD-RW (menu)
            * MainWindow.cpp     : add blankMedia calls
            * CDRWBlank.cpp      : new class for CDRW-Blanking

2000-01-27  Alexander Feigl <Alexander.Feigl@gmx.de>
            * added Swedish translation from
              Mattias Newzella
            * updated configure system -> configure.in.in

2000-01-25  Alexander Feigl <Alexander.Feigl@gmx.de>
            * updated to new admin again
            * updates for docbook
            * FileTree.cpp       : port KFileInfo -> QFileInfo
            * IsoWindow.cpp      : port KFileInfo -> QFileInfo
            * ProgressDialog.cpp : fix for KDE 2.0
            * Fork.h             : make it compilable with new QT moc
            * TopWidget.cpp      : new file for toplevel widget
            * MainWindow.cpp     : port to TopWidget
            * startup.cpp        : adapt to TopWidget

1999-11-11  Alexander Feigl <Alexander.Feigl@gmx.de>
            * updated to new official admin

1999-09-11  Alexander Feigl <Alexander.Feigl@gmx.de> 
            * configure cleanups

1999-17-10  Alexander Feigl <Alexander.Feigl@gmx.de>
            * adapt to new KDE 2.0 api (getConfig() -> config())
            * compile with NO_KIO_COMPATABILITY
            * updated admin directory

1999-21-09  Alexander Feigl <Alexander.Feigl@gmx.de>
            * startup.cpp        : - fix for KDE 2.0

<<<<<<<<<<<<<<<<<<<<<<<<<<<<< KreateCD 0.3.0 >>>>>>>>>>>>>>>>>>>>>>>>>>>>

1999-11-09  Alexander Feigl <Alexander.Feigl@gmx.de>
            * DriveAccess.cpp    : - reimplement relaxed permissions
            * ProgressDialog.cpp : - change weights - minimum size for view
            * FileTree.cpp       : - implement automatic unfolding
                                   - change layout
            * AboutWindow.cpp    : - set button text correctly
            * updated translation
            * kreatecd.spec      : - update for 0.3.0
            * README             : - reversed change log
            * configure.in       : - bumped version
            * pics/Makefile.am   : - do install in DESTDIR
            * IsoFile.cpp        : - fixed uninitalized pointer
                                   - fixes for KDE 2.0
            * IsoImage.cpp       : - fixes for KDE 2.0

1999-10-09  Alexander Feigl <Alexander.Feigl@gmx.de>
            * DriveAccess.cpp    : - fix scanbus for new cdrecord1.8a26 
                                     output format

1999-01-09  Alexander Feigl <Alexander.Feigl@gmx.de>
            * MainWindow.cpp     : - fix window close event for ISO config
            * IsoOptions.cpp     : - finish config window
            * IsoImage.cpp       : - fix saveConfig for appID
                                   - implementation of setImageRoot()
                                   - implement track load/save
            * IsoFile.cpp        : - implementation of a "deep copy"
                                   - implementation of getParent()
            * CDTrack.cpp        : - implement load/save for ISO image trees

1999-29-08  Alexander Feigl <Alexander.Feigl@gmx.de>
            * AudioFile.cpp      : - moved inlined functions to header file
                                     (fixes --enable-debug problems)
            * IsoFile.cpp        : - add method for saving KConfig
            * IsoOptions.cpp     : - add stuff for config window
            * MainWindow.cpp     : - add ISO configuration menu

1999-28-08  Alexander Feigl <Alexander.Feigl@gmx.de>
            * ConfSCSI.cpp       : - improve layout
                                   - print ID for unused devices
            * ConfPath.cpp       : - improve layout
                                   - use QLineEdit -> cycle chains
                                   - add buttons to open file dialogs
            * IsoOptions.cpp     : - use QLineEdit -> cycle chains

1999-27-08  Alexander Feigl <Alexander.Feigl@gmx.de>
            * FileTree.cpp       : - port Icon -> BarIcon
                                   - prefixed icons to avoid collisions
            * AudioOptions.cpp   : - port Icon -> BarIcon
                                   - prefixed icons to avoid collisions
            * pics               : - prefix for icons
                                   - added some icons
            * icons              : - move to pics
            * kreatecd.spec      : - updated spec file for new icons
            * AudioFile.cpp      : - don't pad to 4 seconds in play mode
            * DriveAccess.cpp    : - don't get root rights for cdparanoia /
                                     reading data tracks. WARNING! User needs
                                     r/w access to CDROM drives
                                   - don't get root rights for tray open
                                     workaround
                                   - fix for strange cdrecord behaviour
                                     (cdrecord child process hang around when
                                     killing, hanging kreatecd)
            * MainWindow.cpp     : - put audio options in a seperate sub window


1999-18-08  Alexander Feigl <Alexander.Feigl@gmx.de>
            * FileTree.cpp       : - fix problems with KFileInfo
            * configure.in       : - update version

1999-09-08  Alexander Feigl <Alexander.Feigl@gmx.de>
            * update autoconf stuff 
            * KMsgBox -> QMessageBox (KDE 2.0 port)
            * KSlider -> QSlider     (KDE 2.0 port)       
            * Makefile.am : make maintainerclean really clean

1999-26-07  Alexander Feigl <Alexander.Feigl@gmx.de>
            * FileTree.cpp       : - ported to QListView class

1999-06-07  Alexander Feigl <Alexander.Feigl@gmx.de>
            * various files      : - use new KDE configure system
                                 : - fixes for QT 2.0 again
            * ConfPath.cpp       : - fix search in /opt/schily/bin

1999-25-05  Alexander Feigl <Alexander.Feigl@gmx.de>
            * various files      : - fixes for QT 2.0 again

1999-12-05  Alexander Feigl <Alexander.Feigl@gmx.de>
            * ConfPath.cpp       : - search binaries in /opt/schily/bin too
            * kreatecd.spec      : - added spec file (RPM packaging)

1999-06-05  Alexander Feigl <Alexander.Feigl@gmx.de>
            * doc                : - renamed "default" to "de"

<<<<<<<<<<<<<<<<<<<<<<<<<<<<< KreateCD 0.2.2 >>>>>>>>>>>>>>>>>>>>>>>>>>>>

1999-30-04  Alexander Feigl <Alexander.Feigl@gmx.de>
            * FileTree.cpp       : - fixes to make delete files work
            * readiso.cpp        : - fix for glibc 2.1

1999-21-04  Alexander Feigl <Alexander.Feigl@gmx.de>
            * AudioFile.cpp      : - fixes for 8 bit wav files

1999-05-04  Alexander Feigl <Alexander.Feigl@gmx.de>
            * IsoWindow.cpp      : - adding a ok button to make it more intuitive
                                   - adding delete button
            * IsoOptions.cpp     : - adding another OK button
            * AudioOptions.cpp   : - adding another OK button
            * Makefile.am        : - changed applnk location to Applications
            * FileTree.cpp       : - added method for object deletion

1999-16-03  Alexander Feigl <Alexander.Feigl@gmx.de>
            * DriveAccess.cpp    : - added methods to get CD-R capacity
                                   - display cdrecord status through new status view
                                   - work-around for tray-lock when cdrecord is aborted
            * WriteDialog.cpp    : - add dialog when data does not fit on CD-R
            * ProgressDialog.cpp : - added support for "status view"
            * TrackWindow.cpp    : - remember last selected data file

1999-06-03  Alexander Feigl <Alexander.Feigl@gmx.de>
            * DOZENS of fixes for QT 2.0

1999-20-02  Alexander Feigl <Alexander.Feigl@gmx.de>
            * IsoImage.cpp     : - added -sysid option for cdrecord 1.8-a17
                                   to implement missing system identifer
                                   setting
                                   (sorry you need a upgrade now)
            * AudioFile.cpp      - setStartPos() and setEndPos() changed to
                                   limit position range instead of simply ignoring
                                   such positions
            * MainWindow.cpp     - added some calls to updateTrackSum() to reflect
                                   the new track sum in all cases

1999-17-02  Alexander Feigl <Alexander.Feigl@gmx.de>
            * AudioFile.cpp    : - building audio images sometimes seeked
                                   beyond EOF and caused errors
            * CDTrack.cpp      : - mark all images dirty when loading a
                                   project

1999-16-02  Alexander Feigl <Alexander.Feigl@gmx.de>
            * CDTrack.cpp      : - change to display only selected duration
                                   in project window
                                 - added method to get real duration
                                   (selected duration in audio tracks)
            * MainWindow.cpp   : - add project sum label

<<<<<<<<<<<<<<<<<<<<<<<<<<<<< KreateCD 0.2.1 >>>>>>>>>>>>>>>>>>>>>>>>>>>>

1999-26-01  Alexander Feigl <Alexander.Feigl@gmx.de>
            * IsoOptions.cpp   : - fix for KDE 1.0 : KLined did not have a
                                   null name in constructor

1999-18-01  David Hobley <davidh@wr.com.au>
            * IsoFile.h        : - defined IsoFileList (QList) after
                                   base type because it didnt compile
                                   under some compilers
            * FileTree.h       : - defined FileTreeItems (QList) after
                                   base type because it didnt compile
                                   under some compilers

1999-16-01  Alexander Feigl <Alexander.Feigl@gmx.de>
            * acinclude.m4     : - string said that it is scanning for
                                   QT >= 1.40 , but needed QT >= 1.42

1999-13-01  Alexander Feigl <Alexander.Feigl@gmx.de>
            * FileTree.cpp     : - reworked file scanning : only done
                                   when item is expanded - needed a
                                   dummy item to get expand button
                                 - introduced some methods to allow
                                   to add a bunch of items in one
                                   run without AutoUpdate
                                 - the directory list is sorted now
            * IsoImage.cpp     : - added command line parameters for
                                   appID,prepID,pubID,sysID to mkisofs
                                   How can I do SysID?

<<<<<<<<<<<<<<<<<<<<<<<<<<<<< KreateCD 0.2.0 >>>>>>>>>>>>>>>>>>>>>>>>>>>>

1999-10-01  Alexander Feigl <Alexander.Feigl@gmx.de>
            * FileTree.cpp     : - display ISOObject ISO_RealDir as
                                   a blue folder
                                 - display ISOObject ISO_RealFile as
                                   a blue "unknown.xpm"
            * TrackWindow.cpp  : - integrate ISOOptions window
                                 - decode URL when selecting image file
                                 - invalidate images when changes in
                                   audio / ISO options are made
            * ProjectFile.cpp  : - decode URL in open / save project
            * IsoOptions.cpp   : - file added : widget to edit ISO options
            * Tools.cpp        : - invalidate images after boosting
            * icons            : - new directory for icons
            * CDTrack.cpp      : - return FALSE for empty tracks in
                                   validateTrack()
            * update translation files

1999-09-01  Alexander Feigl <Alexander.Feigl@gmx.de>
            * CDTrack.cpp      : - adaptions to handle ISO image trees
                                 - new method : setSourceFileSystem()
                                 - new method : getISOImage()
            * IsoWindow.cpp    : - file added : window to edit ISO trees
            * TrackWindow.cpp  : - handle filesystem type (source selection)
                                 - integrate ISOWindow
            * IsoFile.cpp      : - file added : class for ISO9660 files
            * IsoImage.cpp     : - file added : class for a ISO9660 image
            * FileTree.cpp     : - handle ISO image trees
            * LineDialog.cpp   : - file added : dialog with edit line

1999-08-01  Alexander Feigl <Alexander.Feigl@gmx.de>
            * AudioOptions.cpp : - fix incorrect constructor for QSliders
            * FileTree.cpp     : - file added : directory tree widget

1999-08-01  David Hobley <davidh@wr.com.au>
            * AudioFile.cpp    : - small fix to compile under FreeBSD

<<<<<<<<<<<<<<<<<<<<<<<<<<<<< KreateCD 0.1.2 >>>>>>>>>>>>>>>>>>>>>>>>>>>>

1999-05-01  Alexander Feigl <Alexander.Feigl@gmx.de>
            * AudioOptions.cpp : - Added cast when setting balance/volume
                                   sliders (warning under gcc otherwise)
                                 - Added update when values are changed
            * DriveAccess.cpp  : - Workaround added for cdrecord : SCSI
                                   scanbus failed when CDR_DEVICE was set
                                 - support for "eject after write"
            * MainWindow.cpp   : Listview sorting no longer needed -
                                 caused problems on some systems
            * readiso.cpp      : used read() instead of ioctl() calls
                                 until it is clear where it works -
                                 should we use libschily?
            * WriteDialog.cpp  : added button for "eject after write"
            * Fork.cpp         : own implementation off writeStdIn() :
                                 do syncronous writes

<<<<<<<<<<<<<<<<<<<<<<<<<<<<< KreateCD 0.1.1 (test release)>>>>>>>>>>>>>>

1999-05-01  Alexander Feigl <Alexander.Feigl@gmx.de>
            * AudioFile.cpp    : Add functions to set/get selected range
            * AudioFile.cpp    : Add functions to change volume and
                                 balance while playback
            * AudioOptions.cpp : add balance and volume widgets /
                                 add widgets to set selected range
            * AudioFile.cpp    : image file was padded with undefined
                                 values
            * CDTrack.cpp      : save balance,boost and selected range

1999-04-01  Alexander Feigl <Alexander.Feigl@gmx.de>

            * DriveAccess.cpp  : - Change autodetection for multiple hosts
                                 - added range check in SCSI query methods
                                 - fixed a hard coded constant instead of
                                   MAX_SCSI_HOSTS in one place
                                 - adapt readTOC() & burnCD() to multi host
            * ConfSCSI.cpp     : - Changes for multiple SCSI hosts
                                   (major changes)
                                 - adding spin boxes for SCSI host select
                                   (major changes in layout)
                                 - currect handling when no drive selected
            * CDTrack.cpp      : - handle pre-emphasize audio tracks correctly
            * TrackWindow.cpp  : enable option window for audio tracks
            * AudioOptions.cpp : new widget for audio options
            * AudioFile.cpp    : major changes for audio playback (DSP)
            * Makefile.am      : add new source file AudioOptions.cpp
            * pics             : subdirectory added with some .xpm

<<<<<<<<<<<<<<<<<<<<<<<<<<<<< KreateCD 0.1.0 >>>>>>>>>>>>>>>>>>>>>>>>>>>>

1999-01-01  Alexander Feigl <Alexander.Feigl@gmx.de>

            * first official release : 0.1.0