2.9.3: 2006-05-18 Murray Cumming * gdk/src/pixbufloader.hg: Add _CONVERSION() needed by write(), now that glibmm actually does the conversion. * gtk/src/editable.hg: Use _VFUNC_H() as we did before the big #ifdef changes. There is no need to stop using it, and it keeps the vfunc order the same as before. 2006-05-16 Jonathon Jongsma * docs/tutorial/gtkmm-tut.xml: update the appendix of the tutorial about building with jhbuild 2006-05-16 Jonathon Jongsma * docs/tutorial/Makefile.am: fix tutorial stylesheet location so that locally installed documentation can find the stylesheet. Now the locally installed documentation and the published website documentation both install the stylesheet in the same relative location. 2006-05-16 Marko Anastasov * gtk/src/pagesetupunixdialog.ccg: * gtk/src/pagesetupunixdialog.hg: Changed constructor to make parent be the first parameter, and added an overload without it. * gtk/src/printjob.hg: * gtk/src/printoperation.hg: Fix some property wrappers to take RefPtrs when a property is a Glib object. * gtk/src/printunixdialog.ccg: * gtk/src/printunixdialog.hg: Constructor and property changes as above. 2006-05-16 Murray Cumming * gtk/src/actiongroup.ccg: add(): Pass char** instead of char*. 2006-05-16 Murray Cumming * gtk/src/actiongroup.ccg: add(): Use NULL instead of 0 with g_object_get(), to avoid the warning about a missing sentinel. 2006-05-16 Murray Cumming * gtk/src/actiongroup.ccg: add(): Use g_object_get(), not g_object_get_data() to get property data. Fixes a memory corruption crash. This was another regression introduced by the optional API changes. Bug #341895 from Philip Langdale. 2006-05-16 Murray Cumming * gtk/src/pagesetupunixdialog.hg: * gtk/src/printunixdialog.hg: Added TODO comments. * gtk/src/printer.hg: * gtk/src/printjob.hg: set_source_file(): Changed filename parameter from ustring to std::string. * tools/m4/convert_gtk.m4: Remove an unnecessary conversion. 2006-05-16 Marko Anastasov * gtk/src/pagesetupunixdialog.ccg: * gtk/src/pagesetupunixdialog.hg: * gtk/src/printer.ccg: * gtk/src/printer.hg: * gtk/src/printjob.ccg: * gtk/src/printjob.hg: * gtk/src/printunixdialog.ccg: * gtk/src/printunixdialog.hg: New files - Unix printing API. * gtk/src/gtk_signals.defs: Added signal and property defs for new files. * gtk/src/printcontext.hg : Fixed typo for get_cairo() and brought back create_layout(). * gtk/src/Makefile_list_of_hg.am_fragment: * gtk/gtkmm.h: Include new files. * tools/extra_defs_gen/generate_defs_gtk.cc: Added get_defs() calls for new types, but commented because the current gtk.h doesn't include their headers. * tools/m4/convert_gtk.m4: Added conversions for GtkPrinter. 2006-05-16 Paul Davis * gtk/src/table.hg: fix error when trying to remove a widget from a table using Table_Helpers::TableList.erase() (fixes bug #341962) 2006-05-15 Murray Cumming