gmyth/src/gmyth_tvchain.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-04-20 [svn r585] New function to get the channel list from database.
2007-04-19 [svn r583] New functions to get the channel list, fixes on the gmyth/gmyth.h references.
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 r433] GMutex fixes on TVChain, added missing g_object_refs.
2007-02-07 [svn r336] More fixes on disposing GObjects.
2007-02-06 [svn r328] Some fixes on program info, and some memory clean ups.
2007-01-29 [svn r310] Added new function to recorder: CHANGE_CHANNEL, which try to move to the next valid channel, instead of passing a valid channel name.
2007-01-26 [svn r308] A lot of improvements related SET_CHANNEL messages.
2007-01-20 [svn r288] Some refinements to put the change channel functions working.
2007-01-19 [svn r280] Some fixes to the TV chain creation, and gmyth_uri query parsing (set channel).
2006-12-19 [svn r232] Rolling-up some changes.
2006-12-19 [svn r226] Some fixes on the g_malloc'ing/g_free'ing usage on the code.
2006-12-18 [svn r224] Fixed problem on g_time_val_* functions.
2006-12-12 [svn r215] Use the GTimeVal GLib date/time structure, instead of using the time_t from libc.
2006-12-08 [svn r214] HAVE_CONFIG added
2006-12-04 [svn r190]
2006-11-28 [svn r132] implemented debug function
2006-11-27 [svn r118] Added GMythBackendInfo class to fit our architecture needs
2006-10-26 [svn r55] Fixes on the TVChain manipulation, error when trying to get the last program chain.
2006-09-28 [svn r19] - splited libgmyth;