Updated ChangeLog. Changed Action:nActions to an attribute.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 4 Sep 2001 14:48:47 +0000 (14:48 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 4 Sep 2001 14:48:47 +0000 (14:48 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@51 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
idl/Accessibility_Action.idl
idl/Action.idl

index 2212d5e..31f4707 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2001-09-04  Bill Haneman <bill.haneman@sun.com>
+
+       * idl/Action.idl:
+               Added (missing) getName() method. 
+               Made nActions an attribute.
+       * idl/EditableText.idl:
+               Changed order of params in setAttributes.
+       * idl/Hyperlink.idl:
+               Removed getAnchor, added getURI.
+       * idl/Image.idl:
+               Changed attributes to methods, for efficiency
+               (so that getting extents can be done in one call)
+       * idl/Selection.idl:
+               Changed nSelectedChildren to attribute, and re-indented.
+       * idl/Table.idl: changed nrows, ncolumns, caption, summary 
+               to attributes.
+       * idl/Text.idl: reformatted to match our coding style.
+               (temporarily?) removed getRowColumnAtOffset().
+               Changed text selection API to support multi-select and
+               non-contiguous selections, as in ATK.
+       * idl/Value.idl: changed some methods to attributes.
+
 2001-08-24  Mark McLoughlin <mark@skynet.ie>
 
        * libspi/listener.c(impl_notify_event):
index 2f8c586..b105022 100644 (file)
@@ -25,12 +25,10 @@ module Accessibility {
   interface Action : Bonobo::Unknown {
 
     /**
-     * getNActions:
-     * return values: a @long containing the number of actions this object supports.
-     *
-     * Returns the number of actions supported by this object.
+     * nActionss: a @long containing the number of actions this object supports.
+     * 
      **/
-    long getNActions ();
+    readonly attribute long nActions;
 
     /**
      * getDescription:
@@ -80,3 +78,4 @@ module Accessibility {
     string getKeyBinding (in long index);
   };
 };
+
index 2f8c586..b105022 100644 (file)
@@ -25,12 +25,10 @@ module Accessibility {
   interface Action : Bonobo::Unknown {
 
     /**
-     * getNActions:
-     * return values: a @long containing the number of actions this object supports.
-     *
-     * Returns the number of actions supported by this object.
+     * nActionss: a @long containing the number of actions this object supports.
+     * 
      **/
-    long getNActions ();
+    readonly attribute long nActions;
 
     /**
      * getDescription:
@@ -80,3 +78,4 @@ module Accessibility {
     string getKeyBinding (in long index);
   };
 };
+