gmyth/src/gmyth_epg.c
2007-07-02 [svn r773] * Changed timeout value to 6s
2007-07-02 [svn r772] * Corrected identation;
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-05-03 [svn r633] Fixed gmyth_epg_disconnect() function
2007-05-03 [svn r631] Added missing gmyth_query_disconnect () call into gmyth_epg_disconnect()
2007-04-24 [svn r596] Fixed memory leak when dealocating GMythChannelInfo.
2007-04-20 [svn r588] Added functions to retrieve epg channel icons
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 r455] epg interface changed again to GList instead of GSList. It is too complicated to change gmyth api at the moment. Other applications already are using it
2007-03-23 [svn r451] various memory leaks and object counting fixed
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-01-30 [svn r315] Removed unused comments
2007-01-30 [svn r314] A lot of bug fixed. Test recordings program added.
2007-01-26 [svn r308] A lot of improvements related SET_CHANNEL messages.
2007-01-23 [svn r292] GObject format to the GMythProgramInfo, new actions such as GET_PROGRAM_INFO and GET_CURRENT_RECORDER.
2006-12-21 [svn r241] Removed the need for the mysql_config utility.
2006-12-13 [svn r220] Adjusts some functions to use the GTimeVal.
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-11-30 [svn r163]
2006-11-30 [svn r162] testing
2006-11-28 [svn r132] implemented debug function
2006-11-27 [svn r118] Added GMythBackendInfo class to fit our architecture needs
2006-10-24 [svn r50] added debug printing funcs to gmyth
2006-10-18 [svn r33] disconnect bug resolved in gmyth_epg and gmyth_scheduler
2006-09-28 [svn r19] - splited libgmyth;