X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=2212d5e484285d0213696dee1225c21dc191ebc5;hb=a347294874e78498e894b614dae376012a8e9e3d;hp=9ceccebf4c5cc831c43562b855be6b4cad1c2bcc;hpb=58d11f25a1a5529396784be17cad1f1dda2d596a;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 9cecceb..2212d5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2001-08-24 Mark McLoughlin + + * libspi/listener.c(impl_notify_event): + BonoboUnkown_unref the source instead + of bonobo_object_release_unref - the ORB + handles the releasing. + + * configure.in: require ORBit-2.3.94 for + this behaviour. + +2001-08-21 Bill Haneman + + Tagged CVS repository 'EA_1_0'. + * README.EARLY_ACCESS: + Alphabetized acknowledgements list, and + added someone. + Listed some known dependencies of at-spi. + +2001-08-20 Bill Haneman + + * docs/at-spi-docs.sgml: + * docs/at-spi-sections.txt: + * docs/at-spi-overrides.txt: (Added zero-length file) + Documentation improvements - gtk-doc should build + docs for all implemented C bindings now. + * cspi/Makefile.am: + * cspi/spi_main.c: + * cspi/spi.c: (New file) + * cspi/spi_event.c: (New file) + * cspi/spi_registry.c: (New file) + * cspi/spi_accessible.c: (New file) + * cspi/spi_application.c: (New file) + * cspi/spi_component.c: (New file) + Split spi_main.c into six parts, and included them from + "spi.c". This is a bit of a hack, probably temporary, + but required by gtk-doc, apparently. + +2001-08-20 Bill Haneman + + * docs/Makefile.am: + * docs/at-spi-docs.sgml: + * docs/at-spi-sections.txt: + * configure.in: + Initial checkins/modifications for gtk-doc generation. + * cspi/spi.h: + * cspi/spi.c: + Added (missing) interface query methods to Accessible's C binding. + * cspi/spi-impl.h: + Added GenericInterface type definition. + * test/simple-at.c: + Added query for AccessibleComponent interface to focus event handler. + Added printout of bounding box for focussed component. + * libspi/component.c: + Added partial implementation for AccessibleComponent to C binding. + * idl/Application.idl: + * libspi/registry.c: + * libspi/listener.c: + * libspi/application.c: + * libspi/application.h: + Changed "ID" attribute type from string to long. + 2001-08-19 Bill Haneman * cspi/spi.h: @@ -206,8 +267,10 @@ and we now relay those focus events to any "focus:" listeners. This now works with the bridge as a GTK_MODULE when running test/at. * libspi/registry.c : - * libspi/listener.c : now we ref event sources before propagating, and unref on receipt. - * libspi/registry.c : some changes to internal structs, to support event typestring hashes. + * libspi/listener.c : + now we ref event sources before propagating, and unref on receipt. + * libspi/registry.c : + some changes to internal structs, to support event typestring hashes. * text/app.c : changed the way the appname is generated. * cspi : added directory that will hold the C bindings library for non-CORBA/bonobo-savvy clients. @@ -217,10 +280,6 @@ * idl/Hyperlink.idl : added readonly n_links attribute * idl/Image.idl : changed methods to attributes. - KNOWN PROBLEMS: - poll() fails after a few event notifications, when the number of file descriptors - gets too large. Investigating. - 2001-08-15 Mark McLoughlin * at-bridge/Makefile.am: link against