=== 1.9.19 === 2007-11-06 Fabio Morbec * NEWS: * debian/changelog: * doc/howto.tex: * doc/release-checklist.txt: * kiwi/__version__.py * kiwi.spec Release 1.9.19 2007-11-04 Johan Dahlin * kiwi/ui/entry.py: catch NameError instead of AttributeError, fixes gnome bug #479510 (Richard Hult) 2007-10-31 Mauricio Vieira reviewed by: Johan Dahlin * AUTHORS (Maintainers): Add Mauricio * kiwi/ui/gazpacholoader.py: * kiwi/ui/widgets/scale.py: * tests/test_Scale.py: * tests/test_proxy.py: * tests/test_utils.py: Add support for Proxy scale widget, fixes #3578 2007-10-04 Fabio Morbec reviewed by: Christian Reis * kiwi/ui/objectlist.py (SummaryLabel.update_total): An error occur in SummaryLabel when update_total try to sum Decimal with None. Fixes #3557 2007-09-14 Johan Dahlin * kiwi/ui/widgets/combo.py (_EasyComboBoxHelper.get_selected): Return None instead of raising AssertionError when nothing has been inserted yet.