=== PyGtk 2.5.1 === 2004-12-23 Johan Dahlin * NEWS: * README: Updated 2004-12-02 Cedric Gustin Reviewed by: Johan Dahlin Fixes #150616 * dsextras.py: Added InstallData class. Changed template options to ${prefix}/include|lib|bin|share. Added get_m4_define function to parse pygtk version strings in configure.in. * setup.py: Added pygtk_postinstall bdist_wininst option. distutils now uses InstallData as install_data class. pygtk-2.0.pc and pygtk-codegen-2.0 are installed as data instead of lib/extensions. This fixes a bdist_wininst installer on win32. * pygtk_postinstall.py: Initial release. 2004-12-23 Johan Dahlin * docs/random/release-checklist: New document * docs/random/missing-symbols: New document * examples/atk/atk-demo.py: * examples/ide/browse.py: * examples/ide/gtkcons.py: * examples/neil/notebook.py: * examples/pango/utf8-demo.py: * examples/pygtk-demo/demos/dnd.py: * examples/pygtk-demo/demos/editable_cells.py: * examples/pygtk-demo/demos/list_store.py: * examples/simple/dnd.py: * examples/simple/scribble.py: Use stock items and other fixes for examples. Fixes #156402 (Alan Horkan) 2004-12-23 Johan Dahlin * autogen.sh: set srcdir to dirname $0, fixes out of source tree builds. Fixes #158360 (Marco Pesenti Gritti) 2004-12-22 Johan Dahlin * PKG-INFO.in: Update * configure.in: Require glib/gtk+ 2.6, pango, atk 1.8, export PYGTK_[MAJOR,MINOR_MICRO]_VERSION * gtk/gtk.defs: Make it build again by removing removed functions 2004-12-12 Gustavo J. A. M. Carneiro * codegen/argtypes.py (arg): Add 'GTime' argtype matcher, which is defined as gint32 by glib, thus handled as a normal python int. 2004-12-10 John Ehresman * gobject/pygobject.h: Change PY_HEXVERSION to PY_VERSION_HEX 2004-12-04 John Finlay * pango-types.defs (LayoutIter): Add. * pango.defs (pango_layout_iter_get_type): Add. * pango.override (_wrap_pango_layout_iter_get_line_yrange) (_wrap_pango_layout_iter_get_layout_extents) (_wrap_pango_layout_iter_get_run_extents) (_wrap_pango_layout_iter_get_line_extents) (_wrap_pango_layout_iter_get_cluster_extents) (_wrap_pango_layout_iter_get_char_extents): Implement. 2004-12-04 Gustavo J. A. M. Carneiro * gtk/gtk.defs: Remove gtk_file_chooser_button_[gs]et_active wrappers. (set_cell_data): Remove, also removed from gtk+. 2004-11-29 Johan Dahlin * configure.in: Post release version bump