Subject: CVS commit: pkgsrc/x11/gtkmm
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/02/2004 12:33:22
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Apr  2 12:33:22 UTC 2004

Modified Files:
	pkgsrc/x11/gtkmm: Makefile PLIST distinfo

Log Message:
Changes 2.2.10:

* Build:
  - SUN Forte C++ (see README.SUN):
    Now builds. This is probably the first time since
    gtkmm 2.0.x. There are still some "anachronism"
    warnings, which someone might like to fix with a
    patch.
  - gcc++ 3.4 (cvs): Lots of issues fixed, though you
    might see an internal compiler error.
* Documentation:
  - Book: Mention CellRenderer's "editable" property.

Changes 2.2.9:

* Build:
  - Removed DISABLE_DEPRECATED macros so that gtkmm 2.2
  can build with GTK+ 2.3.x. I didn't release this previously
  because previous versions of GTK+ 2.3.x were broken with
  gtkmm, but it's OK now.
  - Removed unnecessary namespace qualification to fix build
  with the Intel compiler.
* Glib::ObjectBase: The default constructor, never before used,
  now generates a custom GType, for use when creating new
  implementations of Glib::Interfaces - for instance, see the
  new custom tree model example in gtkmm.
* examples: Added treecustommodel example, though it's much
  better in gtkmm 2.4.
* documentation:
  - Corrected name and install location of devhelp file.
  - Fixed some documentation that mentinod freeing C objects.
  - Added docs/internals/gtk_patches.txt with URLs of some
    patches/bugs that were needed to underlying libraries,
    as a clue for future developers.
* spec file: Added devhelp file.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/x11/gtkmm/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/x11/gtkmm/PLIST pkgsrc/x11/gtkmm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.