-
Notifications
You must be signed in to change notification settings - Fork 17
/
changelog.txt
72 lines (57 loc) · 2.18 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2013-May-1 Pete Brunet <[email protected]>
Changes from 1.2.1 to 1.3
* doxygen.conf
- Change version from 1.2.1 to 1.3.
* api\Accessible2.idl
- Add reference to the new IA2Actions enum.
- Mark IAccessibleTable as being deprecated.
- Update the documentation on the extraneous [in] parameters of
IAccessible2's maxExtendedStates and maxLocalizedExtendedStates methods,
and IAccessibleAction's keyBinding method.
- Update the copyright date.
* api\Accessible2_2.idl
- This is a new interface.
- It subclasses IAccessible2.
- It adds the attribute, accessibleWithCaret, and relationTargetsOfType methods.
* api\AccessibleAction.idl
- Add IA2Actions enum
- Update the copyright date.
* api\AccessibleDocument
- This is a new interface containing the anchorTarget method.
* api\AccessibleEditableText.idl
- Document that copyText, cutText, and pasteText are deprecated.
- Update the copyright date.
* api\AccessibleHypertext2.idl
- This is a new interface.
- It subclasses IAccessibleHypertext and adds the hyperlinks method.
* api\AccessibleRelation.idl
- Update the copyright date.
- Add new relations:
IA2_RELATION_CONTAINING_APPLICATION
IA2_RELATION_CONTAINING_DOCUMENT
IA2_RELATION_CONTAINING_TAB_PANE
IA2_RELATION_CONTAINING_WINDOW
IA2_RELATION_NEXT_TABBABLE
IA2_RELATION_NODE_PARENT_OF
IA2_RELATION_PREVIOUS_TABBABLE
* api\AccessibleTable2.idl
- Update the copyright date.
- Document that caption and summary are deprecated.
- Remove extraneous comma on size_is spec of selectedCells.
* api\AccessibleTableCell.idl
- Remove extraneous comma on size_is spec of columnHeaderCells and rowHeaderCells.
- Update the copyright date.
* api\AccessibleText.idl
- Update the copyright date.
- Fix documentation of textAtOffset.
* api\AccessibleText2.idl
- This is a new interface.
- It subclasses IAccessibleText and adds the attributeRange method.
* api\IA2TypeLibrary.idl
- Update the copyright date.
- Update the GUID.
- Update the version number.
- Add interface statements for IAccessible2_2, IAccessibleDocument,
IAccessibleHypertext2, IAccessibleText2.
* buildapi.sh
- include new IDL files in the merged IDL.