2009-01-31 Mike Kestner * Makefile.am: add installer-bundle target. This creates a versioned subdir containing all the binaries, wxs, license.rtf, and a build-installer script. * README: add installer build instructions. * configure.in.in: move the evil cygwin libname sed hack after AC_OUTPUT since newer autoconf apparently changed the behavior of when libtool is created. * gtk-sharp-2.0-wxs.in: add 2.10 policy components and update paths for installer-bundle build. This used to be -lib.wxs.in, but we are moving to a single installer without C devel. No longer produces an msm. It's an msi which merges the gtk, glade and mono-cairo msm modules from win32-installers. * gtk-sharp-2.0-dev.wxs.in: killed. * license.rtf: copied from win32-installers module. 2009-01-29 Andrés G. Aragoneses * atk/Object.custom: add binding for "focus-event" signal: http://library.gnome.org/devel/atk/unstable/AtkObject.html#AtkObject-focus-event 2009-01-29 Mike Kestner * generator/OpaqueGen.cs: generate a finalizer for classes which have free or unref methods and ensure it runs on the gui thread. * glib/Opaque.cs: remove finalize handling. Fixes a 'resurrection' issue with the previous 419777 fix. 2009-01-27 Mike Kestner * glib/Opaque.cs: ensure we are running on the gui thread when we dispose from the finalizer. [Fixes #419777] 2009-01-23 Mike Kestner * Makefile.include: * doc/Makefile.am: * glib/Makefile.am: * gtkdotnet/Makefile.am: parallel make patches from Diego Pettenò and Bertrand Lorentz. [Fixes #421063] 2009-01-21 Mike Kestner * configure.in.in: cross-compile fixes for CC assignment * gapi-cdecl-insert: use monodis if ildasm isn't available 2009-01-13 Brad Taylor * atk/Atk.metadata: Bind GetRunAttributes and GetDefaultAttributes as Atk.Attribute[] instances instead of GLib.SList. [Fixes #393565] 2009-01-08 Mike Kestner * configure.in.in: improve cairo config message. * mono.snk: copied for compatible Mono.Cairo.dll build. * Makefile.am: dist the snk. * cairo/AssemblyInfo.cs: use a hardcoded file. * cairo/Makefile.am: use mono.snk to sign the Mono.Cairo assembly so that it's compatible with mono built versions. Initial patch from Christian Hoff with a few tweaks. 2009-01-07 Mike Kestner * doc/gtk-sharp-docs.source: add node element for new monodoc. 2009-01-07 Mike Kestner * generator/MethodBody.cs: avoid null ref when passing null to destroy notified callback parameters. [Fixes #464120] 2008-12-12 Mike Kestner * bootstrap-2.12: tagged for 2.12.7. Bump svn version. * audit/base: update base apiinfo's for 2.12 stable api.