Re: [pygtk] ANNOUNCE: pygtk-1.99.14, pyorbit-1.99.3,gnome-python-1.99.14

2002-12-28 Thread Johan Dahlin
 Many bug fixes have gone into these releases, so upgrading is 
 recommended.  For full details of the changes, see the respective 
 changelogs.

For everybody that's just waiting for update, here is a more complete
list of what's new.
If you're using GtkTreeView or GtkTextView, i can really recommend an
update:

* update to newer auto-tools (autoconf-2.57, automake-1.7.2,
  libtool-1.4.3).
* many bug fixes and additions of missing APIs.
* fix doc generation scripts to match the new style of gtk-doc
  documentation.
* make code generator return either Py_True or Py_False for
  boolean return functions.  This change is only noticable
  with Python 2.3 alphas.
* removal of wrappers for deprecated functions where the
  deprecated method shadowed the replacement.
* wrappers for idle_add, timeout_add, io_add_watch and
  source_remove to gobject module.  Compatibility names are
  provided in the gtk module.
* Many tree and text view wrapper updates from Johan Dahlin and
  John Finlay.
* leak fixes.
* Updated examples, including demo for editable cells.
* Improved threading support.
* Api additions for GdkEvents, TreeSelection, GtkTooltips,  
  libglade, GtkContainer.

-- 
Johan Dahlin [EMAIL PROTECTED]
Async Open Source

___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/



[pygtk] ANNOUNCE: pygtk-1.99.14, pyorbit-1.99.3, gnome-python-1.99.14

2002-12-27 Thread James Henstridge
I have just released new versions of pygtk, pyorbit and gnome-python, 
which make up the Python bindings for the GNOME 2.0 platform.  They can 
be grabbed from:

   http://ftp.gnome.org/pub/GNOME/sources/pygtk/1.99/
   http://ftp.gnome.org/pub/GNOME/sources/pyorbit/1.99/
   http://ftp.gnome.org/pub/GNOME/sources/gnome-python/1.99/

With this release, gnome-python has switched from the orbit-python 
bindings to the newer pyorbit bindings.  The new ORBit2 bindings use 
ORBit2's typelib mechanism to generate stubs on the fly.  Stubs can 
either be loaded from a typelib (shared library), or introspected from 
an object implementation implemented with ORBit2.  The new ORBit 
bindings require ORBit2 = 2.4.4.

Many bug fixes have gone into these releases, so upgrading is 
recommended.  For full details of the changes, see the respective 
changelogs.

James.

--
Email: [EMAIL PROTECTED]  | Linux.conf.au   http://linux.conf.au/
WWW:   http://www.daa.com.au/~james/ | Jan 22-25   Perth, Western Australia. 



___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/