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