2013-11-01

* convert.c: Changed default image file type from "MOTOROLA" to "BINARY".

* ccd2cue.c: Added burning waning and advice to the help message.

* array.c, array.h, ccd.c, ccd.h, ccd2cue.c, cdt.c, cdt.h, convert.c,
  convert.h, crc.c, crc.h, cue.c, cue.h, errors.c, errors.h, file.c,
  file.h, i18n.h, io.c, io.h, memory.c, memory.h: Put standard copyright
  and license notice in top of all program source files and updated
  references to copyright holder's email.

2013-10-31

* io.c, memory.c: Fixed header includes and marked error strings for
  localization.

* file.c: Included config.h, included "errors.h" rather than "error.h" and
  defined "_GNU_SOURCE".

* crc.c, cue.c: Fixed included headers (config.h).

* convert.c: Fixed included headers and a bug in the error reporting of
  unknown track data type.

* cdt.c: Fixed included headers.

* ccd2cue.c: Added:

  - Copyright and license notice; - Main page text for Doxygen
  documentation.  - The author name in version message.

  Fixed:

  - Included headers; - Wording in error and help messages; - Program name
  and author email in version message; - Compiler warning relating to
  help_filter return value;

  The doc field of argp structure was moved to the help filter function
  help_filter in order to avoid that control and formatting characters be
  handled by translators.  The same precaution was taken in the help
  message.

* ccd.h: Reposioned some fields in structure TRACK.

* ccd.c: Fixed included headers and error message wording.

* array.c: Fixed included headers, error message wording and marked string
  for localization.

* array.h: Removed function xstrdup attributes.

* .cvsignore: Added ChangeLog to CVS ignore list.

* errors.c, errors.h: Renamed error.[hc] to errors.[hc] because of a system
  header conflict.

* error.c, error.h: Renamed error.[hc] to errors.[hc] because of system
  header conflict.

* Makefile.am: Added GNU build system.

* .cvsignore: Added CVS ignore files.

2013-10-11

* array.c, array.h, ccd.c, ccd.h, ccd2cue.c, cdt.c, cdt.h, convert.c,
  convert.h, crc.c, crc.h, cue.c, cue.h, error.c, error.h, file.c, file.h,
  i18n.h, io.c, io.h, memory.c, memory.h: Added 2nd version source code;

2011-03-18

* ccd2cue.c: Initial release;

