Changes in 2.24.1

* Fix #541694 - new modules and packaged are not displayed in dialog until the project is reloaded
* Fixed some warnings
* Translation updates: ar, sk

Changes in 2.24.0

* Removed gdl-gnome dependency
* Fix format string bugs
* Translation updates: ru, hu, cs, da, ml, ar, tr, ja, it, de, nl, en_GB, fr, nb, gu, fi, eu, pt

Changes in 2.23.90

* Bumped version to be consistent with gnome releases.
* Fixed bug #517047 - Port to GOption
* Replace deprecated INCLUDES with AM_CPPFLAGS
* Add a new chooser to select pkg-config modules in the target configuration
  (related to bug #393679)
* Fixed bug #463561 and bug #538952 - Removed deprecated and unused build
  code thus removing the regex depency
* Fixed bug #522715 - Typo & missing libglade-2.0 entry in configure.in
* Fixed bug #475244 - Do not add AC_SUBST() after PKG_CHECK_MODULE
* Translation updates: et, ar, es, ca, sv, pt_BR, mr, fi, eu, pt,
  nb, he, sq, zh_HK, zh_TW, gl, th, oc, bg

Changes in 0.3.0

* Fixed #515997 – Fails to build from source
* Added methods to access the list of pkg-config packages required for
  building the project (to be used for symbol autocompletion for example).
* Added a conveniece check for the returned packages
* Fixed two mem-leaks.

Changes in 0.2.3

* Check for Locale::gettext which is required.
* Translation updates for si, pt, fi, gl, en_GB, nb, ne, es, th, fr and de.

Changes in 0.2.2

* COPYING: Fixed license.
* Fixed bug #503526 (translation issues)
* Translation updates for eu, es, sv, nb, fi, oc, pt, ar and pt_BR.

Changes in 0.2.1

* Fixed #476315 - Anjuta set _LDADD for shared object
* Fixed #475280 - _HEADERS not defined
* Added support for SRC_SUBDIRS like it's used in gtk+
* Add support for check_PROGRAM (bug #474617)
* Improve gnome-build EXTRA_DIST support (bug #463408)
* Added localisation through gettext()
* Migrated to use po/LINGUAS
* Changed variable detection rule to also match ${VAR} (bug #450604)
* Removed check_LTLIBRARIES restriction, added expanding vars in
  SUBDIRS (bug #450604)
* Append data to a macro rather than overwrite it if an assignment
  is split into several lines (#510351)

Changes in 0.2.0

* Fixes Bug 433552 - crash in Anjuta IDE: add file test.h in project on
  generic Makefile. Implemented capabilities support for project backends.

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
