Look for windres on Win32.
[platform/upstream/atk.git] / ChangeLog
1 2005-08-04  Tor Lillqvist  <tml@novell.com>
2
3         * configure.in: Look for windres on Win32.
4
5         * atk/Makefile.am: Don't use the script in GLib's build/win32 to
6         compile the rc file into a resource object file. (This means we
7         lose the build number increment magic, but I doubt it was that
8         useful anyway.) Instead use windres directly. To pass a normal .o
9         file produced by windres through libtool, which wants .lo files,
10         pass it directly to the linker using a -Wl option.
11
12         * atk/atk.rc.in: Correspondingly, replace BUILDNUMBER with 0.
13
14 2005-07-18  Abduxukur Abdurixit <abdurixit@gmail.com>      
15
16         * configure.in: Added 'ug' to ALL_LINGUAS.
17
18 2005-06-08  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
19
20         * configure.in: Added 'gl' to ALL_LINGUAS.
21
22 2005-04-28  Bill Haneman <billh@gnome.org>
23
24         * configure.in: Patch from Michael Meeks to
25         make atk 1.9's dependency on gtk+ 2.6 soft, i.e. 
26         don't require gmodule-no-export-2.0.
27         Restores compatibility of atk 1.9 series with gtK 2.4.X.
28
29         Revved to 1.10.1.
30
31 2005-04-22  Tor Lillqvist  <tml@novell.com>
32
33         * atk/atkobject.c: Initialize gettext before use. Calling
34         bindtextdomain() and bind_textdomain_codeset() in
35         atk_role_get_localized_name() was too late. Put the calls in new
36         function gettext_initialization() and call that from
37         atk_object_class_init() and atk_role_get_localized_name(). Move
38         the Win32-specific DllMain() and get_atk_locale_dir() functions
39         and the redefinition of ATK_LOCALEDIR before
40         gettext_initialization() as it uses ATK_LOCALEDIR. Fixes #170948
41         for atk's part. Thanks to Robert Ă–gren, Daniel Atallah and Kevin
42         Stange.
43
44 2005-04-09  Hans Breuer  <hans@breuer.org>
45
46         * atk/makefile.msc : updated $(LIBINTL_LIBS)
47         atkrelationtype.h to atk_headers, PKG_VER
48
49 2005-04-05  Bill Haneman <bill.haneman@sun.com>
50
51         * atk/atkstate.h: Added ATK_STATE_REQUIRED, to
52         indicate that explicit user interaction with a UI control is
53         required, i.e. for web forms elements with the 'required' tag.
54         See bug #172663.
55         
56 2005-04-04  Padraig O'Briain  <padraig.obriain@sun.com>
57
58         * atk/atkrelation.c: Update doc to note that atk_relation_add_target
59         was added for version 1.9.
60
61         * atk/atkrelationset.c: Update doc to note that 
62         atk_relation_set_add_relation_by_type was added for version 1.9.
63
64 2005-03-30  Steve Murphy  <murf@e-tools.com>
65
66         * configure.in: Added "rw" to ALL_LINGUAS.
67
68 2005-03-08  Bill Haneman <bill.haneman@sun.com>
69
70         * ===== Released 1.9.1=====
71
72         * configure.in, NEWS, README: Released 1.9.1.
73
74 2005-02-23  Padraig O'Briain  <padraig.obriain@sun.com>
75
76         * atk.spec.in:  Corrected FTP directory. (bug #168218)
77         Corrected spelling
78
79 2005-02-08  Christian Rose  <menthos@menthos.com>
80
81         * configure.in: Added "xh" to ALL_LINGUAS.
82
83 2005-01-26  Padraig O'Briain  <padraig.obriain@sun.com>
84
85         * atk/atk.def: Add atk_text_clip_type_get_type. Bug #165288.
86
87 2004-12-29  Tor Lillqvist  <tml@iki.fi>
88
89         * atk/atk.def: Add new functions.
90
91 2004-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
92
93         * atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF.
94         Fixes bug #161562.
95
96 2004-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
97
98         * ===== Released 1.9.0=====
99
100         * configure.in: Version 1.9.0, interface age 0, binary age 900
101
102         * NEWS: Updated.
103
104 Thu Nov 25 14:11:41 2004  Manish Singh  <yosh@gimp.org>
105
106         * autogen.sh: rm autom4te.cache, since it might interfere with
107         differing autoconf versions.
108
109 2004-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
110
111         * atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments
112         to fix warning when documentation is generated.
113
114         * atk/atkrelation.[ch]: 
115         * docs/tmpl/atkrelation.sgml: Add atk_relation_add_target.
116
117         * atk/atkrelationset.[ch]:
118         * atk/tmpl/atkrelationset.sgml: 
119         Add atk_relation_set_add_relation_by_type.
120
121         * docs/atk-sections.txt: Add atk_relation_add_target and
122         atk_relation_set_add_relation_by_type.
123
124         Fixes bug #158722.
125
126 2004-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
127
128         * configure.in: Use gmodule-no-export.pc, requires glib 2.5.7.
129         Patch from Matthias Clasen for bug #158531. 
130         Incremented version to 1.9.0. 
131         Branch for gnome-2-8 has been created.
132         
133 2004-11-11  Christian Rose  <menthos@menthos.com>
134
135         * configure.in: Added "as" to ALL_LINGUAS.
136
137 2004-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
138
139         * docs/atk-docs.sgml: Add a more descriptive title in the docs.
140         Patch from Diego Gonzalez. (bug #156296)
141
142         * atk/text.c (Clarify meaning of end_offset for 
143         atk_text_get_text_at_offset().
144         Patch from Bill Haneman. (bug #156574)
145
146 2004-09-14  Abel Cheung  <maddog@linuxhall.org>
147
148         * configure.in: Added "ar" to ALL_LINGUAS.
149
150 2004-09-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>
151
152         * configure.in: Added "th" to ALL_LINGUAS.
153
154 2004-09-07  Padraig O'Briain  <padraig.obriain@sun.com>
155
156         * ===== Released 1.8.0=====
157
158         * configure.in: Version 1.8.0, interface age 0, binary age 800
159
160         * NEWS: Updated.
161
162 2004-08-16  Christian Rose  <menthos@menthos.com>
163
164         * configure.in: Added "bs" to ALL_LINGUAS.
165
166 2004-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
167
168         * *atk/atkdocument.c atk/atkeditabletext.c atk/atkhypertext.c
169         atk/atkimage.c atk/atknoopobjectfactory.c atkobject.c 
170         atk/atkstreamablecontent.c atk/atktext.c attk/atkvalue.c:
171         Fix for bug #149990; patch from Kjartan Maraas.
172
173 2004-08-12  Kjartan Maraas  <kmaraas@gnome.org>
174  
175         * configure.in: Added nb to ALL_LINGUAS.
176
177 2004-08-09  Ankit Patel <ankit@redhat.com>
178
179         * configure.in: Added "gu" to ALL_LINGUAS.
180
181 2004-07-28  Padraig O'Briain  <padraig.obriain@sun.com>
182
183         * configure.in: Increment version to 1.7.3 and interface age to 3.
184
185         * ===== Released Version 1.7.3, interface age 3, binary age 703 ====
186
187         * NEWS: Updated.
188         
189 2004-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
190
191         * docs/atk-sections.txt: Add entries to fix warning when generating
192         documentation.
193
194         * docs/tmpl/atkcomponent.sgml docs/tmpl/atkhyperlink.sgml 
195         docs/tmpl/atkhypertext.sgml docs/tmpl/atkobject.sgml 
196         docs/tmpl/atkrelation.sgml docs/tmpl/atkselection.sgml 
197         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml: Changes to generated
198         files.
199
200 2004-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
201
202         * ===== Released Version 1.7.2, interface age 2, binary age 702 ====
203
204         * NEWS: Updated.
205         
206 2004-07-20  Bill Haneman <bill.haneman@sun.com>
207
208         * atk/atkobject.h, atkobject.c, atk-object-enum.c:
209         Added ATK_ROLE_EMBEDDED, "embedded component", which is a 
210         context hint for assistive technologies that the contained
211         children share a context which differs from the embedding
212         container.  Fixes bug #147989.
213
214         * configure.in: Revved to 1.7.2.
215         
216 2004-06-10  Padraig O'Briain  <padraig.obriain@sun.com>
217
218         * atk/atkcomponent.h: Add definition for atk_rectangle_get_type
219         and ATK_TYPE_RECTANGLE.
220         * atk/atkcomponent.c (atk_component_base_init): Correct definition
221         of "bounds-changed" signal.
222         (atk_rectangle_copy): New function.
223         (atk_rectangle_get_type): New function.
224
225 2004-06-08  Padraig O'Briain  <padraig.obriain@sun.com>
226
227         * configure.in: Increment version to 1.7.2 and interface age to 2.
228
229 2004-06-08  Padraig O'Briain  <padraig.obriain@sun.com>
230
231         * ===== Released Version 1.7.1, interface age 1, binary age 701 ====
232
233         * NEWS: Updated.
234         
235 2004-06-04  Padraig O'Briain  <padraig.obriain@sun.com>
236
237         * docs/atk-sections.txt: Add AtkRectangle.
238
239         * docs/tmpl/atkcomponent.sgml: Add description for bounds-changed
240         signal.
241
242 2004-05-29  Christian Rose  <menthos@menthos.com>
243
244         * configure.in: Added "tk" to ALL_LINGUAS.
245
246 2004-05-18  Padraig O'Briain  <padraig.obriain@sun.com>
247
248         * atk/atkobject.c: Allow locale dir not to be harcoded into binary.
249         Fixes bug #128906.
250
251 2004-05-11  Padraig O'Briain  <padraig.obriain@sun.com>
252
253         * atk/atkobject.c: Make extra_roles static.
254
255         * atk/atkrelation.c: Make extra_names static.
256
257         Fixes bug #142234.
258
259         * atk/atkstate.h: Add clarification of state ATK_STATE_ENABLED to
260         documentation.
261
262 2004-04-22  Padraig O'Briain  <padraig.obriain@sun.com>
263
264         * configure.in: Increment version to 1.7.1 and interface age to 1.
265
266 2004-04-22  Padraig O'Briain  <padraig.obriain@sun.com>
267
268         * ===== Released Version 1.7.0, interface age 0, binary age 700 ====
269
270         * NEWS: Updated.
271
272 2004-04-20  Padraig O'Briain  <padraig.obriain@sun.com>
273
274         * configure.in: Increment version to 1.7.0.
275
276         * atk/atkcomponent.[ch]: Add new signal "bounds_changed". 
277         * docs/tmpl/atkcomponent.sgml: Add new signal "bounds_changed".
278
279         Fixes bug #140476.
280
281         * atk/atkrelationtype.h: Add new relation ATK_RELATION_PARENT_WINDOW_OF.
282         * atk/atkstate.h: Add new state ATK_STATE_TRUNCATED.
283         * docs/tmpl/atkrelation.sgml: Add new relation 
284         * docs/tmpl/atkstate.sgml: Add new state ATK_STATE_TRUNCATED 
285          
286         Fixes bug #133375.
287
288         * atk/atktext.c: Make extra_attributes static.
289
290 2004-04-19  Padraig O'Briain  <padraig.obriain@sun.com>
291
292         * ===== Released 1.6.1=====
293
294         * configure.in: Version 1.6.1, interface age 1, binary age 601
295
296         * NEWS: Updated.
297
298         * README: Fix typo.
299
300 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
301
302         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
303
304 2004.04.02  IĂƒÂ±aki LarraĂƒÂ±aga  <dooteo@euskalgnu.org>
305
306         * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
307
308 2004-03-29  Manish Singh  <yosh@gimp.org>
309
310         * autogen.sh: use $ACLOCAL instead of aclocal-1.4 for --print-ac-dir.
311
312 2004-03-23  Guntupalli Karunakar  <karunakar@freedomink.org>
313
314         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
315
316 2004-03-23  Pablo Saratxaga  <pablo@mandrakesoft.com>
317
318         * configure.in: Added Walloon (wa) to ALL_LINGUAS
319
320 2004-03-22  Padraig O'Briain  <padraig.obriain@sun.com>
321
322         * configure.in:
323         * atk/Makefile.am: Update to build on Cygwin. Fixes bug #137666.
324          Patch from Roger Leigh.
325         
326 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
327
328         * configure.in: Added "mr" for Marathi to ALL_LINGUAS.
329
330 2004-03-08  Padraig O'Briain  <padraig.obriain@sun.com>
331
332         * ===== Released 1.6.0=====
333
334         * configure.in: Version 1.6.0, interface age 0, binary age 600
335
336         * NEWS: Updated.
337
338 2004-03-07  Danilo Ă… egan  <dsegan@gmx.net>
339
340         * configure.in: Added "sr@ije" to ALL_LINGAUS.
341
342 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
343
344         * autogen.sh:
345         - exit with $? instead of 1 in case of failure
346         - exit with $? if ./configure failed
347           (that's so autogen.sh && make lines work)
348         - removed --enable-gtk-doc option
349         - added $AUTOGEN_CONFIGURE_ARGS
350
351 2004-03-01  Tor Lillqvist  <tml@iki.fi>
352
353         * atk/atk.def: Add some missing entries.
354
355 2004-02-24  Padraig O'Briain  <padraig.obriain@sun.com>
356
357         * ===== Released 1.5.5=====
358         
359         * configure.in: Version 1.5.5, interface age 4, binary age 505
360
361         * NEWS: Updated.
362
363 2004-02-20  Christian Rose  <menthos@menthos.com>
364
365         * configure.in: Added "en_CA" to ALL_LINGUAS.
366
367 2004-02-16  Padraig O'Briain  <padraig.obriain@sun.com>
368
369         * ===== Released 1.5.4=====
370         
371         * configure.in: Version 1.5.4, interface age 3, binary age 504
372
373         * NEWS: Updated.
374
375 2004-02-03  Padraig O'Briain  <padraig.obriain@sun.com>
376
377         * ===== Released 1.5.3=====
378         
379         * configure.in: Version 1.5.3, interface age 2, binary age 503
380
381         * NEWS: Updated.
382
383 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
384
385         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
386
387 2004-01-26  Padraig O'Briain  <padraig.obriain@sun.com>
388
389         * atk/atkobject.c: Revise property name. Fixes bug #130022 from
390         Christian - Manny Calavera - Neumair.
391
392 2004-01-23  Manish Singh  <yosh@gimp.org>
393
394         * Makefile.am: remove trailing backslash from last line of
395         DISTCLEANFILES. 
396
397 2004-01-23  Padraig O'Briain  <padraig.obriain@sun.com>
398
399         * atk-uninstalled.pc.in: Correct library name. Fixes bug #132283,
400         from laszlo.peter@ireland.sun.com.
401
402         * Makefile.am: Add DISTCLEANFILES.
403
404 2004-01-12  Padraig O'Briain  <padraig.obriain@sun.com>
405
406         * ===== Released 1.5.2=====
407         
408         * configure.in: Version 1.5.2, interface age 1, binary age 502
409
410         * NEWS: Updated.
411
412 2004-01-05  Padraig O'Briain  <padraig.obriain@sun.com>
413
414         * configure.in: Move specification of ALL_LINGUAS to later in file
415         so that CATOBJEXT is defined correctly.
416         Use ATK_LOCALEDIR instead of atklocaledir.
417
418         * atk/Makefile.am: Remove definition of ATKLOCALEDIR.
419
420         * atk/atkobject.c: Use ATK_LOCALEDIR instead of ATKLOCALEDIR.
421
422         * docs/tmpl/atkhyperlink.sgml: Add text for link-activated signal.
423
424 2004-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
425
426         * atk/atktext.c (atk_text_free_ranges): Fix segfault (bug #129837)
427         Patch provided by Jeff Franks.
428
429 2003-12-17  Padraig O'Briain  <padraig.obriain@sun.com>
430
431         * atk/atkobject.c: Change "accel label" to "accelerator label".
432         Fixes bug #129499.
433
434 2003-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
435
436         * ===== Released 1.5.1=====
437         
438         * configure.in: Version 1.5.1, interface age 0, binary age 501
439
440         * NEWS: Updated.
441
442 2003-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
443
444         * atk/atkobject.[ch]: Add new role ATK_ROLE_EDITBAR. Fixes bug #116007.
445
446         * atk/docs/tmpl/atkhyperlink.sgml: Add references to new signals and 
447         properties
448
449         * atk/docs/tmpl/atkobject.sgml: Add references to new property and role
450
451 2003-12-01  Michael Natterer  <mitch@gimp.org>
452
453         * atk/atkobject.c (atk_object_real_get_property): fix typo:
454         s/g_value_set_set/g_value_set_int/.
455
456 2003-12-01  Padraig O'Briain  <padraig.obriain@sun.com>
457
458         * atk/atkobject.c: (atk_object_class_init): Make nicks and blurbs of
459         properties translatable. Add new property "accessible-hypertext-nlinks".
460         (atk_object_real_get_property): Add support for new property
461         "accessible-hypertext-nlinks".
462
463         * atk/atkhyperlink.h: Remove unnecessary comments. Add signal
464         link_activated.
465
466         * atk/atkhyperlink.c: Add signals link_activated and new properties
467         "number-of-anchors", "end-index" and "start-index".
468
469         This fixes bug #112390.
470
471 2003-11-29  Danilo Ă… egan  <dsegan@gmx.net>
472
473         * configure.in: Added "af" to ALL_LINGUAS.
474
475 2003-11-26  Padraig O'Briain  <padraig.obriain@sun.com>
476
477         * atk/atkobject.c (atk_object_real_ref_state_set): Add state FOCUSED
478         if object is focus object.
479
480         * atk/atkutil.[ch] (atk_get_focus_object): New function which returns
481         the last object reported by the application as focused.
482
483         * docs/atk-sections.txt, docs/tmpl/atkutil.sgml:
484         Add atk_get_focus_object.
485
486         Fixes bug #127400.
487
488 2003-11-26  Padraig O'Briain  <padraig.obriain@sun.com>
489
490         * atk/atkobject.c: Change role names so that the unlocalized names
491         do not contain hyphens and match the Java role names. Fixes bug #125024.
492
493 2003-11-24  Padraig O'Briain  <padraig.obriain@sun.com>
494
495         *  docs/tmpl/atkhyperlink.sgml, docs/tmp/atkhypertext.sgml,
496         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelatiom.sgml,
497         docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml,
498         docs/tmpl/atktext.sgml: Regenerate these files. The location of
499         signal information has changed.
500
501 2003-11-24  Padraig O'Briain  <padraig.obriain@sun.com>
502
503         * ===== Released 1.5.0=====
504         
505         * configure.in: Version 1.5.0, interface age 0, binary age 500
506
507         * NEWS: Updated.
508
509 2003-11-03  Padraig O'Briain  <padraig.obriain@sun.com>
510
511         * atk/atkrelation.c: Use weak references for objects in a relation
512         instead of object references so that objects are not leaked when
513         corresponding widgets are destroyed.
514
515         This fixes bug #125725.
516         
517 2003-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
518
519         * configure.in: Add reference to docs/version.xml
520
521         Should have been done in previous commit but was omitted.
522         Fixes build break reported in bugs #1258548 and #125902.
523
524 2003-10-29  Padraig O'Briain  <padraig.obriain@sun.com>
525
526         * configure.in: Add reference to docs/version.xml
527
528         * docs/Makefile.am: Add references to version.xml.in and version.xml
529
530         * docs/atk-docs.sgml: Add reference to version.xml
531
532         * docs/version.xml.in: New file.
533
534         This fixes bug #125758.
535         
536 2003-10-24  Padraig O'Briain  <padraig.obriain@sun.com>
537
538         * atk/atkrelation.c (atk_relation_new): Fix memory leak. (bug #124877)
539
540 2003-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
541
542         * ===== Released 1.4.1=====
543         
544         * configure.in: Version 1.4.1, interface age 1, binary age 401
545
546         * NEWS: Updated.
547
548 2003-09-28  Gediminas Paulauskas  <menesis@delfi.lt>
549
550         * configure.in: Added lt to ALL_LINGUAS.
551
552 2003-09-23  Padraig O'Briain  <padraig.obriain@sun.com>
553
554         * atk.spec.in: Correct typo. Fix provided by Scott Kennedy.
555         This fixes bug #121990.
556
557 2003-09-21  Ăƒ\85smund SkjĂƒÂ¦veland  <aasmunds@fys.uio.no>
558  
559         * configure.in: Added Norwegian (nynorsk) code
560         nn to ALL_LINGUAS.
561
562 2003-09-10  Padraig O'Briain  <padraig.obriain@sun.com>
563
564         * atk/atkobject.c: Remove comments about signals. The description
565         should be in files in docs/tmpl directory.
566
567         * docs/tmpl/atkhypertext.sgml: Add description for link-selected signal.
568         * docs/tmpl/atkobject.sgml:  Add descriptions for 
569         active-descendant-changed, children-changed, focus-event, 
570         property-change, state-change and visible-data-changed signals.
571         * docs/tmpl/atkselection.sgml: Add description for selection-changed
572         signal.
573         * docs/tmpl/atktable.sgml: Add descriptions for column-deleted,
574         columnn-inserted, column-reordered, model-changed, row-deleted, 
575         row-inserted and  row-reordered signals.
576         * docs/tmpl/atktext.sgml: Add description for text-attributes-changed,
577         text-caret-moved, text-changed and text-selection-changed signals.
578
579         This fixes bug #121163.
580
581 2003-09-02  Padraig O'Briain  <padraig.obriain@sun.com>
582
583         * ===== Released 1.4.0=====
584
585         * configure.in: Version 1.4.0, interface age 0, binary age 400
586
587         * NEWS: Updated.
588
589 2003-08-28  Christian Rose  <menthos@menthos.com>
590
591         * configure.in: Added "ne" to ALL_LINGUAS.
592
593 2003-08-25  Padraig O'Briain  <padraig.obriain@sun.com>
594
595         * ===== Released 1.3.6=====
596
597         * configure.in: Version 1.3.6, interface age 2, binary age 306
598
599         * NEWS: Updated.
600
601 2003-08-08  Malcolm Tredinnick <malcolm@commsecure.com.au>
602         
603         * autogen.sh: Clarify an error message.
604
605 2003-08-08  Guntupalli Karunakar  <karunakar@freedomink.org>
606
607         * configure.in: Added "hi" in ALL_LINGUAS.
608
609 2003-08-07  Padraig O'Briain  <padraig.obriain@sun.com>
610
611         * ===== Released 1.3.5=====
612
613         * configure.in: Version 1.3.5, interface age 1, binary age 305
614
615         * NEWS: Updated.
616
617 2003-08-04  Padraig O'Briain  <padraig.obriain@sun.com>
618
619         * Remove po/Makefile.in.in. This fixes bug #119053.
620
621 2003-07-08  Padraig O'Briain  <padraig.obriain@sun.com>
622
623         * atk/atktable.c (atk_table_ref_at): Ensure that row and column values 
624         are non-negative.
625
626         This is a partial fix for bug #116712.
627
628 2003-07-03  Padraig O'Briain  <padraig.obriain@sun.com>
629
630         * atk/atkstateset.c (atk_state_set_is_empty): Correct return value.
631         Fixes bug #116621. Problem reported by Mario Lang.
632
633 2003-06-25  Fatih Demir <kabalak@gtranslator.org>
634
635         * configure.in: (Re-?)added "ta" (Tamil) to languages' list.
636
637 2003-06-23  Padraig O'Briain  <padraig.obriain@sun.com>
638
639         * atk.spec.in:
640         Added locale directory to spec file. Fix provided by
641         James T. Richardson, Jr.
642
643 2003-06-19  Padraig O'Briain  <padraig.obriain@sun.com>
644
645         * ===== Released 1.3.4=====
646
647         * NEWS: Updated.
648
649 2003-06-13  Tor Lillqvist  <tml@iki.fi>
650
651         * atk/atkobject.c (atk_role_get_localized_name): Set
652         gettext_initialized.
653
654         * atk-zip.sh.in (DEVZIP): libtool 1.5 installs DLLs in the bin
655         directory, so look there, too. Include the message catalogs.
656
657 2003-06-10  Padraig O'Briain  <padraig.obriain@sun.com>
658
659         * configure.in: Version 1.3.4, interface age 0, binary age 304
660
661         * atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation
662         ATK_RELATION_POPUP.
663
664 2003-06-05  Paul Duffy <dubhthach@frink.nuigalway.ie>
665
666         * configure.in: Added ga (irish) to ALL_LINGUAS
667          
668 2003-06-05  Kenneth Rohde Christiansen  <kenneth@gnu.org>
669
670         * configure.in: Added li to ALL_LINGUAS.
671
672 2003-05-30  Padraig O'Briain  <padraig.obriain@sun.com>
673
674         * ===== Released 1.3.3=====
675
676         * configure.in: Version 1.3.3, interface age 3, binary age 303
677
678         * NEWS: Updated.
679
680 2003-05-28  Padraig O'Briain  <padraig.obriain@sun.com>
681
682         * atk/atkobject.h docs/tmpl/atkobject.sgml: Add new role
683         ATK_ROLE_AUTOCOMPLETE.
684
685 2003-05-20  Padraig O'Briain  <padraig.obriain@sun.com>
686
687         * atk/atkstate.h, docs/tmpl/atkstate.sgml: Add state 
688         ATK_STATE_INDETERMINATE. This state is used by Oo for check buttons
689         which can have a value other than on or off.
690
691 2003-05-19 Arafat Medini <lumina@silverpen.de>
692
693         *configure.in: Added "ar" (Arabic) to ALL_LINGUAS
694
695 2003-05-16  Telsa Gwymme  <hobbit@aloss.ukuu.org.uk>
696
697         * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
698
699 2003-05-15  Padraig O'Briain  <padraig.obriain@sun.com>
700
701         * ===== Released 1.3.2=====
702
703         * configure.in: Version 1.3.2, interface age 2, binary age 302
704
705         * NEWS: Updated.
706
707 2003-05-09  SamĂƒÂºel JĂƒÂ³n Gunnarsson  <sammi@techattack.nu>
708
709         * is.po: Added "is" into ALL_LINGUAS.
710
711 2003-05-06  Padraig O'Briain  <padraig.obriain@sun.com>
712
713         * configure.in: Make message when pkg-config fails to find glib-2.0.pc
714         less cryptic.
715
716         * po/pl.po: Updated Polish translation from Artur Flinta.
717
718 2003-05-05  Duarte Loreto <happyguy_pt@hotmail.com>
719
720         * configure.in: Added Portuguese (pt) to ALL_LINGUAS.
721
722 2003-05-05  Christian Rose  <menthos@menthos.com>
723
724         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
725
726 2003-05-01  Padraig O'Briain  <padraig.obriain@sun.com>
727
728         * ===== Released 1.3.1=====
729
730         * configure.in: Version 1.3.1, interface age 1, binary age 301
731
732         * NEWS: Updated.
733
734         * po/yi.po: Update line numbers.
735
736 2003-04-25  Padraig O'Briain  <padraig.obriain@sun.com>
737
738         * atk/stateset.h: Fix typo in documentation.
739
740         * autogen.sh (have_libtool): Accept libtool-1.5. (#111481)
741         Patch provided by Ali Akcaagac.
742
743 2003-03-26  Christian Rose  <menthos@menthos.com>
744
745         * configure.in: Added "yi" to ALL_LINGUAS.
746
747 2003-03-21  Takeshi AIHANA <aihana@gnome.gr.jp>
748
749         * configure.in: Added Japanese 'ja' into ALL_LINGUAS.
750
751 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
752
753         * ===== Released 1.3.0=====
754
755         * configure.in: Version 1.3.0, interface age 0, binary age 300
756
757         * NEWS: Updated.
758
759 2003-03-20  Guntupalli Karunakar  <karunakar@freedomink.org>
760
761         * configure.in: Added Malayalam (ml) in ALL_LINGUAS
762
763 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
764
765         * docs/atk-sections.txt: Add 11 unused declarations.
766
767 2003-03-20  James Henstridge  <james@daa.com.au>
768  
769         * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize
770         and glib-gettextize.
771  
772         * configure.in: cleanup to make use of newer autoconf/automake
773         features.
774  
775         * Makefile.am: get rid of custom distcheck rule, which is no
776         longer necessary.
777  
778         * atk/Makefile.am: cleanup makefile.  Use BUILT_SOURCES for built
779         sources.
780  
781         * docs/Makefile.am: use common gtk-doc.make.
782  
783         * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
784  
785 2003-03-16  Joel Brich <joel.brich@laposte.net>
786
787         * configure.in: Added "eo" to ALL_LINGUAS
788         * po/eo.po: Added Esperanto translation
789         from Charles Voelger <cvoelger@dweasel.com>
790
791 2003-03-12  Tor Lillqvist  <tml@iki.fi>
792
793         * atk/atk.def: Add one more missing export, thanks to Cedric
794         Gustin.
795
796 2003-03-07  Padraig O'Briain  <padraig.obriain@sun.com>
797
798         * atk/atkobject.c (atk_object_set_role): Add check that role is
799         actually being changed. Do not emit notification for initial
800         role setting. (bug #107710)
801
802 2003-03-06  Padraig O'Briain  <padraig.obriain@sun.com>
803
804         * atk/atkrelationset.c: Current returning of FALSE to 0 in function 
805         which returns integer; (bug #107661) reported by Morten Welinder.
806
807 2003-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
808
809         * atk/atk-relation.c
810         atk/atkrelationset.c
811         atk/atkstatset.c: Correct returning of FALSE to NULL in functions
812         which return pointer; (bug #107650) reported by Morten Welinder.
813
814 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
815
816         * test/Makefile.am: Update to produce .so files
817         (Problem reported and solution reported by Michael.Wilson@bull.net)
818
819 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
820
821         * atk/atkgobjectaccessible.c (atk_gobject_accessible_from_object):
822         Correct creation of non-AtkGObjectAccessible (bug #107124)
823
824         * atk/atkobject.c (atk_object_class_init): Set default initialize 
825         function so that code which does not check for existence of parent 
826         class's initialize function will work.
827
828         * atk/atkvalue.c: (atk_value_get_minimum_value, 
829         atk_value_get_maximum_value, atk_value_get_current_value):
830         Reset Value argument if it is a valid GValue otherwise zeroise it.
831
832         docs/tmpl/atkhypertext.sgml: Add link-selected signal.
833
834 2003-02-25  Tor Lillqvist  <tml@iki.fi>
835
836         * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh.
837
838         * atk/atk.def: Add a couple of missing entries, thanks to Cedric
839         Gustin.
840
841         * atk/atk.rc.in: New file, for version info in the DLL on
842         Windows. Similar as in GLib, GTK, etc.
843
844         * configure.in: Generate atk/atk.rc.
845         
846         * atk/Makefile.am: Use atk.rc on Windows.
847         (EXTRA_DIST): Distribute atk.rc(.in).
848
849         * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR,
850         but deduce it from DLL location, like GLib, GTK etc do.
851
852 2003-02-23  Abel Cheung  <maddog@linux.org.hk>
853
854         * configure.in: Added "mk" to ALL_LINGUAS.
855
856 2003-02-21  Roozbeh Pournader  <roozbeh@sharif.edu>
857
858         * configure.in: Added "fa" to ALL_LINGUAS.
859
860 2003-02-21  Metin Amiroff  <metin@karegen.com>
861
862         * configure.in: Added Azerbaijanian to ALL_LINGUAS.
863
864 2003-02-19  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
865
866         * configure.in: Added Belarusian to ALL_LINGUAS.
867
868 2003-02-14  Padraig O'Briain  <padraig.obriain@sun.com>
869
870         * atk/atknoopobject.c: Add AtkHypertext interface as this object should
871         claim to implement all interfaces.
872
873 2003-02-12  Padraig O'Briain  <padraig.obriain@sun.com>
874
875         * atk/atkhyperlink.c (atk_hyperlink_class_init): Correct typo in blurb
876
877         * atk/atkhypertext.c
878         (atk_hypertext_get_link): Add check on link_index value
879         (atk_hypertext_get_link_index): Add check on char_index value
880
881 2003-02-09  Christian Rose  <menthos@menthos.com>
882
883         * configure.in: Added "kn" to ALL_LINGUAS.
884
885 2003-02-07  Christian Rose  <menthos@menthos.com>
886
887         * configure.in: Added "bn" to ALL_LINGUAS.
888
889 2003-02-06  Christian Rose  <menthos@menthos.com>
890
891         * configure.in: Added "id" to ALL_LINGUAS.
892
893 2003-02-04  Padraig O'Briain  <padraig.obriain@sun.com>
894
895         * atk/atkgobjectaccessible.c (atk_gobject_accessible_for_object):
896         Add weak reference so we do not leak the accessible when the object
897         dies. Problem reported by Alex Larsson.
898
899 2003-02-02  Fatih Demir <kabalak@gtranslator.org>
900
901         * configure.in: Added "tr" (Turkish) to the languages' list.
902
903 2003-01-30  Padraig O'Briain  <padraig.obriain@sun.com>
904
905         * atk/atkhyperlink.[ch]
906         New property selected-link defined.
907         Function pointer is_selected_link added to interface
908         (atk_hyperlink_is_selected_link: New functions which checks
909         whether the specified AtkHyperlink is selected
910         
911         * atk/atkhypertext.[ch]
912         New signal link-selected added.
913
914         * docs/atk-sections.txt: Add atk_hyperlink_is_selected_link
915
916         * docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link
917         and function atk_hyperlink_is_selected_link.
918
919         This fixes bug #104621.
920         
921 Tue Jan 28 13:52:20 2003  Manish Singh  <yosh@gimp.org>
922
923         * autogen.sh (have_automake): call the versioned automake when
924         checking the version itself.
925
926 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
927
928         * autogen.sh (have_automake): Fix version in complaint
929         message about automake. (#104366, Rich Burridge)
930
931 2003-01-26  Daniel Yacob <locales@geez.org>
932
933         * configure.in: Added am to ALL_LINGUAS.
934
935 2003-01-23  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
936
937         * configure.in: Added "sk" to ALL_LINGUAS.
938
939 2003-01-23  Abel Cheung  <maddog@linux.org.hk>
940
941         * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS.
942
943 2003-01-23  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
944
945         * configure.in: Added "pt_BR" to ALL_LINGUAS.
946
947 2003-01-22  Marius Andreiana <marius galuna.ro>
948
949         * configure.in: added 'ro' to ALL_LINGUAS
950
951 2003-01-21  Christian Rose  <menthos@menthos.com>
952
953         * configure.in: Added "mn" to ALL_LINGUAS.
954
955 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
956
957         * atk/atktext.c
958         (atk_text_base_init): Set vtable entry for default implementations
959         (atk_text_get_range_extents): Omit calling default implementation
960         (atk_text_get_bounded_ranges): Omit calling default implementation
961
962         * atk/atkcomponent.c
963         (atk_component_base_init): New function to set vtable entry for 
964         default implementations
965         (atk_component_ref_accessible_at_point): Omit calling default 
966         implementation
967         (atk_component_contains): Omit calling default implementation
968         (atk_component_get_position): Omit calling default implementation
969         (atk_component_get_size): Omit calling default implementation
970
971 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
972
973         * atk/atkobject.c 
974         (atk_object_real_set_property): Add support for PROP_TABLE_SUMMARY 
975         and PROP_TABLE_CAPTION_OBJECT.
976         (atk_object_real_get_property): Add support for PROP_TABLE_SUMMARY 
977         and PROP_TABLE_CAPTION_OBJECT.
978
979         This completes ATK changes for bug #74814.
980
981 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
982
983         * atk/atkobject.c: Add property accessible-table-caption-object.
984         This addresses bug #74814.
985
986         * atk/atkobject.h: Move some documentation from template file to
987         avoid warnings when building.
988
989         * atk/atkrelation.c: Add new properties relation and target.
990         This addresses bug #72426.
991
992         * atktext.[ch]: Add new functions atk_text_get_range_extents and
993         atk_text_get_bounded_ranges.
994         Also added data structures AtkTextRectangle and AtkTextRange, enum
995         AtkTextClipType and helper function  atk_text_free_ranges.
996         This addresses bug #100943.
997         (atk_text_get_character_extents): Ensure that the reported width is 
998         not negative. This fixes bug #102954)
999
1000         * docs/atk-sections.txt: Add new functions and data items.
1001
1002         * docs/tmpl/atk-object.sgml: Remove some documentation and put in 
1003         atkobject.h. Add reference to accessible-table-caption-object.
1004
1005         * docs/tmpl/atk-relation.sgml: Add new properties
1006
1007         * docs/tmpl/atktext.sgml: Add new functions and data items.
1008
1009
1010 2003-01-20  Padraig O'Briain  <padraig.obriain@sun.com>
1011
1012         * ===== Released 1.2.2=====
1013
1014         * configure.in: Version 1.2.2, interface age 2, binary age 202
1015
1016         * NEWS: Updated.
1017
1018 2003-01-19  He Qiangqiang  <carton@linux.net.cn>
1019
1020         * configure.in: Added "zh_CN" to ALL_LINGUAS.
1021
1022 2003-01-12  Laurent Dhima  <laurenti@alblinux.net>
1023
1024         * configure.in: Added 'sq'(albanian) to ALL_LINGUAS.
1025
1026 2003-01-11  Pauli Virtanen  <pauli.virtanen@hut.fi>
1027
1028         * configure.in (ALL_LINGUAS): Added "fi" (Finnish)
1029
1030 2003-01-06  Alessio Frusciante  <algol@firenze.linux.it>
1031
1032         * configure.in (ALL_LINGUAS): Added "it" (Italian) 
1033
1034 2003-01-06  Padraig O'Briain  <padraig.obriain@sun.com>
1035
1036         * configure.in: Add -with-html-dir option. (bug #102497)
1037
1038         * docs/Makefile.am: Remove INSTALLDIR and HTML_DIR
1039
1040         * docs/tmpl/atkobject.sgml: Update so property names are in
1041         alphabetic order.
1042
1043 2003-01-03  Padraig O'Briain  <padraig.obriain@sun.com>
1044
1045         * ===== Released 1.2.1=====
1046         
1047         * configure.in: Version 1.2.1, interface age 1, binary age 201
1048
1049         * NEWS: Updated.
1050
1051 2003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
1052
1053         * configure.in (ALL_LINGUAS): Added pl (Polish).
1054
1055 2002-12-23  Nam SungHyun  <namsh@kldp.org>
1056
1057         * configure.in: Added Korean (ko) to ALL_LINGUAS
1058
1059 2002-12-22  Artis Trops  <hornet@navigator.lv>
1060
1061         * configure.in: Added Latvian (lv) to ALL_LINGUAS.
1062
1063 2002-12-22  Christophe Merlet  <redfox@redfoxcenter.org>
1064
1065         * configure.in (ALL_LINGUAS): added French (fr).
1066
1067 2002-12-21  Jordi Mallach  <jordi@sindominio.net>
1068
1069         * configure.in (ALL_LINGUAS): added Catalan (ca).
1070
1071 2002-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
1072
1073         * ===== Released 1.2.0 ======
1074
1075         * configure.in: Version 1.2.0, interface age 0, binary age 200
1076
1077         * NEWS: Final update for 1.2.0.
1078
1079         * docs/tmpl/atkobject.sgml: Order of properties have been changed.
1080
1081 2002-12-18  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
1082
1083         * configure.in: Added Russian to ALL_LINGUAS.
1084
1085 2002-12-16  Padraig O'Briain  <padraig.obriain@sun.com>
1086
1087         * ===== Released 1.1.5=====
1088         
1089         * configure.in: Version 1.1.5, interface age 2, binary age 105
1090
1091         * NEWS: Updated.
1092
1093 2002-12-13  Padraig O'Briain  <padraig.obriain@sun.com>
1094
1095         * atk/atktext.c (atk_text_get_caret_offset): Return 0 instead of -1
1096         if caret is not supported. This addresses bug #101020.
1097
1098         * configure.in: Use third argument of AC_DEFINE to get rid of 
1099         acconfig.h. 
1100
1101 Thu Dec 12 14:57:20 2002  Owen Taylor  <otaylor@redhat.com>
1102
1103         * acinclude.m4: Remove; wasn't needed, and referred
1104         to GLib internal m4 files now gone.
1105
1106 Thu Dec 12 11:04:05 2002  Manish Singh  <yosh@gimp.org>
1107
1108         * configure.in: Require autoconf-2.53.
1109
1110 2002-12-12  Yanko Kaneti  <yaneti@declera.com>
1111
1112         * configure.in (ALL_LINGUAS): Added Bulgarian (bg).
1113
1114 2002-12-11  Pablo Saratxaga  <pablo@mandrakesoft.com>
1115
1116         * configure.in (ALL_LINGUAS): Added Vietnamese (vi), Hebrew (he),
1117         and Dutch (nl).
1118
1119 2002-12-07  Andras Timar <timar@gnome.hu>
1120
1121         * configure.in (ALL_LINGUAS): Added Hungarian (hu).
1122
1123 2002-12-06  Padraig O'Briain  <padraig.obriain@sun.com>
1124
1125         * ===== Released 1.1.4 =====
1126         
1127         * configure.in: Version 1.1.1, interface age 1, binary age 104
1128
1129         * NEWS: Updated.
1130
1131 2002-12-05  Ole Laursen  <olau@hardworking.dk>
1132
1133         * configure.in (ALL_LINGUAS): Added Danish (da).
1134
1135 2002-12-02  Pablo Gonzalo del Campo <pablodc@bigfoot.com>
1136
1137         * configure.in (ALL_LINGUAS): Added Spanish (es).
1138
1139 2002-12-01  Christian Neumair  <chris@gnome-de.org>
1140
1141         * configure.in (ALL_LINGUAS): Added German (de).
1142
1143 2002-11-22  Kjartan Maraas  <kmaraas@gnome.org>
1144
1145         * configure.in (ALL_LINGUAS): Added "no".
1146         
1147 2002-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1148
1149         * Update NEWS for 1.1.3
1150
1151 2002-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
1152
1153         * configure.in: Update to take account of gtk-doc-version being 0.10
1154         Updated version required to 0.9
1155
1156 2002-11-20  Bill Haneman <bill.haneman@sun.com>
1157
1158         * atk/atkobject.h:
1159         Added ATK_ROLE_APPLICATION.
1160
1161         * atk/atkobject.c:
1162         (atk_role_get_localized_name):
1163         Added ATK_ROLE_APPLICATION case.        
1164
1165         * docs/atk-decl.txt:
1166         Added ATK_ROLE_APPLICATION to docs.
1167         
1168 2002-11-18  Abi Brady  <morwen@evilmagic.org>
1169
1170         * configure.in: Added "en_GB" to ALL_LINGUAS.
1171
1172 2002-11-15  Hasbullah BIn Pit <sebol@ikhlas.com>
1173
1174         * configure.in: Added "ms" to ALL_LINGUAS.
1175
1176 2002-11-15  Padraig O'Briain  <padraig.obriain@sun.com>
1177
1178         * Update NEWS for 1.1.2
1179
1180         * docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
1181         Update docs.
1182
1183 2002-11-14  Bill Haneman <bill.haneman@sun.com>
1184
1185         * configure.in:
1186         Revved to 1.1.2, interface age 0, binary age 102.
1187         
1188         * atk/atkrelationtype.h:
1189         (ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY):
1190         New relations to handle content embedding, for instance
1191         text that embeds or flows around images.
1192
1193         * atk/atkhyperlink.h:
1194         (atk_hyperlink_is_inline):
1195         New API, returns whether a hyperlink's content is
1196         partially displayed inline; useful for small images
1197         emedded in text, and for HTML <src> elements.
1198         (AtkHyperlinkClass->link_state):
1199         New virtualized method, used to implement various
1200         state query API such as atk_hyperlink_is_inline().
1201
1202         * atk/atkhyperlink.c:
1203         (atk_hyperlink_is_inline):
1204         New method.
1205
1206         * docs/atk-sections.txt: 
1207         Additions for above API.
1208
1209 2002-11-13  Padraig O'Briain  <padraig.obriain@sun.com>
1210
1211         * atk/atkobject.[ch]: Add signal active-descendant-changed
1212
1213 2002-11-11  Christian Rose  <menthos@menthos.com>
1214
1215         * configure.in: Added "sv" to ALL_LINGUAS.
1216
1217 Fri Nov  8 19:55:25 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1218
1219         * atk/atkhyperlink.c
1220         * atk/atkhyperlink.h
1221         * atk/atktable.c
1222         * atk/atktable.h
1223         * atk/atktext.c
1224         * atk/atktext.h
1225         * docs/tmpl/atkhyperlink.sgml
1226         * docs/tmpl/atkobject.sgml
1227         * docs/tmpl/atktable.sgml
1228         * docs/tmpl/atktext.sgml
1229
1230         Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow
1231         without warnings.
1232         
1233 2002-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
1234
1235         * autogen.sh: Add call to autoheader to create config.h.in
1236
1237 2002-11-04  Padraig O'Briain  <padraig.obriain@sun.com>
1238
1239         * acinclude.m4: New file
1240
1241         * autogen.sh: Add i18n support (copied from gtk+).
1242
1243         * configure.in: Add definition for atklocaledir and check for
1244         bind_textdomain_codeset()
1245
1246         * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES
1247
1248         * atk/atkobject.c (atk_role_get_localized_name): Add code to
1249         initialize i18n.
1250         
1251         * po/.cvsignore: Add extra files.
1252
1253 2002-11-01  Padraig O'Briain  <padraig.obriain@sun.com>
1254
1255         * configure.in: Create po/Makefile; patch supplied by 
1256         Dan Mills (thunder@ximain.com)
1257         
1258 2002-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1259
1260         * ===== Released 1.1.1 =====
1261         
1262         * configure.in: Version 1.1.1, interface age 0, binary age 101
1263
1264         * NEWS: Updated.
1265
1266         * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
1267
1268 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
1269
1270         * Makefile.am: Add po directory
1271
1272         * configure.in: Add support for I18N
1273
1274         * acconfig.h atk/atkintl.h: New files used to support I18N
1275
1276         * atk/atkobject.c: Update atk_role_get_localized_name() to
1277         allow for localized name to be returned.
1278
1279         * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES
1280
1281         * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore
1282         po/ChangeLog: New files
1283
1284 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
1285
1286         * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h
1287
1288         * atk/atkaction.[ch]: Add atk_action_get_localized_name.
1289
1290         * atk/atkobject.[ch]: Add atk_role_get_localized_name,
1291         atk_object_add_relationship and atk_object_remove_relationship
1292         Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH
1293         and ATK_ROLE_RULER
1294
1295         * atk/atkrelation.h: Move definition of AtkRelationType to
1296         atk/relationtype.h
1297
1298         * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS
1299
1300         * atk/atktext.[ch]: Add text-attributes-changed signal.
1301
1302         * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions.
1303
1304         * docs/tmpl/atkobject.sgml: Add new functions and new roles.
1305
1306         * docs/tmpl/atkrelation.sgml: Add new relations
1307
1308         * docs/tmpl/atkstate.sgml: Add new state
1309
1310         * docs/tmpl/atktext.sgml: Add new signal
1311
1312         * tests/testrelation.c: Add tests for new relationship functions.
1313
1314 2002-10-01  Padraig O'Briain  <padraig.obriain@sun.com>
1315
1316         * atk/atkobject.c (atk_object_notify): Fix leak; report and patch
1317         supplied by Sebastian Rittau (srittau@jroger.in-berlin.de)
1318
1319         Bug #94548.
1320
1321 2002-09-24  Padraig O'Briain  <padraig.obriain@sun.com>
1322
1323         * ===== Released 1.1.0 =====
1324         
1325         * NEWS: Updated.
1326
1327 2002-09-18  Padraig O'Briain  <padraig.obriain@sun.com>
1328
1329         * configure.in:
1330         increment version to 1.1.0, in view of the fact that we've 
1331         branched for GNOME-2 and GTK+-2.0, and this is HEAD.
1332         Also reset INTERFACE_AGE to zero, since an enum was added.
1333         Use similar library numbering as GTK.
1334
1335         * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
1336
1337 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
1338
1339         * atk/atkobject.h: add ATK_LAYER_WINDOW.
1340
1341         * atk/atkcomponent.c: upd docs.
1342
1343 2002-09-06  Padraig O'Briain  <padraig.obriain@sun.com>
1344
1345         * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to 
1346         avoid unused declarations
1347
1348         * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml:
1349         Move AtkRelationSet from atkobject to atkrelationset.
1350
1351 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1352
1353         * docs/atk-sections.txt docs/tmpl/atkaction.sgml
1354         docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml
1355         docs/tmpl/atkeditabletext.sgml docs/tmpl/atkhypertext.sgml
1356         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
1357         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
1358         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml
1359         docs/tmpl/atkvalue.sgml:
1360         Remove reference to ...Iface data structures; which eliminates
1361         undocumented symbols.
1362
1363 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1364
1365         *  atk/atkutil.h: Add documentation for AtkKeyEventType
1366
1367         * docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml
1368         docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml
1369         docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
1370         docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml 
1371         docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml
1372         docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml
1373         docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml
1374         docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml
1375         docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml
1376         docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml
1377         docs/tmpl/atkutil.sgml:
1378         Reduce number of undocumented symbols
1379
1380 2002-08-26  Padraig O'Briain  <padraig.obriain@sun.com>
1381
1382         * atk/atknoopobjectfactory.c:
1383         Add implementation for atk_object_factory_get_accessible_type()
1384
1385 2002-08-18  Havoc Pennington  <hp@pobox.com>
1386
1387         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1388         both automake 1.6 and 1.4 installed get the right automake. Means
1389         compilation from CVS will now require the latest automake 1.4
1390         release, or manually creating symlinks called "automake-1.4" and
1391         "aclocal-1.4"
1392
1393 2002-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1394
1395         These changes improve the quality of the documentation by adding
1396         information about properties and signals.
1397
1398         * configure.in:
1399         Add atktargetlib, STRIP_BEGIN, STRIP_END and STRIP_DUMMY for
1400         use in docs Makefile.am
1401
1402         * atk/atk.h:
1403         Add missing include files, atk/atknoopobject.h and 
1404         atknoopobjectfactory.h
1405
1406         * docs/Makefile.am:
1407         Add support for scan program
1408
1409         * docs/atk.types:
1410         Added content to this file
1411
1412         * docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
1413         docs/tmpl/atknoopobject.sgml docs/tmpl/atknoopobjectfactory.sgml
1414         docs/tmpl/atkobjectfactory.sgml docs/tmpl/atkregistry.sgml
1415         docs/tmplatkutil.sgml:
1416         Removed references to contents of object's data structure
1417
1418         * docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml
1419         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml:
1420         Add references to signals and properties.
1421
1422 Wed Jul 31 17:08:04 2002  Owen Taylor  <otaylor@redhat.com>
1423
1424         * ===== Released 1.0.3 =====
1425         
1426         * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
1427         interface, binary version 3.
1428
1429         * NEWS: Updated.
1430
1431 2002-07-14  Padraig O'Briain  <padraig.obriain@sun.com>
1432
1433         * README: Updated to describe where to log bugs and mention mailing
1434         list.
1435
1436 2002-06-20  Padraig O'Briain  <padraig.obriain@sun.com>
1437
1438         * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml
1439         atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml
1440         atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml
1441         atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml
1442         atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml
1443         atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml
1444         atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml
1445         atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml
1446         atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml
1447         atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml
1448         atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml
1449         Update documentation.
1450
1451 2002-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
1452
1453         * atk/atkregistry.c:
1454         64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com)
1455         (bug #83316)
1456
1457 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
1458
1459         * ===== Released 1.0.2 ======
1460
1461         * NEWS: Updates.
1462
1463         * configure.in: Version 1.0.2, interface, binary age 2
1464
1465 2002-04-26  Padraig O'Briain  <padraig.obriain@sun.com>
1466
1467         * atk/atkutil.c (atk_focus_tracker_notify):
1468         Allow for object being NULL which means the window containing the
1469         focus widget has lost focus. We update the previous_focus_object 
1470         so we can emit notification for focus widget when window regains
1471         focus.
1472
1473 2002-04-15  Padraig O'Briain  <padraig.obriain@sun.com>
1474
1475         * atk/atkgobjectaccessible.c:
1476         (atk_gobject_accessible_for_object):  Allow for case where created
1477         AtkObject is not a AtkGObjectAccessible so quark_accessible_object
1478         was not initialized in atk_gobject_accessible_class_init
1479
1480 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
1481
1482         * ===== Released 1.0.1 ======
1483
1484         * NEWS: Updates.
1485
1486         * configure.in: Version 1.0.1, interface, binary age 1.0.0.
1487
1488 2002-03-19  Padraig O'Briain  <padraig.obriain@sun.com>
1489
1490         * atk/atkutil.c (atk_focus_tracker_notify):
1491         Do not do notification if previously notified object is the same as
1492         this object
1493
1494 2002-03-14  Tor Lillqvist  <tml@iki.fi>
1495
1496         * atk/Makefile.am: Use correct name for the DLL when generating
1497         the MSVC import library.
1498
1499 2002-03-13  Bill Haneman <bill.haneman@sun.com>
1500
1501         * atk/atkutil.c (atk_object_get_root):
1502         Changed g_type_class_peek to g_type_class_ref,
1503         this seemed to be triggering a SEGV in some cases.
1504
1505
1506 2002-03-12  Padraig O'Briain  <padraig.obriain@sun.com>
1507
1508         * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose):
1509         Correct name of data set to NULL from quark_accessible_object to
1510         quark_object
1511
1512 2002-03-09  Padraig O'Briain  <padraig.obriain@sun.com>
1513
1514         * atk/atkhyperlink.c (atk_hyperlink_get_type):
1515         Fix typo.
1516
1517 Thu Mar  7 23:52:51 2002  Owen Taylor  <otaylor@redhat.com>
1518
1519         * ===== Released 1.0.0 ======
1520
1521         * NEWS: Final update for 1.0.0.
1522
1523         * README: Update the compilation instructions a bit.
1524
1525 2002-03-06  Tor Lillqvist  <tml@iki.fi>
1526
1527         * atk-zip.sh.in
1528         * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import
1529         library names.
1530
1531 Tue Mar  5 16:54:21 2002  Owen Taylor  <otaylor@redhat.com>
1532
1533         * ATK 1.0.0 rc1
1534
1535         * tests/Makefile.am: Don't install libteststateset.la,
1536         libtestrelation.la. (#73655, James Henstridge)
1537
1538         * autogen.sh: Add --enable-gtk-doc
1539
1540         * configure.in: --disable-gtk-doc by default.
1541
1542         * Makefile.am: Add a slightly modified distcheck rule
1543         that passes --enable-gtk-doc to the configure inside.
1544         (So that 'make dist' succeeds inside.)
1545
1546 Tue Mar  5 11:55:35 2002  Owen Taylor  <otaylor@redhat.com>
1547
1548         * configure.in: Require GLib-2.0.0.
1549
1550         * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in:
1551         Switch over to the Glib/GTK+ versioning scheme.
1552
1553 2002-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
1554
1555         * atk/atktext.c (atk_text_get_text):
1556         Permit end offset value of -1
1557
1558 2002-02-28  Padraig O'Briain  <padraig.obriain@sun.com>
1559
1560         * atk/atkhypertext.h:
1561         Update comments
1562
1563 2002-02-28  Sven Neumann  <sven@gimp.org>
1564
1565         * configure.in: beautified configure --help output.
1566
1567 2002-02-27  Padraig O'Briain  <padraig.obriain@sun.com>
1568
1569         * atk/atkhypertext.h atk/atkhyperlink.h: 
1570         Add padding to class structures to allow for future expansion.
1571
1572         * atk/atkdocument.h: 
1573         Add padding to class structures to allow for future expansion.
1574
1575         * atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
1576         Add padding to class structures to allow for future expansion.
1577
1578 Mon Feb 25 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
1579
1580         * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
1581
1582 2002-02-26  Tor Lillqvist  <tml@iki.fi>
1583
1584         * atk/Makefile.am: Do use -no-undefined on Win32, otherwise
1585         libtool won't create a DLL.
1586
1587 2002-02-25  Padraig O'Briain  <padraig.obriain@sun.com>
1588
1589         * atk/Makefile.am:
1590         Remove -no-undefined because of problems with uunresolved symbols
1591         in libgobject on Solaris when using gcc
1592
1593 Sat Feb 23 23:02:23 2002  Owen Taylor  <otaylor@redhat.com>
1594
1595         * configure.in: Version 0.13
1596
1597         * NEWS: Update for 0.13
1598
1599         * docs/atk-sections.txt: Update.
1600
1601 2002-02-22  Padraig O'Briain  <padraig.obriain@sun.com>
1602
1603         * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c
1604         atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c
1605         atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c:
1606         Make use of parent_class consistent; define as gpointer and
1607         use g_type_class_peek_parent() to get it
1608
1609         * atk/atktext.c:
1610         Delete unused empty line
1611
1612         * atk/atkregistry.c atk/atkrelation.c:
1613         Make parent_class static 
1614
1615 2002-02-20  Padraig O'Briain  <padraig.obriain@sun.com>
1616
1617         * atk/atktext.c:
1618         Add check for offset being negative in functions which have offset
1619         parameter and return immediately if so.
1620
1621 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
1622
1623         * atk/atkcomponent.h:
1624         Change argument of get_layer and get_mdi_zorder function pointers 
1625         to be AtkComponent instead of AtkObject
1626
1627         * atk/atkcomponent.c:
1628         Change atk_component_get_layer and atk_component_get_mdi_zorder
1629         to refer to argument as component instead os accessible
1630
1631         * docs/atk-sections.txt docs/tmpl/atkaction.sgml 
1632         docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
1633         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml 
1634         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
1635         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
1636         Update for recent changes
1637         
1638 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
1639
1640         * atk/atk.h:
1641         Guard atk.h with ifndef __ATK_H__
1642         (#71405 reported by terra@diku.dk (Morten Welinder))
1643
1644 2002-02-13  Padraig O'Briain  <padraig.obriain@sun.com>
1645
1646         * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
1647         atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h 
1648         atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
1649         atk/atktable.h atk/atktext.h atk/atkvalue.h:
1650         Add padding to class structures to allow for future expansion.
1651
1652 2002-02-11  Bill Haneman  <bill.haneman@sun.com>
1653
1654         * configure.in:
1655         Incremented revision and tagged GNOME_D2_BETA.
1656
1657         * atkobject.h: 
1658         Marked atk_object_get_layer and atk_object_get_mdi_zorder
1659         as deprecated (should use atk_component API below).
1660         
1661         * atkcomponent.h:
1662         Added atk_component_get_layer and atk_component_get_mdi_zorder
1663         (erroneously defined in atkobject, they belong here).
1664
1665         * atkcomponent.c:
1666         Fixed some property get/set bugs.
1667
1668         * NEWS: updated for GNOME 2 Desktop Beta.
1669         
1670 2002-02-11  jacob berkman  <jacob@ximian.com>
1671
1672         * atk/atkselection.[ch] (atk_selection_get_type): 
1673         * atk/atktable.[ch] (atk_table_get_type): 
1674         * atk/atkregistry.h (atk_get_default_registry): 
1675         * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): 
1676         * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): 
1677         * atk/atkcomponent.[ch] (atk_component_get_type): 
1678         * atk/atkaction.[ch] (atk_action_get_type): declare function
1679         arguments as (void) rather than ()
1680
1681 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
1682
1683         * configure.in:
1684         Incremented revision.
1685
1686 2002-01-30  Bill Haneman  <bill.haneman@sun.com>
1687
1688         * docs/tmpl/atkaction.sgml:
1689         * docs/tmpl/atkcomponent.sgml:
1690         * docs/tmpl/atkeditabletext.sgml:
1691         * docs/tmpl/atkimage.sgml:
1692         * docs/tmpl/atkobject.sgml:
1693         * docs/tmpl/atkselection.sgml:
1694         * docs/tmpl/atktable.sgml:
1695         * docs/tmpl/atktext.sgml:
1696         * docs/tmpl/atkvalue.sgml:
1697         Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
1698         fields to improve docs; the documentation now gives some
1699         information on the purpose and function of the various ATK
1700         interfaces, and which types of UI components typically implement
1701         which interfaces.
1702         
1703 Tue Jan 29 23:29:46 2002  Owen Taylor  <otaylor@redhat.com>
1704
1705         * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
1706
1707 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
1708
1709        * configure.in:
1710        Update version number to 0.10, for Desktop Alpha 2
1711
1712 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
1713
1714         * atk/atkobject.h:
1715         Correct inconsistencies between registered signal parameter types 
1716         and default signal handler struct fields
1717         (based on patch from Murray Cumming <murray@usa.net>)
1718
1719 2002-01-10  Bill Haneman <bill.haneman@sun.com>
1720
1721        * configure.in:
1722        Update version number to 0.9, for Beta2 package.
1723
1724 Wed Jan  9 11:26:56 2002  Owen Taylor  <otaylor@redhat.com>
1725
1726         * atk/Makefile.am (s-enum-types-h):  Include glib-object.h,
1727         Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
1728         Mikael Hermansson)
1729
1730 2002-01-07  Padraig O'Briain  <padraig.obriain@sun.com>
1731
1732         * atk/atkcomponent.c (atk_component_add_focus_handler):
1733         Add comments to clarify behavior if handler has already been added
1734
1735         * docs/tmpl/atktext.sgml:
1736         Update for change of caret_changed to text_caret_moved
1737
1738 2002-01-05  Hans Breuer  <hans@breuer.org>
1739
1740         * atk/makefile.msc : generate atk-enum-types.[hc]
1741         NOTE: the long comment in atkobject.h is crashing perl,
1742         at least version 5.005_02 built for MSWin32-x86-object
1743         Binary build 506 provided by ActiveState. Temporary
1744         deleting the AtkRole comment allows to work-around.
1745
1746         atk/atk.def : updated externals
1747
1748 2002-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
1749
1750         * atk/atkgobjectaccessible.h
1751         Fixed typo in define (reported by Jeff Franks)
1752
1753         * atk/atktext.c atk/atktext.h
1754         Change name of default signal handler for text_caret_moved signal
1755         from caret_changed to text_caret_moved
1756         Change enum CARET_MOVED to TEXT_CARET_MOVED
1757         (both issues reported by Jeff Franks)
1758
1759 2001-12-15  Michael Meeks  <michael@ximian.com>
1760
1761         * atk/atkrelation.c (atk_relation_class_init):
1762         setup parent class
1763         (atk_relation_finalize): chain to parent.
1764
1765         * atk/atkrelationset.c (atk_relation_set_class_init),
1766         (atk_relation_set_finalize): same fix.
1767
1768 Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
1769
1770         * configure.in: Version 0.8, require GLib-1.3.12
1771
1772         * atk/makefile.msc (PKG_VER): Version 0.8.
1773
1774 Thu Dec 20 00:33:47 2001  Owen Taylor  <otaylor@redhat.com>
1775
1776         * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
1777         for correct srcdir != builddir operation when 
1778         generating source files in srcdir.
1779         
1780 Thu Dec 20 00:27:01 2001  Owen Taylor  <otaylor@redhat.com>
1781
1782         * docs/tmpl/atkutil.sgml: remove some conflict
1783         indicators.
1784
1785 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
1786
1787         * atk/atk.def:
1788         Add new functions
1789
1790 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
1791
1792         Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
1793         docs/tmpl/atkgobjectaccessible.sgml
1794
1795         * atk/Makefile.am atk/atk.h:
1796         Add references to new files
1797
1798         * atk/atkobject.c atk/atkobject.h
1799         docs/tmpl/atkobject.sgml:
1800         Add new function atk_object_initialize
1801
1802         * atk/atkobjectfactory.c atk/atkobjectfactory.h
1803         docs/tmpl/atkobjectfactory.sgml:
1804         Add new function atk_object_factory_get_accessible_type
1805
1806         * docs/atk-sections.txt:
1807         Add new functions.
1808         Add functions in atk-unused.txt
1809
1810         
1811 2001-12-17  Darin Adler  <darin@bentspoon.com>
1812
1813         * atk/atktext.c: Add missing #include <string.h>
1814
1815 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1816
1817         * atk/Makefile.am, tests/Makefile.am: Compile with
1818         -DG_DISABLE_DEPRECATED. See #52790.
1819
1820 2001-12-11  Padraig O'Briain  <padraig.obriain@sun.com>
1821
1822         * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
1823         Remove unnecessary g_retunn_val_if_fail() call.
1824
1825 2001-12-08  Michael Meeks  <michael@ximian.com>
1826
1827         * atk/atkregistry.c (atk_registry_class_init):
1828         paranoia is not appropriate here, setup parent_class,
1829         don't create a new default registry here - makes no
1830         sense.
1831         (atk_registry_finalize): chain to parent class, do
1832         g_hash_table_destroys instead of g_frees.
1833
1834 2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
1835
1836         * atk/Makefile.am:
1837         Update to create atk-enum-types.h before compiling source files
1838         (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
1839
1840 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
1841
1842         * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
1843         docs/tmpl/atktext.sgml tests/testrelation.c:
1844         Change atk_attribute_register to atk_text_attribute_register,
1845         atk_attribute_get_value to atk_text_attribute_get_value,
1846         atk_attribute_get_name to atk_text_attribute_get_name
1847         atk_attribute_for_name to atk_text_attribuute_for_name
1848
1849 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
1850
1851         * atk/atktext.c:
1852         Add implementation of atk_attribute_register, atk_attribute_for_name
1853         Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
1854         support extra attributes being defined
1855
1856         * atk/atktext.h:
1857         Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
1858         extra attributes to be defined
1859         Add atk_attribute_register() and atk_attribute_for_name()
1860
1861         * atk/atk.def:
1862         Add new functions
1863
1864         * docs/atk-sections.txt docs/tmpl/atktext.sgml
1865         Update because of additions to atk/atktext.h
1866
1867         * tests/testrelation.c:
1868         Add tests for text attributes
1869
1870 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
1871
1872         * atk/atkobject.c:
1873         Update atk_role_register() to allow extra roles to be defined
1874         Update atk_role_get_name() and atk_role_for_name() for newly defined
1875         roles
1876
1877         * tests/testrelation.c:
1878         Add tests for roles
1879
1880 2001-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
1881
1882         * atk/atkrelation.c:
1883         Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
1884         atk_relation_type_for_name()
1885
1886         * atk/atkstate.c:
1887         Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
1888         atk_state_type_for_name()
1889
1890         * tests/testrelation.c, tests/teststateset.c:
1891         Update tests as name componenets are separated by hyphen (-) rather
1892         than underline (_)
1893
1894 2001-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
1895
1896         * atk/Makefile.am:
1897         Generate files atk-enum-types.c and atk-enums-types.h to create
1898         types for enums.
1899
1900         * atk/atkobject.c:
1901         Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
1902
1903 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
1904
1905         * atk/atkutil.c:
1906         Changed calls to g_type_class_peek() to g_type_class_ref() where
1907         it makes more sense, and in other places check for a non-null
1908         klass return before trying to call class methods.  This prevents
1909         SEGV if no Atk-implementation library has been loaded.
1910
1911         * atk/atkobject.c:
1912         Fixed gtk-doc warning.
1913
1914 2001-11-28  Padraig O'Briain  <padraig.obriain@sun.com>
1915
1916         * atk/atkobject.[c|h]:
1917         Add functions atk_role_get_name() and atk_role_for_name() which
1918         transform a role into an untranslated string
1919         Update comments in atkobject.h which refer to property names
1920
1921         * atk/atkrelation.c:
1922         Correct error in atk_relation_type_get_name
1923
1924         * docs/atk-sections.txt
1925         Added atk_role_get_name and atk_role_for_name
1926
1927         * docs/tmpl/*sgml
1928         Updated files
1929         
1930 2001-11-23  Hans Breuer  <hans@breuer.org>
1931
1932         * atk/atk.def : updated externals
1933
1934         * atk/atktext.c atk/atkutil.c : added two spaces to fix
1935         minor coding style issues. Found by my exports generator.
1936
1937         * atk/makefile.msc : version 0.7, use build dir from
1938         $(TOP)\glib
1939
1940 Thu Nov 22 14:37:40 2001  Owen Taylor  <otaylor@redhat.com>
1941
1942         * Version 0.7
1943
1944         * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
1945
1946 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1947
1948         * atk/atknoopobject.c:
1949         Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
1950         when creating object
1951
1952 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1953
1954         * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
1955         docs/tmpl/atkrelation.sgml:
1956         Change atk_relation_type_from_string to atk_relation_type_for_name
1957         Add atk_relation_type_get_name
1958
1959         * atk/atkrelationtype.c:
1960         Change atk_relation_type_from_string to atk_relation_type_for_name
1961         Add atk_relation_type_get_name
1962         Update atk_relation_type_register() to correctly register new
1963         relation types
1964
1965         * atk/atkstate.c:
1966         Changed name of static variable type to last_type
1967         Changed name of paremeter if atk_state_type_get_name to type to match
1968         comments
1969
1970         * docs/tmpl/*sgml
1971         Updated files
1972
1973         * tests/README, tests/Makefile.am       
1974         Add new test file testrelation.c
1975
1976 2001-11-22  Bill Haneman <bill.haneman@sun.com>
1977
1978         * atk/atkutil.c (atk_add_key_event_listener):
1979         Fix gtk-doc comment and clarify use of 'data' gpointer.
1980
1981 2001-11-22  Michael Meeks  <michael@ximian.com>
1982
1983         * atk/atkutil.c (atk_add_key_event_listener): switch
1984         to class_peek.
1985
1986         * atk/atkobject.c (atk_object_real_get_property):
1987         add missing 'break'.
1988
1989 2001-11-21  Michael Meeks  <michael@ximian.com>
1990
1991         * atk/atkrelation.c: pull in string.h for strcmp
1992
1993         * atk/atktext.c (atk_text_get_selection): fix bug / warning.
1994
1995         * atk/atkutil.c (atk_add_global_event_listener),
1996         (atk_get_toolkit_name, atk_get_toolkit_version):
1997         constify 
1998
1999 2001-11-21  Bill Haneman <bill.haneman@sun.com>
2000
2001         * atk/atkrelation.c: Added gtk-doc docs for 
2002         atk_relation_type_from_string.
2003
2004 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
2005
2006         * atk/atkobject.h (enum): Fix trailing comma on
2007         enumeration.
2008
2009         * docs/atk-sections.txt: Update.
2010
2011         * NEWS: Updates
2012
2013 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
2014
2015         * atk/atkobject.[c|h]:
2016         Add additional argument (name) to state-change signal
2017         Update atk_object_notify_state_change to take account of 
2018         extra argument for state-change
2019
2020         * atk/atkmarshal.list:
2021         Add marshaller for VOID:STRING,BOOLEAN
2022         
2023 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
2024
2025         * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
2026         Add enum AtkLayer and functions atk_object_get_layer and
2027         atk_object_get_mdi_zorder
2028
2029 2001-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
2030
2031         * atk/atkobject.[c|h]:
2032         Remove property accessible-state; use signal state-change instead
2033         Change signature of state-change handler to take gboolean as argument
2034         instead of AtkPropertyValues
2035         Update atk_object_notify_state_change() to emit state-change signal
2036
2037         * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
2038         Remove state ATK_STATE_COLLAPSED
2039
2040 2001-11-19  Bill Haneman <bill.haneman@sun.com>
2041
2042         * atk/atkobject.c:
2043         * atk/atkstate.c:
2044         Added state-changed signal to atkobject, in anticipation of 
2045         deprecating the accessible-state property.
2046
2047         * atk/atkutil.[ch]:
2048         Fixed signature of atk_util_add_key_listener () to
2049         take an AtkKeySnoopFunc instead of a pointer to same.
2050
2051 2001-11-19  Padraig O'Briain  <padraig.obriain@sun.com>
2052
2053         * atk/atkobject.c (atk_object_notify_state_change):
2054         Fix bug in calculation of number of toggle states
2055
2056         * atk/atkstate.c:
2057         Correct out-by-1 error in atk_state_type_register()
2058         Use type (number of states defined) in atk_state_type_get_name()
2059         and atk_state_type_for_name()
2060         
2061 2001-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
2062
2063         * atk/atkeditabletext.c:
2064         Remove unused structure _AtkEditableTextIfaceClass
2065
2066         * atk/atkobject.[c|h]
2067         Remove signals model_changed and selection_changed
2068
2069         * atk/selection.[c|h]
2070         Add signal selection_changed
2071
2072         * atk/atktable.[c|h]
2073         Remove unused structure _AtkTableIfaceClass
2074         Add signal model_changed
2075
2076         * atk/atktext.[c|h]
2077         Remove unused structure _AtkTextIfaceClass
2078         Add signal text_selection_changed
2079
2080         * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
2081         docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
2082         Documentation changes
2083
2084 2001-11-17  Tor Lillqvist  <tml@iki.fi>
2085
2086         * atk-zip.sh.in: Build separate runtime and developer packages.
2087
2088         * atk/atk.def: Update.
2089
2090 2001-11-14  Bill Haneman  <bill.haneman@sun.com>
2091
2092         * atk/atkutil.h :
2093         Added API 
2094         atk_add_key_event_listener    (AtkKeySnoopFunc *listener,
2095                                        gpointer data);
2096         atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
2097                                        gpointer data);
2098         
2099         to allow non-GTK-dependent installation of key snoop functions.
2100         This also meant adding definitions of AtkKeySnoopFunc and 
2101         AtkKeyEventStruct.
2102
2103 2001-11-08  Padraig O'Briain  <padraig.obriain@sun.com>
2104
2105         * atk/atkobject.c (atk_object_notify_state_change):
2106         Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
2107         to ATK_STATE_EXPANDED or vice versa.
2108
2109 2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
2110
2111         * atk/atkobject.h:
2112         Add role ATK_ROLE_TREE_TABLE
2113
2114         * atk/atkrelation.h:
2115         Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
2116         and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
2117
2118         * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
2119         docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
2120         docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
2121         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
2122         docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
2123         docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
2124         docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
2125         Update to reflect the current state of the documentation in the code.
2126
2127 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
2128
2129         * atk/relation.h, docs/tmpl/atkrelation.sgml:
2130         Add two new relations ATK_RELATION_NODE_CHILDREN and
2131         ATK_RELATION_NODE_PARENT to support compound objects in a
2132         node or cell of a tree or table
2133         Added descriptions of all relations which are defined
2134
2135         * atk/atktable.c:
2136         Remove functions atk_table_real_get_index_at(),
2137         atk_table_real_get_column_at_index() and 
2138         atk_table_real_get_row_at_index() 
2139         Correct typos in documentation of other functions.
2140
2141 2001-10-28  Tor Lillqvist  <tml@iki.fi>
2142
2143         * atk-zip.sh.in: New file, used to build developer package for
2144         Win32.
2145
2146         * Makefile.am
2147         * configure.in: Add it.
2148
2149         * atk/Makefile.am: Add rules to install and uninstall mingw import
2150         library.
2151
2152 2001-10-26  Padraig O'Briain  <padraig.obriain@sun.com>
2153
2154         * atk/atkobject.[c|h]
2155         Remove the following properties
2156         accessible-child - use signal children_changed for notification
2157         accessible-text - use signal text_changed for notification
2158         accessible-caret - use signal text_caret_moved for notification
2159         accessible-selection - use new signal selection_changed 
2160         for notification
2161         accessible-visible-data - use new signal visible_data_changed
2162         for notification
2163         accessible-model - use new signal model_changed for notification
2164         Notify when role or parent changes
2165         Allow parent and role to be set or got using g_object_set() or
2166         g_object_get()
2167 .
2168 Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>
2169
2170         * Version 0.6
2171
2172         * NEWS: Updates.
2173
2174 2001-10-25  Padraig O'Briain  <padraig.obriain@sun.com>
2175
2176         * atk/atkobject.h, docs/tmpl/atkobject.sgml:
2177         Add role ATK_ROLE_TERMINAL for an accessible terminal.
2178
2179 2001-10-22  Padraig O'Briain  <padraig.obriain@sun.com>
2180
2181         * atk/atkobject.c (atk_object_notify_state_change):
2182         Initialize AtkPropertyValue data structure to 0 instead of using
2183         memset.
2184
2185 2001-10-19  Tor Lillqvist  <tml@iki.fi>
2186
2187         * configure.in: Set automake conditionals OS_WIN32 if on (native)
2188         Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
2189         LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
2190
2191         * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
2192         -export-symbols atk.def. If lib.exe is available, generate
2193         atk.lib, and install it.
2194
2195         * atk/atk.def: Update with new entry points.
2196
2197 2001-10-19  Padraig O'Briain  <padraig.obriain@sun.com>
2198
2199         * atk/atkobject.[c|], docs/atk-sections.txt,
2200         docs/tmpl/atkobject.sgml:
2201         Add convenience function atk_object_notify_state_change()
2202         to generate property notification of state change.
2203
2204         * atk/atktext.c, docs/tmpl/atk-unused.sgml:
2205         Correct comments on functions atk_attribute_get_name() and
2206         atk_attribute_get_value()
2207
2208 2001-10-17  Padraig O'Briain  <padraig.obriain@sun.com>
2209
2210         * atk/atktext.c:
2211         Update comments in atk_text_get_text_[at|after|before]_offset()
2212         to clarify what these functions will return.
2213
2214 2001-10-16  Padraig O'Briain  <padraig.obriain@sun.com>
2215
2216         * atk/atktext.c:
2217         Update comments in atk_text_get_run_attributes() and
2218         atk_text_get_default_attributes().
2219
2220 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
2221
2222         * atk/atkobject;c:
2223         Change "property-change" signal to allow detail (i.e. property name) 
2224         and add detail in atk_object_notify().
2225
2226 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
2227
2228         * atk/atktext.c:
2229         Correct order of attribute names in text_attr_name array.
2230
2231 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
2232
2233         * atk/atktext.[c|h]:
2234         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2235         Use enum AtkTextAttribute to specify what attribute are supported
2236         rather than hash defines. Define new functions atk_attribute_get_name()
2237         and atk_attribute_get_value() which return the strings for the
2238         attribute name and values for those attribute which have named values.
2239
2240 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2241
2242         * atk/atktext.c (atk_text_get_run_attributes):
2243         Correct typo.
2244
2245         * atk/atktext.c (atk_text_get_default_attributes):
2246         Add call to set iface.
2247
2248 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2249
2250         * atk/atktext.[c|h]:
2251         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2252         Add new function atk_text_get_default_attributes
2253         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
2254
2255 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
2256
2257         * atk/atktext.c (atk_attribute_set_free):
2258         Avoid leaking of AtkAttributeSet data structure; speed up code.
2259
2260         * docs/tmpl.atk*.sgml
2261         Updated to reflect current APIs.
2262
2263 2001-10-01  jacob berkman  <jacob@ximian.com>
2264
2265         * docs/Makefile.am (dist-hook-local): depend on all-local so that
2266         make dist works correctly w/o having to build first
2267
2268 2001-10-01  Tor Lillqvist  <tml@iki.fi>
2269
2270         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
2271
2272 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
2273         
2274         * configure.in (ATK_MICRO_VERSION): Version 0.6
2275         (because libglade will depend on a the small api addition below)
2276
2277         * atk/makefile.msc (PKG_VER): Version 0.6
2278
2279         * atk/atkrelation.h:
2280         * atk/atkrelation.c: (AtkRelationType 
2281         atk_relation_type_from_string (const gchar *name)): Added method.
2282
2283         
2284 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
2285
2286         * configure.in (ATK_MICRO_VERSION): Version 0.5
2287
2288         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
2289
2290         * atk/makefile.msc (PKG_VER): Version 0.5
2291
2292 2001-09-21  Hans Breuer  <hans@breuer.org>
2293
2294         * atk/atk.def : updated externals
2295         * atk/makefile.msc : version 0.4
2296
2297         * atk/atktext.c (atk_text_get_character_extents) : real_height
2298         is a reference to int, so use &local_height
2299
2300 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
2301
2302         * Released 0.4.
2303
2304 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
2305
2306         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
2307         up ATK_VERSION to 0.4, interface age 0, binary age 0.
2308         (from 0.2 which was not properly updated last time).
2309         depend on glib 1.3.8.
2310
2311         * NEWS: updates.
2312
2313 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
2314
2315         * atk/atkobject.c:
2316         Add object reference when object is set as accessible_parent
2317
2318 2001-09-05  Mark McLoughlin <mark@skynet.ie>
2319
2320         * configure.in: remember ACLOCAL_FLAGS.
2321
2322 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
2323
2324         * atk/atktable.[c|h]
2325         Change atk_table_get_caption() and atk_table_set_caption()
2326         to deal with AtkObject* rather than gchar*
2327         Remove redundant and incorrect comments
2328         
2329 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
2330
2331         * configure.in: Version 0.3  
2332
2333         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
2334
2335         * NEWS: Update  
2336
2337 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
2338
2339         * atk/atkobject.c:
2340         Correct property definitions for "accessible-table-caption", 
2341         "accessible-table-column-description", 
2342         "accessible-table-row-description" 
2343         * atk/atkobject.h:
2344         Update comments to include all properties defined
2345
2346 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
2347
2348         * atk/atkhyperlink.h:
2349         Change AtkHyperLink to AtkHyperlink in comment
2350         * atk/atkhypertext.[c|h]:
2351         Change AtkHyperLink to AtkHyperlink
2352         * atk/atktable.[c|h]:
2353         Make gchar* arguments const; make return value of type gchar*
2354         G_CONST_RETURN
2355         * docs/atk-sections.txt
2356         Remove reference to AtkHyperLink
2357         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
2358         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
2359         Updated by make
2360         
2361 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
2362
2363         * atk/atktable.c
2364         Add functions atk_table_real_get_index_at(), 
2365         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
2366         as default implementations for atk_table_get_index_at(),
2367         atk_table_get_row_at_index(), atk_table_get_column_at_index()
2368
2369 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
2370
2371         * atk/atkaction.c:
2372         Refer to return value in function documentation for 
2373         atk_action_do_action
2374         * atk/atkimage.c:
2375         Fix typo in comments
2376         * docs/tmpl/atkaction.sgml:
2377         Update to include return value
2378
2379 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
2380
2381         * atk/atkaction.c atk/atkaction.h:
2382         Made atk_action_do_action return a gboolean as the class member of 
2383         AtkActionIface does.
2384         * .cvsignore:
2385         Added atk.spec
2386
2387 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
2388
2389         * docs/tmpl/atkimage.sgml atk/atkimage.h:
2390         Swap height and width arguments to atk_image_get_image_size
2391         * atk/atkimage.c:
2392         Swap height and height arguments to atk_image_get_image_size
2393         Do not crash if NULL pointers are passed for return values
2394
2395 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
2396
2397         * docs/tmpl/atktext.sgml atk/atktext.h:
2398         Change parameter names *offset to *_offset
2399         * atk/atkcomponent.c:
2400         Do not crash if NULL pointers are passed for return values
2401         * atk/atktext.c:
2402         Change parameter names *offset to *_offset
2403         Do not crash if NULL pointers are passed for return values
2404         
2405 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
2406
2407         * atk/atkutil.c :
2408         Changed g_type_class_peek() to g_type_class_ref()
2409         in atk_add_global_event_listener(), since
2410         g_type_class_peek() could return NULL when an
2411         instance of the class had not been created.
2412
2413 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
2414
2415         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2416         Ensure that atk_attribute_set_free is in the documentation.
2417
2418 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
2419
2420         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
2421         Swapped order of width and height arguments to
2422         atk_text_get_character_extents()
2423         Changed AtkAttrributeSet_free to atk_attribute_set_free
2424
2425 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
2426
2427         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
2428         Changed "length" argument of atk_text_get_character_extents() to
2429         "height".
2430
2431 2001-08-15  Jens Finke <jens@gnome.org>
2432
2433         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
2434         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
2435         added a AC_SUBST for it. This is needed for the spec.in file.
2436         Added atk.spec to output list.
2437         * atk.spec.in: New file.
2438
2439 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
2440
2441         * atk/atkcomponent.[c|h]
2442         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
2443         Change atk_component_get_accessible_at_point to 
2444         atk_component_ref_accessible_at_point so it will work for flyweights
2445
2446 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
2447
2448         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
2449         with GNU make.
2450
2451 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
2452
2453         * atk/atkaction.c, atk/atkcomponent.c
2454         Remove all instances of g_return_if_fail (foo != NULL); that are
2455         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
2456         since the second check catches the NULL.
2457         * atk/atkcomponent.c
2458         Add functions atk_component_real_contains(), 
2459         atk_component_real_get_position(), atkcomponent_real_get_size() 
2460         as default implementations for atk_component_contains(),
2461         atk_component_get_position(), atk_component_get_size()
2462
2463 2001-08-07  Brian Cameron <brian.cameron@sun.com>
2464
2465         * atk/atkimage.[ch] docs/atk-sections.txt
2466         docs/tmpl/atkimage.sgml
2467         Updated AtkImage get_position to get_image_position
2468         so the naming is consistant.  Now get_image_position
2469         and get_image_size return -1 for x/y/height/width
2470         if AtkImage implementations of these functions is
2471         not found.
2472
2473 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
2474
2475         * atk/atkobject.c
2476         Create an object relation set when the object is created.
2477
2478 2001-07-30  Brian Cameron <brian.cameron@sun.com>
2479
2480         * atk/atkutil.[ch]
2481         Changed first argument of atk_add_global_event_listener
2482         so the callback function is of type GSignalEmissionHook
2483         instead of AtkEventListener.  AtkEventListener is
2484         appropriate for Focus event callbacks, but not generic
2485         ones.
2486
2487 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
2488
2489         * atk/atkobject.c:
2490         Add function atk_object_real_ref_state_set() which creates the
2491         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
2492         if appropriate
2493
2494 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
2495
2496         * atk/*.c:
2497         Remove all instances of g_return_if_fail (foo != NULL); that are
2498         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
2499         since the second check catches the NULL.
2500
2501 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
2502
2503         * atk/Makefile.am
2504         Fix problem with ATK not building after running make maintainer-clean
2505         and autogen.sh: add extra files to MAINTAINERCLEANFILES
2506
2507 2001-07-25 Bill Haneman <bill.haneman@sun.com>
2508
2509         * atk/atktext.h
2510         * atk/atkeditabletext.h
2511         * atk.pc.in
2512         * atk-uninstalled.pc.in
2513         * atk/makefile.msc
2514         * configure.in
2515         Removed (unused) #defines of pango/pango.h
2516         Removed references to/dependencies on pango from .pc files
2517         Removed dependencies on pango from makefile.msc and configure.in
2518
2519 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
2520
2521         * atk/atkobject.[c|h]
2522         Move some implementation from GAIL:
2523         Default implementations for some some functions
2524         atk_object_real_get_name, atk_object_real_set_name,
2525         atk_object_real_get_description, atk_object_real_set_description,
2526         atk_object_real_get_parent, atk_object_real_set_parent,
2527         atk_object_real_get_role,
2528         atk_object_real_connect_property_change_handler,
2529         atk_object_real_remove_property_change_handler,
2530         atk_object_notify,
2531         definition of property-changed signal.
2532         Initialize pointers to NULL in atk_object_init().
2533         Initialize uninitialized function pointers to NULL in 
2534         atk_object_class_init().
2535         
2536 2001-07-23  Brian Cameron <brian.cameron@sun.com>
2537
2538         * atk/atkobject.c
2539         Changed children_changed signal to allow NULL pointers
2540         for the 2nd argument to the signal handler.
2541
2542 2001-07-20  Hans Breuer  <hans@breuer.org>
2543
2544         * atk/atk.def : added more exports
2545         * atk/makefile.msc : updated win32 build
2546
2547 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
2548
2549         * atk/atkaction.[c|h], docs/atk-sections.txt, 
2550         docs/tmpl/atkaction.sgml
2551         Add atk_action_get_name() and atk_action_set_description()
2552
2553 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
2554
2555         * atk/atkstate.[c|h]
2556         Add ATK_STATE_ENABLED so we can distinguish between a consistent
2557         and inconsistent GtkToggleButton
2558
2559 2001-07-16  Brian Cameron <brian.cameron@sun.com>
2560
2561         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
2562         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
2563         gail_textattributes_update.pat is for gail/gail and integrates the 
2564         ATK_ATTRIBUTE_* macros in the gail implementations.
2565         atk_docs_textattributes_update.pat is for atk/docs and patches
2566         atk-sections.txt etc. for improved docs
2567         atk_atk_textattributes_update.pat is for atk/atk and included the
2568         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
2569
2570 2001-07-13  Darin Adler  <darin@bentspoon.com>
2571
2572         * atk/atkstate.c: Add missing <string.h> include.
2573         * tests/teststateset.c: Add missing <string.h> include.
2574
2575 2001-07-13  Darin Adler  <darin@bentspoon.com>
2576
2577         * .cvsignore: Ignore some generated files.
2578         * autogen.sh: Get rid of call to autoheader since the
2579         configure file doesn't include AM_CONFIG_HEADER.
2580
2581 2001-07-11  Brian Cameron <brian.cameron@sun.com>
2582
2583         * tmpl/atkdocument.sgml
2584         Added new file for docs.
2585
2586 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
2587
2588         * atk/atkimage.c atk/atkutil.c
2589         Changes to build with Sun's FORTE compiler.
2590
2591 2001-07-10  Brian Cameron <brian.cameron@sun.com>
2592
2593         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
2594         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
2595         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
2596         tmpl/atktext.sgml tmpl/atkutil.sgml
2597         Updated docs pages.
2598
2599 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
2600
2601         * atk/atktext.c (atk_text_base_init): 
2602         * atk/atktable.c (atk_table_base_init): 
2603         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
2604         to adapt to recent GSignal changes.
2605
2606 2001-06-28  Brian Cameron <brian.cameron@sun.com>
2607
2608         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
2609         docs/tmpl/atkutil.sgml
2610         Added new functiosn to AtkUtil.
2611
2612 2001-06-28  Brian Cameron <brian.cameron@sun.com>
2613
2614         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
2615         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
2616         docs/tmpl/atkobject.sgml
2617         Added new atk document interface.
2618
2619 2001-06-28  Brian Cameron <brian.cameron@sun.com>
2620
2621         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
2622         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
2623         Updated so that functions that take screen coords as 
2624         input/output also take an enum specifying whether
2625         the coords are screen or top-level window based.
2626         Updated docs as well.
2627
2628 2001-06-28  Brian Cameron <brian.cameron@sun.com>
2629
2630         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
2631         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
2632         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
2633         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
2634         atk/docs/tmpl/atkstreamablecontent.sgml
2635         Cleaned up docs.  Added atkstreamablecontent.sgml
2636
2637 2001-06-28  Brian Cameron <brian.cameron@sun.com>
2638
2639         *atk/atktable.h, atk/atktable.c
2640         Updated signal handler definitions.
2641
2642 2001-06-27  Brian Cameron <brian.cameron@sun.com>
2643
2644         *atk/atktext.h
2645         Updated AtkXYCoords enum.
2646
2647 2001-06-27  Brian Cameron <brian.cameron@sun.com>
2648
2649         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
2650         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
2651         atk/atkimage.c atk/atkimage.h atk/atkobject.c
2652         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
2653         atk/atkstateset.c atk/atkstreamablecontent.c
2654         atk/atkstreamablecontent.h atk/atktable.c
2655         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
2656         and some docs/tmpl files.
2657         Updated gtk-docs fixing spelling errors and making minor
2658         changes to the API.
2659
2660 2001-06-27  Louise Miller <lousie.miller@sun.com>
2661
2662         *atk/atkselection.h, atk/atkselection.c
2663         changed return type to gboolean for 
2664         atk_selection_select_all_selection
2665
2666 2001-06-26  Brian Cameron <brian.cameron@sun.com>
2667
2668         *atk/atkstate.h atk/atkstate.c
2669         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
2670         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
2671         docs/tmpl/atktext.sgml
2672         Added ATK_STATE_STALE.  Updated docs.
2673
2674 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
2675
2676         *atk/atktext.h
2677         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
2678
2679 2001-06-21  Brian Cameron <brian.cameron@sun.com>
2680
2681         * atk/atkeditabletext.h, atk/atkobject.h,
2682         atktext.[ch]
2683         Added AtkAttributeSet_free() convenience
2684         function.
2685
2686 2001-06-20  Peter Williams  <peterw@ximian.com>
2687
2688         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
2689         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
2690         G_{BEGIN,END}_DECLS.
2691
2692 2001-06-20  Brian Cameron <brian.cameron@sun.com>
2693
2694         * atk/atktable.c, atk/atkmarshal.list
2695         Removed needless marshal and updated signal handlers in
2696         atktable.c
2697
2698 2001-06-20  Louise Miller <louise.miller@sun.com>
2699
2700         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
2701         Changed parameters for get_selected_rows/get_selected_columns
2702         Added 4 new functions, add_row_selection, remove_row_selection,
2703         add_column_selection, remove_column_selection
2704
2705 2001-06-19  Brian Cameron <brian.cameron@sun.com>
2706
2707         * atk/atktable.c
2708         Fixed minor bug with signals.
2709
2710 2001-06-18  Brian Cameron <brian.cameron@sun.com>
2711
2712         * atk/atktable
2713         Added signals.
2714
2715 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
2716
2717         * atk/atkselection.h atk/atkselection.c
2718         Now add_selection, clear_selection, and remove_selection 
2719         return a boolean indicating SUCCESS/FAILURE to indicate
2720         if the operation was successful.
2721
2722 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
2723
2724         * atk/atktable.h atk/atktable.h
2725         Updated so now the get_text_before|at|after functions
2726         return the start & end offset of the string.  Updated the
2727         docs.
2728
2729 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
2730
2731         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
2732
2733 2001-06-11  Havoc Pennington  <hp@redhat.com>
2734
2735         * NEWS: updated
2736
2737         * configure.in: bump version to 0.2 and add infrastructure for 
2738         libtool version info. Assumes GTK versioning scheme (major.minor 
2739         is binary compatible)
2740         
2741         * atk/Makefile.am (LDFLAGS): set version info
2742         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
2743         
2744 2001-06-13  Brian Cameron <brian.cameron@sun.com>
2745
2746         * atk/atktable.h, atk/atktable.c
2747         Updated so that get/set row/column header functions
2748         work with AtkObjects rather than AtkTables.  Organized
2749         the header file a little more cleanly.  Also the get/set
2750         row_description and caption functions now use gchar *
2751         rather than AtkObject.
2752
2753 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
2754
2755         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
2756         Add signal model-changed.
2757
2758         * atk/atkobject.c: Add properties
2759         accessible-role, accessible-table-caption, 
2760         accessible-table-column-header, accessible-table-column_description.
2761         accessible-table-row-header, accessible-table-row_description.
2762         accessible-table-summary, accessible-model
2763
2764 2001-06-12  Brian Cameron <brian.cameron@sun.com>
2765
2766         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
2767         Updated atkeditabletext and atktext interfaces so they
2768         now properly define the get/set attribute methods and now
2769         get_offset_at_point and get_character_extents can request
2770         x,y coords by either widget or screen coords.
2771
2772 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
2773
2774         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
2775         CFLAGS, not in LIBS. (Always linking with -lpthread
2776         is a noticeable speed hit.)
2777
2778 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
2779
2780         * atk/Makefile.am: Really fix marshal generation.
2781
2782 2001-06-07  Havoc Pennington  <hp@redhat.com>
2783
2784         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
2785         glib-genmarshal stuff
2786
2787 2001-06-07  Havoc Pennington  <hp@redhat.com>
2788
2789         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
2790         glib-genmarshal
2791
2792         * configure.in: rearrange the library checks to support
2793         uninstalled linking     
2794
2795         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
2796
2797         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
2798         ATK in giant GTK tarball
2799
2800 2001-06-07  Brian Cameron <brian.cameron@sun.com>
2801
2802         * docs/atk-api.sgml docs/atk-sections.txt
2803         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
2804         docs/tmpl/atktext.sgml
2805         Removed docs/atk-api.sgml since it is not used.
2806         Updated sgml files and atk-sections.txt to reflect
2807         recent changes to the atktext and atkeditabletext
2808         interfaces
2809
2810 2001-06-06  Brian Cameron <brian.cameron@sun.com>
2811
2812         * atk/atktext.h atk/atktext.h
2813         Updated to new atktext functions for getting attributes.
2814
2815 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
2816
2817         * New files atk/atkstreamablecontent.[ch]
2818         Updated files: atk/Makefile.am, atk/atk.h
2819
2820         * atk/atkvalue.c: Updated comments
2821
2822 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
2823
2824         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
2825
2826 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
2827
2828         * atk/atkobject.c: Add property accessible-visible-data
2829
2830 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
2831
2832         * atk/atkobject.c: Add support for setting and getting 
2833         accessible-value property.
2834
2835         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
2836
2837 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
2838
2839         * atk/atkeditabletext.[ch], atk/atktext.[ch]
2840
2841         * docs/atk-overrides.txt, docs/Makefile.am
2842           Updated the interface for dealing with selected
2843           text to handle multiple selected regions.  Removed
2844           get_row_col_at_offset from atktext.[ch].  Added
2845           docs/atk-overrides.txt file.
2846
2847 Thu May 31  Brian Cameron <brian.cameron@sun.com>
2848
2849         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
2850           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
2851           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
2852           Makefiles so the proper marshall files get included in the
2853           dist.  Updated the Makefiles and configure.in so that the
2854           docs get included in the dist.
2855
2856 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
2857
2858         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
2859
2860 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
2861
2862         * atk/atkobject.c: Define new properties accessible-text, 
2863         accessible-caret, accessible-selection and accessible-value
2864
2865 2001-05-29  Brian Cameron <brian.cameron@sun.com>
2866
2867         * docs/atk-sections.txt
2868
2869         * docs/tmpl/*
2870         Improved the layout/formatting of the atk docs.  Added docs/tmpl
2871         files.
2872
2873 2001-05-28  Brian Cameron <brian.cameron@sun.com>
2874
2875         * atk/atktext.c
2876         Now properly set the initialized flag when setting up signals.
2877         Updated the atk-docs in several files
2878
2879 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
2880
2881         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
2882         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
2883         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
2884         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
2885         Fix warnings generated by Sun FORTE compiler
2886
2887 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
2888
2889         * atk/atkcomponent.c atk/atkvalue.c
2890         Remove return calls in functions which return void
2891         
2892 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
2893
2894         * atk/atkobject.h: Correct naming of role for status bar
2895
2896         * atk/atktext.c: 
2897         Clarify behaviour of atk_text_get_text_after/at/before_offset
2898  
2899 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
2900
2901         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
2902
2903 2001-01-06  Hans Breuer  <hans@breuer.org>
2904
2905         * atk/makefile.msc atk/atk.def (new files) :
2906         Enable build for win32, no sourc changes necessary.
2907
2908 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
2909
2910         * Released 0.1
2911
2912 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
2913
2914         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
2915
2916 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
2917
2918         * Start a ChangeLog
2919