=== gnome-build 0.1.6 === 2007-05-10 Naba Kumar * configure.in: Bumped version to 0.1.6 * NEWS: Updated. * AUTHORS: Added Johannes. Patch from Halton Huo: * src/backends/libgbf_am/gbf-am-project.c: * src/backends/libgbf_mkfile/gbf-mkfile-project.c: Fixed build failure with sun cc. 2007-05-08 Naba Kumar * src/backends/libgbf_am/GBF/AmFiles.pm: * src/backends/libgbf_am/gbf-am-parse.in: Fixed perl warnings. 2007-05-08 Naba Kumar Patch from: Cygwin Ports maintainer : * src/backends/libgbf_am/Makefile.am: * src/backends/libgbf_mkfile/Makefile.am: * src/gbf/Makefile.am: Fixes for cygwin build. Bug #80485 2007-05-08 Naba Kumar * configure.in: * src/backends/libgbf_am/gbf-am-build.c: (gbf_build_run): * src/backends/libgbf_am/gbf-am-project.c: (impl_build), (impl_clean): * src/backends/libgbf_mkfile/gbf-mkfile-build.c: (gbf_build_run): * src/backends/libgbf_mkfile/gbf-mkfile-project.c: (impl_build), (impl_clean): Disable implementation of build/clean projects if no native gnu GRegexp implementation is found. 2007-04-19 Naba Kumar * src/backends/libgbf_am/GBF/AmFiles.pm: Fixed growing newlines at the end of Makefile.am files whenever they are edited. Fixed in correct line format when '\' is given just next to the word. * src/backends/libgbf_am/gbf-am-parse.in: Fixed absolute to relative path conversion for files in the root directory (of the project). Bogus '/' was being added in front. Added DATA and HEADERS targets to EXTRA_DIST for distribution when they are created (and vise versa). * src/backends/libgbf_am/gbf-am-project.c: (impl_name_for_type), (impl_mimetype_for_type), (impl_get_types): Added support for HEADERS primary. 2007-02-08 Günther Brammer * src/backends/libgbf_am/gbf-am-parse.in: Fix handling of empty SUBDIRS when DIST_SUBDIRS is not empty. 2007-03-13 Pema Geyleg * configure.in: Added 'dz' to ALL_LINGUAS 2007-02-17 Naba Kumar * src/gbf/create_dialogs.glade, src/gbf/gbf-project-util.c: Improved dialogs and code clean up. * src/backends/libgbf_am/gbf-am-project.c, src/gbf/gbf-project.h, src/gbf/gbf-project-util.c: Improved error reporting and display. Added validations for group/target/source. 2007-02-15 Naba Kumar * backends/libgbf_am/gbf-project-view.c: Removed debug print. * backends/libgbf_am/gbf-am-project.c, backends/libgbf_mkfile/gbf-mkfile-project.c, gbf/gbf-project-view.c: Fixed target mime types (restores correct target icons).