Add check for offset being negative in functins which have offset
[platform/upstream/atk.git] / ChangeLog
1 2002-02-20  Padraig O'Briain  <padraig.obriain@sun.com>
2
3         * atk/atktext.c:
4         Add check for offset being negative in functions which have offset
5         parameter and return immediately if so.
6
7 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
8
9         * atk/atkcomponent.h:
10         Change argument of get_layer and get_mdi_zorder function pointers 
11         to be AtkComponent instead of AtkObject
12
13         * atk/atkcomponent.c:
14         Change atk_component_get_layer and atk_component_get_mdi_zorder
15         to refer to argument as component instead os accessible
16
17         * docs/atk-sections.txt docs/tmpl/atkaction.sgml 
18         docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
19         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml 
20         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
21         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
22         Update for recent changes
23         
24 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
25
26         * atk/atk.h:
27         Guard atk.h with ifndef __ATK_H__
28         (#71405 reported by terra@diku.dk (Morten Welinder))
29
30 2002-02-13  Padraig O'Briain  <padraig.obriain@sun.com>
31
32         * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
33         atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h 
34         atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
35         atk/atktable.h atk/atktext.h atk/atkvalue.h:
36         Add padding to class structures to allow for future expansion.
37
38 2002-02-11  Bill Haneman  <bill.haneman@sun.com>
39
40         * configure.in:
41         Incremented revision and tagged GNOME_D2_BETA.
42
43         * atkobject.h: 
44         Marked atk_object_get_layer and atk_object_get_mdi_zorder
45         as deprecated (should use atk_component API below).
46         
47         * atkcomponent.h:
48         Added atk_component_get_layer and atk_component_get_mdi_zorder
49         (erroneously defined in atkobject, they belong here).
50
51         * atkcomponent.c:
52         Fixed some property get/set bugs.
53
54         * NEWS: updated for GNOME 2 Desktop Beta.
55         
56 2002-02-11  jacob berkman  <jacob@ximian.com>
57
58         * atk/atkselection.[ch] (atk_selection_get_type): 
59         * atk/atktable.[ch] (atk_table_get_type): 
60         * atk/atkregistry.h (atk_get_default_registry): 
61         * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): 
62         * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): 
63         * atk/atkcomponent.[ch] (atk_component_get_type): 
64         * atk/atkaction.[ch] (atk_action_get_type): declare function
65         arguments as (void) rather than ()
66
67 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
68
69         * configure.in:
70         Incremented revision.
71
72 2002-01-30  Bill Haneman  <bill.haneman@sun.com>
73
74         * docs/tmpl/atkaction.sgml:
75         * docs/tmpl/atkcomponent.sgml:
76         * docs/tmpl/atkeditabletext.sgml:
77         * docs/tmpl/atkimage.sgml:
78         * docs/tmpl/atkobject.sgml:
79         * docs/tmpl/atkselection.sgml:
80         * docs/tmpl/atktable.sgml:
81         * docs/tmpl/atktext.sgml:
82         * docs/tmpl/atkvalue.sgml:
83         Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
84         fields to improve docs; the documentation now gives some
85         information on the purpose and function of the various ATK
86         interfaces, and which types of UI components typically implement
87         which interfaces.
88         
89 Tue Jan 29 23:29:46 2002  Owen Taylor  <otaylor@redhat.com>
90
91         * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
92
93 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
94
95        * configure.in:
96        Update version number to 0.10, for Desktop Alpha 2
97
98 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
99
100         * atk/atkobject.h:
101         Correct inconsistencies between registered signal parameter types 
102         and default signal handler struct fields
103         (based on patch from Murray Cumming <murray@usa.net>)
104
105 2002-01-10  Bill Haneman <bill.haneman@sun.com>
106
107        * configure.in:
108        Update version number to 0.9, for Beta2 package.
109
110 Wed Jan  9 11:26:56 2002  Owen Taylor  <otaylor@redhat.com>
111
112         * atk/Makefile.am (s-enum-types-h):  Include glib-object.h,
113         Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
114         Mikael Hermansson)
115
116 2002-01-07  Padraig O'Briain  <padraig.obriain@sun.com>
117
118         * atk/atkcomponent.c (atk_component_add_focus_handler):
119         Add comments to clarify behavior if handler has already been added
120
121         * docs/tmpl/atktext.sgml:
122         Update for change of caret_changed to text_caret_moved
123
124 2002-01-05  Hans Breuer  <hans@breuer.org>
125
126         * atk/makefile.msc : generate atk-enum-types.[hc]
127         NOTE: the long comment in atkobject.h is crashing perl,
128         at least version 5.005_02 built for MSWin32-x86-object
129         Binary build 506 provided by ActiveState. Temporary
130         deleting the AtkRole comment allows to work-around.
131
132         atk/atk.def : updated externals
133
134 2002-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
135
136         * atk/atkgobjectaccessible.h
137         Fixed typo in define (reported by Jeff Franks)
138
139         * atk/atktext.c atk/atktext.h
140         Change name of default signal handler for text_caret_moved signal
141         from caret_changed to text_caret_moved
142         Change enum CARET_MOVED to TEXT_CARET_MOVED
143         (both issues reported by Jeff Franks)
144
145 2001-12-15  Michael Meeks  <michael@ximian.com>
146
147         * atk/atkrelation.c (atk_relation_class_init):
148         setup parent class
149         (atk_relation_finalize): chain to parent.
150
151         * atk/atkrelationset.c (atk_relation_set_class_init),
152         (atk_relation_set_finalize): same fix.
153
154 Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
155
156         * configure.in: Version 0.8, require GLib-1.3.12
157
158         * atk/makefile.msc (PKG_VER): Version 0.8.
159
160 Thu Dec 20 00:33:47 2001  Owen Taylor  <otaylor@redhat.com>
161
162         * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
163         for correct srcdir != builddir operation when 
164         generating source files in srcdir.
165         
166 Thu Dec 20 00:27:01 2001  Owen Taylor  <otaylor@redhat.com>
167
168         * docs/tmpl/atkutil.sgml: remove some conflict
169         indicators.
170
171 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
172
173         * atk/atk.def:
174         Add new functions
175
176 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
177
178         Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
179         docs/tmpl/atkgobjectaccessible.sgml
180
181         * atk/Makefile.am atk/atk.h:
182         Add references to new files
183
184         * atk/atkobject.c atk/atkobject.h
185         docs/tmpl/atkobject.sgml:
186         Add new function atk_object_initialize
187
188         * atk/atkobjectfactory.c atk/atkobjectfactory.h
189         docs/tmpl/atkobjectfactory.sgml:
190         Add new function atk_object_factory_get_accessible_type
191
192         * docs/atk-sections.txt:
193         Add new functions.
194         Add functions in atk-unused.txt
195
196         
197 2001-12-17  Darin Adler  <darin@bentspoon.com>
198
199         * atk/atktext.c: Add missing #include <string.h>
200
201 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
202
203         * atk/Makefile.am, tests/Makefile.am: Compile with
204         -DG_DISABLE_DEPRECATED. See #52790.
205
206 2001-12-11  Padraig O'Briain  <padraig.obriain@sun.com>
207
208         * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
209         Remove unnecessary g_retunn_val_if_fail() call.
210
211 2001-12-08  Michael Meeks  <michael@ximian.com>
212
213         * atk/atkregistry.c (atk_registry_class_init):
214         paranoia is not appropriate here, setup parent_class,
215         don't create a new default registry here - makes no
216         sense.
217         (atk_registry_finalize): chain to parent class, do
218         g_hash_table_destroys instead of g_frees.
219
220 2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
221
222         * atk/Makefile.am:
223         Update to create atk-enum-types.h before compiling source files
224         (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
225
226 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
227
228         * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
229         docs/tmpl/atktext.sgml tests/testrelation.c:
230         Change atk_attribute_register to atk_text_attribute_register,
231         atk_attribute_get_value to atk_text_attribute_get_value,
232         atk_attribute_get_name to atk_text_attribute_get_name
233         atk_attribute_for_name to atk_text_attribuute_for_name
234
235 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
236
237         * atk/atktext.c:
238         Add implementation of atk_attribute_register, atk_attribute_for_name
239         Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
240         support extra attributes being defined
241
242         * atk/atktext.h:
243         Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
244         extra attributes to be defined
245         Add atk_attribute_register() and atk_attribute_for_name()
246
247         * atk/atk.def:
248         Add new functions
249
250         * docs/atk-sections.txt docs/tmpl/atktext.sgml
251         Update because of additions to atk/atktext.h
252
253         * tests/testrelation.c:
254         Add tests for text attributes
255
256 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
257
258         * atk/atkobject.c:
259         Update atk_role_register() to allow extra roles to be defined
260         Update atk_role_get_name() and atk_role_for_name() for newly defined
261         roles
262
263         * tests/testrelation.c:
264         Add tests for roles
265
266 2001-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
267
268         * atk/atkrelation.c:
269         Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
270         atk_relation_type_for_name()
271
272         * atk/atkstate.c:
273         Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
274         atk_state_type_for_name()
275
276         * tests/testrelation.c, tests/teststateset.c:
277         Update tests as name componenets are separated by hyphen (-) rather
278         than underline (_)
279
280 2001-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
281
282         * atk/Makefile.am:
283         Generate files atk-enum-types.c and atk-enums-types.h to create
284         types for enums.
285
286         * atk/atkobject.c:
287         Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
288
289 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
290
291         * atk/atkutil.c:
292         Changed calls to g_type_class_peek() to g_type_class_ref() where
293         it makes more sense, and in other places check for a non-null
294         klass return before trying to call class methods.  This prevents
295         SEGV if no Atk-implementation library has been loaded.
296
297         * atk/atkobject.c:
298         Fixed gtk-doc warning.
299
300 2001-11-28  Padraig O'Briain  <padraig.obriain@sun.com>
301
302         * atk/atkobject.[c|h]:
303         Add functions atk_role_get_name() and atk_role_for_name() which
304         transform a role into an untranslated string
305         Update comments in atkobject.h which refer to property names
306
307         * atk/atkrelation.c:
308         Correct error in atk_relation_type_get_name
309
310         * docs/atk-sections.txt
311         Added atk_role_get_name and atk_role_for_name
312
313         * docs/tmpl/*sgml
314         Updated files
315         
316 2001-11-23  Hans Breuer  <hans@breuer.org>
317
318         * atk/atk.def : updated externals
319
320         * atk/atktext.c atk/atkutil.c : added two spaces to fix
321         minor coding style issues. Found by my exports generator.
322
323         * atk/makefile.msc : version 0.7, use build dir from
324         $(TOP)\glib
325
326 Thu Nov 22 14:37:40 2001  Owen Taylor  <otaylor@redhat.com>
327
328         * Version 0.7
329
330         * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
331
332 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
333
334         * atk/atknoopobject.c:
335         Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
336         when creating object
337
338 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
339
340         * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
341         docs/tmpl/atkrelation.sgml:
342         Change atk_relation_type_from_string to atk_relation_type_for_name
343         Add atk_relation_type_get_name
344
345         * atk/atkrelationtype.c:
346         Change atk_relation_type_from_string to atk_relation_type_for_name
347         Add atk_relation_type_get_name
348         Update atk_relation_type_register() to correctly register new
349         relation types
350
351         * atk/atkstate.c:
352         Changed name of static variable type to last_type
353         Changed name of paremeter if atk_state_type_get_name to type to match
354         comments
355
356         * docs/tmpl/*sgml
357         Updated files
358
359         * tests/README, tests/Makefile.am       
360         Add new test file testrelation.c
361
362 2001-11-22  Bill Haneman <bill.haneman@sun.com>
363
364         * atk/atkutil.c (atk_add_key_event_listener):
365         Fix gtk-doc comment and clarify use of 'data' gpointer.
366
367 2001-11-22  Michael Meeks  <michael@ximian.com>
368
369         * atk/atkutil.c (atk_add_key_event_listener): switch
370         to class_peek.
371
372         * atk/atkobject.c (atk_object_real_get_property):
373         add missing 'break'.
374
375 2001-11-21  Michael Meeks  <michael@ximian.com>
376
377         * atk/atkrelation.c: pull in string.h for strcmp
378
379         * atk/atktext.c (atk_text_get_selection): fix bug / warning.
380
381         * atk/atkutil.c (atk_add_global_event_listener),
382         (atk_get_toolkit_name, atk_get_toolkit_version):
383         constify 
384
385 2001-11-21  Bill Haneman <bill.haneman@sun.com>
386
387         * atk/atkrelation.c: Added gtk-doc docs for 
388         atk_relation_type_from_string.
389
390 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
391
392         * atk/atkobject.h (enum): Fix trailing comma on
393         enumeration.
394
395         * docs/atk-sections.txt: Update.
396
397         * NEWS: Updates
398
399 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
400
401         * atk/atkobject.[c|h]:
402         Add additional argument (name) to state-change signal
403         Update atk_object_notify_state_change to take account of 
404         extra argument for state-change
405
406         * atk/atkmarshal.list:
407         Add marshaller for VOID:STRING,BOOLEAN
408         
409 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
410
411         * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
412         Add enum AtkLayer and functions atk_object_get_layer and
413         atk_object_get_mdi_zorder
414
415 2001-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
416
417         * atk/atkobject.[c|h]:
418         Remove property accessible-state; use signal state-change instead
419         Change signature of state-change handler to take gboolean as argument
420         instead of AtkPropertyValues
421         Update atk_object_notify_state_change() to emit state-change signal
422
423         * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
424         Remove state ATK_STATE_COLLAPSED
425
426 2001-11-19  Bill Haneman <bill.haneman@sun.com>
427
428         * atk/atkobject.c:
429         * atk/atkstate.c:
430         Added state-changed signal to atkobject, in anticipation of 
431         deprecating the accessible-state property.
432
433         * atk/atkutil.[ch]:
434         Fixed signature of atk_util_add_key_listener () to
435         take an AtkKeySnoopFunc instead of a pointer to same.
436
437 2001-11-19  Padraig O'Briain  <padraig.obriain@sun.com>
438
439         * atk/atkobject.c (atk_object_notify_state_change):
440         Fix bug in calculation of number of toggle states
441
442         * atk/atkstate.c:
443         Correct out-by-1 error in atk_state_type_register()
444         Use type (number of states defined) in atk_state_type_get_name()
445         and atk_state_type_for_name()
446         
447 2001-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
448
449         * atk/atkeditabletext.c:
450         Remove unused structure _AtkEditableTextIfaceClass
451
452         * atk/atkobject.[c|h]
453         Remove signals model_changed and selection_changed
454
455         * atk/selection.[c|h]
456         Add signal selection_changed
457
458         * atk/atktable.[c|h]
459         Remove unused structure _AtkTableIfaceClass
460         Add signal model_changed
461
462         * atk/atktext.[c|h]
463         Remove unused structure _AtkTextIfaceClass
464         Add signal text_selection_changed
465
466         * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
467         docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
468         Documentation changes
469
470 2001-11-17  Tor Lillqvist  <tml@iki.fi>
471
472         * atk-zip.sh.in: Build separate runtime and developer packages.
473
474         * atk/atk.def: Update.
475
476 2001-11-14  Bill Haneman  <bill.haneman@sun.com>
477
478         * atk/atkutil.h :
479         Added API 
480         atk_add_key_event_listener    (AtkKeySnoopFunc *listener,
481                                        gpointer data);
482         atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
483                                        gpointer data);
484         
485         to allow non-GTK-dependent installation of key snoop functions.
486         This also meant adding definitions of AtkKeySnoopFunc and 
487         AtkKeyEventStruct.
488
489 2001-11-08  Padraig O'Briain  <padraig.obriain@sun.com>
490
491         * atk/atkobject.c (atk_object_notify_state_change):
492         Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
493         to ATK_STATE_EXPANDED or vice versa.
494
495 2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
496
497         * atk/atkobject.h:
498         Add role ATK_ROLE_TREE_TABLE
499
500         * atk/atkrelation.h:
501         Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
502         and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
503
504         * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
505         docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
506         docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
507         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
508         docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
509         docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
510         docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
511         Update to reflect the current state of the documentation in the code.
512
513 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
514
515         * atk/relation.h, docs/tmpl/atkrelation.sgml:
516         Add two new relations ATK_RELATION_NODE_CHILDREN and
517         ATK_RELATION_NODE_PARENT to support compound objects in a
518         node or cell of a tree or table
519         Added descriptions of all relations which are defined
520
521         * atk/atktable.c:
522         Remove functions atk_table_real_get_index_at(),
523         atk_table_real_get_column_at_index() and 
524         atk_table_real_get_row_at_index() 
525         Correct typos in documentation of other functions.
526
527 2001-10-28  Tor Lillqvist  <tml@iki.fi>
528
529         * atk-zip.sh.in: New file, used to build developer package for
530         Win32.
531
532         * Makefile.am
533         * configure.in: Add it.
534
535         * atk/Makefile.am: Add rules to install and uninstall mingw import
536         library.
537
538 2001-10-26  Padraig O'Briain  <padraig.obriain@sun.com>
539
540         * atk/atkobject.[c|h]
541         Remove the following properties
542         accessible-child - use signal children_changed for notification
543         accessible-text - use signal text_changed for notification
544         accessible-caret - use signal text_caret_moved for notification
545         accessible-selection - use new signal selection_changed 
546         for notification
547         accessible-visible-data - use new signal visible_data_changed
548         for notification
549         accessible-model - use new signal model_changed for notification
550         Notify when role or parent changes
551         Allow parent and role to be set or got using g_object_set() or
552         g_object_get()
553 .
554 Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>
555
556         * Version 0.6
557
558         * NEWS: Updates.
559
560 2001-10-25  Padraig O'Briain  <padraig.obriain@sun.com>
561
562         * atk/atkobject.h, docs/tmpl/atkobject.sgml:
563         Add role ATK_ROLE_TERMINAL for an accessible terminal.
564
565 2001-10-22  Padraig O'Briain  <padraig.obriain@sun.com>
566
567         * atk/atkobject.c (atk_object_notify_state_change):
568         Initialize AtkPropertyValue data structure to 0 instead of using
569         memset.
570
571 2001-10-19  Tor Lillqvist  <tml@iki.fi>
572
573         * configure.in: Set automake conditionals OS_WIN32 if on (native)
574         Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
575         LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
576
577         * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
578         -export-symbols atk.def. If lib.exe is available, generate
579         atk.lib, and install it.
580
581         * atk/atk.def: Update with new entry points.
582
583 2001-10-19  Padraig O'Briain  <padraig.obriain@sun.com>
584
585         * atk/atkobject.[c|], docs/atk-sections.txt,
586         docs/tmpl/atkobject.sgml:
587         Add convenience function atk_object_notify_state_change()
588         to generate property notification of state change.
589
590         * atk/atktext.c, docs/tmpl/atk-unused.sgml:
591         Correct comments on functions atk_attribute_get_name() and
592         atk_attribute_get_value()
593
594 2001-10-17  Padraig O'Briain  <padraig.obriain@sun.com>
595
596         * atk/atktext.c:
597         Update comments in atk_text_get_text_[at|after|before]_offset()
598         to clarify what these functions will return.
599
600 2001-10-16  Padraig O'Briain  <padraig.obriain@sun.com>
601
602         * atk/atktext.c:
603         Update comments in atk_text_get_run_attributes() and
604         atk_text_get_default_attributes().
605
606 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
607
608         * atk/atkobject;c:
609         Change "property-change" signal to allow detail (i.e. property name) 
610         and add detail in atk_object_notify().
611
612 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
613
614         * atk/atktext.c:
615         Correct order of attribute names in text_attr_name array.
616
617 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
618
619         * atk/atktext.[c|h]:
620         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
621         Use enum AtkTextAttribute to specify what attribute are supported
622         rather than hash defines. Define new functions atk_attribute_get_name()
623         and atk_attribute_get_value() which return the strings for the
624         attribute name and values for those attribute which have named values.
625
626 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
627
628         * atk/atktext.c (atk_text_get_run_attributes):
629         Correct typo.
630
631         * atk/atktext.c (atk_text_get_default_attributes):
632         Add call to set iface.
633
634 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
635
636         * atk/atktext.[c|h]:
637         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
638         Add new function atk_text_get_default_attributes
639         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
640
641 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
642
643         * atk/atktext.c (atk_attribute_set_free):
644         Avoid leaking of AtkAttributeSet data structure; speed up code.
645
646         * docs/tmpl.atk*.sgml
647         Updated to reflect current APIs.
648
649 2001-10-01  jacob berkman  <jacob@ximian.com>
650
651         * docs/Makefile.am (dist-hook-local): depend on all-local so that
652         make dist works correctly w/o having to build first
653
654 2001-10-01  Tor Lillqvist  <tml@iki.fi>
655
656         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
657
658 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
659         
660         * configure.in (ATK_MICRO_VERSION): Version 0.6
661         (because libglade will depend on a the small api addition below)
662
663         * atk/makefile.msc (PKG_VER): Version 0.6
664
665         * atk/atkrelation.h:
666         * atk/atkrelation.c: (AtkRelationType 
667         atk_relation_type_from_string (const gchar *name)): Added method.
668
669         
670 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
671
672         * configure.in (ATK_MICRO_VERSION): Version 0.5
673
674         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
675
676         * atk/makefile.msc (PKG_VER): Version 0.5
677
678 2001-09-21  Hans Breuer  <hans@breuer.org>
679
680         * atk/atk.def : updated externals
681         * atk/makefile.msc : version 0.4
682
683         * atk/atktext.c (atk_text_get_character_extents) : real_height
684         is a reference to int, so use &local_height
685
686 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
687
688         * Released 0.4.
689
690 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
691
692         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
693         up ATK_VERSION to 0.4, interface age 0, binary age 0.
694         (from 0.2 which was not properly updated last time).
695         depend on glib 1.3.8.
696
697         * NEWS: updates.
698
699 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
700
701         * atk/atkobject.c:
702         Add object reference when object is set as accessible_parent
703
704 2001-09-05  Mark McLoughlin <mark@skynet.ie>
705
706         * configure.in: remember ACLOCAL_FLAGS.
707
708 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
709
710         * atk/atktable.[c|h]
711         Change atk_table_get_caption() and atk_table_set_caption()
712         to deal with AtkObject* rather than gchar*
713         Remove redundant and incorrect comments
714         
715 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
716
717         * configure.in: Version 0.3  
718
719         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
720
721         * NEWS: Update  
722
723 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
724
725         * atk/atkobject.c:
726         Correct property definitions for "accessible-table-caption", 
727         "accessible-table-column-description", 
728         "accessible-table-row-description" 
729         * atk/atkobject.h:
730         Update comments to include all properties defined
731
732 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
733
734         * atk/atkhyperlink.h:
735         Change AtkHyperLink to AtkHyperlink in comment
736         * atk/atkhypertext.[c|h]:
737         Change AtkHyperLink to AtkHyperlink
738         * atk/atktable.[c|h]:
739         Make gchar* arguments const; make return value of type gchar*
740         G_CONST_RETURN
741         * docs/atk-sections.txt
742         Remove reference to AtkHyperLink
743         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
744         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
745         Updated by make
746         
747 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
748
749         * atk/atktable.c
750         Add functions atk_table_real_get_index_at(), 
751         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
752         as default implementations for atk_table_get_index_at(),
753         atk_table_get_row_at_index(), atk_table_get_column_at_index()
754
755 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
756
757         * atk/atkaction.c:
758         Refer to return value in function documentation for 
759         atk_action_do_action
760         * atk/atkimage.c:
761         Fix typo in comments
762         * docs/tmpl/atkaction.sgml:
763         Update to include return value
764
765 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
766
767         * atk/atkaction.c atk/atkaction.h:
768         Made atk_action_do_action return a gboolean as the class member of 
769         AtkActionIface does.
770         * .cvsignore:
771         Added atk.spec
772
773 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
774
775         * docs/tmpl/atkimage.sgml atk/atkimage.h:
776         Swap height and width arguments to atk_image_get_image_size
777         * atk/atkimage.c:
778         Swap height and height arguments to atk_image_get_image_size
779         Do not crash if NULL pointers are passed for return values
780
781 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
782
783         * docs/tmpl/atktext.sgml atk/atktext.h:
784         Change parameter names *offset to *_offset
785         * atk/atkcomponent.c:
786         Do not crash if NULL pointers are passed for return values
787         * atk/atktext.c:
788         Change parameter names *offset to *_offset
789         Do not crash if NULL pointers are passed for return values
790         
791 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
792
793         * atk/atkutil.c :
794         Changed g_type_class_peek() to g_type_class_ref()
795         in atk_add_global_event_listener(), since
796         g_type_class_peek() could return NULL when an
797         instance of the class had not been created.
798
799 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
800
801         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
802         Ensure that atk_attribute_set_free is in the documentation.
803
804 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
805
806         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
807         Swapped order of width and height arguments to
808         atk_text_get_character_extents()
809         Changed AtkAttrributeSet_free to atk_attribute_set_free
810
811 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
812
813         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
814         Changed "length" argument of atk_text_get_character_extents() to
815         "height".
816
817 2001-08-15  Jens Finke <jens@gnome.org>
818
819         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
820         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
821         added a AC_SUBST for it. This is needed for the spec.in file.
822         Added atk.spec to output list.
823         * atk.spec.in: New file.
824
825 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
826
827         * atk/atkcomponent.[c|h]
828         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
829         Change atk_component_get_accessible_at_point to 
830         atk_component_ref_accessible_at_point so it will work for flyweights
831
832 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
833
834         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
835         with GNU make.
836
837 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
838
839         * atk/atkaction.c, atk/atkcomponent.c
840         Remove all instances of g_return_if_fail (foo != NULL); that are
841         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
842         since the second check catches the NULL.
843         * atk/atkcomponent.c
844         Add functions atk_component_real_contains(), 
845         atk_component_real_get_position(), atkcomponent_real_get_size() 
846         as default implementations for atk_component_contains(),
847         atk_component_get_position(), atk_component_get_size()
848
849 2001-08-07  Brian Cameron <brian.cameron@sun.com>
850
851         * atk/atkimage.[ch] docs/atk-sections.txt
852         docs/tmpl/atkimage.sgml
853         Updated AtkImage get_position to get_image_position
854         so the naming is consistant.  Now get_image_position
855         and get_image_size return -1 for x/y/height/width
856         if AtkImage implementations of these functions is
857         not found.
858
859 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
860
861         * atk/atkobject.c
862         Create an object relation set when the object is created.
863
864 2001-07-30  Brian Cameron <brian.cameron@sun.com>
865
866         * atk/atkutil.[ch]
867         Changed first argument of atk_add_global_event_listener
868         so the callback function is of type GSignalEmissionHook
869         instead of AtkEventListener.  AtkEventListener is
870         appropriate for Focus event callbacks, but not generic
871         ones.
872
873 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
874
875         * atk/atkobject.c:
876         Add function atk_object_real_ref_state_set() which creates the
877         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
878         if appropriate
879
880 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
881
882         * atk/*.c:
883         Remove all instances of g_return_if_fail (foo != NULL); that are
884         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
885         since the second check catches the NULL.
886
887 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
888
889         * atk/Makefile.am
890         Fix problem with ATK not building after running make maintainer-clean
891         and autogen.sh: add extra files to MAINTAINERCLEANFILES
892
893 2001-07-25 Bill Haneman <bill.haneman@sun.com>
894
895         * atk/atktext.h
896         * atk/atkeditabletext.h
897         * atk.pc.in
898         * atk-uninstalled.pc.in
899         * atk/makefile.msc
900         * configure.in
901         Removed (unused) #defines of pango/pango.h
902         Removed references to/dependencies on pango from .pc files
903         Removed dependencies on pango from makefile.msc and configure.in
904
905 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
906
907         * atk/atkobject.[c|h]
908         Move some implementation from GAIL:
909         Default implementations for some some functions
910         atk_object_real_get_name, atk_object_real_set_name,
911         atk_object_real_get_description, atk_object_real_set_description,
912         atk_object_real_get_parent, atk_object_real_set_parent,
913         atk_object_real_get_role,
914         atk_object_real_connect_property_change_handler,
915         atk_object_real_remove_property_change_handler,
916         atk_object_notify,
917         definition of property-changed signal.
918         Initialize pointers to NULL in atk_object_init().
919         Initialize uninitialized function pointers to NULL in 
920         atk_object_class_init().
921         
922 2001-07-23  Brian Cameron <brian.cameron@sun.com>
923
924         * atk/atkobject.c
925         Changed children_changed signal to allow NULL pointers
926         for the 2nd argument to the signal handler.
927
928 2001-07-20  Hans Breuer  <hans@breuer.org>
929
930         * atk/atk.def : added more exports
931         * atk/makefile.msc : updated win32 build
932
933 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
934
935         * atk/atkaction.[c|h], docs/atk-sections.txt, 
936         docs/tmpl/atkaction.sgml
937         Add atk_action_get_name() and atk_action_set_description()
938
939 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
940
941         * atk/atkstate.[c|h]
942         Add ATK_STATE_ENABLED so we can distinguish between a consistent
943         and inconsistent GtkToggleButton
944
945 2001-07-16  Brian Cameron <brian.cameron@sun.com>
946
947         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
948         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
949         gail_textattributes_update.pat is for gail/gail and integrates the 
950         ATK_ATTRIBUTE_* macros in the gail implementations.
951         atk_docs_textattributes_update.pat is for atk/docs and patches
952         atk-sections.txt etc. for improved docs
953         atk_atk_textattributes_update.pat is for atk/atk and included the
954         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
955
956 2001-07-13  Darin Adler  <darin@bentspoon.com>
957
958         * atk/atkstate.c: Add missing <string.h> include.
959         * tests/teststateset.c: Add missing <string.h> include.
960
961 2001-07-13  Darin Adler  <darin@bentspoon.com>
962
963         * .cvsignore: Ignore some generated files.
964         * autogen.sh: Get rid of call to autoheader since the
965         configure file doesn't include AM_CONFIG_HEADER.
966
967 2001-07-11  Brian Cameron <brian.cameron@sun.com>
968
969         * tmpl/atkdocument.sgml
970         Added new file for docs.
971
972 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
973
974         * atk/atkimage.c atk/atkutil.c
975         Changes to build with Sun's FORTE compiler.
976
977 2001-07-10  Brian Cameron <brian.cameron@sun.com>
978
979         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
980         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
981         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
982         tmpl/atktext.sgml tmpl/atkutil.sgml
983         Updated docs pages.
984
985 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
986
987         * atk/atktext.c (atk_text_base_init): 
988         * atk/atktable.c (atk_table_base_init): 
989         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
990         to adapt to recent GSignal changes.
991
992 2001-06-28  Brian Cameron <brian.cameron@sun.com>
993
994         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
995         docs/tmpl/atkutil.sgml
996         Added new functiosn to AtkUtil.
997
998 2001-06-28  Brian Cameron <brian.cameron@sun.com>
999
1000         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
1001         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
1002         docs/tmpl/atkobject.sgml
1003         Added new atk document interface.
1004
1005 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1006
1007         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
1008         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
1009         Updated so that functions that take screen coords as 
1010         input/output also take an enum specifying whether
1011         the coords are screen or top-level window based.
1012         Updated docs as well.
1013
1014 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1015
1016         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
1017         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
1018         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
1019         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
1020         atk/docs/tmpl/atkstreamablecontent.sgml
1021         Cleaned up docs.  Added atkstreamablecontent.sgml
1022
1023 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1024
1025         *atk/atktable.h, atk/atktable.c
1026         Updated signal handler definitions.
1027
1028 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1029
1030         *atk/atktext.h
1031         Updated AtkXYCoords enum.
1032
1033 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1034
1035         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
1036         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
1037         atk/atkimage.c atk/atkimage.h atk/atkobject.c
1038         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
1039         atk/atkstateset.c atk/atkstreamablecontent.c
1040         atk/atkstreamablecontent.h atk/atktable.c
1041         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
1042         and some docs/tmpl files.
1043         Updated gtk-docs fixing spelling errors and making minor
1044         changes to the API.
1045
1046 2001-06-27  Louise Miller <lousie.miller@sun.com>
1047
1048         *atk/atkselection.h, atk/atkselection.c
1049         changed return type to gboolean for 
1050         atk_selection_select_all_selection
1051
1052 2001-06-26  Brian Cameron <brian.cameron@sun.com>
1053
1054         *atk/atkstate.h atk/atkstate.c
1055         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
1056         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
1057         docs/tmpl/atktext.sgml
1058         Added ATK_STATE_STALE.  Updated docs.
1059
1060 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
1061
1062         *atk/atktext.h
1063         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
1064
1065 2001-06-21  Brian Cameron <brian.cameron@sun.com>
1066
1067         * atk/atkeditabletext.h, atk/atkobject.h,
1068         atktext.[ch]
1069         Added AtkAttributeSet_free() convenience
1070         function.
1071
1072 2001-06-20  Peter Williams  <peterw@ximian.com>
1073
1074         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
1075         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
1076         G_{BEGIN,END}_DECLS.
1077
1078 2001-06-20  Brian Cameron <brian.cameron@sun.com>
1079
1080         * atk/atktable.c, atk/atkmarshal.list
1081         Removed needless marshal and updated signal handlers in
1082         atktable.c
1083
1084 2001-06-20  Louise Miller <louise.miller@sun.com>
1085
1086         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
1087         Changed parameters for get_selected_rows/get_selected_columns
1088         Added 4 new functions, add_row_selection, remove_row_selection,
1089         add_column_selection, remove_column_selection
1090
1091 2001-06-19  Brian Cameron <brian.cameron@sun.com>
1092
1093         * atk/atktable.c
1094         Fixed minor bug with signals.
1095
1096 2001-06-18  Brian Cameron <brian.cameron@sun.com>
1097
1098         * atk/atktable
1099         Added signals.
1100
1101 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1102
1103         * atk/atkselection.h atk/atkselection.c
1104         Now add_selection, clear_selection, and remove_selection 
1105         return a boolean indicating SUCCESS/FAILURE to indicate
1106         if the operation was successful.
1107
1108 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1109
1110         * atk/atktable.h atk/atktable.h
1111         Updated so now the get_text_before|at|after functions
1112         return the start & end offset of the string.  Updated the
1113         docs.
1114
1115 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
1116
1117         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
1118
1119 2001-06-11  Havoc Pennington  <hp@redhat.com>
1120
1121         * NEWS: updated
1122
1123         * configure.in: bump version to 0.2 and add infrastructure for 
1124         libtool version info. Assumes GTK versioning scheme (major.minor 
1125         is binary compatible)
1126         
1127         * atk/Makefile.am (LDFLAGS): set version info
1128         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
1129         
1130 2001-06-13  Brian Cameron <brian.cameron@sun.com>
1131
1132         * atk/atktable.h, atk/atktable.c
1133         Updated so that get/set row/column header functions
1134         work with AtkObjects rather than AtkTables.  Organized
1135         the header file a little more cleanly.  Also the get/set
1136         row_description and caption functions now use gchar *
1137         rather than AtkObject.
1138
1139 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
1140
1141         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
1142         Add signal model-changed.
1143
1144         * atk/atkobject.c: Add properties
1145         accessible-role, accessible-table-caption, 
1146         accessible-table-column-header, accessible-table-column_description.
1147         accessible-table-row-header, accessible-table-row_description.
1148         accessible-table-summary, accessible-model
1149
1150 2001-06-12  Brian Cameron <brian.cameron@sun.com>
1151
1152         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
1153         Updated atkeditabletext and atktext interfaces so they
1154         now properly define the get/set attribute methods and now
1155         get_offset_at_point and get_character_extents can request
1156         x,y coords by either widget or screen coords.
1157
1158 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
1159
1160         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
1161         CFLAGS, not in LIBS. (Always linking with -lpthread
1162         is a noticeable speed hit.)
1163
1164 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
1165
1166         * atk/Makefile.am: Really fix marshal generation.
1167
1168 2001-06-07  Havoc Pennington  <hp@redhat.com>
1169
1170         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
1171         glib-genmarshal stuff
1172
1173 2001-06-07  Havoc Pennington  <hp@redhat.com>
1174
1175         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
1176         glib-genmarshal
1177
1178         * configure.in: rearrange the library checks to support
1179         uninstalled linking     
1180
1181         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
1182
1183         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
1184         ATK in giant GTK tarball
1185
1186 2001-06-07  Brian Cameron <brian.cameron@sun.com>
1187
1188         * docs/atk-api.sgml docs/atk-sections.txt
1189         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
1190         docs/tmpl/atktext.sgml
1191         Removed docs/atk-api.sgml since it is not used.
1192         Updated sgml files and atk-sections.txt to reflect
1193         recent changes to the atktext and atkeditabletext
1194         interfaces
1195
1196 2001-06-06  Brian Cameron <brian.cameron@sun.com>
1197
1198         * atk/atktext.h atk/atktext.h
1199         Updated to new atktext functions for getting attributes.
1200
1201 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
1202
1203         * New files atk/atkstreamablecontent.[ch]
1204         Updated files: atk/Makefile.am, atk/atk.h
1205
1206         * atk/atkvalue.c: Updated comments
1207
1208 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
1209
1210         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
1211
1212 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
1213
1214         * atk/atkobject.c: Add property accessible-visible-data
1215
1216 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
1217
1218         * atk/atkobject.c: Add support for setting and getting 
1219         accessible-value property.
1220
1221         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
1222
1223 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
1224
1225         * atk/atkeditabletext.[ch], atk/atktext.[ch]
1226
1227         * docs/atk-overrides.txt, docs/Makefile.am
1228           Updated the interface for dealing with selected
1229           text to handle multiple selected regions.  Removed
1230           get_row_col_at_offset from atktext.[ch].  Added
1231           docs/atk-overrides.txt file.
1232
1233 Thu May 31  Brian Cameron <brian.cameron@sun.com>
1234
1235         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
1236           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
1237           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
1238           Makefiles so the proper marshall files get included in the
1239           dist.  Updated the Makefiles and configure.in so that the
1240           docs get included in the dist.
1241
1242 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
1243
1244         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
1245
1246 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
1247
1248         * atk/atkobject.c: Define new properties accessible-text, 
1249         accessible-caret, accessible-selection and accessible-value
1250
1251 2001-05-29  Brian Cameron <brian.cameron@sun.com>
1252
1253         * docs/atk-sections.txt
1254
1255         * docs/tmpl/*
1256         Improved the layout/formatting of the atk docs.  Added docs/tmpl
1257         files.
1258
1259 2001-05-28  Brian Cameron <brian.cameron@sun.com>
1260
1261         * atk/atktext.c
1262         Now properly set the initialized flag when setting up signals.
1263         Updated the atk-docs in several files
1264
1265 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
1266
1267         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
1268         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
1269         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
1270         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
1271         Fix warnings generated by Sun FORTE compiler
1272
1273 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
1274
1275         * atk/atkcomponent.c atk/atkvalue.c
1276         Remove return calls in functions which return void
1277         
1278 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
1279
1280         * atk/atkobject.h: Correct naming of role for status bar
1281
1282         * atk/atktext.c: 
1283         Clarify behaviour of atk_text_get_text_after/at/before_offset
1284  
1285 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
1286
1287         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
1288
1289 2001-01-06  Hans Breuer  <hans@breuer.org>
1290
1291         * atk/makefile.msc atk/atk.def (new files) :
1292         Enable build for win32, no sourc changes necessary.
1293
1294 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
1295
1296         * Released 0.1
1297
1298 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
1299
1300         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
1301
1302 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
1303
1304         * Start a ChangeLog
1305