2011-08-11  Andrea Del Signore  <sejerpz@tin.it>

	build file updated

	updated NEWS file

	vala-toys: changed the install dir from libdir to datadir/gedit/plugins

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

	afrodite: fix a crash on empty source file removal (issue #175)

	Fixed some traling spaces

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

	NEWS file update

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

	vala-toys: make distcheck pass

	vala-toys: minimal ui cleanup

	vala-toys: icon update for the project view and goto symbol

	vala-toys: fixed key navigation in filtered list dialog (again)

	afrodite: fix a critical message in the symbol debug dump routine

	vala-toys: fixed a issue with back navigation in the filtered dialog

	afrodite: fixed a crash due to leaked symbols

	vala-toys: ctrl-j now lists the files of all the opened project

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

	afrodite: mark a bunch of api as internal

	afrodite: renamed ast in codedom

	afrodite: renamed ast in codedom

	afrodite: don't assert on ast = null. fix a crash when Makefiles are modified from the outside

	vala-toys: fixed double-click item select in filtered-dialog

	tests: better ast integrity check

	afrodite: renamed symbol_data_type in symbol_type

	afrodite: just use compound types when looking for a child symbol

	afrodite: make all the test pass again

	afrodite: add the symbols with the correct fully_qualified_name to the table

	afrodite: use the right fully_qualified_name when doing a symbol lookup and not a part of it

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

	afrodite: fix reschedule of the idle handler

	afrodite: better generic type checking

	afrodite: fix a crash in the debug helper and minor code formatting

	afrodite: fix the check if the return type is a generic parameter of the parent symbol

	afrodite: checked method parameters and return types for generic type arguments

	afrodite: fix resolution of the ellipsys symbol

	afrodite: a generic type parameter is always resolved

	afrodite: added debug dump of the first 5 symbols not resolved

	afrodite: start using AsyncQueue for inter-thread communication

	afrodite: removed some unused variables

	afrodite: fix display name for destructors

	vala-toys: use the new file_remove event to unref all the symbols in the outliner views

	afrodite: add a file removed signal
	This was done to give a chance to afrodite user to drop their references
	when a file is removed from the ast

	afrodite: mark merge_and_resolve as void

	Fixed a crash due to invalid reference to symbol objects

	Added some debugging code

	Fixed because of remove source api change

	Fix display name for constructors and destructors + rationalized the remove_source_method

	Moved the symbol destructor code in a callable destroy method

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

	vala-toys: outliner fixed a crash opening empty source files

	afrodite: fixed crash due to regressions in symbol ownership

	afrodite: fixed various regressions of symbol ownership and symbol.display_name handling

	afrodite: use the symbol name when adding a new symbol and not the fully qualified one

	afrodite: fully_qualified_name is now generated on the fly

	afrodite: reverted symbol ownership from sourcefile to parent symbol again

	vala-toys: mark symbol as unowend in the outliner data class

	vala-toys: better method to highligh the current position in the source outliner

	vala-toys: little code improvement when filling the item combo

	vala-toys: using the file_parsed event to update the outliner view

	vala-toys: try to speedup combo & outliner tree refresh

	renamed symbol_type / SymbolType to member_type / MemberType

	afrodite: removed some old lock { } code

	afrodite: added a _resolved_targets field and made the resolved_targets property readonly

	updated gitignore file

	afrodite: added a _children field and made the children property readonly

	afrodite: remove symbols from ast on source file remove
	the symbols should be removed even if the sourcefile object is
	not destroyed because the user code is holding a reference to it

	afrodite: more fine graned async visit for namespaces and classes

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

	templates: generate .tar.gz files automatically at build time

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

	Compiled Beta 5

	Fixed a crash when a symbol doesn't have any sourcereference associated

	Fixed some critical messages

	Fixed a crash when opening glib-2.0.vapi. Fixes issue #173

2011-06-13  Tak  <levi@unity3d.com>

	Allow SourceReference access from C#.

2011-05-15  Andrea Del Signore  <sejerpz@tin.it>

	Use a combobox to select the programming language

2011-05-11  Andrea Del Signore  <sejerpz@tin.it>

	More build fixes for compiling vala toys with a system wide installed copy of libafrodite
	Fixes issue #172

	Changed afrodite description

	Distribute afrodite vapi file

2011-05-10  Andrea Del Signore  <sejerpz@tin.it>

	Fixed all dialog response ID

	Fixed invalid schema name when reading plugin status

	Added support for @VARIABLE@ substitution

	Improved build process
	Make afrodite parallel installable

	Added --with-systemlibs configure switch in order to build
	libvtg with a system copy of libafrodite

2011-05-09  Andrea Del Signore  <sejerpz@tin.it>

	Use  directory to install the documentation

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

	Fixed installation directory. Fixes issue #168, #169

2011-04-27  Andrea Del Signore  <sejerpz@tin.it>

	Changed dialog type hints, fixes a local mutter crash

	Fixed plugin definition filename

	More API fixes for gedit 3.0

	Added missing gsettings schemas

	Fix wrong include file in gedit vapi

	Restored the configure dialog

	Updated the .gitignore file

	First working version of vala toys for gedit 3.0

	Updated the gedit-3.0 vapi using the gir file and vapigen from switch-to-gir branch

	Added the new gedit gsv vapis

	Ported to gnome 3.0

	Ported the options to GSettings

2011-04-14  Andrea Del Signore  <sejerpz@tin.it>

	More afrodite tests

	Fix variable array flag

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

	News file update

	More file to ignore

	Afrodite: added some small test programs

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

	Updated vala keyword list

	Bump afrodite .so version

	Updated the news file

	Remove templates from the ignore directories

	Added genie template

	Added the language field in the tag cloud

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

	More fixes to support var type inference

	Better type inference for var variables

	Don't open a project more than on time when autoroot option is enabled

	Stricter checks on the simple makefile probe function

	Distcheck fix

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

	Autotools backend: fixed the using of some deprecated string functions

	Autotool backend: fixed project version parsing

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

	Fixed automake support when a target is not recognized by the parser

	Fix a crash when vbf doesn't support very well automake project

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

	Updated gitignore file

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

	Fixed target name for display

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

	More fixes to support genie

	Use Pango API to draw text and minor UI cleanup

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

	Fixed some deprecated syntax

	Experimental GENIE support

	Public method from bases classes are not shown in completion window

	Add an option to dump unresolved symbols

	Don't cache symbol descriptions anymore

	Removed some debug code

	Fixed last source line number of property symbols

	Changed symbol type_name string property in an enum

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

	Fixed valaflags parsing of library projects - automake 1.11 style

	Fixed regression: the compilation errors aren't show anymore during the editing

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

	Fix vbf autotools backend on targets with a dash '-' in the name

	Don't ignore the template directory

	New gedit 3.0 plugin template

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

	More make distcheck fixes

	Fixed vtg target rename

	Fix issue #166: gedit is stuck in an infinite loop when opening some files

	Fix now unsupported Makefile.am file

	Updated / reorder of thanks file

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

	Fix issue #165: Bugs in parsing Makefiles and Resolve Symbols
	Based on a patch by albyrock87

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

	Bump so version number

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

	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

	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

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

	Speed fixes to var keyword type inference

	More performance fixes

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

	Fixed treestore handling of non object classes

	Micro speed optimizations

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

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

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

	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

2011-01-29  Andrea Del Signore  <sejerpz@tin.it>

	Fix the use of some deprecated functions

	Separate auto build messages from normal build messages

2011-01-23  Andrea Del Signore  <sejerpz@tin.it>

	Fix a crash with the new gtksourceview library
