SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-gtk-doc-2.16.0-1.3.i586.rpm :
Thu Nov 26 13:00:00 2009 mxwuAATTnovell.com
- Fate #308121. Update to GNOME 2.28.
Last Changelog entry from new version
Tue Sep 29 10:36:04 CEST 2009 - vuntzAATTopensuse.org
- Update to version 2.16.0:
- Drop python-gtk-bgo534083-memory-corruption.patch
- Fixed upstream.

Sat Jan 10 13:00:00 2009 olhAATTsuse.de
- remove -fno-schedule-insns workaround, gcc is fixed

Wed Nov 26 13:00:00 2008 vuntzAATTnovell.com
- Add python-gtk-bgo534083-memory-corruption.patch to fix
bnc#449152. Patch taken from upstream (see bgo#534083).

Tue Oct 28 13:00:00 2008 olhAATTsuse.de
- build with -fno-schedule-insns on ppc64 (bnc#428413)

Mon Apr 7 14:00:00 2008 matejcikAATTsuse.cz
- update to 2.12.1

* minor bugfixes

* includes treeview fix, removing the patch

Tue Dec 11 13:00:00 2007 matejcikAATTsuse.cz
- fixed treeview coordinate methods (#344311, gnome #479012)

Wed Oct 17 14:00:00 2007 sbrabecAATTsuse.cz
- Fixed name of python-gobject2 in previous change.

Tue Oct 16 14:00:00 2007 sbrabecAATTsuse.cz
- Fixed autoreconf.
- Use requirement versions defined by upstream.
- Use %fdupes.
- Fixed scripts executable flag.

Thu Sep 20 14:00:00 2007 sbrabecAATTsuse.cz
- Updated to version 2.12.0:

* Make pango bindings more pythonic

* Remove X11 specific calls from non-X11 builds

* Allow string parameters to have default empty string (\"\")

* Make pango.Context non-instantiable

* defsgen.py fixes

* Docs build fixes

Wed Jul 25 14:00:00 2007 jmatejekAATTsuse.cz
- update to 2.10.6

* builds correctly with new glib/gtk

* minor bugfixes

Fri May 25 14:00:00 2007 sbrabecAATTsuse.cz
- Build correctly in the GNOME Build Service.
- Examples moved to devel package.

Mon May 7 14:00:00 2007 sbrabecAATTsuse.cz
- Reduced BuildRequires.

Sat May 5 14:00:00 2007 jamesAATTusr-local-bin.org
- Updated to 2.10.4:

* Documentation and build fixes

* Return NULL on error in TextBuffer.register_serialize_format

* Do not overwrite sys.argv

* Add status icon example

* Make it possible to remove rows in the gtk.TreeModel.foreach
callback

* Code generator fix for %define

* Duplicate GdkEvent.string member when setting it

* Make it possible to use automake 1.10

* distutils build fixes

* Allow None to be passed into gdk.Display

* Undeprecate gtk.container_class_list_child_properties

* Fix memory leak in gtk.Container.child_get

Tue Dec 19 13:00:00 2006 sbrabecAATTsuse.cz
- Spec file cleanup.
- Splitted python-gtk-doc from python-gtk-devel.

Sat Oct 21 14:00:00 2006 cthielAATTsuse.de
- update to version 2.10.3

* Fix a crasher bug introduced in 2.10.2

* Make PyGTK work with Python 2.5 and 64-bit
- changes from 2.10.0 to 2.10.2

* distutils / win32 compilation fixes

* gtk.TreeSelection.selected_foreach bug fix

* Fix compilation older C compilers
- changes from 2.9.6 to 2.10.0

* Issue a warning when a DISPLAY is not set

* Copy style.css from pygobject docs when installing docs.

* Include the built docs in the tarball

Wed Aug 16 14:00:00 2006 cthielAATTsuse.de
- split of -devel package

Thu Aug 10 14:00:00 2006 cthielAATTsuse.de
- update to version 2.9.6

* GtkTreePath can be converted from integers again

* Fix parallel build

* Reduce exception abuse in code generator

* Documentation improvements
- changes in 2.9.5

* Make it possible to build with GTK+ 2.10

* Make sure dir(gtk.keysyms) work again

* reloading the gtk module works again
- changes in 2.9.4

* Include John Finlay\'s PyGTK reference manual

* Setters and getters for GtkWidget.activate_signal

* GtkToolItemType setter/getter

* Code generator fixes

* Add more gtk+ 2.10 API

* Don\'t copy treeiters in callbacks

* Provide full information for GtkTreeSelection.set_select_function

* Export less symbols and reduce the size of the libraries

* Allow negative values for GtkTreeModel.set/getitem

* Much improved interface/virtual method support

* Remove evil 100ms timeout timer
- changes in 2.9.3

* Update to latest gtk+ 2.10 API changes

* Many more new gtk+ 2.10 APIs wrapped

* Wrap gtk_widget_class_find_style_property

* gtk.gdk.CairoContext.rectangle bug fix

* Update defs for atk 1.8

* Misc. module cleanups

* New pango APIs wrapped

* Fix refcount error in gtk.Clipboard

* Enable GDK X11-specific APIs available also with gtk+ 2.8

* Lazy loading of the gtk.keysyms module
- changes in 2.9.2

* Fix a codegen bug that prevent build of other extensions

* Builds with pycairo 1.1.6

* gtk.TextBuffer rich text copy and serialization

* Correct Print Editor example
- changes in 2.9.1

* Allow gtk.TreeSortable.set_default_sort_func callback to be None

* Add API to unset the g_log handlers

* Allow the gtk module to be imported without DISPLAY

* Code cleanup and fixes considering Coverity reports

* Add codegen support for const-Object return type

* Add codgen support for unblocking threads around method calls

* Wrap gdk_event_handler_set

* Codegen reverse wrapper bug fix (#340162, Yevgen Muntyan)

* Wrap GdkRegion (John Ehresman)

* Add codegen support for ignore-type statement in override

* Add conditional support for gtk+ 2.10 API, especially printing

* Complete the support for gtk.Container virtual methods

* Fix misc. reference leaks

* Allow None parameter in pangocairo.CairoContext.set_font_options

* Complete the support for gtk.CellRenderer virtual methods

* IconView.set_cursor method params \'cell\' and \'start_editing\' made
optional

* Wrap a few more gdk_cairo_
* methods

* Add a \'selection\' field to gdk.OWNER_CHANGE events

* Allow None in gtk.Entry.set_inner_border()

* gtk.Clipboard rich text methods

* Add gtk.MessageDialog.set_image()

* Wrap gtk_link_button_set_uri_hook()

* Allow None in gtk.Widget.input_shape_combine_mask()

* Allow gtk.LinkButton() constructor to optionally receive a label

* Allow None in gtk.Label.set_mnemonic_widget()

* Wrap a bunch of X11 specific gdk methods

* Add gtk.SizeGroup.get_widgets()

* Wrap gtk_style_lookup_color()

* Wrap a bunch of gtk treeview grid lines methods

* Better Drag and drop API support

* Add -I option to codegen (defs search path)
- changes in 2.9.0

* Remove gobject, pygobject is now a hard dependency

* Set encoding in pango instead of gtk

* Wrap gdk.Screen.get_rgba_colormap/get_rgbma_visual

* Remove private gtk wrappers

* Add a bunch of missing wrappers

* Add inout support in reverse wrappers

* Update h2defs to allow whitespace before parenthesis

* Make it possible to reimplement interfaces

* Allow log_handler to be called when python is not initialized

* Support for const object args

* Export pygtk tree model api

* Allow overrides to be in base classes

* Wrap a pango cairo font options acecssors

* Add GDK_PARENT_RELATIVE relative handling

* Improve pixbuf demo

* Set default markup accel marker to \\x00

* Set 1 as default argument to SpinButton.spin()

* Wrap gdk.Drawable.gdk_draw_indexed_image

* Mark rowreference.free() as deprecated

* Rename name of first keyword argument to pango.LayoutLine.index_to_x

* Run reindent on all python code

* Improve generictreemodel example

* Wrap gdk.Pixbuf.rotate_simple

* Use in argument in gtk.TreeView.cell_get_size
- changes in 2.8.5

* String list bug fix

* Improved examples

* Proper refcounting in gdk.Window constructor

* Fix a bunch of reference leaks

* __init__.py fixes for pydoc

* gtk.Dialog.new_with_buttons leak
- changes in 2.8.4

* Re-include gobject wrappers if pygobject is not found

* gtk.IconView should implement GtkCellLayout

* Always install pygtk-2.0.pc
- changes in 2.8.3

* Split out gobject wrappers into a separate module and
depend on pygobject 2.9.0

* Bug fixes

* Size group example

* Plug mem leaks

* Build cairo on win32


 
ICM