2009-05-07  Jürg Billeter  <j@bitron.ch>

	Release 0.7.2

2009-05-07  Didier 'Ptitjes  <ptitjes@free.fr>

	GIR parser: Add c:prefix parsing

	GIR parser: Fix virtual method and signal parsing

	GIR parser: Mark constants as external to not require initializer

	GIR parser: Fix allow-none attribute parsing in fields and return values

	GIR parser: Fix construct-only attribute parsing for properties

	GIR parser: Parse class constants

	GIR parser: Fix c:type parsing in types and constructor return value

	GIR parser: Handle module GModule in namespace GLib

2009-05-07  Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	Move delegate typedef to right position
	Fixes bug 580513.

2009-05-07  Jürg Billeter  <j@bitron.ch>

	Support delegates with delegate parameters and results
	Based on patch by Levi Bard, fixes bug 578415.

2009-05-07  Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	Fix initialization of nullable structs
	Fixes bug 579758.

2009-05-07  Mark Lee  <git@lazymalevolence.com>

	json-glib-1.0: Fix bindings
	Fix JsonSerializable, json_serializable_deserialize_property,
	json_construct_gobject, json_serialize_gobject, and
	json_node_get_value bindings. Fixes bug 581068.

2009-05-07  Krzysztof Kotlenga  <piernik@gmail.com>

	dbus-glib-1: Add DBusNameFlag binding
	Fixes bug 579043.

2009-05-07  William Swanson  <swansontec@gmail.com>

	libgsf-1: Use owned modifier instead of the deprecated # modifier
	Fixes bug 581392.

2009-05-07  Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	Fix delegate out parameters
	Fixes bug 578412.

2009-05-07  Evan Nemerson  <evan@polussystems.com>

	gdk-pixbuf-2.0: Fix gdk_pixbuf_copy binding
	Make Gdk.Pixbuf.copy() transfer ownership. Based on patch by Qball Cow,
	fixes bug 581367.

2009-05-07  Ryan Lortie  <desrt@desrt.ca>

	glib-2.0: Fix g_key_file_to_data binding
	Fixes bug 580348.

2009-05-07  Jürg Billeter  <j@bitron.ch>

	webkit-1.0: Fix WebKitWebView::hovering_over_link binding
	Fixes bug 579191.

	gdk-2.0: Fix gdk_pixmap_new binding
	Fixes bug 578163.

2009-05-07  Feng Yu  <fengyu@dhcp5-240.iucf.indiana.edu>

	gtk+-2.0: Add Gtk.Container.forall_internal
	Add Gtk.Container.forall_internal to work around the inconsistent
	forall binding. Fixes bug 543872.

