From: billh Date: Mon, 10 Dec 2001 19:37:02 +0000 (+0000) Subject: Added TODO list. X-Git-Tag: AT_SPI2_ATK_2_12_0~1487 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=d7c5867927b59dae050772202a3f9536d9dd3df3;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git Added TODO list. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@162 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index c649c47..df18771 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 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 diff --git a/TODO b/TODO new file mode 100644 index 0000000..3335798 --- /dev/null +++ b/TODO @@ -0,0 +1,25 @@ +TODO: + +idl: + possibly change Value.idl interface to return a value union. [Bill] +cspi: + API change required if above IDL change is made. + +libspi: + + Change the weird string-hash event matching to something sane, +using GQuark. [Bill] + + Merge the DeviceEvent and KeyEvent structs to avoid the bogus casting of +these back and forth. + + Complete implementation of support for RelationSet and StateSet, and +export to cspi. + + Complete and test the pre-emptive key API so that we don't always do +AnyKey grabs. [Bill] + +test: + + Add tests for AtkTable, and add table elements to the test window. +