1.0 beta
- first public release

1.0 beta 2
- moving files in the preview list doesn't move their new dates anymore
  (sorting suddenly makes sense)
- old dates in the preview pane are reread after successful redating

1.0 final
- added support for file lists passed from Branch view and Find files -
  Feed to listbox

1.01
- the time in the Preview wasn't shown if set to 00:00:00 (exactly
  midnight) because the function I used - datetimetostr - cut it off in
  this special case. Christian suggested it should always be shown, so
  after a short research I changed the function to formatdatetime which
  works as desired
  
1.02
- a randomize option has been added. By pressing R the values for the
  currently selected checkboxes are randomized. The intervals are
  <Start; Start + Inc> for years and <Start; Inc> for the rest
  
1.03
- the automatic updating of the Preview is very slow for a large number of
  files (~200), therefore I added an option to toggle it by pressing U
  
1.04 beta
- it should now be possible to directly enter a numerical value into the
  spinedit fields without needing to press the up or down keys/buttons.
  It wasn't implemented before because Delphi's integrated debugger always
  caught the exception EConvertError when the field was empty (eg after
  pressing Del). However, it seems that outside Delphi everything works
  allright, so I enabled it  
- in 1.01 I forgot to fix the Preview when updating after a redate
  operation
- possibly fixed a bug with FAT precision (+/- 2 seconds) on NTFS systems
  (where it should be 0.1 microseconds) that caused files to get
  timestamps rounded to an even seconds count; please test this if you can
- this is a beta release mainly because I am not certain if the new date
  handling which is supposed to fix the NTFS problems really works and
  because the changed source looks ugly and is not fully commented yet
  
1.04 beta 2
- added some return value checks when opening files to make debugging
  (hopefully) easier
- when none of the checkboxes are checked then clicking on a file in the
  Preview causes the Start from fields to be filled with this file's date
  and time
- the Start from fields get their initial values from the timestamp of the
  first file in the file list or from the file under cursor in TC if %P%N
  is specified as the second parameter for ReDate

1.04 (19 Apr 2004)
- official release of 1.04