File: NEWS

package info (click to toggle)
pyatspi 2.30.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,920 kB
  • sloc: sh: 4,368; python: 2,194; makefile: 68
file content (410 lines) | stat: -rw-r--r-- 10,384 bytes parent folder | download
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
What's new in pyatspi 2.25.90:

* registry: Rename async keyword for compatibility with Python 3.7.

* Add missing XY_PARENT export.

What's new in pyatspi 2.25.3:

* Add error-message, error-for, details, and details-for relation types

What's new in pyatspi 2.25.2:

* Add some missing roles to correspond with atk (description list,
  description term, description value, and footnote).

What's new in pyatspi 2.24.0:

* Fix an invalid escape sequence.

* Rename enum class to atspienum to avoid name conflict; fixes build with
  python 3.6.

What's new in pyatspi 2.20.2:

* Update STATE_LAST_DEFINED so that STATE_READ_ONLY is recognized
  (bgo#766121).

What's new in pyatspi 2.20.1:

* gettext: Don't modify endOffset (bgo#721860).

What's new in pyatspi 2.19.91:

* Fix text.getDefaultAttributeSet (bgo#752928).

What's new in pyatspi 2.17.90:

* Call gi.require_version() before import

What's new in pyatspi 2.15.90:

* Add new roles for fractions, roots, subscripts, and superscripts (bgo#743413).

What's new in pyatspi 2.15.4:

* Support ATSPI_STATE_READ_ONLY (bgo#690108).

What's new in pyatspi 2.15.3:

* Add ROLE_STATIC (bgo#740364).
    
What's new in pyatspi 2.14.0:

* Test fixes.

What's new in pyatspi 2.11.92:

*Fix a traceback when removing a text selection.

What's new in pyatspi 2.11.90:

* Add AtspiTableCell, tracking the new atk interface.

What's new in pyatspi 2.11.3:

* document: add support to current page and page count (BGO#719508).

What's new in pyatspi 2.11.2:

* Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).

What's new in pyatspi 2.9.92:

* Handle attribute lists with multiple accepted values for the same key
  when creating a collection match rule (BGO#700865).

What's new in pyatspi 2.9.90:

* Added getStringAtOffset.

What's new in pyatspi 2.9.3:

* Add some examples (Magdalen Berns, BGO#701063).

* Removed setting of AT_SPI_CLIENT, as it is no longer used as of
  at-spi2-core 2.9.3.

What's new in pyatspi 2.9.2:

* Update for libatspi API changes (BGO#700243).

What's new in pyatspi 2.7.91:

* Add objectLocale property (BGO#694368).

* Stop using a deprecated method.

* Don't install the example, since it isn't compatible with Python 3.

What's new in pyatspi 2.7.5:

* Support new levelbar role.

What's new in pyatspi 2.7.2:

* Add a --with-python option to configure.ac.

* Fix getCharacterAtOffset.

What's new in pyatspi 2.7.1:

* Export application class in the Accessibility namespace, for
  backwards compatibility.

What's new in pyatspi 2.6.0:

* Install caret focus tracker into $bindir, rather than $pythondir/examples.

* Fix incorrect FSF address in file headers.

What's new in pyatspi 2.5.92:

* Fix for bug #683302 - Missing argument for set_current_value method

* Include interim focus tracker as an example.

What's new in pyatspi 2.5.91:

* Fix autogen.sh for non-sourcedir build.
    
What's new in pyatspi 2.5.5:

* Add getLocalizedName for actions.

What's new in pyatspi 2.5.4:

* Wrap all interfaces (BGO#679044).

What's new in pyatspi 2.5.3:

* Fix truth evaluation for accessibles in Python 3.

* Fix for bug #678497 - dict.iteritems() is no longer supported in Python 3

* Re-add setTimeout (it seems that it was lost among the Python 3 updates).

What's new in pyatspi 2.5.2:

* More Python 3 fixes.

* Fix getStates regression (BGO#677070)

What's new in pyatspi 2.5.1:

* Add setTimeout.

* Some clean-ups for Python 3.

What's new in pyatspi 2.3.92:

* Another fix for --enable-tests.

What's new in pyatspi 2.3.91:

* Fix --enable-tests.

What's new in pyatspi 2.3.5:

* Fix for BGO#660826: Drop unneeded pygtk check.

* Remove exception wrapping - pyatspi will now return the real exception
  as translated by pygi, rather than LookupError. This means that it is now
  necessary to catch, eg, RuntimeError rather than LookupError if one wishes
  to catch exceptions, but it is now possible to see the original error.

What's new in pyatspi 2.3.4:

* Fix for BGO#666871: deregisterKeystrokeListener was broken.

What's new in pyatspi 2.2.1:

* Use hasattr rather than a try in registerEventListener, for performance.

* Fix for BGO#661613: getOffsetAtPoint now works.

What's new in pyatspi 2.1.91:

* Fix for BGO#658343: Have configure check for pygobject-3.0

What's new in pyatspi 2.1.90:

* Fix getTextBeforeOffset.

* Remove legacy pygtk dependency.

What's new in pyatspi 2.1.5:

* Remove support for relocated pyatspi-corba.

* Fix getTextBeforeOffset.

What's new in pyatspi 2.1.4:

* Update to handle libatspi API changes.

* Fix for BGO#653874 - new ATK roles.

What's new in pyatspi 2.1.3:

* BGO#644393: Remove document:content-changed from EVENT_TREE

What's new in pyatspi 2.1.2:

* Fix traceback when creating match rules with attribute sets

* Add atspiVersion().

* Fix several table functions

* Fix makeSyncType to generate a proper enum (will be needed when enum-types
  branch of at-spi2-core is merged).

* Add clearCache().

* Cache eventTypes in events for performance reasons.

* Add GPL2 license because a couple of test files are licensed under it.

What's new in pyatspi2 2.1.1:

* Fix traceback when calling document functions

What's new in pyatspi2 2.0.1:

* Fix for BGO#645644: Throw LookupError rather than RUntimeError

* Add id property

* Add a work-around for getStates failing on 64-bit systems with pygobject
  2.28.3 and earlier.

What's new in pyatspi2 2.0.0:

* Removed some unused files.

What's new in pyatspi2 1.91.92:

* Added some missing __str__ functions for events and accessibles.

What's new in pyatspi2 1.91.91:

* Fix for BGO#643384: registerKeystrokeListener should pass a bit mask, not an
  enum.

What's new in pyatspi2 1.91.90:

* Refactor EditableText so that text methods can be called from it.

* Make state accessible through pyatspi.constants.

* Fix selection interface.

* Fix for BGO#641869: Remove --enable-relocate option.

What's new in pyatspi2 1.91.6:

* Added source_name and source_role to events.

* Call gconftool-2 to check the value of /desktop/gnome/interface/at-spi-corba
rather than importing gconf, since the latter can cause problems if new and
old versions of the Python bindings are mixed.

* Added setExtents, setSize, and setPosition for components.

* Added setCacheMask.

What's new in pyatspi2 1.91.5:

* Fixed generateKeyboardEvent, description, and allModifiers.

* Added a dummy stateset.unref function for backwards compatibility.

* Added a pumpQueuedEvents stub.

* Added RELATION_EMBEDDED_BY.

* Hide children attribute since it is currently broken and caused a crash
  with Accerciser.

* Wrap event type so that sub-fields can be accessed.

What's new in pyatspi2 1.91.4:

* Added a dummy freeMatchRule function.

* Attribute fixes.

* __getitem__ now supports negative indices.

* Fixed some properties, relationToString, listInterfaces, various text
  methods.

* Raise notImplementedError when querying unimplemented interfaces.

What's new in pyatspi2 1.91.3:

* This is a major refactor using the C-based libatspi as a core.  This should
  significantly improve performance.  However, this release is very buggy and
  is more of a development snapshot than a usable release.

What's new in pyatspi2 1.91.1:

    * Add configure check for python-xlib

    * Have calls on the async bus time out after 2 seconds

    * Added a LRU cache for objects that use the soft cache

What's new in pyatspi2 1.91.0:

* --disable-relocate is the default again.

* Added a "soft cache" to try to avoid repeatedly querying for information
in cases where we never received an AccessibleAdded signal for an object.

What's new in pyatspi2 0.3.91:

* Enable relocate by default for now.

* Ensure that queued events are delivered when calling registry.stop().

* If an unexpected exception is thrown when checking for the accessibility bus
(ie, python-xlib is missing), throw the exception rather than silently
reverting to the session bus.

What's new in pyatspi2 0.3.90:

* Have registerEventListener an deregisterEventListener notify the registry,
as is now needed.

* Avoid raising an event multiple times if EVENT_TREE is used to register for
all events.

What's new in pyatspi2 0.3.6:

* Some thread safety fixes; should no longer deadlock when listening for
events using Strongwind.

What's new in pyatspi2 0.3.4:

* Listen for AddAccessible and RemoveAccessible at the DesktopCache level.
This fixes a regression with Firefox for instance that was introduced in v0.3.3.

What's new in pyatspi2 0.3.3:

* Hyperlink fixes.

* When an object's parent is set to null, remove it from the parent in
the cache.

* Fix an issue where a state-changed handler can be called before the
cache received the signal and updated the state.

* Only range check for __getitem__, not getChildAtIndex.  This is
pyatspi-corba's behavior and should improve performance in some cases.

* Fix tracebacks when checking some event properties.

* Fix a traceback when simulating a defunct state for an object that has
gone away.

* Fix traceback when calling queryDocument.getAttributes(),
queryText().getCharacterExtents(), and queryValue().setCurrentValue().

* Fix handling of some ChildrenChanged signals sent by Firefox.

What's new in pyatspi2 0.3.2:

* Remove double deletion of application from the desktop cache handler.
Was causing a mostly harmless exception when an application shut down.

* Role changes now update the cache.

* Avoid throwing an exception in getState() if an object no longer exists.
This avoids potentially throwing an eception where at-spi-corba may not.

* Do not use the cache if registry.start() has not been called; allows
simple scripts without a main loop to work better.

What's new in pyatspi2 0.3.1.1:

Install to $PYTHONDIR again, since we have no arch-specific dependencies.

* Do not dispatch events while waiting for a reply from a method call.
What's new in pyatspi2 0.3.1:

* Fixed GetLink, GetColumnHeader, getAccessibleAtPoint, and possibly others.

* Fix children-changed, property-change::accessible-parent, and
active-descendant-changed events.

* Update an accessible's StateSet when a StateChanged signal is received.

* Properly fetch children of MANAGES_DESCENDANTS objects (ie, do not use cache)

* The desktop's role is now set to ROLE_DESKTOP_FRAME.

* Use pyexecdir as a base rather than pythondir.

* Disable relocation by default.