=== gnome-build 0.1.2 ===

2005-05-27  Naba Kumar  <naba@gnome.org>

	* NEWS: Updated.

2005-05-24  Naba Kumar  <naba@gnome.org>

	* src/gbf/gbf-project-util.c, src/gbf/gbf-project-util.h,
	src/gbf/test-project-view.c:
	- Changed gbf_project_util_add_source(), gbf_project_util_new_group(),
	gbf_project_util_new_target() definitions to return the added
	element ids (or NULL).
	- Select proper default target/group when prompting for adding
	source/target/group.
	- Do not expand all nodes in selection tree when default selection
	are given (eases navigation in big projects).
	- Code clean ups.

2005-06-18  Naba Kumar  <naba@gnome.org>
	
	* src/gbf/gbf-project-view.c, src/gbf/gbf-project-view.h: Added
	group-activated signal to complement target-selected signal.

2005-06-13  Naba Kumar  <naba@gnome.org>

	* src/backends/libgbf_am/gbf-am-parse.in,
	src/backends/libgbf_am/GBF/AmFiles.pm:
	- Fixed remove target/group update by removing them from
	internal hashes.
	- Created target config	macros near _SOURCES macro.
	- Delete empty target config macros.
	- Added additional parameter in	macro_rewrite funtion for passing
	a hint.
	- Check of existing directory and do not overwirte existing
	Makefile.am file when creating new group.
	- Remove group from configure output files list when the group is
	removed.
	- Fixed xml escaping in config values.

2005-06-10  Naba Kumar  <naba@gnome.org>

	* src/backends/libgbf_am/gbf-am-project.c: Added change sets for
	removing targets/groups.

	* src/backends/libgbf_am/gbf-am-parse.in,
	src/backends/libgbf_am/gbf-am-project.c: Completed remove target and
	remove group implementations. Changes in gbf-am-parse that were
	missed in previous commit.
	
	* src/gbf/gbf-project.c, src/gbf/gbf-project.h: Added
	gbf_project_get_all_groups() to complement gbf_project_get_all_targets
	and gbf_project_get_all_sources().

	* configure.in: Bumped version to 0.1.2 to accomodate new APIs.
	
2005-06-10  Naba Kumar  <naba@gnome.org>

	* (added) src/backends/libgbf_am/gbf-am-properties.c,
	(added) src/backends/libgbf_am/gbf-am-properties.h,
	src/backends/libgbf_am/Makefile.am,
	src/backends/libgbf_am/gbf-am-config.c,
	src/backends/libgbf_am/gbf-am-config.h,
	src/backends/libgbf_am/gbf-am-project.c,
	src/backends/libgbf_am/gbf-am-project.h,
	src/gbf/gbf-project.c,
	src/gbf/gbf-project.h: Implemented target/group configuration in
	am project backend. Partial implementation of target/group removal.

2005-06-05  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* configure.in: Added 'gl' to ALL_LINGUAS.

2005-05-20  Naba Kumar  <naba@gnome.org>

	* configure.in: Fixed backends dir path in config.h
	* configure.in: Fixed backends directory variable.
	* gnome-build.spec.in: Fixed RPM package creation.

2005-05-18  Naba Kumar  <naba@gnome.org>

	* src/backends/libgbf_am/GBF/AmFiles.pm,
	src/backends/libgbf_am/GBF/General.pm: Take white spaces after trailing
	backslashes (line continuation) to be valid.