Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
* libglade/src/xml.hg:
* libglade/src/xml.ccg: Do not use exceptions when compiled with
exceptions disabled. Instead, Gnome::Glade::Xml takes an additional
error parameter like most other g*mm methods that can fail.
* docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation
is built wihout hiding optional API, such as use of exceptions.
2.6.4:
* Xml(const char* buffer, ) constructor: Make this actually
work. (Douglas C. MacKenzie) Bug #326512.
* Documentation: Clarified lifetime rules. (Ole Laursen)
* Build:
- Fixed build when disabling properties and exceptions.
(Armin Burgmeier, Openismus)
- Check for both m4 and M4 in the GNU m4 output, to fix
the build on some platforms. (Yselkowitz) Bug #42399.
* Glade::get_widget(): Show the name of not-found
widgets on the console, because libglade does not seem to
do this anymore (I think it did once.)
* Example: Delete the dialog when we are finished with it.
* Windows build fixes.
libglademm 2.6 is API/ABI-compatible with libglademm 2.4.
Changes since libglademm 2.4:
* Glade::Xml: Added connect_clicked() for easy connection of
buttons and menuitems signals.
* Glade::VariablesMap: now handles Entry, ComboTextEntry,
SpinButton, *Scale, Calendar and CheckBox.