2009-05-07  Jürg Billeter  <j@bitron.ch>

	Fix crash when using `in' operator

2009-05-05  Jürg Billeter  <j@bitron.ch>

	Do not depend on uint64 in semantic analyzer

	Fix handling of numeric types in symbol resolver

	Accept numeric base types in struct declaration

	Fix instance parameter type for numeric types

	GIR writer: Do not use string.replace
	GRegex requires GLib 2.14.

	GIR writer: Replace escape_attribute_string by Markup.escape_text

2009-05-05  Sebastian Pölsterl  <sebp@k-d-w.org>

	Replaced deprecated # syntax with new owned syntax

2009-05-04  Jürg Billeter  <j@bitron.ch>

	GType: Declare inherited methods in interface implementations
	Fixes bug 581290.

	Declare parameter types of signals

2009-04-30  Didier 'Ptitjes  <ptitjes@free.fr>

	GIR writer: Generate annotations on all elements

	GIR writer: Improve errordomain generation
	Generate get-quark and codes attributes on errordomain and generate
	enum for error codes.

	GIR writer: Generate enum values and c:identifer attributes

	GIR writer: Generate throws attribute
	Generate throws attribute on constructors, methods and callbacks.

	GIR writer: Improve property generation
	Generate readable, construct and construct-only attributes on property.

	GIR writer: Generate property's cannonical name instead of name

	GIR writer: Generate c:type attribute on callbacks

	GIR writer: Generate allow-none attributes
	Generate allow-none attributes on parameters, return values and fields.

	GIR writer: Fix missing transfer-ownership attributes
	Fix missing transfer-ownership attribute on parameters and return value.

2009-04-30  Jürg Billeter  <j@bitron.ch>

	GIR writer: Fix critical warnings

2009-04-30  Didier 'Ptitjes  <ptitjes@free.fr>

	GIR writer: Generate constant c:identifier and value

	GIR writer: Support pointer types and generic types
	Generate type correctly with adhoc c:type (pointer types and
	parametered types).

	GIR writer: Generate abstract attribute for abstract classes

	GIR writer: Fix virtual method generation
	Generate virtual and abstract methods correctly (method +
	virtual-method + callback in type struct).

	GIR writer: Avoid generating parameters tag if not necessary

	GIR writer: Generate static methods correctly

	GIR writer: Generate type structs for classes and interfaces

	Generate type attributes for all enum|class|interface tags
	Generate c:type, glib:type-name and glib:get-type attributes for all
	enum|class|interface tags.

2009-04-27  Jürg Billeter  <j@bitron.ch>

	Fix declarations of struct copy and free functions

2009-04-26  Thijs Vermeir  <thijsvermeir@gmail.com>

	cairo: fix cname of Cairo.Format

2009-04-25  Ali Sabil  <ali.sabil@gmail.com>

	Avoid C compiler warning for abstract interface implementations
	Fixes bug 571522.

2009-04-23  Jürg Billeter  <j@bitron.ch>

	gtk+-2.0: Fix gtk_entry_completion_set_match_func binding

	gdk-pixbuf-2.0: Fix gdk_pixbuf_get_file_info binding

2009-04-23  Sebastian Spaeth  <sebastian@sspaeth.de>

	cairo: Fix cairo_image_surface_get_data binding
	Fixes bug 579803.

2009-04-21  Jürg Billeter  <j@bitron.ch>

	hal: Add libhal_device_get_property_{bool,double} bindings

2009-04-20  Jürg Billeter  <j@bitron.ch>

	Post-release version bump

	Release 0.7.1

	Fix local variable initialization of basic types

2009-04-17  Jim Nelson  <jim@yorba.org>

	gtk+-2.0: Fix gtk_tree_selection_set_select_function binding

2009-04-17  Ali Sabil  <ali.sabil@gmail.com>

	gstreamer-rtp-0.10: Turn GstRTCPPacket into a struct

	libxml-2.0.vapi: use the owned modifier instead of the deprecated # modifier

2009-04-16  Ali Sabil  <ali.sabil@gmail.com>

	Fix a critical when using a catch block without a variable

2009-04-15  Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	Fix GType declaration for structs
	Fixes bug 578162.

	Fix crash with invalid property default expressions
	Do not check type compatibility on the default expression of a
	property if it fails semantic analysis. Fixes bug 576122.

	Fix crash on invalid binary expressions
	Fixes bug 571960.

2009-04-15  Samuel Cormier-Iijima  <sciyoshi@gmail.com>

	Strip whitespace from lines in .deps files
	Fixes bug 560712.

2009-04-15  Jürg Billeter  <j@bitron.ch>

	Fix temp variable declaration in internal VAPI properties

	Remove gnet-2.0 bindings
	The generated bindings are broken as the C library does not follow
	the usual naming conventions. If there is still demand for gnet-2.0
	bindings, manual bindings should be added.

	Warn when using deprecated # modifier or operator

	Update code using deprecated # modifier or operator

	Introduce new signal connect/disconnect syntax
	foo.clicked.connect (handler);

	Fixes bug 566847.

2009-04-14  Jürg Billeter  <j@bitron.ch>

	Do not check GList/GSList references against NULL
	NULL is a valid empty GList/GSList. Based on patch by Yu Feng,
	fixes bug 578198.

2009-04-14  Jamie McCracken  <jamiemcc gnome org>

	fix bug in printing string literal in Genie

2009-04-14  Jürg Billeter  <j@bitron.ch>

	Add --verbose command-line option
	Currently just prints C compiler command-line before execution.
	Fixes bug 559890.

2009-04-14  Jamie McCracken  <jamiemcc gnome org>

	Fix bug in print statement

2009-04-14  Jürg Billeter  <j@bitron.ch>

	Support set accessors in internal VAPI properties
	Fixes bug 545187.

	Regenerate more bindings

	libgnomeui-2.0: Replace references to Gtk.DestroyNotify
	Fixes bug 578947.

	vapigen: Fix constants

	Support external constants

	Update bindings to not use static modifier for delegates

	Replace static modifier for delegates by attribute
	Replace `static' modifier for delegates without a user_data parameter
	by [CCode (has_target = false)] as we only support this for bindings,
	it is not considered a language feature. Fixes bug 526549.

	Use fully-qualified name in the code writer
	Fixes bug 516859.

