2010-07-27 Jürg Billeter Release 0.9.4 Append doc comments to generated C files 2010-07-27 Evan Nemerson gtk+-2.0, gtk+-3.0: Make gtk_text_buffer_set_text.len default to -1. 2010-07-27 Jürg Billeter Simplify signal handler assignment check Simplify is_address_of_possible Add Variable class Derive EnumValue from Constant Rename Constant.initializer to Constant.value Remove Member class Remove visit_member 2010-07-27 Thijs Vermeir gstreamer-0.10: add new upstream API's 2010-07-25 Evan Nemerson cogl-1.0: Return value of Cogl.Matrix.get_array doesn't have a length. 2010-07-23 Jürg Billeter dova: Make methods equals, hash, and to_string null-safe dova: Fix cname of null type 2010-07-22 Evan Nemerson sdl: Create wrapper method for SDL.Video.list_modes Fixes bug 624086. 2010-07-22 Rafael Monica gstreamer-controller-0.10: Fix arguments of several methods. Fixes bug 624876. 2010-07-22 Frederik Zipp clutter-1.0: Fix methods with owned delegate parameters. 2010-07-22 Evan Nemerson Fix clutter_container_add and clutter_container_remove bindings. Fixes bug 623999. clutter-1.0: fix clutter_binding_pool_install_action binding Fixes bug 624165. 2010-07-21 Philip Withnall girparser: Ensure interfaces have at least one instantiable prerequisite When parsing a GIR file, add a prerequisite on GLib.Object to interfaces which don't have an instantiable prerequisite specified in the GIR file, as g-ir-scanner considers this prerequisite to be implicit. Fixes bug 624923. girparser: Add mapping from GIR's gsize to Vala's size_t girparser: Completely ignore tags 2010-07-21 Michal Hruby vapigen: Support shared finish methods 2010-07-21 Jürg Billeter dova: Fix use of interfaces in generics Fixes bug 613640. dova: Support string equality expressions dova: Disable assert handling It does not work well enough yet. 2010-07-21 Evan Nemerson glib-2.0, posix: Add g_stat, g_lstat, and lstat bindings. glib-2.0: Add g_file_error_from_errno binding. 2010-07-20 Michal Hruby gtk+-2.0, gtk+-3.0: Fix gtk_recent_info_* bindings 2010-07-20 Jürg Billeter vapigen: Support array_length_type for method return values GAsync: Fix extern async methods 2010-07-19 Evan Nemerson Update several bindings to newer versions atk to 1.30.0, gconf-2.0 to 2.28.1, gdk-2.0 to 2.21.2, gdk-x11-2.0 to 2.21.2, gio-2.0 to 2.25.11, gnome-vfs-2.0 to 2.24.3, json-glib-1.0 to 0.11.1, libgnome-menu to 2.30.0, libnotify to 0.5.0, libsoup-2.4 to 2.30.2, libwnck-1.0 to 2.30.0 vapigen: do not remove all values from enums in custom.vala files 2010-07-19 Martin Olsson zlib: include zlib.h when using crc32() 2010-07-19 Alexander Kojevnikov cairo: Fix ScaledFont constructor binding Fixes bug 622353. 2010-07-19 BianShaoLei zlib: Fix dest length argument for Utility.compress and uncompress. Fixes bug 623088. 2010-07-19 Evan Nemerson gtksourceview-2.0: Make argument to gtk_source_buffer_new nullable Fixes bug 623517. 2010-07-19 Frederik Zipp clutter-gst-1.0: Fix return types and bind VideoTexture properties Fixes bug 624201. 2010-07-19 Evan Nemerson gtk+-2.0, gtk+-3.0: use delegates for relevant GClosure arguments Fixes bug 624481. 2010-07-18 Jürg Billeter dova: Improve support for any class dova: Drop checked exceptions Replace error parameter by global variable. dova: Do not let Value subclass Object dova: Fix code generated for instance casts Parse `sealed' declaration modifier dova: Use any as top-level class 2010-07-17 Lionel Landwerlin posix: Add execlp method Fixes bug 623600. 2010-07-17 Jürg Billeter dova: Fix access to string.data from outside dova-core dova: Do not change cname of basic types in code generator 2010-07-17 Simon Wenner gdk-2.0: Add missing type arguments Fixes bug 624043. 2010-07-17 Evan Nemerson gtk+-2.0, gtk+-3.0: Make Gtk.Scale.add_mark's markup argument nullable Fixes bug 624442. 2010-07-17 Philip Withnall glib-2.0: Add PrintfFormat annotation to GLib.Error constructor Fixes bug 622485. glib-2.0: Add bindings for GDebugKey and g_parse_debug_string() Fixes bug 623148. 2010-07-17 Evan Nemerson gio-2.0: Add ellipsis to GLib.Settings.get and GLib.Settings.set Fixes bug 623551. 2010-07-17 Philip Withnall glib-2.0: Add binding for g_test_log_set_fatal_handler() Fixes bug 623868. 2010-07-17 Martin Olsson glib-2.0: Make return value of GLib.Dir.read_name() nullable Fixes bug 624096. 2010-07-17 Frederik Zipp gobject-2.0: Bind G_TYPE_IS_ENUM and G_TYPE_IS_FLAGS Fixes bug 624194. 2010-07-17 Maciej Piechotka glib-2.0: Add slice allocation bindings Fixes bug 624458. 2010-07-17 Evan Nemerson libsoup-2.4: fixes for SoupMessageBody.flatten and SoupLoggerPrinter 2010-07-17 Joshua Simmons lua: add bindings for lua reference system Fixes bug 624411. 2010-07-17 Jürg Billeter dova: Add support for [ThreadLocal] fields dova: Fix public fields in Dova.Object 2010-07-16 Jürg Billeter dova: Use decimal128 instead of _Decimal128 dova: Include dova-base.h/dova-types.h