=== gnome-build 0.1.1 ===

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

	* configure.in, NEWS: Bumped version to 0.1.1 and prepared for
	release.
	* src/backends/libgbf_am/GBF/AmFiles.pm: Fixed perl error handler.
	* autogen.sh: Removed strict automake requirement.
	
2005-04-01  Steve Murphy  <murf@e-tools.com>

        * configure.in: Added "rw" to ALL_LINGUAS.

2004-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Add «nb» to ALL_LINGUAS.

2004-11-06 Amanpreet Singh Alam <aalam@redhat.com>

	* configure.in: pa is added to ALL_LINGUAS

2004-05-01  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

2004-04-24  Andras Timar  <timar@gnome.hu>

	* configure.in: Added hu to ALL_LINGUAS.

2004-04-10  Gareth Owen  <gowen72@yahoo.com>

	* configure.in: Added en_GB to ALL_LINGUAS

2004-02-05  Robert Sedak  <robert.sedak@sk.htnet.hr>

        * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.

2004-01-17  Aurelien Naldi  <aurelien@resus.univ-mrs.fr>

	* src/backends/libgbf_am/gbf-am-project.c (impl_get_build_targets):
	return a list of buildable targets (defaults one and user's one)
	* src/backends/libgbf_am/gbf-am-build.h: replace GbfBuildType by an id
	and add some #define for default target id
	* src/backends/libgbf_am/gbf-am-build.c (gbf_build_run): build all
	valid targets
	* src/gbf/gbf-project.h: remove GbfBuildType
	* src/gbf/gbf-project.c (gbf_project_build_default): new function

2004-01-13  Gustavo Giráldez  <gustavo.giraldez@gmx.net>

	* src/gbf/glue-factory.c (load_plugin): 
	* src/gbf/glue-plugin.c (glue_plugin_load): Fix strict aliasing
	compiler warning in newer GCC.

2003-12-27  Gustavo Giráldez  <gustavo.giraldez@gmx.net>

	* src/gbf/gbf-project-util.c: Use GtkTreeModelFilter.
	(custom_widget_handler): Glade custom widget handler, to create
	GbfProjectView and GtkComboBox (not yet supported in libglade).
	(gbf_project_util_new_target): Port target types combo box to
	GtkComboBox.

	* src/gbf/create_dialogs.glade: Use glade custom widgets for the
	project views and the target type combo box.

	* src/gbf/Makefile.am: Remove eggtreemodelfilter.[ch] in favor of
	GtkTreeModelFilter.

	* configure.in: Require Gtk 2.3.0 and Gdl 0.4.0.  Set deprecated
	flags and compiler warnings according to maintainer mode.
	
2003-12-26  Gustavo Giraldez  <gustavo.giraldez@gmx.net>

	* src/gbf/gbf-project-util.c (build_types_menu): 
	* src/gbf/gbf-project-view.c (gbf_project_view_instance_init):
	Adapt to GdlIcons API change.

2003-11-03  Hasbullah Bin Pit <sebol@ikhlas.com>
                                                                                
        * configure.in: Added ms (Malay) to ALL_LINGUAS.

2003-09-14  Jeroen Zwartepoorte  <jeroen@xs4all.nl>

	* src/backends/libgbf_am/gbf-am-project.c: (impl_build),
	(impl_clean), (impl_refresh), (impl_get_build_targets),
	(gbf_am_project_class_init):
	* src/gbf/create_dialogs.glade: HIGify dialogs.
	* src/gbf/gbf-project.c: (gbf_project_build), (gbf_project_clean),
	(gbf_project_refresh), (gbf_project_get_build_targets):
	* src/gbf/gbf-project.h:

	Adds clean and refresh methods to GbfProject. More to follow later.

2003-09-09  Jeroen Zwartepoorte  <jeroen@xs4all.nl>

	* src/backends/libgbf_am/gbf-am-build.c: (parse_output): Add a couple of
	FIXMEs for future reminder.
	* src/gbf/gbf-build-info.c: (build_callback): Idem.

2003-09-07  Rui Lopes  <rui@ruilopes.com>

	* src/backends/libgbf_am/gbf-am-build.c: (build_info_free),
	(parse_output), (build_output_cb), (gbf_build_run): Fixed
	file descriptor leakage.  Fixed memory leaks.  Added charset
	conversion from locale to UTF-8 into program capture io channel.

2003-08-11  Alex Duggan  <aldug@astrolinux.com>

	* configure.in: Fix chmod +x warnings
	* src/gbf/Makefile.am: Add libgbfmarshal.list to EXTRA_DIST

2003-08-10  Wang Jian  <lark@linux.net.cn>

	* configure.in: Added "zh_CN" to ALL_LINGUAS.