2009-04-14  Jamie McCracken  <jamiemcc gnome org>

	Updated genie parser to match vala parser in functionality and bug fixes

2009-04-14  Jürg Billeter  <j@bitron.ch>

	Remove generated .c files on make maintainer-clean
	Fixes bug 509146.

	Avoid C compiler warning in string switch statements
	Fixes bug 505856.

	Fix array and delegate arguments in creation and virtual methods

2009-04-14  Jamie McCracken  <jamiemcc gnome org>

	Updated genie scanner to handle all new/missing vala tokens and directives

2009-04-13  Jamie McCracken  <jamiemcc gnome org>

	Report error when using conflicting method modifiers  in Genie parser

	Added support for static properties in Genie parser

	Fix error message when encountering invalid character literals in Genie parser

	Added property attributes to Genie parser

	Added missing source reference to Genie parser

2009-04-13  Jamie  <jamie@jamie-laptop.(none)>

	Fixed codegen problem

2009-04-12  Jürg Billeter  <j@bitron.ch>

	Fix names of methods generated from lambda expressions

	Fix virtual methods throwing errors
	Fixes bug 578778.

	Ensure string.h is included when using memcpy

	vapigen: Remove unused method

	Include glib-object.h when declaring fundamental classes

2009-04-11  Jürg Billeter  <j@bitron.ch>

	gtk+-2.0: Fix gtk_image_get_stock binding
	Based on patch by Simon Wenner, fixes bug 578687.

2009-04-10  Jürg Billeter  <j@bitron.ch>

	Declare base types of pointer types

	Arrays: Add experimental support for fixed-length arrays
	Local fixed-length arrays are allocated on the stack.

	    int[3] array = { 1, 2, 3 };

	Fixes bug 492481.

	Remove result variable warning
	Implicit result variable not planned for Vala 1.0.

	Remove unused cheader_filename field

	Do not delete existing .c files
	Fixes bug 501585.

	Remove unused CodeContext.save_cheaders property

	Remove unused get_cheader_filename methods

2009-04-10  Michael 'Mickey' Lauer  <mickey@vanille-media.de>

	posix: Add struct group, getgrent, setgrent, endgrent
	Signed-Off-By: Michael 'Mickey' Lauer <mlauer@vanille-media.de>

	posix: Add struct passwd, setpwent, getpwent, endpwent
	Signed-Off-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>

	glib-2.0: Fix g_find_program_in_path binding

2009-04-10  Jürg Billeter  <j@bitron.ch>

	Improve handling of reserved identifiers
	Avoid conflicts between reserved identifiers and generated code
	for local variables and formal parameters. Fixes bug 469335 and
	bug 515225.

2009-04-08  Jürg Billeter  <j@bitron.ch>

	Move common code from GObjectModule to GTypeModule

	Regenerate GTK+ bindings

