=== 2.9.2 === 2004-12-31 Gustavo J. A. M. Carneiro * NEWS: Update. * configure.ac: Bump version to 2.9.2. 2004-12-26 Gustavo J. A. M. Carneiro * Makefile.am (EXTRA_DIST): Add gtkspell example. * examples/gtkspell/test.py: Add, from pygtkspell 0.3.1's source tarball. * gtkspell/Makefile.am (INCLUDES): Remove redundant *_CFLAGS. * gtkspell/gtkspellmodule.c: Move all wrappers above the method list variable. Make everything static except initgtkspell(). * gtkspell/pygtkspell.h: Removed. * gtkspell/pygtkspell.h: Code here doesn't belong in a header file. Move everything to gtkspellmodule.c. * gtkspell/*: Add pygtkspell (0.3.1) sources, by John (J5) Palmieri . Fixes #162067. * Makefile.am (SUBDIRS): Add gtkspell. * configure.ac: Check for gtkspell libs. 2004-12-15 Gustavo J. A. M. Carneiro * gtkmozembed/gtkmozembedmodule.c (initgtkmozembed): Call pygtkmozembed_add_constants. * gtkmozembed/gtkmozembed.defs: Uncomment enums and flags, but remove the gtype-id fields. * configure.ac: Detect/define MOZILLA_HOME. * gtkmozembed/Makefile.am (gtkmozembedmodule_la_LDFLAGS): Add -R$(MOZILLA_HOME), copy-pasted from galeon. 2004-12-14 Gustavo J. A. M. Carneiro * gtkmozembed/*: Add Johan Dahlin's pymozembed (0.1) module. * Makefile.am: Conditionally add gtkmozembed to SUBDIRS. * configure.ac: Detect GTKMOZEMBED required packages. Write gtkmozembed/Makefile. Print whether gtkmozembed module will be built. * gnomeprint/printui.override: Import Canvas from gnomecanvas instead of deprecated gnome.canvas. 2004-12-04 Gustavo J. A. M. Carneiro * Makefile.am (EXTRA_DIST): Add egg/recent examples to dist. * examples/egg/recent/Bonobo_Sample_Hello.xml: Add this, based on the bonoboui example in gnome-python. * examples/egg/recent/bonobo-view.py: Add bonobo recent files example, based on the bonoboui example in gnome-python. * examples/egg/recent/gtk-view.py: Add jdahlin's GtkUIManager example, modified to support recent files and gnomevfs. * egg/recent/eggrecent.defs: RecentView is actually an interface, not an object. 2004-12-03 Gustavo J. A. M. Carneiro * egg/recent/eggrecent.override (EGG_TYPE_RECENT_VIEW_GTK): define, missing from egg sources. import gtk.Widget type. * egg/recent/eggrecent.c: * egg/recent/eggrecent.defs: Add missing GObject declaration for RecentViewGtk -- somehow h2def missed it. * examples/egg/recent/populate-recent.py: A port of populate-recent.c from libegg to python.