=== 2.10.2 === 2006-10-03 Gustavo J. A. M. Carneiro * NEWS: Update. * tests/test_treeview.py: Add unit test for bug #347273. 2006-09-21 Cedric Gustin * pygtk_postinstall.py: Adapt the codegendir variable to the user platform. Copy style.css from pygobject docs to pygtk docs. Run fixxref on installed html files. Add functions to install shortcuts in the Start menu to the reference manual (currently disabled: see bug #353849). * setup.py: Changed the way the VERSION macro is defined on win32. Added 2.10 defs files for gdk and gtk when GTK+ 2.10 is detected. Added gtk.keysyms, gtk._lazyutils, dsextras_gen and codegen to the list of installed packages. Also install the html reference documentation and run fixxref on the html files. 2006-09-16 Gustavo J. A. M. Carneiro * gtk/pygtkcellrenderer.c (pygtk_generic_cell_renderer_activate): Same fix as below. * gtk/gtktreeview.override (pygtk_tree_selection_foreach_marshal): Use pygtk_boxed_unref_shared to fix a side-effect of fixing bug #347273. (pygtk_tree_sortable_sort_cb): Add a similar fix. * gtk/gtkobject-support.c (pygtk_boxed_unref_shared): Add a new pygtk private API to unref a boxed type with a shared pointer. 2006-09-12 John Ehresman * gtk/gtk.override (_wrap_gtk_clipboard_wait_for_rich_text): Declare variable at start of code block 2006-09-04 Johan Dahlin * configure.in: post release version bump.