=== 1.9.11 === 2006-10-09 Johan Dahlin * NEWS: * doc/howto.tex: * kiwi/__version__.py: Update * kiwi/ui/views.py (SlaveView._check_reserved): Raise ValueError instead of AttributeError, fixes #1998 (Sidnei da Silva) 2006-10-09 Ronaldo Maia reviewed by: Johan Dahlin * kiwi/ui/objectlist.py: Add right-click and emit double-click only when a row is selected, fixes #2817 2006-10-05 Ronaldo Maia reviewed by: Johan Dahlin * examples/validation/personalinformation.glade: Add an example. * kiwi/enums.py: * kiwi/ui/comboboxentry.py: Use KiwiEntry instead of ProxyEntry * kiwi/ui/entry.py: * kiwi/ui/widgets/entry.py: * tests/test_BaseView.py: Fix destruction of windows. * tests/test_Entry.py: * tests/test_masks.py: Refactor mask handling in KiwiEntry. Now it supports the use of fields. Fixes #2838 2006-10-04 Johan Dahlin * kiwi/component.py: * tests/test_component.py: Add remove_utility and an extra argument to get_utility which is similar to dict.get. Add tests too. 2006-09-29 Johan Dahlin * kiwi/ui/entry.py (KiwiEntry.__init__): Make ProxyEntries work with PyGTK 2.10 again. 2006-09-27 Johan Dahlin * kiwi/ui/objectlist.py (Column): Document properties (ObjectList): Document signals and properties 2006-09-25 Johan Dahlin * kiwi/environ.py (Library.enable_translation) (Library.set_application_domain): Call locale.textdomain/ locale.bindtextdomain aswell so libglade and other applications using libcs translation functions are going to work