Changes in 2.26.0:
* Fix distcheck
* Fix valgrind warning
* Translation updates (Thanks to all tranlators!)
Changes in 2.25.92:
* #566801 Docking+undocking all makes the buttons disappear and
crashes if you use "Reset dock layout" (Sebastien Granjoux)
* #573522 More patches for GDL (Joel Holdsworth)
* Small documentation update
Changes in 2.25.91:
* Added some gtk-doc documentation (Joel Holdsworth)
* Cleaned-up gtk+ includes (Pedro Fragoso)
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
Changes in 2.24.0
* Fixed dataroot problem
* Removed old code (and as such gnome-vfs dependency)
* Translation updates: he, sr, ar, et, hr, mr
Changes in 2.23.90
* Version increased to match gnome releases.
* Use smaller buttons to waste less space
* Port to the GtkTooltip API (fixes#457562)
* Fixed bug #529457 - Superfluous condition
* Fixed bug #539288 - Use gtype macros instead of the deprecated gtk ones.
* Translation updates: da, tr, el, it, zh_TW, zh_HK, ru, ar, vi,
bg, th, ps, sq, pt_BR, mr
This package contains components and libraries that are intended to be
shared between GNOME development tools, including gnome-debug,
gnome-build, and anjuta2.
The current pieces of GDL include:
- A symbol browser bonobo component (symbol-browser-control).
- A docking widget (gdl).
- A utility library that also contains the stubs and skels for
the symbol browser and text editor components (gdl, idl).