* Provide a default gtk-mac-integration.pc, a copy of
gtk-mac-integration-gtk2.pc unless gtk-mac-integration-gtk3.pc is the
only version built. Applications are advised not to use it; it's only to
avoid gratuitous breakage in single-gtk environments.
* Get GtkApplicationDelegate's application:openFile: handler to work at startup.
It fires off the signal before the main loop has started, so stash the
URI in a static for applicationDidFinishLaunching to fire the signal.
* Bug 744597 - Document that gtk_menu_reorder_child() doesn't update the menu.
* Update documents for current version of Gtk-Docs.
* Fix compile error on Leopard & Tiger.
* Minor build system improvements
* Make it possible to override libtoolize
* Get PyGObject-2.0's datadir from pkg-config
* Update .gitignore
* Fix autotools warnings and modernize some
* Use seperate configure flags for gtk2 and gtk3
Changes --with-gtk=gtk2 (which was broken) to --with-gtk2 and --with-gtk3
This allows you to build against both at the same time.
None of the pkgconfig files should have been changed but there is only
a single includedir now since they are the same.
* Use gnome-autogen.sh
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
bundles. This library provides two implementations: An older Carbon
implementation (gtk-mac-integration) and a new implementation in Cocoa
(GtkOSXApplication). PyGtk bindings are provided for both.