Hacking notes for gnome-cd

* ChangeLog entries go in this directory until we merge all of them with
  the toplevel one

DEBUGGING gnome-cd
------------------
* to debug gnome-cd, set GNOME_CD_DEBUG env var
* to print warning messages from code, use gcd_warning
* to print debugging messages from code, use gcd_debug (g_print-like)

DEBUGGING CDDB lookups
----------------------
* see cddb-slave2/HACKING