2009-04-08  Rob Taylor  <rob.taylor@codethink.co.uk>

	Merge branch 'master' into internal-vapi

	Override cheader to internal cheader when writing the internal vapi.

2009-04-08  Jürg Billeter  <j@bitron.ch>

	D-Bus: Fix static modifiers for helper functions

2009-04-08  Sebastian Pölsterl  <sebp@k-d-w.org>

	gstreamer-audio-0.10: Update bindings

	gstreamer-netbuffer-0.10: Update bindings

	gstreamer-riff-0.10: Update bindings

	gstreamer-rtp-0.10: Update bindings

	gstreamer-rtsp-0.10: Update bindings

	gstreamer-tag-0.10: Update bindings

	gstreamer-video-0.10: Update bindings

	gstreamer-check-0.10: Update bindings

	gstreamer-base-0.10: Update bindings

2009-04-08  Jürg Billeter  <j@bitron.ch>

	D-Bus: Fix memory leak in introspection handler

	GError: Fix uncaught errors in creation methods

2009-04-08  Rob Taylor  <rob.taylor@codethink.co.uk>

	Merge branch 'master' into internal-vapi

2009-04-08  Jürg Billeter  <j@bitron.ch>

	Use basename of C file in line directive

2009-04-08  Rob Taylor  <rob.taylor@codethink.co.uk>

	Add ability to override certain cheaders when using CodeWriter

2009-04-08  Jürg Billeter  <j@bitron.ch>

	Emit line directive when there is no corresponding Vala line

2009-04-08  Rob Taylor  <rob.taylor@codethink.co.uk>

	Merge branch 'master' into internal-vapi

2009-04-08  Jürg Billeter  <j@bitron.ch>

	Add constant and delegate declarations to internal header

	Add delegate declarations to header file

2009-04-08  Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	Add constant declarations to header file
	Fixes bug 578267.

2009-04-08  Jürg Billeter  <j@bitron.ch>

	Declare return types of delegates

2009-04-07  Rob Taylor  <rob.taylor@codethink.co.uk>

	Merge branch 'master' of git://git.gnome.org/vala

2009-04-07  David Janzso  <ext-david.2.janzso@nokia.com>

	doc: Move array types from reference to value types

2009-04-07  Rob Taylor  <rob.taylor@codethink.co.uk>

	small fixes for invocation with --internal-vapi

2009-04-07  Michael B. Trausch  <mike@trausch.us>

	posix: Add exit and abort bindings

2009-04-07  Michael 'Mickey' Lauer  <mickey@vanille-media.de>

	posix: Add mkfifo(3) and unlink(2) bindings

	posix: Add socketpair and pipe bindings

	posix: Add opendir and friends

2009-04-07  Rob Taylor  <rob.taylor@codethink.co.uk>

	Add support for saving out the internal api as a vapi

2009-04-07  Jürg Billeter  <j@bitron.ch>

	Declare static fields when used
	Fixes bug 578127.

2009-04-07  Ali Sabil  <ali.sabil@gmail.com>

	Fix const-incorrect code generated for string interface properties getters
	Fixes bug 577960.

2009-04-07  Jürg Billeter  <j@bitron.ch>

	dbus-glib-1: Fix dbus_error_init binding

	cairo: Fix cairo_*_extents bindings

2009-04-06  Jürg Billeter  <j@bitron.ch>

	D-Bus: Avoid redefinition of callback wrapper

2009-04-06  Nicolas Joseph  <gege2061@redaction-developpez.com>

	gdk-2.0: Fix gdk_display_get_pointer binding
	Fixes bug 577925.

	gtksourceview-2.0: Fix gtk_source_style_scheme_manager_get_* bindings
	Fixes bug 577890.

	gtksourceview-2.0: Fix GtkSourceStyleSchemeManager binding
	Fixes bug 577886.

