X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=7580c01d5c0daf426630f9a7cf29ade8b4c27aa2;hb=75ac763c47c9bfddd6b78a7252ccfe97c20fba9b;hp=caded9df3424a9492419f6731c4aa0e839a61473;hpb=1409a6f93828f2d02d35d23072a9b3cf10533b50;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index caded9d..7580c01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,42 @@ + 2001-12-10 Bill Haneman + * test/test-simple.c: + Added test_table (GtkTreeView widget in test window to follow). + Un-commented test_value, added GtkRange widget. + Added GtkTreeView widget with GtkListStore. It passes regression + test but leaks one SPI object for some reason. + + * libspi/value.c: + Fixed bug in impl__set_currentValue. + +2001-12-10 Michael Meeks + + * cspi/spi_text.c: audit for exception handling, + tolerating NULL object references safely etc. + + * cspi/spi_value.c: ditto. + + * cspi/spi_table.c (AccessibleTable_getSummary), + (AccessibleTable_getAccessibleAt), + (AccessibleTable_getRowHeader), + (AccessibleTable_getColumnHeader), + (AccessibleTable_getCaption): fix bugs hidden by + incorrect casts. + (long_seq_to_array): impl. + (AccessibleTable_getSelectedRows), + (AccessibleTable_getSelectedColumns): use it. + +2001-12-10 Bill Haneman + + * TODO: + Added a TODO list (rough and short for now). + + * cspi/spi_hyperlink.c: + * cspi/spi_hypertext.c: + Fixed macro name typos, and remove use of obsolete macro in + AccessibleHyperlink_getLink. + * cspi/spi_action.c: * cspi/spi_accessible.c: * cspi/spi_application.c: