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