Changes in 0.1.7

* Escape ' (apos) in xml output. Fixes loading some projects with this char.
* Report xml parse errors for malformed projects.
* Fixed runtime warnings.
* Fixes bug #397930: When adding a source file, copy the source file
  to target's group directory if it is outside project. .
* Fixed Bug #440830 – Spaces appended to group install directories.

Changes in 0.1.6

* Fixed build failure with sun cc.
* Fixed perl warnings.
* Fixes for cygwin build. Bug #80485
* Disable implementation of build/clean projects if no native gnu
  GRegexp implementation is found.
* Added support for HEADERS primary
* Fixed absolute to relative path conversion for files in the root
  directory (of the project).
* Fixed growing newlines at the end of Makefile.am files
* Fix handling of empty SUBDIRS when DIST_SUBDIRS is not empty.
* Improved dialogs and code clean up.
* Improved error reporting and display.
* Added validations for group/target/source. 
* Fixed target mime types (restores correct target icons).
* Added 'dz' translation.

Changes in 0.1.5

* src/gbf/gbf-project-view.c: Implemented typeahead find for targets.
  Fixes bug #398986.
* Fixed properties table layout
* Moved .in files to .in.in files and adjusted POTFILES.in.
* Added support for nearly all compiler variables that automake
  knows about: Group: AM_CFLAGS, AM_CPPFLAGS, AM_CXXFLAGS,
  AM_GCJFLAGS, AM_JAVAFLAGS, AM_FFLAGS
  Target: CFLAGS, CPPFLAGS, CXXFLAGS, GCJFLAGS, FFLAGS
* fix #360460 – Avoid markup in translatable messages
* fix #364678 – build failure: format '%d' expects type 'int',
  but argument 4 has type 'gsize'
* Handle bin_SCRIPTS correctly, related to #335235	
* Added support for AM_CFLAGS (group) and program_CFLAGS (target)
* Translation updatres: en_GB, sv, ja.

Changes in 0.1.4

* Added AC_SUBSTs for newly created pkg check moules macros in
  configure.in (of the project).
* Use gnome-autogen.sh from gnome-common package
* Escape xml special characters in the output
* Fixes variables parsing.
* Build fixes.
* Fixes bug #395403 - Project Properties Dialog / Variables.

Changes in 0.1.3

* Be able to add more files at the same time to a target
* Project configuration for pkg-config depencies in configure.in/ac
* Project configuration for package name, version and url.

Changes in 0.1.2:

* Implemented target/group configuration in am project backend.
* Implemented remove target and remove group.
* Take white spaces after trailing backslashes (line continuation) to be valid.
* Added gbf_project_get_all_groups()
* Added group-activated signal.
* 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).
* Fixed RPM spec file.
* Fixed backends directory path.
* Do not overwrite existing group when new group is added.
* Fixed xml escaping in config values.
* Code clean ups.
*  Updated translations: gl, en_CA and sk

Changes in 0.1.1:

* Implemented (get_build_targets()).
* replace GbfBuildType by an id
* build all valid targets in 'build', thanks to
  Aurelien Naldi  <aurelien@resus.univ-mrs.fr> for the above fixes.
* Use glade custom widgets for the views
* Require Gtk 2.3.0 and Gdl 0.4.0.
* Adds clean and refresh methods to GbfProject.
* Minor bug fixes.
* Updated translations: zh_CN, ms, hr, en_GB, hu, en_CA, pa, rw, nb
