gmyth/src/gmyth_stringlist.c
2007-06-14 [svn r760] changed code style to Kernel Normal Form style with tabsize=4
2007-06-14 [svn r756] fixed indent using GNU Style
2007-05-23 [svn r707] Fixed the wrong commentary indentation.
2007-05-23 [svn r704] Added gmyth-upnp-search, to search for MythTV UPnP devices.
2007-03-28 [svn r472] Changed all the g_debug, g_warning and g_debug calls, to the gmyth_debug status/error printing function.
2007-03-26 [svn r457] added check != NULL before g_string_free to avoid GLib Critical warnings
2007-03-23 [svn r451] various memory leaks and object counting fixed
2007-03-22 [svn r432] Added some g_object_unref (stringlist) at gmyth_filetransfer
2007-03-19 [svn r417] Added some documentation. Some string memory leak resolved. Memory handling errors in GMythStringlist solved. Some improvements in gmyth_jobqueue. Some other fixes
2007-02-13 [svn r358] Fixes on the GMythProgramInfo attributes, changes all references from GStaticMutex to GMutex.
2007-02-08 [svn r341] Some fixes.
2007-02-08 [svn r339] GObject's dispose methods organization, and reviewed clean-up actions.
2007-02-01 [svn r320] fixed a lot of bugs
2007-01-30 [svn r316] - fixed msg log;
2006-12-08 [svn r214] HAVE_CONFIG added
2006-11-28 [svn r132] implemented debug function
2006-10-20 [svn r36] Some fixes on the myth file transfer offset number representation.
2006-10-18 [svn r34] Fixes the gmyth_stringlist getuint64 function (problems on bitwise operations).
2006-10-11 [svn r30] Some fixes to the string list - append_uint64 couldn't put the right MythTV offset format.
2006-09-28 [svn r25] String list cleaning function.
2006-09-28 [svn r19] - splited libgmyth;