2009-04-06  Mark Lee  <marklee@svn.gnome.org>

	gdk-2.0: fix gdk*_add_client_message_filter bindings
	Hide the data parameters for Gdk.add_client_message_filter() and
	Gdk.Display.add_client_message_filter(). Fixes bug 577766.

2009-04-06  Jürg Billeter  <j@bitron.ch>

	Report error when trying to use signals as expressions
	Fixes bug 437431.

	Fix nested context information

2009-04-06  Ali Sabil  <ali.sabil@gmail.com>

	Declare property types in interfaces

	Fix declaration order of interfaces and field types

	Declare property types in classes

2009-04-05  Jürg Billeter  <j@bitron.ch>

	Fix declaration order of classes and field types

	Fix temp variable declaration in internal VAPI methods

	Fix error messages when using preprocessing directives
	The line information was off when skipping conditional sections.

	Post-release version bump

	Release 0.7.0

	Drop legacy header support

	Switch build system to not use legacy headers

2009-04-03  Thijs Vermeir  <thijsvermeir@gmail.com>

	Drop type check statements if assertions are disabled

2009-04-03  Mark Lee  <marklee@svn.gnome.org>

	gnome-keyring-1: Fix gnome_keyring_find_network_password_sync binding
	The results parameter for GnomeKeyring.find_network_password_sync needs to be
	annotated as an "out" parameter. Fixes bug 577810.

2009-04-03  Jürg Billeter  <j@bitron.ch>

	More error domain declaration fixes
	Fixes bug 577738.

	Fix leading whitespace in preprocessing directives

	Make sender parameter in signal handlers optional
	Signal handler should not need to know the sender. This also makes it
	possible to use the exact same parameter list for signal declaration
	and signal handler.

	Update man page

	Support conditional compilation
	Add -D SYMBOL commandline option to define conditional symbols.
	Support precondition directives #if, #elif, #else, and #endif.
	Fixes bug 434515.

2009-04-02  Jürg Billeter  <j@bitron.ch>

	Error domain declaration fixes

2009-04-02  Ali Sabil  <ali.sabil@gmail.com>

	Add support for generating of a C header file for the internal API
	Added the --internal-header compiler flag to enable the generation of a C
	header file for the internal API.

2009-04-02  Jürg Billeter  <j@bitron.ch>

	Support [CCode (delegate_target = false)] attribute for fields

2009-04-01  Jürg Billeter  <j@bitron.ch>

	Free local variables in GObject constructors
	Fixes bug 577641.

	D-Bus: Fix parameters in signal wrappers

2009-04-01  Ali Sabil  <ali.sabil@gmail.com>

	Always include glib.h in the generated header files

2009-04-01  Jürg Billeter  <j@bitron.ch>

	Declare enum when accessing enum value

2009-03-31  Jürg Billeter  <j@bitron.ch>

	glib-2.0: Fix g_hash_table_new* bindings
	Fixes bug 577460.

2009-03-31  Ali Sabil  <ali.sabil@gmail.com>

	Declare typeof() operand types

	Fix crash with dynamic property access

2009-03-31  Jürg Billeter  <j@bitron.ch>

	Declare element types of array parameters
	Fixes bug 577466.

	Drop redundant struct declaration call

	Declare element types of arrays

	Declare field types in structs

	Add parameter type declarations to header file

	valac: Default basedir to current directory
	valac -C src/foo.vala should generate the file src/foo.c.

	Rework header file generation
	Generate single C header file for public API, do not use header
	files for internal API. Fixes bug 471244, bug 571037, bug 572536,
	and bug 575629.

	Post-release version bump

	Release 0.6.0

2009-03-30  Thijs Vermeir  <thijsvermeir@gmail.com>

	Improve flow analysis of catch clauses
	Duplicated catch clauses for the same error are detected as an error
	and unreachable catch clauses due to preceding catch clauses are
	reported with a warning.

	GError: Check the error code if available in the catch clause

2009-03-30  Jürg Billeter  <j@bitron.ch>

	GError: Include error code in cname of error type

