Added TODO list.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 10 Dec 2001 19:37:02 +0000 (19:37 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 10 Dec 2001 19:37:02 +0000 (19:37 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@162 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
TODO [new file with mode: 0644]

index c649c47..df18771 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-12-10  Bill Haneman  <bill.haneman@sun.com>
 
+       * 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 (file)
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.
+