######################################################################## version 1a posted September 16,2005 ######################################################################## # Bugfixes: 1. Fixed a UTC to local time conversion problem. The script now relies on the xmltv's downloader script (and configuration file), to adjust to local time. See the new README. You may need to edit your xmltv configuration file tv_grab_na_dd.conf to adjust your timezone offset timezone -0400 Or you can rerun 'tv_grab_na_dd --configure' to set the offset. 2. Fixed a bug which could cause cross-linking of programs across days. ######################################################################## ######################################################################## version 1b posted September 16,2005 ######################################################################## # Bugfixes: 1. Made the current time marker automatically update it's position every 5 minutes. ######################################################################## ######################################################################## version 2a posted Sep 26,2005 ######################################################################## # Bugfixes: 1. Fixed the Scrolled Canvases, to be plain Canvases connected by separate Scrollbar widgets. The original design was a kludge to keep the separate canvases in perfect alignment, but used an ugly hack to obscure the unused canvas scrollbars. This fix makes it cleaner, and allows the scrollbars to work better on Window's XP. 2. Put a 'Cancel Download' button on the Download Progress Window, paying attention to preventing a zombie. 3. Fixed a few problems with "text spilling out of program boxes" when the title was too long for it's box size. ########################################################################