2009-03-30  Thijs Vermeir  <thijsvermeir@gmail.com>

	GError: Check error domain before propagating
	Check the error domain of the method before propagating the
	method up and print a critical when the domain cannot be handled
	by the method.

2009-03-30  Jürg Billeter  <j@bitron.ch>

	glib-2.0: Fix g_match_info_fetch* bindings

	Fix crash with nested lambda expressions
	Fixes bug 570872.

	glib-2.0: Add GStaticRWLock binding

	Use thread-local storage for context stack
	Make it possible to use libvala from multiple threads by using a
	thread-local stack of CodeContext objects. Based on patch by
	Andrea Del Signore, fixes bug 573041.

	glib-2.0: Fix g_static_private_set binding

	Fix side-effects in assignments
	Do not evaluate the left-hand side of an assignment multiple times
	if it could have side-effects. Based on patch by Levi Bard,
	fixes bug 543483.

2009-03-30  Matías De la Puente  <mfpuente.ar@gmail.com>

	Add V4L2 bindings
	Fixes bug 572692.

	glib-2.0: Add g_format_size_for_display binding
	Fixes bug 572867.

2009-03-30  Andrea Del Signore  <sejerpz@tin.it>

	glib-2.0: Add GPrivate and GStaticPrivate bindings
	Fixes bug 573043.

2009-03-30  Feng Yu  <fengyu@dhcp5-240.iucf.indiana.edu>

	Use vfunc_name for base access
	Base access should respect Method.vfunc_name instead of using
	Method.name. Fixes bug 577114.

2009-03-29  Abderrahim Kitouni  <a.kitouni@gmail.com>

	Fix initialization of delegate fields
	When initializing the delegate field at creation, its target was
	not set. Fixes part of bug 571171.

2009-03-29  Evan Nemerson  <evan@coeus-group.com>

	gdk-2.0: Fix gdk_spawn_on_screen* bindings
	Fix various parameters in Gdk.spawn_on_screen() and
	Gdk.spawn_on_screen_with_pipes(). Fixes bug 570350.

	gtk+-2.0: Fix gtk_file_chooser_get_* bindings
	Fix memory leaks when using several Gtk.FileChooser methods.
	Fixes bug 575824.

2009-03-29  Nicolas Joseph  <gege2061@redaction-developpez.com>

	glib-2.0: Add g_get_charset binding
	Fixes bug 576205.

2009-03-29  Zygmunt Krynicki  <zkrynicki@gmail.com>

	bzlib: Fix stream bindings
	Fixes bug 576119.

2009-03-29  Mike Massonnet  <mike.massonnet@gmail.com>

	glib-2.0: Fix process signal bindings
	Fixes bug 575671.

2009-03-29  Evan Nemerson  <evan@polussystems.com>

	glib-2.0: Fix g_timeout_add_seconds_full and g_source_set_callback
	Make GLib.Timeout.add_seconds_full and GLib.Source.set_callback
	generate the appropriate GDestroyNotify arguments automatically.

	Fixes bug 577048.

2009-03-29  Evan Nemerson  <evan@coeus-group.com>

	libsoup-2.4: Fixes for several xmlrpc-related functions
	Fixes bug 576768.

	vapigen: Allow metadata files to set PrintfFormat
	Fixes bug 576765.

2009-03-29  Víctor Manuel Jáquez Leal  <vjaquez@igalia.com>

	gstreamer-0.10: caps in gst_pad_set_caps can be nullable
	According to the documentation, the caps argument in
	gst_pad_set_caps can be nullable.

	Fixes bug 576061.

	gstreamer-0.10: gst_element_set_bus parameter is nullable
	gst_element_set_bus () function can set a bus as NULL value in
	order to remove the current element bus, so the parameter can be
	nullable in the vala context.

	Fixes bug 575534.

	gstreamer-pbutils-0.10: Ownership transfer fixes
	According to the documentation, these functions return newly-allocated
	structures, so they must transfer the ownership in vala context in
	order to prevent memory leaks.

	Fixes bug 575532.

