* Wed Jun 4, 2008 Daryl Gray <darylgray1@dodo.com.au>
- Wrote a reasonable user manual.
- Added screen shots for manual.
- Added help to shrinkta menu and preferences dialog.
- Cleanup build - now more GNOME-a-fied.
- rpm spec file updates.

* Mon Jun 2, 2008 Daryl Gray <darylgray1@dodo.com.au>
- Remove internal copy of dvdnav. Added dependancy for 
  libdvdread with check in configure.in

* Fri May 23, 2008 Daryl Gray <darylgray1@dodo.com.au>
- Completed dvd_disk_stop_backup() in dvd-disk.c
- Tidy up app.c setting sensitivity of widgets. You
  can now stop a full backup.
- Added DvdRegion type and region code to dvd-obj
- dvd-disk.c now compares region when performing a full backup
  and changes the backup to match region in dvd-obj.

* Tue May 13, 2008 Daryl Gray <darylgray1@dodo.com.au>
- Completed LPCM decoder in libdvd
- Changed preferred audio in preferences to AC3 or LPCM instead of DTS.

* Sun Apr 20, 2008 Daryl Gray <darylgray1@dodo.com.au>
- Added dvd_demux_reset to dvd-demux.h and dvd-demux.c. This
  unref's all decoders so the next data sent to the demuxer will
  generate only the reqiured (and fresh) decoders.


* Tue Apr 15, 2008 Daryl Gray <darylgray1@dodo.com.au>
- Bug in dvd-decoder-m2v.c fixed.
- Protected file names passed on the command line so spaces
  won't break.
- Added option in preferences so you can use any burner program.
- Added file open, allowing a pre mastered DVD video image to be
  read as if it were a DVD disk.
- Release 0.1-11

* Mon Apr 14, 2008 Daryl Gray <darylgray1@dodo.com.au>
- A lot of work to demuxer and decoders to ensure they
  can read one byte at a time. This will allow the start
  of a multiplexer.
- LPCM audio now supported.
- App uses a calculated approach to finding audio sync rather
  than buffering packets and searching for corrisponding PTS.
  This required decoders to output the frame length and will
  only work when stream audio frames are the same length (mpeg audio will break it?)
- New version (0.6.14) of dvdauthor now works
- Now call genisoimage instead of mkisofs
- Updated shrinkta.spec.in
- Release 0.1-10

* Mon Oct 30, 2006 Daryl Gray <darylgray1@dodo.com.au>
- Fix about close button.
- Change nautilus-cd-burner command for newer version
- Release 0.1-9 - never releaded to public

* Wed Feb 18, 19,21,22 2006 Daryl Gray <darylgray1@dodo.com.au>
- A lot of work to demux obj - audio sync now unbreakable?
- Many libdvd API changes (it is alpha right!).
- Wrote complete disk backup. Ypu can't stop it but it works OK.
- Updated app.c (hacked at it) so full disk backup is performed
  if media in prefs is compatible.
- Numerous other bug fixes.
- For title backup, the following is broken. Hopefully get these working properly soon.
	- LPCM audio.
	- MPEG2 audio not supported.
	- MPEG1 audio and video not supported.
	- DTS 96kHz audio will probably break;
	**NOTE** these were broken from the start.
- Release 0.1-7

* Fri Jan 5,6 2006 Daryl Gray <darylgray1@dodo.com.au>
- Got audio sync between audio tracks working in a hackish way.
- Started to build app-window object that will replace some of the current "mess"

* Tue Dec 29 2006 Daryl Gray <darylgray1@dodo.com.au>
- Re-wrote app preferences as an gobject - now thread safe.
- Wrote preferences-dialog based on GtkDialog.
- Added some more parameters to dvdauthor including the audio language.
- Tidy up multiplex.c, author.c, shrink.c, image.c a little.

* Sat Dec 15 2005 Daryl Gray <darylgray1@dodo.com.au>
- Added "Media" tab to app preferences. The media type setting has no function yet.

* Thu Dec 6,7,8 2005 Daryl Gray <darylgray1@dodo.com.au>
- Added chapter support to app to allow the user to (manually) make multiple disks from a single title.
- Added AC3 and DTS sync header detection to prevent outputting the end of an audio packet.
  Now outputs useable AC3 and DTS files for mplex when starting at a chapter > 1.
- Added 90kHz time stamp to chapter and title output signals.
- App now passes audio/video sync time to mplex which fixes audio sync problems for
  the first audio track at least.
- Fixed DvdTime to use (mpeg) 90kHz time instead of fractions of milliseconds. Times now accurate
  for NTSC video.

* Sat Dec 3 2005 Daryl Gray <darylgray1@dodo.com.au>
- Completed GError messages in all disk_read and read_properties
  functions.
- Change app.c to use new error messages.

* Sat Dec 3 2005 Daryl Gray <darylgray1@dodo.com.au>
- Added dvd_error_quark () function, define DVD_ERROR and
  enumeration DvdError to dvd-types.h.
- Wrote dvd-types.c for dvd_error_quark () code.
- Added GError error handling to all disk_read and read_properties
  functions.
  NOTE: The error code is incomplete and no compile attempted as
  shrikta app.c has not been updated to handle the new errors.
  Ran out of time today!

* Tue Nov 29 2005 Daryl Gray <darylgray1@dodo.com.au>
- Added dvd_title_stop_read() and dvd_chapter_stop_read ().
- Stop required some private function reorganization and added
  mutex to title and chapter object.
- dvd-title-disk.c and dvd-chapter-disk.c now renamed to dvd-*-priv.c.
  The plan to have dvd-*-file.c scrapped in favor of common private file
  because of similar functions in both.
- Wrote dvd-dmux object and moved code from dvd-chapter-priv.c
  to new object.
- Started to write file reading code.
- Added DvdFileState to identify the state of file sourced dvd
  objects (if multiplexed or not).
- Some more work to API documentation in code and configuration file.

* Mon Nov 28 2005 Daryl Gray <darylgray1@dodo.com.au>
- Fix shrinkta bug when user asked if shrink value was OK
  in app.c, read_title().
  Program froze when yes selected and continued when no. 

* Thu Nov 24 2005 Daryl Gray <darylgray1@dodo.com.au>
- Remove trailing white space and replace white space in
  the string to an underscore in dvd-obj->name. This was
  causing problems with external programs.
- Fix up (still) very sad logo a bit.

* Thu Oct 29 2005 Daryl Gray <darylgray1@dodo.com.au>
- add devel package to rpm spec file
- make rough logo in gimp. It still needs a "belt" around it.
- wrote first attempt README
- check GPL notices in code before public release
- start libdvd Doxygen comments
- version 0.1 release 4

* Thu Oct 27 2005 Daryl Gray <darylgray1@dodo.com.au>
- tidy up src/app.c/read_title()
- add / complete error messages in app.c
- various bug fixes
- version 0.1 release 3

* Tue Oct 18 2005 Daryl Gray <darylgray1@dodo.com.au>
- Make spec file for shrinkta (started with sound-juicer spec file - thanks)
