Commit graph

19 commits

Author SHA1 Message Date
jmcneill
8542985ae5 Update py-gnome2 to 2.26.0.
Changes:

=== GNOME_PYTHON_2_26_0 ===
2009-03-14  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* NEWS,
	* configure.ac,
	* wscript: [553] Version 2.26.0

=== GNOME_PYTHON_2_25_90 ===
2009-02-01  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* configure.ac: Added.

	* configure.ac: Removed.

	* NEWS,
	* wscript: Modified.

	[552] Preparing 2.25.90 release

2009-02-01  gjc

	* gconf/gconf.override: [551] Bug 541088 ? gconf set_value should take
	unicode string as value.

2009-01-31  gjc

	* configure.ac: [550] Bug 564550 ? gnome-python libtool-2.2 patch

	* acinclude.m4: [549] (from Funda Wang) Use distutils to detect the
	value of Py_ENABLE_SHARED, not grep; closes #569832.

	* waf: [548] Upgrade to WAF 1.5.3

=== GNOME_PYTHON_2_25_1 ===
2009-01-17  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* Makefile.am: [547] automake distcheck fixes

2009-01-17  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* NEWS: Added.

	* NEWS: Removed.

	[546] Update NEWS for release

2009-01-17  gjc

	* configure.ac,
	* wscript: [545] Bump version to 2.25.1

	* waf,
	* wscript: [544] Update to newer WAF

2009-01-03  gjc

	* wscript: [543] Use the gnu_dirs waf tool, so that --libdir configure
	option works

2009-01-03  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* waf: Added.

	[542] Add a ready-made waf script, for easier deployment in jhbuild

2009-01-03  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* .bzrignore: [541] ignore

2009-01-03  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* .bzrignore,
	* ChangeLog.pre-2.25,
	* Makefile.am,
	* autogen.sh,
	* bzrplugins,
	* bzrplugins/gnulog.py,
	* generate-ChangeLog: Added.

	* ChangeLog,
	* Makefile.am,
	* autogen.sh: Removed.

	* wscript: Modified.

	[540] Auto-generate the ChangeLog via bazaar log plugin

2009-01-03  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* wscript: [539] WAF: fix autoconfig and dist_hook

2008-12-26  Gustavo J. A. M. Carneiro  <gjc@gnome.org>

	* README,
	* bonobo/wscript,
	* docs/gnomevfs/wscript,
	* gconf/wscript,
	* gnome/wscript,
	* gnomecanvas/wscript,
	* gnomevfs/wscript,
	* wscript: Added.

	* README,
	* bonobo/wscript,
	* docs/gnomevfs/wscript,
	* gconf/wscript,
	* gnome/wscript,
	* gnomecanvas/wscript,
	* gnomevfs/wscript,
	* wscript: Removed.

	[538] Experimental support for waf 1.5.x
2009-03-15 16:05:12 +00:00
drochner
65117c3224 update to 2.22.3
changes:
-Compatibility with newer pygobject
-bugfix
2008-10-16 18:00:16 +00:00
drochner
21e0f179c4 update to 2.22.1
changes: build system improvements, irrelevant to pkgsrc for now
2008-06-23 17:21:21 +00:00
drochner
125c8f0baf update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-11 19:53:22 +00:00
drochner
f8cf97ae38 update to 2.20.1
changes:
* Fix bugs gnomevfs volume callbacks
* gnome module popt bug fix
2007-11-29 20:49:56 +00:00
drochner
b3472402fa update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-10-31 20:53:21 +00:00
drochner
ccb670a921 update to 2.18.2
This moves this pkg to the new stable gnome branch, too much to list here.
2007-04-10 20:29:58 +00:00
drochner
8834b1e6c8 update to 2.16.2
changes:
Correctly detect the python library on Mac OS X
Fix crash when using gconf.Client()
Make unit tests use the modules from builddir
Make all code Python 2.5 + 64-bit ready
2006-11-14 16:46:46 +00:00
drochner
5e07dd2eef update to 2.16.0
major release for gnome-2.16, besides that some fixes, mostly in the
gnomevfs area
2006-10-12 14:00:06 +00:00
jmmv
2e156a9a24 Update to 2.12.4:
Overview of Changes from gnome-python 2.12.3 to gnome-python 2.12.4
===================================================================
* python gnomevfs methods
 - Build problem when installation prefix != /usr fixed.

Overview of Changes from gnome-python 2.12.2 to gnome-python 2.12.3
===================================================================
* python gnomevfs methods
 - Again, fix handling of VFS errors from python vfs methods (Eitan Isaacson)
 - Don't map VFS method check_same_fs to move_func python method (Eitan)

Overview of Changes from gnome-python 2.12.1 to gnome-python 2.12.2
===================================================================
* gnomecanvas
 - Fix crash in gnomecanvas.Item.grab (Xavier Ordoquy, Gustavo)
* gnome.ui
 - Make 'custom_icon' arg of icon_lookup optional (Gustavo)
* python gnomevfs methods
 - Fix handling of VFS errors from python vfs methods (Eitan Isaacson)

Overview of Changes from gnome-python 2.12.0 to gnome-python 2.12.1
===================================================================
* Fix compilation on Mac OS X (dmacks@netspace.org)

Overview of Changes from gnome-python 2.11.3 to gnome-python 2.12.0
===================================================================
* gnomevfs
 - Fix invalid memory access in gnomevfs.async.xfer;
 - Add a new example of a GnomeVFS module written in python;
 - Install pygnomevfs.h for use by other python extensions;
