=== gnome-build 0.1.3 ===

2006-05-14 Naba Kumar  <naba@gnome.org>

	* src/backends/libgbf_am/GBF/AmFiles.pm,
	src/backends/libgbf_am/gbf-am-parse.in,
	src/backends/libgbf_am/gbf-am-properties.c: Implemented package
	name, versoin and url config parameters read/write.

2006-05-14 Naba Kumar <naba@gnome.org>

	* src/backends/libgbf_am/GBF/AmFiles.pm,
	src/backends/libgbf_am/gbf-am-parse.in,
	src/backends/libgbf_am/gbf-am-properties.c: Implemented pkg modules
	packages set/get.

2006-05-11 Naba Kumar  <naba@gnome.org>

	* src/backends/libgbf_am/GBF/AmFiles.pm,
	src/backends/libgbf_am/gbf-am-parse.in,
	src/backends/libgbf_am/gbf-am-properties.c: Added implementation
	for adding/changing project variables.

2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>

	* src/backends/libgbf_am/Makefile.am:
	fixed distcheck
	
	* NEWS: Updated

2006-04-27 Naba Kumar  <naba@gnome.org>

	* Makefile.am, configure.in,
	src/backends/libgbf_am/GBF/AmFiles.pm,
	src/backends/libgbf_am/gbf-am-parse.in,
	src/backends/libgbf_am/gbf-am-project.c,
	src/backends/libgbf_am/gbf-am-properties.c: Implemented project
	config commits and saving (not yet in backend script).

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Remove obsolete entry for no_NO
	* po/no.po: And the translation.

2006-03-19  Ilkka Tuohela  <hile@iki.fi>

	* configure.in: Added fi to ALL_LINGUAS

2006-03-19  Johannes Schmid <jhs@gnome.org>
	
	* src/backends/libgbf_am/Makefile.am: Fixed glade filename

2006-03-19  Naba Kumar  <naba@gnome.org>

	* configure.in, src/backends/libgbf_am/Makefile.am,
	src/backends/libgbf_am/gbf-am-properties.c,
	src/backends/libgbf_am/gbf-am-dialogs.glade: Added support for editing
	project pkg-config modules and versions.

2006-03-15  Johannes Schmid <jhs@gnome.org>

	* autogen.sh
	configure.in: 
	
	Bumped version number because of API change and improved autogen.sh

	* src/gbf/create_dialogs.glade:
	src/gbf/gbf-project-util.c:
	src/gbf/gbf-project-util.h:

	Allow to add multiple source files in one step

2006-03-13  Johannes Schmid <jhs@gnome.org>

	* autogen.sh:
	* configure.in:
	Fixed build system and removed DEPRECATED_FLAGS
	* src/backends/libgbf_am/gbf-am-config.c:
	(gbf_am_config_value_copy):
	* src/backends/libgbf_mkfile/gbf-mkfile-config.c:
	(gbf_mkfile_config_value_copy):
	Fixed GSList bug

2006-02-12  Naba Kumar  <naba@gnome.org>

	* po/POTFILES.in: Update.
	
2006-02-11  Naba Kumar  <naba@gnome.org>

	* src/backends/libgbf_mkfile/gbf-mkfile-project.c: Added
	xml bad casts to prevent build breakage.
	
2005-09-22  Naba Kumar  <naba@gnome.org>


	Patch from: Eric Greveson  <ejg45@cam.ac.uk>:

	* AUTHORS, configure.in,
	src/backends/Makefile.am,
	(added) src/backends/libgbf_mkfile/.cvsignore,
	(added) src/backends/libgbf_mkfile/Makefile.am,
	(added) src/backends/libgbf_mkfile/gbf-mkfile-build.c,
	(added) src/backends/libgbf_mkfile/gbf-mkfile-build.h,
	(added) src/backends/libgbf_mkfile/gbf-mkfile-config.c,
	(added) src/backends/libgbf_mkfile/gbf-mkfile-config.h,
	(added) src/backends/libgbf_mkfile/gbf-mkfile-parse.in,
	(added) src/backends/libgbf_mkfile/gbf-mkfile-project.c,
	(added) src/backends/libgbf_mkfile/gbf-mkfile-project.h,
	(added) src/backends/libgbf_mkfile/gbf-mkfile-properties.c,
	(added) src/backends/libgbf_mkfile/gbf-mkfile-properties.h,
	(added) src/backends/libgbf_mkfile/gbf-mkfile.server.in,
	(added) src/backends/libgbf_mkfile/GBF/.cvsignore,
	(added) src/backends/libgbf_mkfile/GBF/General.pm,
	(added) src/backends/libgbf_mkfile/GBF/Make.pm,
	(added) src/backends/libgbf_mkfile/GBF/Makefile.am: Added
	makefile project backend.

	* src/gbf/gbf-tree-data.c, 
	src/gbf/test-project-view.c: Code to test
	make backend too.

2005-08-24  Pawan Chitrakar  <pchitrakar@gmail.com>

	* configure.in: Added ne in ALL_LINGUAS

2005-08-10  Adam Weinberger  <adamw@gnome.org>

	* src/backends/libgbf_am/gbf-am-project.c: Spelling
	  tweaks (fixes bug #308027).

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

	* src/backends/libgbf_am/gbf-am-parse.in: Parse project properties
	from configure.in, such as pkg modules checks, variables,
	substitutions.
	
2005-08-02  Maxim Dziumanenko <mvd@mylinux.ua>

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

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

	Patch from Enver ALTIN  <ealtin@parkyeri.com>:
	* src/backends/libgbf_am/gbf-am-project.c,
	src/gbf/gbf-backend.c: Fixed gcc4 compile errors with BAD_CAST.
	
2005-07-17 Naba Kumar  <naba@gnome.org>

	* src/backends/libgbf_am/gbf-am-parse.in: Do not report error
	when a target prefix does not have install dir defined (because,
	this does not necessarily represent error condition). Allow
	configuring installdir of newly created targets. Removed empty
	installdir macros and other target config macros.

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

	* src/backends/libgbf_am/gbf-am-parse.in: Disabled debug print.

	* src/backends/libgbf_am/gbf-am-project.c: Gave a more descriptive
	names for java and python primaries.
	
	* src/gbf/gbf-project-model.c: Render java and python modules in
	target shortcuts.

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

	* src/backends/libgbf_am/gbf-am-parse.in,
	src/backends/libgbf_am/gbf-am-project.c: Added support for JAVA
	and PYTHON primaries and target types. Fixed simple primary writer
	to add/remove sources correctly with relative paths.

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

	* MAINTAINERS: Added my name and removed Jeroen's.