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