2011-03-07  Andrea Del Signore  <sejerpz@tin.it>

	Bump so version number

2011-03-06  Andrea Del Signore  <sejerpz@tin.it>

	Removed support for vxxx style tags

	Fixed compilation with vala 0.10

	Removed the configure script from the repository

	Fixed git version script with v0.xxx style tags

	Fixed the gen_start_date for the changelog

	More build system fixes

	Update the news file

	Use the build script from valac for version & changelog generation

	Revert "Use the build script from valac for version & changelog generation"
	This reverts commit 12eb087041525d834ab5893e1f4625db36e66c2a.

	Use the build script from valac for version & changelog generation

	Fix symbol completion inside comments or string literals

	porting the test utility to the new api

	Made the merging process really async for namespace, classes, structs and interfaces

	Speed fixes to var keyword type inference

	More performance fixes

	Fixed treestore handling of non object classes

	Micro speed optimizations

	Converted the merge & resolve functions in async one
	There is a lot to do since they still block for too
	long the Idle function.

	Removed the try_acquire_ast / release_ast api

	Moved the merge and resolve process from the parsing thread to an idle function

	Added an list with all symbols to resolve to speedup symbol resolution process

	Separate auto build messages from normal build messages

	2010-10-15  Andrea Del Signore  <sejerpz@tin.it>
		* vtg/vtgsymbolcompletionprovider.vala:

		don't generate a completion event when pressing TAB

		* vtg/vtgutils.vala:

		don't ignore < > characters during line parsing

	2010-10-15  Andrea Del Signore  <sejerpz@tin.it>
		* vtg/vtgsymbolcompletionprovider.vala:
		* vtg/vtgutils.vala:

		better parse scheduling logic
