2004-04-07	playfair <playfair@programmer.net>
	Move CLI usage error to CLI project.
	* cli/cli.c: Added usage function -- no more ERR_USAGE.
	* playfair/pferrors.h: Removed ERR_USAGE.

	Fix DRMS author(s) lines.
	* mp4ff/drms.c: Added Sam Hocevar back to Authors.

2004-04-07	playfair <playfair@programmer.net>
	Release version 0.3.
	* README: Update with pointer to web site.
	* INSTALL: Improve installation instructions and add instructions
	for Cocoa UI installation.

	Create OS X Cocoa UI.
	* cocoa_ui/*: First version.

	Add callbacks to playfair.
	* cli/cli.c: Integrate with playfair callbacks.
	* playfair/pftypes.h: Add callback structure.
	* playfair/playfair.c: Change functions to accept callback
	structure as argument 0.
	* playfair/playfair.h: Change convert() interface to accept
	callback structure.

2004-04-06	playfair <playfair@programmer.net>
	Break out CLI into its own subproject.
	* cli/cli.c: First version.
	* mp4v2/mpeg4ip.h: Fixed boolean typedef declaration.
	* playfair/Makefile.am: Make playfair subproject a library.
	* playfair/errors.h: --> pferrors.h
	* playfair/pftypes.h: First version.
	* playfair/playfair.c: Remove main() function.  Create convert()
	function.
	* playfair/playfair.h: First version.

2004-04-02	playfair <playfair@programmer.net>
	Release version 0.2.

	Ensure DRMS code will work.
	* playfair/keyutils.c: Implement function to try to ensure that
	the DRMS code will be able to get a key.  This means that
	either (a) the DRMS key storage directory exists, (b) the program
	is running on Windows or (c) an iPod is connected and detected.
	* playfair/playfair.c: Invoke new function.

2004-03-30	playfair <playfair@programmer.net>
	Release version 0.1.
