======================================== NEWS: glibmm-2.25.2 ======================================== 2.25.2: (unstable): Gio: * Settings: create*() methods: Use SettingsBackend instead of string context parameters. (Murray Cumming) ======================================== NEWS: gtkmm-2.21.1 ======================================== 2.21.1 (unstable): * atkmm is now a separate tarball module. * Remove support for these glibmm build options via ifdefs: --enable-api-exceptions --enable-api-properties --enable-api-default-signal-handlers (All this gtkmm API is now always present.) * Assistant: Added commit(). * Entry: Added im_context_filter_keypress() and reset_im_context(). Entry: Added im_context_filter_keypress(). * gtk/src/entry.hg: Added im_context_filter_keypress(), new in gtk+ 2.22. 2010-06-16 Murray Cumming Added Assistant::commit() and Entry::reset_im_context(). * gtk/src/assistant.hg: Added commit(), new in gtk+ 2.22. * gtk/src/entry.hg: Added reset_im_context(), new in gtk+ 2.22. 2010-05-18 Murray Cumming Remove the ifdefs that supported building with optional API. As discussed on the mailing list, these will be removed from glibmm soon anyway. Anybody who really still needs this should tell us. ======================================== NEWS: pyatspi-0.3.4 ======================================== What's new in pyatspi2 0.3.4: * Listen for AddAccessible and RemoveAccessible at the DesktopCache level. This fixes a regression with Firefox for instance that was introduced in v0.3.3. ======================================== NEWS: pygobject-2.21.4 ======================================== 2.21.4 29-Jun-2010 - Build the cairo shim as a python module so the _gi module stops linking to it (Tomeu Vizoso) - add drawing area demo (John (J5) Palmieri) - sort the demo list (John (J5) Palmieri) - rename iter to treeiter so we aren't using a python reserved word (John (J5) Palmieri) - Fixup for change in buffer API (John (J5) Palmieri) - add ListStore, TreeStore and TreeViewColumn APIs (John (J5) Palmieri) - Add unit test for add_actions user data. (Ignacio Casal Quinteiro) - Pass user_data param when adding actions (Paolo Borelli) - add an exception type to the try/except block (John (J5) Palmieri) - return PyList instead of PyTuple for array, return empty list for NULL arrays (John (J5) Palmieri) - Fix 'make distcheck' (Tomeu Vizoso) - Allow building pygobject without introspection support by providing --disable-introspection to configure. (Tomeu Vizoso) - Make sure that sys.argv is a list and not a sequence. (Tomeu Vizoso) - Force loading the GObject typelib so we have available the wrappers for base classes such as GInitiallyUnowned. (Tomeu Vizoso) - we shouldn't g_array_free NULL pointers (John (J5) Palmieri) - remove unneeded TextIter creation in the tests (John (J5) Palmieri) - add override for TextBuffer (John (J5) Palmieri) - fix up some build issues (John (J5) Palmieri) - make the overrides file git friendly by appending to __all__ after each override (John (J5) Palmieri) - Override Dialog constructor and add_buttons method (Paolo Borelli) - Merge PyGI (Johan Dahlin) 2.21.3 21-Jun-2010 - Proper handling of null-ok in virtual methods (Ludovic L'Hours) - Fall back to use the floating references API in glib if there isn't a sinkfunc defined. (Tomeu Vizoso) - Revert "Drop sinkfuncs." (Tomeu Vizoso) - [giounix] Make it possible to compile on glib 2.20 (Johan Dahlin) - Release the lock when potentially invoking Python code. (Sjoerd Simons) 2.21.2 10-Jun-2010 - Drop sinkfuncs. (Tomeu Vizoso) - Clear error if we failed the import (Colin Walters) - Added missing , to keyword list of gio.GFile.set_attribute (John Ehresman) - Fix arg conversion in gio.GFile.set_attribute (John Ehresman) - Set constants under python 2.5 or before (John Ehresman) - Doc Extractor: Use replacements that make sense for &...; expressions. (José Alburquerque) - Add build docs for windows (John Stowers) - Setup.py cosmetic tidy (John Stowers) - Fix crash when importing gio (John Stowers) - Bug 589671 - Dont use generate-constants (John Stowers) - Bug 589671 - Fix setup.py for windows build (John Stowers) - Include pygsource.h (John Stowers) - codegen/docextract_to_xml.py: One more &...; replacement ( ). (José Alburquerque) - codegen/docextract_to_xml.py: Replace some &..; that cause errors. (José Alburquerque) - codegen/docextract_to_xml.py: Handle C++ multi-line comments. (José Alburquerque) - codegen/docextract.py: Stop final section processing on first match. (José Alburquerque) - Update doc extraction tool to handle GObjectIntrospection annotations. (José Alburquerque) - Docs: replace gio.IO_ERROR_* with gio.ERROR_* (Paul Bolle) - Bug 613341 - pygobject tests seem to require pygtk causing a circular (Gian Mario) - Don't raise an error in _pygi_import if pygi support is disabled (Simon van der Linden) - Initialize PyGPollFD_Type.fd_obj to NULL (Tomeu Vizoso) - Bug 605937 - pygobject: Makefile.am sets $TMPDIR, disrupting distcc (Gian Mario) - Wrap gio.Cancellable.make_pollfd() and add a test (Gian Mario) - Make cancellable an optional parameter in many methods (Gian Mario)