* gnomecanvas
 - Demonstrate how to activate AA in the canvas example.

Overview of Changes from gnome-python 2.11.2 to gnome-python 2.11.3
===================================================================
* gnomecanvas
 - Compilation fixes with libgnomecanvas 2.11.x (Murray Cumming, Gustavo)
 - Add canvas-curve.py example demonstrating the use bezier objects
* gconf
 - Fix crash when passing the wrong number of arguments to
   client.get_pair (Gustavo)
* gnomevfs
 - New DNS-SD functions wrapped: dns_sd_browse_sync,
   dns_sd_resolve_sync, dns_sd_list_browse_domains_sync, and
   get_default_browse_domains (Gustavo)
2006-09-15 15:14:26 +00:00
joerg
7d7cb4e9ed Fix Python detection. 2006-06-22 00:14:39 +00:00
drochner
e33db08710 update to 2.12.4
changes:
build problems fixed (which we didn't suffer from)
2006-04-06 16:05:26 +00:00
drochner
9b28af3b48 update to 2.12.3
changes: bugfixes
2006-02-07 21:28:32 +00:00
drochner
13aa1e2be6 update to 2.12.1: general update to gnome, and some fixes 2005-10-18 18:09:13 +00:00
drochner
d6632b8b3a update to 2.10.0
major update, can't list individual changes
most notably: split out gnomeprint, nautilus and ghtml
(will be in py-gnome2-extras, to be added soon)
2005-04-26 21:05:08 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
recht
f67710ba59 update to 2.6.2
What's new since 2.0.3:
* bonobo
 - New class UnknownBaseImpl, to allow python CORBA implementations to
be used where a bonobo.Object is expected
(eg. bonobo.Object.add_interface) (Gustavo)
 - Remove bonobo_ prefixes from all bonobo functions that still have one (Gustav
o)
 - New function bonobo.stream_client_read (Gustavo)
 - New bonobo.Application API in libbonobo 2.6.
* gnome.vfs
 - New module gnome.vfs.async, for asynchronous GnomeVFS operations (I?<83>±aki
)
 - Add setters for gnome.vfs.FileInfo (Gustavo)
 - Add function gnome.vfs.set_file_info (Gustavo)
* gnome.ui
 - New gnome_thumbnail_* wrappers (Gustavo)
* gnome
 - Support popt options in gnome.program_init (Rubens, Gustavo)
 - Support some string construct-only properties in gnome.program_init (Gustavo)
 - Reset LC_NUMERIC to C after gnome.program_init (Gustavo)
 - New type wrapper for GnomeModuleInfo, add functions to retrieve all
the GnomeModuleInfo's (Rubens)
 - Support the 'module_info' parameter in gnome.program_init (Rubens)
* gtkhtml2
 - Add function html_selection_get_text (Juri Pakaste)
* gnome.nautilus
 - Follow changes in open_location_* API in nautilus 2.6 (Gustavo)
* misc
 - zvt module removed, in favour of external vte python bindings (James)

Overview of Changes from gnome-python 2.5.90 to gnome-python 2.6.0
===================================================================
* bonobo
 - bonobo.AppClient is only a GObject, not a BonoboObject (Gustavo)
 - bonobo.event_source_client_add_listener now returns the new listener,
to allow future disconnection (Gustavo)
 - Remove CORBA exceptions from all bonobo callbacks (Gustavo)
 - Fix a bug in bonobo.generic_factory_main (Gustavo)
* gnomeprint
 - Add new pango/gnomeprint integration API if libgnomeprint 2.8 is
installed (Gustavo)
* vfs
 - Add missing bytes_requested parameter to read/write callbacks of
async operations (Gustavo)
 - Raise exception when trying to subclass vfs types (Gustavo, James)
* applet
 - Workaround problem in PanelApplet constructor (Gustavo)
 - Fix initialization of bonobo (Gustavo)
* general
 - Mixed 32/64 bit architecture installation fixes (Jonathan Blandford)
 - Add gnome_python_version variable to the gnome module (Gustavo)
 - Resolve all known compiler warnings (Gustavo)

Overview of Changes from gnome-python 2.6.0 to gnome-python 2.6.1
=================================================================
* gnome.vfs
 - 64 bit fixes in async operations (Benoît Dejean)
 - Better parameter handling in vfs_read (Benoît Dejean)
* gnome.canvas
 - Allow subclassing without __gobject_init__ (Gustavo)
* gtkhtml2
 - Workaround gtkhtml2 initialization bug (Jonathan Blandford)
* general
 - Include a couple of missing bonobo examples in the tarball (N. V. Shmyrev)
 - Add runtime check for required pygtk version (Gustavo)

Overview of Changes from gnome-python 2.6.1 to gnome-python 2.6.2
=================================================================
* gnome.vfs
 - Fix blocking of threads when calling read_entire_file() and bunch
of others;
 - gnome.vfs.xfer_* fixes.
2004-12-29 11:10:56 +00:00
recht
1d9c8215bf 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)
2004-05-10 00:11:07 +00:00
recht
48fd8a746b Initial import of py-gnome2 2.0.0.
The gnome-python package contains the source packages for the Python
bindings for GNOME called PyGNOME.

PyGNOME is an extension module for Python that provides access to the
base GNOME libraries, so you have access to more widgets, a simple
configuration interface, and metadata support.
2003-09-09 13:06:20 +00:00