=== 2.11.3 === 2006-08-21 Johan Dahlin * NEWS: Update * Makefile.am: * docs/Makefile.am: Always install the xsl files & css files, regardless if the documentation was actually built or not. Also clean it up considerably. 2006-08-17 Gustavo J. A. M. Carneiro * gobject/gobjectmodule.c (pyg_type_register): Move the interface registration code up, to run before properties and signals registration, because glib doesn't allow us to add interfaces after the first call to g_class_ref. 2006-08-16 John Finlay * docs/reference/pygobject-functions.xml: Update docs for gobject functions. 2006-08-15 Murray Cumming * gobject/pygobject-private.h: * gobject/pygobject.h: Replace uses of typename with type_name, because that is a reserved C++ keyword. This was breaking compilation of Glom due its use in the new type_register_custom function pointer in pygobject.h. 2006-08-12 John Finlay * pygobject-2.0.pc.in: Add reference to installed pygobject docs * docs/Makefile.am: Add install of style.css * docs/xsl/html.xsl: Define stylesheet as style.css * docs/style.css: Add. 2006-08-10 John Finlay * docs/reference/entities.docbook.in: * docs/reference/pygobject-ref.xml: * docs/Makefile.am: * configure.ac: Use builddate.xml for the builddate entity and have builddate.xml be updated when the docs are built not during configure time. 2006-08-08 Johan Dahlin * configure.ac: Post release version bump. === 2.11.2 === 2006-08-08 Johan Dahlin * NEWS: Update