[Python-gtkextra-commits] CVS: python-gtkextra ChangeLog,1.2,1.3
Status: Beta
Brought to you by:
treeves
From: <pyt...@li...> - 2002-01-04 14:03:49
|
Update of /cvsroot/python-gtkextra/python-gtkextra In directory usw-pr-cvs1:/tmp/cvs-serv13289 Modified Files: ChangeLog Log Message: Updated the ChangeLog. Index: ChangeLog =================================================================== RCS file: /cvsroot/python-gtkextra/python-gtkextra/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 2002/01/03 22:44:04 1.2 --- ChangeLog 2002/01/04 14:03:46 1.3 *************** *** 1,2 **** --- 1,37 ---- + 2002-01-04 Andreas Voegele <voe...@us...> + + * examples/testiterator.py: + initial checkin + + * gtkextra/gtkplotdata-support.c: + The arguments of the plot functions are now set with standard Python + functions since the hack used before could cause trouble. + + 2002-01-04 Toby D. Reeves <to...@so...> + + * gtkextra/__init__.py: + Fixed two typos where heigth should have been height. + + * codegen/mkgtkextra.py: + Use only Python 1.5.2 functions for making temp name. + + 2002-01-04 Andreas Voegele <voe...@us...> + + * gtkextra/gtkextra.defs, gtkextra/__init__.py: + Fixed GtkPlotData.show_labels(). + + * codegen/definitions.py, codegen/defsparser.py, codegen/scmexpr.py: + Updated to new version from pygtk-1.99.6. + + * gtkextra/gtkextramodule.c: + Removed the wrappers for gtk_sheet_get_entry(), + gtk_sheet_get_entry_widget(), gtk_sheet_get_vadjustment(), + gtk_sheet_get_hadjustment(), gtk_plot_canvas_get_active_plot() and + gtk_plot_canvas_get_active_data() since the updated code generator + now handles NULL returns. + + * codegen/generate.py: + Incorporated the changes from pygtk-0.6.9. + 2002-01-03 Andreas Voegele <voe...@us...> *************** *** 94,98 **** gtk_plot_data_add_marker(), gtk_plot_data_remove_marker(). Updated gtk_plot_data_get_gradient(), gtk_plot_data_set_points(), ! gtk_plot_surface_set_points() gtk_sheet_get_entry_widget(). * gtkextra/gtkextra.override: Added gtk_plot_set_pc(), --- 129,133 ---- gtk_plot_data_add_marker(), gtk_plot_data_remove_marker(). Updated gtk_plot_data_get_gradient(), gtk_plot_data_set_points(), ! gtk_plot_surface_set_points(). * gtkextra/gtkextra.override: Added gtk_plot_set_pc(), |