2009-03-29  Evan Nemerson  <evan@coeus-group.com>

	gtk+-2.0: Fix gtk_text_view_get_line_yrange binding
	Set is_out on y and height parameters of
	gtk_text_view_get_line_yrange, fixes bug 571719.

2009-03-29  Víctor Manuel Jáquez Leal  <vjaquez@igalia.com>

	gconf-2.0: gconf_client_get_without_default transfers ownership
	Fixes bug 575535.

2009-03-29  Jürg Billeter  <j@bitron.ch>

	Fix member access when overriding signal class handler
	Fixes bug 575475.

2009-03-29  Sebastian Pölsterl  <sebp@k-d-w.org>

	Include dbus-glib-lowlevel.h file when DBus is used to avoid compiler warnings

2009-03-29  Jakob Westhoff  <jakob@westhoffswelt.de>

	sdl: Fix SDL_GetKeyName binding
	Fixes bug 577129.

2009-03-29  Didier 'Ptitjes  <ptitjes@free.fr>

	Write custom attributes in VAPI files
	Fixes bug 577063.

2009-03-29  Iain  <iain@gnome.org>

	glib-2.0: Add GPtrArray bindings
	Fixes bug 575864.

2009-03-29  Jürg Billeter  <j@bitron.ch>

	Fix freeing GLib.PtrArray objects

2009-03-29  Sebastian Pölsterl  <sebp@k-d-w.org>

	D-Bus: Unregister path on object destruction
	Fixes bug 576874.

2009-03-26  Evan Nemerson  <evan@coeus-group.com>

	Bug 575099: Add librsvg-2.0 bindings

	vapigen: Bug 575098: Allow is_ref and is_out for delegate parameters

2009-03-26  Jukka-Pekka Iivonen  <jukka-pekka.iivonen@nokia.com>

	glib-2.0: Bug 568177: More GLib.Math constants

2009-03-26  Feng Yu  <fengyu@dhcp5-240.iucf.indiana.edu>

	Bug 574403: Direction of formal parameters ignored
	When copying a formal parameter, the direction should also be copied.
	This fix might also fix other bizarre issues related to copying formal
	parameters.

2009-03-26  Didier 'Ptitjes  <ptitjes@free.fr>

	Generate <c:include/> tags

	Add mandatory xmlns attributes Signed-off-by: Didier 'Ptitjes <ptitjes@free.fr>

	Fix namespace tag indentation Signed-off-by: Didier 'Ptitjes <ptitjes@free.fr>

2009-03-26  Hans Baier  <hansfbaier@googlemail.com>

	libglade-2.0.vapi: nullable arguments in register_widget

2009-03-25  Jürg Billeter  <j@bitron.ch>

	libglade-2.0: Fix GladeNewFunc binding

	vapigen: Support transfer_ownership for delegates
	Add attribute to support owned delegate return values.

2009-03-25  Ali Sabil  <ali.sabil@gmail.com>

	gstreamer-0.10: Fix gst_bus_post binding
	Message parameter of gst_bus_post takes ownership.

2009-03-17  Michael 'Mickey' Lauer  <mickey@vanille-media.de>

	posix.vapi: signal is allowed to be null (restoring the original handler)

	posix.vapi: rename stat struct and add actual stat + fstat calls

2009-03-17  Zeeshan Ali (Khattak)  <zeeshanak@gnome.org>

	gstreamer-0.10: Fix gst_element_get_compatible_pad binding
	Caps parameter of gst_element_get_compatible_pad is nullable.

	gstreamer-0.10: Fix gst_ghost_pad_new binding
	Name parameter of gst_ghost_pad_new is nullable.

	gstreamer-0.10: Fix gst_element_post_message binding
	Message parameter of gst_element_post_message takes ownership.

2009-03-14  Thijs Vermeir  <thijsvermeir@gmail.com>

	posix: add lseek binding

	posix: fix cname of off_t

