Subject: CVS commit: pkgsrc/x11/py-gnome2
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 05/10/2004 00:11:07
Module Name: pkgsrc
Committed By: recht
Date: Mon May 10 00:11:07 UTC 2004
Modified Files:
pkgsrc/x11/py-gnome2: Makefile distinfo
Log Message:
update to 2.0.2
Changes since 2.0.0:
* gnome.canvas
- add functions and methods to allow using Bpath canvas item
- add item_list attribute to gnome.canvas.Group to contain list of child items
* gnome.vfs
- add lots of wrappers for gnome.vfs.mime_* functions
- add wrappers for gnome.vfs.xfer_* functions
- bug fixes
* bonobo
- fix reference counting of bonobo object constructors
* gnomeprint
- Add examples ported from C, found in libgnomeprintui
- Add wrappers for gnome_print_convert_distance(_full)?
- GnomeFontDialog derives from GtkDialog, not GtkWidget
- Add missing gnomeprint.Context.grestore()
* gconf
- check gconf value type on get_xxx()
- fix example simple-view.py
- misc fixes
* applet
- add PanelApplet.get_flags and PanelApplet.set_flags and respective constants
* gnome.ui
- Enable wrapper for IconTextItem.get_text()
- Add wrapper for gnome.ui.IconList.get_selection()
- Fix AboutDialog crash when translator_credits is None
- Add wrappers for gnome.ui.Client.set_xxx_command()
Changes since 2.0.1:
The only change since 2.0.1 is a small build fix that makes it possible
to build the vfs bindings again. (bug 138556)
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/x11/py-gnome2/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/py-gnome2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.