Hi everybody,

could you all have a look at the ChangeLog and diffstat with me?

I think the code contains enough fixes to make it useful for users.

Have a nice day,
 Daniel

--- ontv-1.6.2/ChangeLog        2005-09-24 15:04:26.000000000 +0200
+++ ontv-1.8.4/ChangeLog        2006-02-04 00:54:25.000000000 +0100
@@ -1,3 +1,146 @@
+2006-02-04  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * OnTV 1.8.4 released.
+
+       * configure.ac: Bumped version number to 1.8.4.
+       * NEWS: Updated for 1.8.4.
+
+2006-02-04  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * ontv/Listings.py: Fixed problem with internal listings growing
+       larger and larger when reloading XMLTV file.
+
+2006-02-03  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * ontv/ProgramWindow.py: Fixed problem with drop-down window not
+       positioning correctly when first opened.
+
+2006-02-02  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * OnTV 1.8.2 released.
+
+       * configure.ac: Bumped version number to 1.8.2.
+       * NEWS: Updated for 1.8.2.
+
+2006-02-01  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * ontv/Makefile.am:
+       * ontv/OnTVApplet.py:
+       * ontv/PreferencesDialog.py:
+       * ontv/ProgramWindow.py:
+       * po/POTFILES.in:
+       Fixed so that the applet icon doesn't get cut off if the panel is
+       small.
+
+2006-01-27  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * configure.ac:
+       * ontv/Notification.py:
+       * ontv/OnTVApplet.py:
+       * ontv/PreferencesDialog.py:
+       * ontv/Program.py:
+       * ontv/ProgramWindow.py:
+       * ontv/Reminders.py:
+       * ontv/ToggleButton.py:
+       * po/POTFILES.in:
+       Updated to depend on libnotify >= 0.3.2 and fixed so that notification
+       bubbles point to the applet.
+
+2006-01-21  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * configure.ac: Depend on libnotify >= 0.3.0 and dbus >= 0.60.
+
+2006-01-21  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * data/ontv.glade:
+       * ontv/Channel.py:
+       * ontv/Configuration.py:
+       * ontv/DBus.py:
+       * ontv/Listings.py:
+       * ontv/Notification.py:
+       * ontv/OnTVApplet.py:
+       * ontv/PreferencesDialog.py:
+       * ontv/Program.py:
+       * ontv/ProgramWindow.py:
+       * ontv/Reminders.py:
+       * ontv/SearchDialog.py:
+       * ontv/XMLTVFile.py:
+       Merged my local branch which fixes a couple of small bugs aswell as
+       adds support for reminders, this is far from complete though.
+
+2005-12-20  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * ontv/Listings.py: Fixed so that list of programs doesn't grow on
+       reloads.
+
+2005-12-18  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * ontv/Listings.py: Removed duplicated program data.
+
+2005-11-02  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * OnTV 1.8.0 released.
+
+       * configure.ac: Bumped version number to 1.8.0.
+       * NEWS: Updated for 1.8.0.
+
+2005-10-31  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * configure.ac:
+       * data/ontv.glade:
+       * data/ontv.schemas.in:
+       * m4/.cvsignore:
+       * m4/python.m4:
+       * ontv/Configuration.py:
+       * ontv/KeyBinder.py:
+       * ontv/Makefile.am:
+       * ontv/OnTVApplet.py:
+       * ontv/PreferencesDialog.py:
+       * ontv/ProgramWindow.py:
+       * ontv/SearchDialog.py:
+       * ontv/ToggleButton.py:
+       * ontv/keybinder/.cvsignore:
+       * ontv/keybinder/Makefile.am:
+       * ontv/keybinder/__init__.py:
+       * ontv/keybinder/_keybinder.defs:
+       * ontv/keybinder/_keybinder.override:
+       * ontv/keybinder/_keybindermodule.c:
+       * ontv/keybinder/eggaccelerators.c:
+       * ontv/keybinder/eggaccelerators.h:
+       * ontv/keybinder/gen-defs.sh:
+       * ontv/keybinder/tomboykeybinder.c:
+       * ontv/keybinder/tomboykeybinder.h:
+       Added support for global keybindings. Thanks to Nigel Tao and
+       Alex Graveley.
+
+2005-10-24  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * ontv/Listings.py:
+       * ontv/XMLTVFile.py:
+       Fixed so that logos doesn't get removed when the XMLTV file gets
+       reloaded.
+
+2005-10-12  Adam Weinberger  <[EMAIL PROTECTED]>
+
+       * data/ontv.glade: Fix spelling error.
+
+2005-10-10  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * ontv/Configuration.py:
+       * ontv/OnTVApplet.py:
+       * ontv/ProgramWindow.py:
+       Added command line options --debug and --window.
+
+2005-10-03  Alexander Shopov  <[EMAIL PROTECTED]>
+
+       * configure.ac: Added "bg" (Bulgarian) to ALL_LINGUAS
+
+2005-10-02  Johan Svedberg  <[EMAIL PROTECTED]>
+
+       * ontv/ToggleButton.py:
+       * ontv/ProgramWindow.py:
+       Fixed so that Escape hides the program window.
+
 2005-09-24  Johan Svedberg  <[EMAIL PROTECTED]>
 
        * OnTV 1.6.2 released.
 ChangeLog                          |  143 
 INSTALL                            |   16 
 Makefile.in                        |   96 
 NEWS                               |   27 
 THANKS                             |    2 
 aclocal.m4                         | 6850 ++++++++++++
 config.guess                       | 1466 ++
 config.h.in                        |    3 
 config.sub                         | 1579 ++
 configure                          |19886 +++++++++++++++++++++++++++++++++----
 configure.ac                       |   85 
 data/Makefile.in                   |   86 
 data/ontv.glade                    |  780 +
 data/ontv.schemas.in               |   33 
 debian/changelog                   |   30 
 debian/control                     |    5 
 depcomp                            |  530 
 install-sh                         |    2 
 intltool-extract.in                |    4 
 ltmain.sh                          | 6871 ++++++++++++
 m4/intltool.m4                     |  184 
 m4/python.m4                       |   62 
 missing                            |    9 
 mkinstalldirs                      |   22 
 ontv/AboutDialog.py                |   13 
 ontv/Channel.py                    |    9 
 ontv/Configuration.py              |   70 
 ontv/DBus.py                       |   66 
 ontv/GUI.py                        |   22 
 ontv/KeyBinder.py                  |   48 
 ontv/Listings.py                   |   55 
 ontv/Makefile.am                   |    7 
 ontv/Makefile.in                   |  283 
 ontv/Notification.py               |   41 
 ontv/OnTVApplet.py                 |  184 
 ontv/PreferencesDialog.py          |  303 
 ontv/Program.py                    |   14 
 ontv/ProgramWindow.py              |  156 
 ontv/Reminders.py                  |  124 
 ontv/SearchDialog.py               |   51 
 ontv/TimeSpan.py                   |    2 
 ontv/ToggleButton.py               |   81 
 ontv/XMLTVFile.py                  |    8 
 ontv/__init__.py                   |    2 
 ontv/keybinder/Makefile.am         |   35 
 ontv/keybinder/Makefile.in         |  592 +
 ontv/keybinder/__init__.py         |    1 
 ontv/keybinder/_keybinder.defs     |   40 
 ontv/keybinder/_keybinder.override |  139 
 ontv/keybinder/_keybindermodule.c  |   32 
 ontv/keybinder/eggaccelerators.c   |  657 +
 ontv/keybinder/eggaccelerators.h   |   87 
 ontv/keybinder/gen-defs.sh         |    6 
 ontv/keybinder/tomboykeybinder.c   |  320 
 ontv/keybinder/tomboykeybinder.h   |   27 
 po/ChangeLog                       |   89 
 po/POTFILES.in                     |    1 
 po/bg.po                           |  267 
 po/de.po                           |  157 
 po/en_CA.po                        |  242 
 po/es.po                           |  164 
 po/fi.po                           |  197 
 po/sv.po                           |  197 
 po/vi.po                           |  262 
 py-compile                         |    6 
 scripts/Makefile.in                |   79 
 scripts/ontv.in                    |    2 
 67 files changed, 40944 insertions(+), 2965 deletions(-)

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu

Reply via email to