========== Version 2.20.1 released 2007-11-26 ========== 2007-11-26 Sebastian Pölsterl * configure.ac: * NEWS: Prepare for 2.20.2 release 2007-11-25 Sebastian Pölsterl * deskbar/ui/cuemiac/CuemiacTreeView.py: Fixed bug #471672: 'NoneType' object has no attribute 'get_actions' I couldn't find the cause. It just ignores None values and prints an error message 2007-11-25 Sebastian Pölsterl * deskbar/handlers/beagle-live.py: Previous fix for bug #479091 didn't work. Now access to self.hits is surrounded with Lock.acquire() and Lock.release() 2007-11-25 Sebastian Pölsterl * deskbar/handlers/history.py: Fixed bug #475351: 'NoneType' object has no attribute 'startswith' in history module I couldn't find the cause of this problem. It now just aborts when None appears and prints an error message 2007-11-25 Sebastian Pölsterl * deskbar/handlers/beagle-live.py: Fixed bug #479091: KeyError in _on_snippet_closed 2007-11-05 Sebastian Pölsterl * deskbar/core/DeskbarHistory.py: * deskbar/ui/cuemiac/CuemiacEntry.py: * deskbar/ui/CuemiacWindowController.py: * deskbar/ui/CuemiacWindowView.py: Fixed: Cannot browse history when pressing up/down key Show blank entry when no newer history items are available Skip ChooseFromHistoryAction when browsing history Show deskbar icon if history item has no icon 2007-10-31 Sebastian Pölsterl * deskbar/handlers/files.py: Fixed bug #472568: Deskbar launches file texts as programs 2007-10-28 Sebastian Pölsterl * deskbar/ui/preferences/DeskbarPreferences.py: Fixed bug #490981: Buttons aren't insensitive when no module is selected 2007-10-27 Sebastian Pölsterl * deskbar/core/keybinder/_keybinder.override: * deskbar/core/Keybinder.py: Fixed: Doesn't unbind keybinding when it changes. Python binding of tomboy_keybinder_bind returns boolean value now 2007-10-19 Owen Taylor * deskbar/ui/cuemiac/CuemiacEntry.py: * deskbar/ui/CuemiacWindowView.py: Bug #488047: Propagate the return value on CuemiacEntry::key-press-event back to the entry so that 'handled' is properly detected and ::key-press-event doesn't get emitted twice. Add return values to CuemiacEntry::go-next/go-previous, with the meaning 'handled', so that we can get the right return value for ::key-press-event in that case as well. 2007-10-16 Sebastian Pölsterl * deskbar/ui/cuemiac/CuemiacHeader.py: * deskbar/ui/cuemiac/CuemiacTreeView.py: Fixed: Layout is destroyed when changing font size. Used relative values instead of absolutes.