Subject: CVS commit: pkgsrc/x11/gtkmm
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 07/22/2005 21:21:47
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Jul 22 21:21:47 UTC 2005

Modified Files:
	pkgsrc/x11/gtkmm: Makefile PLIST buildlink3.mk distinfo
Removed Files:
	pkgsrc/x11/gtkmm/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
	    patch-af patch-ag

Log Message:
Changes 2.6.3:
* Gtk::Action::get_proxies()
  Use the correct ownership semantics.
* Gdk::Display::list_devices()
  Use the correct ownership semantics.
* examples/book/menus_and_toolbars/
  Distribute the .png file.

Changes 2.6.2:
* TreeView: When using the append_column() convenience API,
  prevent a crash when the window closes while the cell is
  editing.
* Allow derived CellRenderers to be edited, by removing
  some debug code that sneaked into 2.6.1.
* Documented many signals, based on the GTK+ documentation.

Changes 2.6.1:
* CellRenderer: Prevent an infinite loop.
* MSVC++ .Net 2003 build fixes.
* Documentation:
  - Hide deprecated widgets from the list of widgets.
  - Correct the description of the IO input example.

Chamges 2.6.0:
gtkmm 2.6 wraps new API in GTK+ 2.6, and is API/ABI-compatibile with gtkmm 2.4.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/x11/gtkmm/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/x11/gtkmm/PLIST pkgsrc/x11/gtkmm/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/gtkmm/buildlink3.mk
cvs rdiff -r1.6 -r0 pkgsrc/x11/gtkmm/patches/patch-aa
cvs rdiff -r1.5 -r0 pkgsrc/x11/gtkmm/patches/patch-ab \
    pkgsrc/x11/gtkmm/patches/patch-ac pkgsrc/x11/gtkmm/patches/patch-ad \
    pkgsrc/x11/gtkmm/patches/patch-ae pkgsrc/x11/gtkmm/patches/patch-af
cvs rdiff -r1.2 -r0 pkgsrc/x11/gtkmm/patches/patch-ag

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