2010-08-18  Jürg Billeter  <[email protected]>

       Release 0.9.6

2010-08-17  Jürg Billeter  <[email protected]>

       girparser: Fix hidden parameters at the end of the parameter list

2010-08-17  Rumen Zarev  <[email protected]>

       poppler-glib: Make PopplerAction* be structs without type id.
       Fixes bug 627070.

2010-08-14  Marc-André Lureau  <[email protected]>

       codegen: check delegate type has_target in object creation expr
       Fixes bug 626949.

       readline.vapi: include stdio.h before readline.h
       This solves compilation error with the readline sample
       from the wiki http://live.gnome.org/Vala/InputSamples.

       Fixes bug 626883.

2010-08-13  Ralf Michl  <[email protected]>

       dova: Fix generated main function

2010-08-12  Philip Withnall  <[email protected]>

       girparser: Add support for parsing error domains
       Fixes bug 625837.

2010-08-12  Jürg Billeter  <[email protected]>

       gtk+-2.0, gtk+-3.0: Fix gtk_widget_new binding

       Fix dbus-glib support

       Fix Symbol.get_cheader_filenames

       codegen: Small refactoring in method generation

       codegen: Small refactoring in property accessor generation

       codegen: Add EmitContext class

       codegen: Drop CCodeModule

       Do not create array lists where not necessary

       Do not create CCodeLineDirective objects if not needed

       Remove unused local from member access module

2010-08-12  Evan Nemerson  <[email protected]>

       gedit-2.20: Make Window.create_tab_from_uri.encoding nullable.
       Fixes bug 626458.

2010-08-12  Maciej Piechotka  <[email protected]>

       libdaemon: Use correct type for PID in fork and pid_file_is_running.
       Fixes bug 626540.

2010-08-12  Evan Nemerson  <[email protected]>

       vapigen: support for setting exception types in metadata files
       Fixes bug 620677.

2010-08-10  Jürg Billeter  <[email protected]>

       Fix generic classes with GObject constructors

       Append temporary variables in order of declaration

       Use emit instead of accept and accept_children in code generator