757d3c7af5a4d3c923034100b82ccd3e82cf2fcd
[platform/upstream/atk.git] / ChangeLog
1 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2
3         * atk/atktext.c (atk_text_get_run_attributes):
4         Correct typo.
5
6         * atk/atktext.c (atk_text_get_default_attributes):
7         Add call to set iface.
8
9 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
10
11         * atk/atktext.[c|h]:
12         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
13         Add new function atk_text_get_default_attributes
14         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
15
16 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
17
18         * atk/atktext.c (atk_attribute_set_free):
19         Avoid leaking of AtkAttributeSet data structure; speed up code.
20
21         * docs/tmpl.atk*.sgml
22         Updated to reflect current APIs.
23
24 2001-10-01  jacob berkman  <jacob@ximian.com>
25
26         * docs/Makefile.am (dist-hook-local): depend on all-local so that
27         make dist works correctly w/o having to build first
28
29 2001-10-01  Tor Lillqvist  <tml@iki.fi>
30
31         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
32
33 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
34         
35         * configure.in (ATK_MICRO_VERSION): Version 0.6
36         (because libglade will depend on a the small api addition below)
37
38         * atk/makefile.msc (PKG_VER): Version 0.6
39
40         * atk/atkrelation.h:
41         * atk/atkrelation.c: (AtkRelationType 
42         atk_relation_type_from_string (const gchar *name)): Added method.
43
44         
45 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
46
47         * configure.in (ATK_MICRO_VERSION): Version 0.5
48
49         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
50
51         * atk/makefile.msc (PKG_VER): Version 0.5
52
53 2001-09-21  Hans Breuer  <hans@breuer.org>
54
55         * atk/atk.def : updated externals
56         * atk/makefile.msc : version 0.4
57
58         * atk/atktext.c (atk_text_get_character_extents) : real_height
59         is a reference to int, so use &local_height
60
61 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
62
63         * Released 0.4.
64
65 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
66
67         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
68         up ATK_VERSION to 0.4, interface age 0, binary age 0.
69         (from 0.2 which was not properly updated last time).
70         depend on glib 1.3.8.
71
72         * NEWS: updates.
73
74 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
75
76         * atk/atkobject.c:
77         Add object reference when object is set as accessible_parent
78
79 2001-09-05  Mark McLoughlin <mark@skynet.ie>
80
81         * configure.in: remember ACLOCAL_FLAGS.
82
83 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
84
85         * atk/atktable.[c|h]
86         Change atk_table_get_caption() and atk_table_set_caption()
87         to deal with AtkObject* rather than gchar*
88         Remove redundant and incorrect comments
89         
90 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
91
92         * configure.in: Version 0.3  
93
94         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
95
96         * NEWS: Update  
97
98 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
99
100         * atk/atkobject.c:
101         Correct property definitions for "accessible-table-caption", 
102         "accessible-table-column-description", 
103         "accessible-table-row-description" 
104         * atk/atkobject.h:
105         Update comments to include all properties defined
106
107 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
108
109         * atk/atkhyperlink.h:
110         Change AtkHyperLink to AtkHyperlink in comment
111         * atk/atkhypertext.[c|h]:
112         Change AtkHyperLink to AtkHyperlink
113         * atk/atktable.[c|h]:
114         Make gchar* arguments const; make return value of type gchar*
115         G_CONST_RETURN
116         * docs/atk-sections.txt
117         Remove reference to AtkHyperLink
118         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
119         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
120         Updated by make
121         
122 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
123
124         * atk/atktable.c
125         Add functions atk_table_real_get_index_at(), 
126         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
127         as default implementations for atk_table_get_index_at(),
128         atk_table_get_row_at_index(), atk_table_get_column_at_index()
129
130 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
131
132         * atk/atkaction.c:
133         Refer to return value in function documentation for 
134         atk_action_do_action
135         * atk/atkimage.c:
136         Fix typo in comments
137         * docs/tmpl/atkaction.sgml:
138         Update to include return value
139
140 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
141
142         * atk/atkaction.c atk/atkaction.h:
143         Made atk_action_do_action return a gboolean as the class member of 
144         AtkActionIface does.
145         * .cvsignore:
146         Added atk.spec
147
148 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
149
150         * docs/tmpl/atkimage.sgml atk/atkimage.h:
151         Swap height and width arguments to atk_image_get_image_size
152         * atk/atkimage.c:
153         Swap height and height arguments to atk_image_get_image_size
154         Do not crash if NULL pointers are passed for return values
155
156 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
157
158         * docs/tmpl/atktext.sgml atk/atktext.h:
159         Change parameter names *offset to *_offset
160         * atk/atkcomponent.c:
161         Do not crash if NULL pointers are passed for return values
162         * atk/atktext.c:
163         Change parameter names *offset to *_offset
164         Do not crash if NULL pointers are passed for return values
165         
166 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
167
168         * atk/atkutil.c :
169         Changed g_type_class_peek() to g_type_class_ref()
170         in atk_add_global_event_listener(), since
171         g_type_class_peek() could return NULL when an
172         instance of the class had not been created.
173
174 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
175
176         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
177         Ensure that atk_attribute_set_free is in the documentation.
178
179 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
180
181         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
182         Swapped order of width and height arguments to
183         atk_text_get_character_extents()
184         Changed AtkAttrributeSet_free to atk_attribute_set_free
185
186 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
187
188         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
189         Changed "length" argument of atk_text_get_character_extents() to
190         "height".
191
192 2001-08-15  Jens Finke <jens@gnome.org>
193
194         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
195         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
196         added a AC_SUBST for it. This is needed for the spec.in file.
197         Added atk.spec to output list.
198         * atk.spec.in: New file.
199
200 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
201
202         * atk/atkcomponent.[c|h]
203         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
204         Change atk_component_get_accessible_at_point to 
205         atk_component_ref_accessible_at_point so it will work for flyweights
206
207 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
208
209         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
210         with GNU make.
211
212 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
213
214         * atk/atkaction.c, atk/atkcomponent.c
215         Remove all instances of g_return_if_fail (foo != NULL); that are
216         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
217         since the second check catches the NULL.
218         * atk/atkcomponent.c
219         Add functions atk_component_real_contains(), 
220         atk_component_real_get_position(), atkcomponent_real_get_size() 
221         as default implementations for atk_component_contains(),
222         atk_component_get_position(), atk_component_get_size()
223
224 2001-08-07  Brian Cameron <brian.cameron@sun.com>
225
226         * atk/atkimage.[ch] docs/atk-sections.txt
227         docs/tmpl/atkimage.sgml
228         Updated AtkImage get_position to get_image_position
229         so the naming is consistant.  Now get_image_position
230         and get_image_size return -1 for x/y/height/width
231         if AtkImage implementations of these functions is
232         not found.
233
234 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
235
236         * atk/atkobject.c
237         Create an object relation set when the object is created.
238
239 2001-07-30  Brian Cameron <brian.cameron@sun.com>
240
241         * atk/atkutil.[ch]
242         Changed first argument of atk_add_global_event_listener
243         so the callback function is of type GSignalEmissionHook
244         instead of AtkEventListener.  AtkEventListener is
245         appropriate for Focus event callbacks, but not generic
246         ones.
247
248 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
249
250         * atk/atkobject.c:
251         Add function atk_object_real_ref_state_set() which creates the
252         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
253         if appropriate
254
255 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
256
257         * atk/*.c:
258         Remove all instances of g_return_if_fail (foo != NULL); that are
259         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
260         since the second check catches the NULL.
261
262 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
263
264         * atk/Makefile.am
265         Fix problem with ATK not building after running make maintainer-clean
266         and autogen.sh: add extra files to MAINTAINERCLEANFILES
267
268 2001-07-25 Bill Haneman <bill.haneman@sun.com>
269
270         * atk/atktext.h
271         * atk/atkeditabletext.h
272         * atk.pc.in
273         * atk-uninstalled.pc.in
274         * atk/makefile.msc
275         * configure.in
276         Removed (unused) #defines of pango/pango.h
277         Removed references to/dependencies on pango from .pc files
278         Removed dependencies on pango from makefile.msc and configure.in
279
280 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
281
282         * atk/atkobject.[c|h]
283         Move some implementation from GAIL:
284         Default implementations for some some functions
285         atk_object_real_get_name, atk_object_real_set_name,
286         atk_object_real_get_description, atk_object_real_set_description,
287         atk_object_real_get_parent, atk_object_real_set_parent,
288         atk_object_real_get_role,
289         atk_object_real_connect_property_change_handler,
290         atk_object_real_remove_property_change_handler,
291         atk_object_notify,
292         definition of property-changed signal.
293         Initialize pointers to NULL in atk_object_init().
294         Initialize uninitialized function pointers to NULL in 
295         atk_object_class_init().
296         
297 2001-07-23  Brian Cameron <brian.cameron@sun.com>
298
299         * atk/atkobject.c
300         Changed children_changed signal to allow NULL pointers
301         for the 2nd argument to the signal handler.
302
303 2001-07-20  Hans Breuer  <hans@breuer.org>
304
305         * atk/atk.def : added more exports
306         * atk/makefile.msc : updated win32 build
307
308 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
309
310         * atk/atkaction.[c|h], docs/atk-sections.txt, 
311         docs/tmpl/atkaction.sgml
312         Add atk_action_get_name() and atk_action_set_description()
313
314 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
315
316         * atk/atkstate.[c|h]
317         Add ATK_STATE_ENABLED so we can distinguish between a consistent
318         and inconsistent GtkToggleButton
319
320 2001-07-16  Brian Cameron <brian.cameron@sun.com>
321
322         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
323         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
324         gail_textattributes_update.pat is for gail/gail and integrates the 
325         ATK_ATTRIBUTE_* macros in the gail implementations.
326         atk_docs_textattributes_update.pat is for atk/docs and patches
327         atk-sections.txt etc. for improved docs
328         atk_atk_textattributes_update.pat is for atk/atk and included the
329         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
330
331 2001-07-13  Darin Adler  <darin@bentspoon.com>
332
333         * atk/atkstate.c: Add missing <string.h> include.
334         * tests/teststateset.c: Add missing <string.h> include.
335
336 2001-07-13  Darin Adler  <darin@bentspoon.com>
337
338         * .cvsignore: Ignore some generated files.
339         * autogen.sh: Get rid of call to autoheader since the
340         configure file doesn't include AM_CONFIG_HEADER.
341
342 2001-07-11  Brian Cameron <brian.cameron@sun.com>
343
344         * tmpl/atkdocument.sgml
345         Added new file for docs.
346
347 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
348
349         * atk/atkimage.c atk/atkutil.c
350         Changes to build with Sun's FORTE compiler.
351
352 2001-07-10  Brian Cameron <brian.cameron@sun.com>
353
354         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
355         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
356         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
357         tmpl/atktext.sgml tmpl/atkutil.sgml
358         Updated docs pages.
359
360 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
361
362         * atk/atktext.c (atk_text_base_init): 
363         * atk/atktable.c (atk_table_base_init): 
364         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
365         to adapt to recent GSignal changes.
366
367 2001-06-28  Brian Cameron <brian.cameron@sun.com>
368
369         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
370         docs/tmpl/atkutil.sgml
371         Added new functiosn to AtkUtil.
372
373 2001-06-28  Brian Cameron <brian.cameron@sun.com>
374
375         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
376         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
377         docs/tmpl/atkobject.sgml
378         Added new atk document interface.
379
380 2001-06-28  Brian Cameron <brian.cameron@sun.com>
381
382         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
383         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
384         Updated so that functions that take screen coords as 
385         input/output also take an enum specifying whether
386         the coords are screen or top-level window based.
387         Updated docs as well.
388
389 2001-06-28  Brian Cameron <brian.cameron@sun.com>
390
391         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
392         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
393         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
394         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
395         atk/docs/tmpl/atkstreamablecontent.sgml
396         Cleaned up docs.  Added atkstreamablecontent.sgml
397
398 2001-06-28  Brian Cameron <brian.cameron@sun.com>
399
400         *atk/atktable.h, atk/atktable.c
401         Updated signal handler definitions.
402
403 2001-06-27  Brian Cameron <brian.cameron@sun.com>
404
405         *atk/atktext.h
406         Updated AtkXYCoords enum.
407
408 2001-06-27  Brian Cameron <brian.cameron@sun.com>
409
410         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
411         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
412         atk/atkimage.c atk/atkimage.h atk/atkobject.c
413         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
414         atk/atkstateset.c atk/atkstreamablecontent.c
415         atk/atkstreamablecontent.h atk/atktable.c
416         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
417         and some docs/tmpl files.
418         Updated gtk-docs fixing spelling errors and making minor
419         changes to the API.
420
421 2001-06-27  Louise Miller <lousie.miller@sun.com>
422
423         *atk/atkselection.h, atk/atkselection.c
424         changed return type to gboolean for 
425         atk_selection_select_all_selection
426
427 2001-06-26  Brian Cameron <brian.cameron@sun.com>
428
429         *atk/atkstate.h atk/atkstate.c
430         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
431         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
432         docs/tmpl/atktext.sgml
433         Added ATK_STATE_STALE.  Updated docs.
434
435 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
436
437         *atk/atktext.h
438         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
439
440 2001-06-21  Brian Cameron <brian.cameron@sun.com>
441
442         * atk/atkeditabletext.h, atk/atkobject.h,
443         atktext.[ch]
444         Added AtkAttributeSet_free() convenience
445         function.
446
447 2001-06-20  Peter Williams  <peterw@ximian.com>
448
449         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
450         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
451         G_{BEGIN,END}_DECLS.
452
453 2001-06-20  Brian Cameron <brian.cameron@sun.com>
454
455         * atk/atktable.c, atk/atkmarshal.list
456         Removed needless marshal and updated signal handlers in
457         atktable.c
458
459 2001-06-20  Louise Miller <louise.miller@sun.com>
460
461         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
462         Changed parameters for get_selected_rows/get_selected_columns
463         Added 4 new functions, add_row_selection, remove_row_selection,
464         add_column_selection, remove_column_selection
465
466 2001-06-19  Brian Cameron <brian.cameron@sun.com>
467
468         * atk/atktable.c
469         Fixed minor bug with signals.
470
471 2001-06-18  Brian Cameron <brian.cameron@sun.com>
472
473         * atk/atktable
474         Added signals.
475
476 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
477
478         * atk/atkselection.h atk/atkselection.c
479         Now add_selection, clear_selection, and remove_selection 
480         return a boolean indicating SUCCESS/FAILURE to indicate
481         if the operation was successful.
482
483 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
484
485         * atk/atktable.h atk/atktable.h
486         Updated so now the get_text_before|at|after functions
487         return the start & end offset of the string.  Updated the
488         docs.
489
490 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
491
492         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
493
494 2001-06-11  Havoc Pennington  <hp@redhat.com>
495
496         * NEWS: updated
497
498         * configure.in: bump version to 0.2 and add infrastructure for 
499         libtool version info. Assumes GTK versioning scheme (major.minor 
500         is binary compatible)
501         
502         * atk/Makefile.am (LDFLAGS): set version info
503         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
504         
505 2001-06-13  Brian Cameron <brian.cameron@sun.com>
506
507         * atk/atktable.h, atk/atktable.c
508         Updated so that get/set row/column header functions
509         work with AtkObjects rather than AtkTables.  Organized
510         the header file a little more cleanly.  Also the get/set
511         row_description and caption functions now use gchar *
512         rather than AtkObject.
513
514 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
515
516         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
517         Add signal model-changed.
518
519         * atk/atkobject.c: Add properties
520         accessible-role, accessible-table-caption, 
521         accessible-table-column-header, accessible-table-column_description.
522         accessible-table-row-header, accessible-table-row_description.
523         accessible-table-summary, accessible-model
524
525 2001-06-12  Brian Cameron <brian.cameron@sun.com>
526
527         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
528         Updated atkeditabletext and atktext interfaces so they
529         now properly define the get/set attribute methods and now
530         get_offset_at_point and get_character_extents can request
531         x,y coords by either widget or screen coords.
532
533 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
534
535         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
536         CFLAGS, not in LIBS. (Always linking with -lpthread
537         is a noticeable speed hit.)
538
539 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
540
541         * atk/Makefile.am: Really fix marshal generation.
542
543 2001-06-07  Havoc Pennington  <hp@redhat.com>
544
545         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
546         glib-genmarshal stuff
547
548 2001-06-07  Havoc Pennington  <hp@redhat.com>
549
550         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
551         glib-genmarshal
552
553         * configure.in: rearrange the library checks to support
554         uninstalled linking     
555
556         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
557
558         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
559         ATK in giant GTK tarball
560
561 2001-06-07  Brian Cameron <brian.cameron@sun.com>
562
563         * docs/atk-api.sgml docs/atk-sections.txt
564         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
565         docs/tmpl/atktext.sgml
566         Removed docs/atk-api.sgml since it is not used.
567         Updated sgml files and atk-sections.txt to reflect
568         recent changes to the atktext and atkeditabletext
569         interfaces
570
571 2001-06-06  Brian Cameron <brian.cameron@sun.com>
572
573         * atk/atktext.h atk/atktext.h
574         Updated to new atktext functions for getting attributes.
575
576 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
577
578         * New files atk/atkstreamablecontent.[ch]
579         Updated files: atk/Makefile.am, atk/atk.h
580
581         * atk/atkvalue.c: Updated comments
582
583 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
584
585         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
586
587 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
588
589         * atk/atkobject.c: Add property accessible-visible-data
590
591 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
592
593         * atk/atkobject.c: Add support for setting and getting 
594         accessible-value property.
595
596         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
597
598 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
599
600         * atk/atkeditabletext.[ch], atk/atktext.[ch]
601
602         * docs/atk-overrides.txt, docs/Makefile.am
603           Updated the interface for dealing with selected
604           text to handle multiple selected regions.  Removed
605           get_row_col_at_offset from atktext.[ch].  Added
606           docs/atk-overrides.txt file.
607
608 Thu May 31  Brian Cameron <brian.cameron@sun.com>
609
610         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
611           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
612           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
613           Makefiles so the proper marshall files get included in the
614           dist.  Updated the Makefiles and configure.in so that the
615           docs get included in the dist.
616
617 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
618
619         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
620
621 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
622
623         * atk/atkobject.c: Define new properties accessible-text, 
624         accessible-caret, accessible-selection and accessible-value
625
626 2001-05-29  Brian Cameron <brian.cameron@sun.com>
627
628         * docs/atk-sections.txt
629
630         * docs/tmpl/*
631         Improved the layout/formatting of the atk docs.  Added docs/tmpl
632         files.
633
634 2001-05-28  Brian Cameron <brian.cameron@sun.com>
635
636         * atk/atktext.c
637         Now properly set the initialized flag when setting up signals.
638         Updated the atk-docs in several files
639
640 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
641
642         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
643         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
644         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
645         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
646         Fix warnings generated by Sun FORTE compiler
647
648 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
649
650         * atk/atkcomponent.c atk/atkvalue.c
651         Remove return calls in functions which return void
652         
653 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
654
655         * atk/atkobject.h: Correct naming of role for status bar
656
657         * atk/atktext.c: 
658         Clarify behaviour of atk_text_get_text_after/at/before_offset
659  
660 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
661
662         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
663
664 2001-01-06  Hans Breuer  <hans@breuer.org>
665
666         * atk/makefile.msc atk/atk.def (new files) :
667         Enable build for win32, no sourc changes necessary.
668
669 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
670
671         * Released 0.1
672
673 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
674
675         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
676
677 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
678
679         * Start a ChangeLog
680