=== GnomePython 2.6.1 ===
2004-11-14 Gustavo J. A. M. Carneiro <
[email protected]>
* NEWS: Update.
* gconf/gconf.defs: Revert jdahlin's change "Add some missing
methods" from 2004-10-17. It was done before branching, and we
can't add APIs in stable branch.
2004-11-11 Benoît Dejean <
[email protected]>
* gnome/vfs-async-handle.c: (read_write_marshal): Reordered format string
to match arguments order. Closes #157618.
Reviewed by Gustavo Carneiro.
2004-11-11 Gustavo J. A. M. Carneiro <
[email protected]>
* gnome/vfs-async-handle.c (read_write_marshal): Use the correct
format specifier for the GnomeVFSFileSize type, which is either k
or K, not i. Patch by Benoît Dejean, though slightly modified.
2004-11-06 Gustavo J. A. M. Carneiro <
[email protected]>
* gnome/vfs-async-handle.c (pygvhandle_dealloc): Unblock threads
during vfs call.
* gnome/vfs-handle.c (pygvhandle_read): Unblock threads during
call to gnome_vfs_read.
(pygvhandle_write): idem.
(pygvhandle_init): idem.
(pygvhandle_dealloc): idem.
2004-11-06 Benoît Dejean <
[email protected]>
* gnome/vfs-handle.c (pygvhandle_read): Raise ValueError if bytes
< 0. Return empty string if bytes == 0.
Reviewed by Gustavo Carneiro.
2004-11-06 Gustavo J. A. M. Carneiro <
[email protected]>
* gnome/canvas.override (_wrap_gnome_canvas_new): Construct object
with g_object_new, so that subclassing works without __gobject_init__.
2004-10-17 Johan Dahlin <
[email protected]>
* gconf/gconf.defs: Add some missing methods
2004-10-17 Gustavo J. A. M. Carneiro <
[email protected]>
* configure.in: version bump to 2.6.1
* Makefile.am (EXTRA_DIST): Add missing unknown.py and
bonobo-application.py bonobo examples. Thanks Nickolay
V. Shmyrev. Fixes #155326: Some examples are missing in
tarball.
2004-10-05 Jonathan Blandford <
[email protected]>
* gtkhtml2/gtkhtml2module.c (initgtkhtml2): Call
html_atom_list_initialize to workaround gtkhtml2 bug. Fixes
#147404.
2004-10-04 Gustavo J. A. M. Carneiro <
[email protected]>
* configure.in: Define PYGTK_REQUIRED_(MAJOR|MINOR|MICRO)_VERSION.
* gnome/gnomemodule.c (pygnome_add_defined_constants): Reformat.
(init_gnome): Check pygtk version. Reformat code. Fixes #154452,
thanks Johan Dahlin.