2009-03-11  Thijs Vermeir  <thijsvermeir@gmail.com>

	gstreamer-0.10: gst_pad_template_new.caps takes ownership

2009-03-11  Jürg Billeter  <j@bitron.ch>

	gobject: Add CCodeDeclarationSpace class
	The CCodeDeclarationSpace class abstracts access to the various
	declaration fragments used to generate C header and source files.

2009-03-09  Zeeshan Ali (Khattak)  <zeeshanak@gnome.org>

	glib-2.0: Add string.to_bool()

2009-03-09  Matías De la Puente  <mfpuente.ar@gmail.com>

	gstreamer-interfaces-0.10: Fix some headers and GLib.List types

2009-03-07  Jürg Billeter  <j@bitron.ch>

	D-Bus: Fix marshalling arrays of structs

2009-03-07  Hans Baier  <hansfbaier@googlemail.com>

	posix.vapi: add pid_t and kill

2009-03-07  Jürg Billeter  <j@bitron.ch>

	libnotify: Fix notify_notification_new binding

	gtk+-2.0: Fix gtk_mount_operation_new binding

	gdk-2.0: Fix gdk_draw_rgb_image binding

2009-03-07  Thijs Vermeir  <thijsvermeir@gmail.com>

	posix: Fix cname of mode_t

2009-03-06  Thijs Vermeir  <thijsvermeir@gmail.com>

	posix: Remove trailing NULL from ioctl

2009-03-04  Thijs Vermeir  <thijsvermeir@gmail.com>

	posix.vapi: Fix type of mode argumentent on creat function

2009-03-03  Jukka-Pekka Iivonen  <jukka-pekka.iivonen@nokia.com>

	Add Maemo libosso bindings

2009-03-03  Jürg Billeter  <j@bitron.ch>

	GIR parser: Add support for static methods in interfaces
	Patch by Didier Villevalois, fixes part of bug 559704

2009-03-03  Ali Sabil  <ali.sabil@gmail.com>

	gstreamer-rtp-0.10: regenerated with gstreamer-0.10.21

	gstreamer-base-0.10: Fix GstBaseTransform.transform_size binding

2009-03-02  Maciej Piechotka  <uzytkownik2@gmail.com>

	gio-2.0: Fixed GLib.DataInputStream string-reading methods

2009-03-02  Michael 'Mickey' Lauer  <mickey@vanille-media.de>

	posix.vapi: add remaining syslog constants

	posix.vapi: add syslog and friends

	posix.vapi: open has two forms, one with a mode_t, one without

	glib-2.0: Fix get_system_config_dirs binding
	get_system_config_dirs() needs the same treatment as get_system_data_dirs()

2009-02-27  Matías De la Puente  <mfpuente.ar@gmail.com>

	libftdi: Various fixes

2009-02-27  Mark Lee  <bugzilla-gnome-org@lazymalevolence.com>

	libxml-2.0: Add xmlXPathRegisterNs binding

	glib-2.0: Add g_uri_list_extract_uris binding

	glib-2.0: Fix g_object_get_property binding

2009-02-27  Jürg Billeter  <j@bitron.ch>

	GIR parser: Add support for unions and boxed types
	Based on patch by Didier Villevalois, fixes part of bug 559704

	GIR parser: Add support for package and c:include tags
	Based on patch by Didier Villevalois, fixes part of bug 559704

	Remove .bzrignore

2009-02-27  Levi Bard  <taktaktaktaktaktaktaktaktaktak@gmail.com>

	Mark arrays as null terminated in GLib binding
	Add [CCode (array_null_terminated = true)] to array parameters and
	return values in glib-2.0.vapi.

2009-02-27  Jürg Billeter  <j@bitron.ch>

	Generate ChangeLog from git log
	Add gitlog-to-changelog script from gnulib and a dist-hook to
	generate ChangeLog file when creating tarballs.
