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