1 2003-12-03 Padraig O'Briain <padraig.obriain@sun.com>
3 * atk/atkobject.c: (atk_object_class_init): Make nicks and blurbs of
4 properties translatable. Add new property "accessible-hypertext-nlinks".
5 (atk_object_real_get_property): Add support for new property
6 "accessible-hypertext-nlinks".
8 * atk/atkhyperlink.h: Remove unnecessary comments. Add signal
11 * atk/atkhyperlink.c: aAdd signals link_activated and new properties
12 "number-of-anchors, end-index and start-index.
14 This fixes bug #112390.
16 2003-11-29 Danilo Šegan <dsegan@gmx.net>
18 * configure.in: Added "af" to ALL_LINGUAS.
20 2003-11-26 Padraig O'Briain <padraig.obriain@sun.com>
22 * atk/atkobject.c (atk_object_real_ref_state_set): Add state FOCUSED
23 if object is focus object.
25 * atk/atkutil.[ch] (atk_get_focus_object): New function which returns
26 the last object reported by the application as focused.
28 * docs/atk-sections.txt, docs/tmpl/atkutil.sgml:
29 Add atk_get_focus_object.
33 2003-11-26 Padraig O'Briain <padraig.obriain@sun.com>
35 * atk/atkobject.c: Change role names so that the unlocalized names
36 do not contain hyphens and match the Java role names. Fixes bug #125024.
38 2003-11-24 Padraig O'Briain <padraig.obriain@sun.com>
40 * docs/tmpl/atkhyperlink.sgml, docs/tmp/atkhypertext.sgml,
41 docs/tmpl/atkobject.sgml, docs/tmpl/atkrelatiom.sgml,
42 docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml,
43 docs/tmpl/atktext.sgml: Regenerate these files. The location of
44 signal information has changed.
46 2003-11-24 Padraig O'Briain <padraig.obriain@sun.com>
48 * ===== Released 1.5.0=====
50 * configure.in: Version 1.5.0, interface age 0, binary age 400
54 2003-11-03 Padraig O'Briain <padraig.obriain@sun.com>
56 * atk/atkrelation.c: Use weak references for objects in a relation
57 instead of object references so that objects are not leaked when
58 corresponding widgets are destroyed.
60 This fixes bug #125725.
62 2003-10-31 Padraig O'Briain <padraig.obriain@sun.com>
64 * configure.in: Add reference to docs/version.xml
66 Should have been done in previous commit but was omitted.
67 Fixes build break reported in bugs #1258548 and #125902.
69 2003-10-29 Padraig O'Briain <padraig.obriain@sun.com>
71 * configure.in: Add reference to docs/version.xml
73 * docs/Makefile.am: Add references to version.xml.in and version.xml
75 * docs/atk-docs.sgml: Add reference to version.xml
77 * docs/version.xml.in: New file.
79 This fixes bug #125758.
81 2003-10-24 Padraig O'Briain <padraig.obriain@sun.com>
83 * atk/atkrelation.c (atk_relation_new): Fix memory leak. (bug #124877)
85 2003-10-09 Padraig O'Briain <padraig.obriain@sun.com>
87 * ===== Released 1.4.1=====
89 * configure.in: Version 1.4.1, interface age 1, binary age 401
93 2003-09-28 Gediminas Paulauskas <menesis@delfi.lt>
95 * configure.in: Added lt to ALL_LINGUAS.
97 2003-09-23 Padraig O'Briain <padraig.obriain@sun.com>
99 * atk.spec.in: Correct typo. Fix provided by Scott Kennedy.
100 This fixes bug #121990.
102 2003-09-21 Åsmund Skjæveland <aasmunds@fys.uio.no>
104 * configure.in: Added Norwegian (nynorsk) code
107 2003-09-10 Padraig O'Briain <padraig.obriain@sun.com>
109 * atk/atkobject.c: Remove comments about signals. The description
110 should be in files in docs/tmpl directory.
112 * docs/tmpl/atkhypertext.sgml: Add description for link-selected signal.
113 * docs/tmpl/atkobject.sgml: Add descriptions for
114 active-descendant-changed, children-changed, focus-event,
115 property-change, state-change and visible-data-changed signals.
116 * docs/tmpl/atkselection.sgml: Add description for selection-changed
118 * docs/tmpl/atktable.sgml: Add descriptions for column-deleted,
119 columnn-inserted, column-reordered, model-changed, row-deleted,
120 row-inserted and row-reordered signals.
121 * docs/tmpl/atktext.sgml: Add description for text-attributes-changed,
122 text-caret-moved, text-changed and text-selection-changed signals.
124 This fixes bug #121163.
126 2003-09-02 Padraig O'Briain <padraig.obriain@sun.com>
128 * ===== Released 1.4.0=====
130 * configure.in: Version 1.4.0, interface age 0, binary age 400
134 2003-08-28 Christian Rose <menthos@menthos.com>
136 * configure.in: Added "ne" to ALL_LINGUAS.
138 2003-08-25 Padraig O'Briain <padraig.obriain@sun.com>
140 * ===== Released 1.3.6=====
142 * configure.in: Version 1.3.6, interface age 2, binary age 306
146 2003-08-08 Malcolm Tredinnick <malcolm@commsecure.com.au>
148 * autogen.sh: Clarify an error message.
150 2003-08-08 Guntupalli Karunakar <karunakar@freedomink.org>
152 * configure.in: Added "hi" in ALL_LINGUAS.
154 2003-08-07 Padraig O'Briain <padraig.obriain@sun.com>
156 * ===== Released 1.3.5=====
158 * configure.in: Version 1.3.5, interface age 1, binary age 305
162 2003-08-04 Padraig O'Briain <padraig.obriain@sun.com>
164 * Remove po/Makefile.in.in. This fixes bug #119053.
166 2003-07-08 Padraig O'Briain <padraig.obriain@sun.com>
168 * atk/atktable.c (atk_table_ref_at): Ensure that row and column values
171 This is a partial fix for bug #116712.
173 2003-07-03 Padraig O'Briain <padraig.obriain@sun.com>
175 * atk/atkstateset.c (atk_state_set_is_empty): Correct return value.
176 Fixes bug #116621. Problem reported by Mario Lang.
178 2003-06-25 Fatih Demir <kabalak@gtranslator.org>
180 * configure.in: (Re-?)added "ta" (Tamil) to languages' list.
182 2003-06-23 Padraig O'Briain <padraig.obriain@sun.com>
185 Added locale directory to spec file. Fix provided by
186 James T. Richardson, Jr.
188 2003-06-19 Padraig O'Briain <padraig.obriain@sun.com>
190 * ===== Released 1.3.4=====
194 2003-06-13 Tor Lillqvist <tml@iki.fi>
196 * atk/atkobject.c (atk_role_get_localized_name): Set
199 * atk-zip.sh.in (DEVZIP): libtool 1.5 installs DLLs in the bin
200 directory, so look there, too. Include the message catalogs.
202 2003-06-10 Padraig O'Briain <padraig.obriain@sun.com>
204 * configure.in: Version 1.3.4, interface age 0, binary age 304
206 * atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation
209 2003-06-05 Paul Duffy <dubhthach@frink.nuigalway.ie>
211 * configure.in: Added ga (irish) to ALL_LINGUAS
213 2003-06-05 Kenneth Rohde Christiansen <kenneth@gnu.org>
215 * configure.in: Added li to ALL_LINGUAS.
217 2003-05-30 Padraig O'Briain <padraig.obriain@sun.com>
219 * ===== Released 1.3.3=====
221 * configure.in: Version 1.3.3, interface age 3, binary age 303
225 2003-05-28 Padraig O'Briain <padraig.obriain@sun.com>
227 * atk/atkobject.h docs/tmpl/atkobject.sgml: Add new role
228 ATK_ROLE_AUTOCOMPLETE.
230 2003-05-20 Padraig O'Briain <padraig.obriain@sun.com>
232 * atk/atkstate.h, docs/tmpl/atkstate.sgml: Add state
233 ATK_STATE_INDETERMINATE. This state is used by Oo for check buttons
234 which can have a value other than on or off.
236 2003-05-19 Arafat Medini <lumina@silverpen.de>
238 *configure.in: Added "ar" (Arabic) to ALL_LINGUAS
240 2003-05-16 Telsa Gwymme <hobbit@aloss.ukuu.org.uk>
242 * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
244 2003-05-15 Padraig O'Briain <padraig.obriain@sun.com>
246 * ===== Released 1.3.2=====
248 * configure.in: Version 1.3.2, interface age 2, binary age 302
252 2003-05-09 Samúel Jón Gunnarsson <sammi@techattack.nu>
254 * is.po: Added "is" into ALL_LINGUAS.
256 2003-05-06 Padraig O'Briain <padraig.obriain@sun.com>
258 * configure.in: Make message when pkg-config fails to find glib-2.0.pc
261 * po/pl.po: Updated Polish translation from Artur Flinta.
263 2003-05-05 Duarte Loreto <happyguy_pt@hotmail.com>
265 * configure.in: Added Portuguese (pt) to ALL_LINGUAS.
267 2003-05-05 Christian Rose <menthos@menthos.com>
269 * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
271 2003-05-01 Padraig O'Briain <padraig.obriain@sun.com>
273 * ===== Released 1.3.1=====
275 * configure.in: Version 1.3.1, interface age 1, binary age 301
279 * po/yi.po: Update line numbers.
281 2003-04-25 Padraig O'Briain <padraig.obriain@sun.com>
283 * atk/stateset.h: Fix typo in documentation.
285 * autogen.sh (have_libtool): Accept libtool-1.5. (#111481)
286 Patch provided by Ali Akcaagac.
288 2003-03-26 Christian Rose <menthos@menthos.com>
290 * configure.in: Added "yi" to ALL_LINGUAS.
292 2003-03-21 Takeshi AIHANA <aihana@gnome.gr.jp>
294 * configure.in: Added Japanese 'ja' into ALL_LINGUAS.
296 2003-03-20 Padraig O'Briain <padraig.obriain@sun.com>
298 * ===== Released 1.3.0=====
300 * configure.in: Version 1.3.0, interface age 0, binary age 300
304 2003-03-20 Guntupalli Karunakar <karunakar@freedomink.org>
306 * configure.in: Added Malayalam (ml) in ALL_LINGUAS
308 2003-03-20 Padraig O'Briain <padraig.obriain@sun.com>
310 * docs/atk-sections.txt: Add 11 unused declarations.
312 2003-03-20 James Henstridge <james@daa.com.au>
314 * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize
317 * configure.in: cleanup to make use of newer autoconf/automake
320 * Makefile.am: get rid of custom distcheck rule, which is no
323 * atk/Makefile.am: cleanup makefile. Use BUILT_SOURCES for built
326 * docs/Makefile.am: use common gtk-doc.make.
328 * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
330 2003-03-16 Joel Brich <joel.brich@laposte.net>
332 * configure.in: Added "eo" to ALL_LINGUAS
333 * po/eo.po: Added Esperanto translation
334 from Charles Voelger <cvoelger@dweasel.com>
336 2003-03-12 Tor Lillqvist <tml@iki.fi>
338 * atk/atk.def: Add one more missing export, thanks to Cedric
341 2003-03-07 Padraig O'Briain <padraig.obriain@sun.com>
343 * atk/atkobject.c (atk_object_set_role): Add check that role is
344 actually being changed. Do not emit notification for initial
345 role setting. (bug #107710)
347 2003-03-06 Padraig O'Briain <padraig.obriain@sun.com>
349 * atk/atkrelationset.c: Current returning of FALSE to 0 in function
350 which returns integer; (bug #107661) reported by Morten Welinder.
352 2003-03-05 Padraig O'Briain <padraig.obriain@sun.com>
356 atk/atkstatset.c: Correct returning of FALSE to NULL in functions
357 which return pointer; (bug #107650) reported by Morten Welinder.
359 2003-02-26 Padraig O'Briain <padraig.obriain@sun.com>
361 * test/Makefile.am: Update to produce .so files
362 (Problem reported and solution reported by Michael.Wilson@bull.net)
364 2003-02-26 Padraig O'Briain <padraig.obriain@sun.com>
366 * atk/atkgobjectaccessible.c (atk_gobject_accessible_from_object):
367 Correct creation of non-AtkGObjectAccessible (bug #107124)
369 * atk/atkobject.c (atk_object_class_init): Set default initialize
370 function so that code which does not check for existence of parent
371 class's initialize function will work.
373 * atk/atkvalue.c: (atk_value_get_minimum_value,
374 atk_value_get_maximum_value, atk_value_get_current_value):
375 Reset Value argument if it is a valid GValue otherwise zeroise it.
377 docs/tmpl/atkhypertext.sgml: Add link-selected signal.
379 2003-02-25 Tor Lillqvist <tml@iki.fi>
381 * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh.
383 * atk/atk.def: Add a couple of missing entries, thanks to Cedric
386 * atk/atk.rc.in: New file, for version info in the DLL on
387 Windows. Similar as in GLib, GTK, etc.
389 * configure.in: Generate atk/atk.rc.
391 * atk/Makefile.am: Use atk.rc on Windows.
392 (EXTRA_DIST): Distribute atk.rc(.in).
394 * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR,
395 but deduce it from DLL location, like GLib, GTK etc do.
397 2003-02-23 Abel Cheung <maddog@linux.org.hk>
399 * configure.in: Added "mk" to ALL_LINGUAS.
401 2003-02-21 Roozbeh Pournader <roozbeh@sharif.edu>
403 * configure.in: Added "fa" to ALL_LINGUAS.
405 2003-02-21 Metin Amiroff <metin@karegen.com>
407 * configure.in: Added Azerbaijanian to ALL_LINGUAS.
409 2003-02-19 Dmitry G. Mastrukov <dmitry@taurussoft.org>
411 * configure.in: Added Belarusian to ALL_LINGUAS.
413 2003-02-14 Padraig O'Briain <padraig.obriain@sun.com>
415 * atk/atknoopobject.c: Add AtkHypertext interface as this object should
416 claim to implement all interfaces.
418 2003-02-12 Padraig O'Briain <padraig.obriain@sun.com>
420 * atk/atkhyperlink.c (atk_hyperlink_class_init): Correct typo in blurb
423 (atk_hypertext_get_link): Add check on link_index value
424 (atk_hypertext_get_link_index): Add check on char_index value
426 2003-02-09 Christian Rose <menthos@menthos.com>
428 * configure.in: Added "kn" to ALL_LINGUAS.
430 2003-02-07 Christian Rose <menthos@menthos.com>
432 * configure.in: Added "bn" to ALL_LINGUAS.
434 2003-02-06 Christian Rose <menthos@menthos.com>
436 * configure.in: Added "id" to ALL_LINGUAS.
438 2003-02-04 Padraig O'Briain <padraig.obriain@sun.com>
440 * atk/atkgobjectaccessible.c (atk_gobject_accessible_for_object):
441 Add weak reference so we do not leak the accessible when the object
442 dies. Problem reported by Alex Larsson.
444 2003-02-02 Fatih Demir <kabalak@gtranslator.org>
446 * configure.in: Added "tr" (Turkish) to the languages' list.
448 2003-01-30 Padraig O'Briain <padraig.obriain@sun.com>
450 * atk/atkhyperlink.[ch]
451 New property selected-link defined.
452 Function pointer is_selected_link added to interface
453 (atk_hyperlink_is_selected_link: New functions which checks
454 whether the specified AtkHyperlink is selected
456 * atk/atkhypertext.[ch]
457 New signal link-selected added.
459 * docs/atk-sections.txt: Add atk_hyperlink_is_selected_link
461 * docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link
462 and function atk_hyperlink_is_selected_link.
464 This fixes bug #104621.
466 Tue Jan 28 13:52:20 2003 Manish Singh <yosh@gimp.org>
468 * autogen.sh (have_automake): call the versioned automake when
469 checking the version itself.
471 Tue Jan 28 15:18:24 2003 Owen Taylor <otaylor@redhat.com>
473 * autogen.sh (have_automake): Fix version in complaint
474 message about automake. (#104366, Rich Burridge)
476 2003-01-26 Daniel Yacob <locales@geez.org>
478 * configure.in: Added am to ALL_LINGUAS.
480 2003-01-23 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
482 * configure.in: Added "sk" to ALL_LINGUAS.
484 2003-01-23 Abel Cheung <maddog@linux.org.hk>
486 * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS.
488 2003-01-23 Evandro Fernandes Giovanini <evandrofg@ig.com.br>
490 * configure.in: Added "pt_BR" to ALL_LINGUAS.
492 2003-01-22 Marius Andreiana <marius galuna.ro>
494 * configure.in: added 'ro' to ALL_LINGUAS
496 2003-01-21 Christian Rose <menthos@menthos.com>
498 * configure.in: Added "mn" to ALL_LINGUAS.
500 2003-01-21 Padraig O'Briain <padraig.obriain@sun.com>
503 (atk_text_base_init): Set vtable entry for default implementations
504 (atk_text_get_range_extents): Omit calling default implementation
505 (atk_text_get_bounded_ranges): Omit calling default implementation
508 (atk_component_base_init): New function to set vtable entry for
509 default implementations
510 (atk_component_ref_accessible_at_point): Omit calling default
512 (atk_component_contains): Omit calling default implementation
513 (atk_component_get_position): Omit calling default implementation
514 (atk_component_get_size): Omit calling default implementation
516 2003-01-21 Padraig O'Briain <padraig.obriain@sun.com>
519 (atk_object_real_set_property): Add support for PROP_TABLE_SUMMARY
520 and PROP_TABLE_CAPTION_OBJECT.
521 (atk_object_real_get_property): Add support for PROP_TABLE_SUMMARY
522 and PROP_TABLE_CAPTION_OBJECT.
524 This completes ATK changes for bug #74814.
526 2003-01-21 Padraig O'Briain <padraig.obriain@sun.com>
528 * atk/atkobject.c: Add property accessible-table-caption-object.
529 This addresses bug #74814.
531 * atk/atkobject.h: Move some documentation from template file to
532 avoid warnings when building.
534 * atk/atkrelation.c: Add new properties relation and target.
535 This addresses bug #72426.
537 * atktext.[ch]: Add new functions atk_text_get_range_extents and
538 atk_text_get_bounded_ranges.
539 Also added data structures AtkTextRectangle and AtkTextRange, enum
540 AtkTextClipType and helper function atk_text_free_ranges.
541 This addresses bug #100943.
542 (atk_text_get_character_extents): Ensure that the reported width is
543 not negative. This fixes bug #102954)
545 * docs/atk-sections.txt: Add new functions and data items.
547 * docs/tmpl/atk-object.sgml: Remove some documentation and put in
548 atkobject.h. Add reference to accessible-table-caption-object.
550 * docs/tmpl/atk-relation.sgml: Add new properties
552 * docs/tmpl/atktext.sgml: Add new functions and data items.
555 2003-01-20 Padraig O'Briain <padraig.obriain@sun.com>
557 * ===== Released 1.2.2=====
559 * configure.in: Version 1.2.2, interface age 2, binary age 202
563 2003-01-19 He Qiangqiang <carton@linux.net.cn>
565 * configure.in: Added "zh_CN" to ALL_LINGUAS.
567 2003-01-12 Laurent Dhima <laurenti@alblinux.net>
569 * configure.in: Added 'sq'(albanian) to ALL_LINGUAS.
571 2003-01-11 Pauli Virtanen <pauli.virtanen@hut.fi>
573 * configure.in (ALL_LINGUAS): Added "fi" (Finnish)
575 2003-01-06 Alessio Frusciante <algol@firenze.linux.it>
577 * configure.in (ALL_LINGUAS): Added "it" (Italian)
579 2003-01-06 Padraig O'Briain <padraig.obriain@sun.com>
581 * configure.in: Add -with-html-dir option. (bug #102497)
583 * docs/Makefile.am: Remove INSTALLDIR and HTML_DIR
585 * docs/tmpl/atkobject.sgml: Update so property names are in
588 2003-01-03 Padraig O'Briain <padraig.obriain@sun.com>
590 * ===== Released 1.2.1=====
592 * configure.in: Version 1.2.1, interface age 1, binary age 201
596 2003-01-02 Zbigniew Chyla <cyba@gnome.pl>
598 * configure.in (ALL_LINGUAS): Added pl (Polish).
600 2002-12-23 Nam SungHyun <namsh@kldp.org>
602 * configure.in: Added Korean (ko) to ALL_LINGUAS
604 2002-12-22 Artis Trops <hornet@navigator.lv>
606 * configure.in: Added Latvian (lv) to ALL_LINGUAS.
608 2002-12-22 Christophe Merlet <redfox@redfoxcenter.org>
610 * configure.in (ALL_LINGUAS): added French (fr).
612 2002-12-21 Jordi Mallach <jordi@sindominio.net>
614 * configure.in (ALL_LINGUAS): added Catalan (ca).
616 2002-12-20 Padraig O'Briain <padraig.obriain@sun.com>
618 * ===== Released 1.2.0 ======
620 * configure.in: Version 1.2.0, interface age 0, binary age 200
622 * NEWS: Final update for 1.2.0.
624 * docs/tmpl/atkobject.sgml: Order of properties have been changed.
626 2002-12-18 Dmitry G. Mastrukov <dmitry@taurussoft.org>
628 * configure.in: Added Russian to ALL_LINGUAS.
630 2002-12-16 Padraig O'Briain <padraig.obriain@sun.com>
632 * ===== Released 1.1.5=====
634 * configure.in: Version 1.1.5, interface age 2, binary age 105
638 2002-12-13 Padraig O'Briain <padraig.obriain@sun.com>
640 * atk/atktext.c (atk_text_get_caret_offset): Return 0 instead of -1
641 if caret is not supported. This addresses bug #101020.
643 * configure.in: Use third argument of AC_DEFINE to get rid of
646 Thu Dec 12 14:57:20 2002 Owen Taylor <otaylor@redhat.com>
648 * acinclude.m4: Remove; wasn't needed, and referred
649 to GLib internal m4 files now gone.
651 Thu Dec 12 11:04:05 2002 Manish Singh <yosh@gimp.org>
653 * configure.in: Require autoconf-2.53.
655 2002-12-12 Yanko Kaneti <yaneti@declera.com>
657 * configure.in (ALL_LINGUAS): Added Bulgarian (bg).
659 2002-12-11 Pablo Saratxaga <pablo@mandrakesoft.com>
661 * configure.in (ALL_LINGUAS): Added Vietnamese (vi), Hebrew (he),
664 2002-12-07 Andras Timar <timar@gnome.hu>
666 * configure.in (ALL_LINGUAS): Added Hungarian (hu).
668 2002-12-06 Padraig O'Briain <padraig.obriain@sun.com>
670 * ===== Released 1.1.4 =====
672 * configure.in: Version 1.1.1, interface age 1, binary age 104
676 2002-12-05 Ole Laursen <olau@hardworking.dk>
678 * configure.in (ALL_LINGUAS): Added Danish (da).
680 2002-12-02 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
682 * configure.in (ALL_LINGUAS): Added Spanish (es).
684 2002-12-01 Christian Neumair <chris@gnome-de.org>
686 * configure.in (ALL_LINGUAS): Added German (de).
688 2002-11-22 Kjartan Maraas <kmaraas@gnome.org>
690 * configure.in (ALL_LINGUAS): Added "no".
692 2002-11-22 Padraig O'Briain <padraig.obriain@sun.com>
694 * Update NEWS for 1.1.3
696 2002-11-21 Padraig O'Briain <padraig.obriain@sun.com>
698 * configure.in: Update to take account of gtk-doc-version being 0.10
699 Updated version required to 0.9
701 2002-11-20 Bill Haneman <bill.haneman@sun.com>
704 Added ATK_ROLE_APPLICATION.
707 (atk_role_get_localized_name):
708 Added ATK_ROLE_APPLICATION case.
711 Added ATK_ROLE_APPLICATION to docs.
713 2002-11-18 Abi Brady <morwen@evilmagic.org>
715 * configure.in: Added "en_GB" to ALL_LINGUAS.
717 2002-11-15 Hasbullah BIn Pit <sebol@ikhlas.com>
719 * configure.in: Added "ms" to ALL_LINGUAS.
721 2002-11-15 Padraig O'Briain <padraig.obriain@sun.com>
723 * Update NEWS for 1.1.2
725 * docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
728 2002-11-14 Bill Haneman <bill.haneman@sun.com>
731 Revved to 1.1.2, interface age 0, binary age 102.
733 * atk/atkrelationtype.h:
734 (ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY):
735 New relations to handle content embedding, for instance
736 text that embeds or flows around images.
738 * atk/atkhyperlink.h:
739 (atk_hyperlink_is_inline):
740 New API, returns whether a hyperlink's content is
741 partially displayed inline; useful for small images
742 emedded in text, and for HTML <src> elements.
743 (AtkHyperlinkClass->link_state):
744 New virtualized method, used to implement various
745 state query API such as atk_hyperlink_is_inline().
747 * atk/atkhyperlink.c:
748 (atk_hyperlink_is_inline):
751 * docs/atk-sections.txt:
752 Additions for above API.
754 2002-11-13 Padraig O'Briain <padraig.obriain@sun.com>
756 * atk/atkobject.[ch]: Add signal active-descendant-changed
758 2002-11-11 Christian Rose <menthos@menthos.com>
760 * configure.in: Added "sv" to ALL_LINGUAS.
762 Fri Nov 8 19:55:25 2002 Soeren Sandmann <sandmann@daimi.au.dk>
770 * docs/tmpl/atkhyperlink.sgml
771 * docs/tmpl/atkobject.sgml
772 * docs/tmpl/atktable.sgml
773 * docs/tmpl/atktext.sgml
775 Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow
778 2002-11-05 Padraig O'Briain <padraig.obriain@sun.com>
780 * autogen.sh: Add call to autoheader to create config.h.in
782 2002-11-04 Padraig O'Briain <padraig.obriain@sun.com>
784 * acinclude.m4: New file
786 * autogen.sh: Add i18n support (copied from gtk+).
788 * configure.in: Add definition for atklocaledir and check for
789 bind_textdomain_codeset()
791 * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES
793 * atk/atkobject.c (atk_role_get_localized_name): Add code to
796 * po/.cvsignore: Add extra files.
798 2002-11-01 Padraig O'Briain <padraig.obriain@sun.com>
800 * configure.in: Create po/Makefile; patch supplied by
801 Dan Mills (thunder@ximain.com)
803 2002-10-31 Padraig O'Briain <padraig.obriain@sun.com>
805 * ===== Released 1.1.1 =====
807 * configure.in: Version 1.1.1, interface age 0, binary age 101
811 * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
813 2002-10-30 Padraig O'Briain <padraig.obriain@sun.com>
815 * Makefile.am: Add po directory
817 * configure.in: Add support for I18N
819 * acconfig.h atk/atkintl.h: New files used to support I18N
821 * atk/atkobject.c: Update atk_role_get_localized_name() to
822 allow for localized name to be returned.
824 * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES
826 * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore
827 po/ChangeLog: New files
829 2002-10-30 Padraig O'Briain <padraig.obriain@sun.com>
831 * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h
833 * atk/atkaction.[ch]: Add atk_action_get_localized_name.
835 * atk/atkobject.[ch]: Add atk_role_get_localized_name,
836 atk_object_add_relationship and atk_object_remove_relationship
837 Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH
840 * atk/atkrelation.h: Move definition of AtkRelationType to
843 * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS
845 * atk/atktext.[ch]: Add text-attributes-changed signal.
847 * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions.
849 * docs/tmpl/atkobject.sgml: Add new functions and new roles.
851 * docs/tmpl/atkrelation.sgml: Add new relations
853 * docs/tmpl/atkstate.sgml: Add new state
855 * docs/tmpl/atktext.sgml: Add new signal
857 * tests/testrelation.c: Add tests for new relationship functions.
859 2002-10-01 Padraig O'Briain <padraig.obriain@sun.com>
861 * atk/atkobject.c (atk_object_notify): Fix leak; report and patch
862 supplied by Sebastian Rittau (srittau@jroger.in-berlin.de)
866 2002-09-24 Padraig O'Briain <padraig.obriain@sun.com>
868 * ===== Released 1.1.0 =====
872 2002-09-18 Padraig O'Briain <padraig.obriain@sun.com>
875 increment version to 1.1.0, in view of the fact that we've
876 branched for GNOME-2 and GTK+-2.0, and this is HEAD.
877 Also reset INTERFACE_AGE to zero, since an enum was added.
878 Use similar library numbering as GTK.
880 * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
882 2002-09-06 Mark McLoughlin <mark@skynet.ie>
884 * atk/atkobject.h: add ATK_LAYER_WINDOW.
886 * atk/atkcomponent.c: upd docs.
888 2002-09-06 Padraig O'Briain <padraig.obriain@sun.com>
890 * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to
891 avoid unused declarations
893 * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml:
894 Move AtkRelationSet from atkobject to atkrelationset.
896 2002-09-05 Padraig O'Briain <padraig.obriain@sun.com>
898 * docs/atk-sections.txt docs/tmpl/atkaction.sgml
899 docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml
900 docs/tmpl/atkeditabletext.sgml docs/tmpl/atkhypertext.sgml
901 docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
902 docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
903 docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml
904 docs/tmpl/atkvalue.sgml:
905 Remove reference to ...Iface data structures; which eliminates
906 undocumented symbols.
908 2002-09-05 Padraig O'Briain <padraig.obriain@sun.com>
910 * atk/atkutil.h: Add documentation for AtkKeyEventType
912 * docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml
913 docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml
914 docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
915 docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml
916 docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml
917 docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml
918 docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml
919 docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml
920 docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml
921 docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml
922 docs/tmpl/atkutil.sgml:
923 Reduce number of undocumented symbols
925 2002-08-26 Padraig O'Briain <padraig.obriain@sun.com>
927 * atk/atknoopobjectfactory.c:
928 Add implementation for atk_object_factory_get_accessible_type()
930 2002-08-18 Havoc Pennington <hp@pobox.com>
932 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
933 both automake 1.6 and 1.4 installed get the right automake. Means
934 compilation from CVS will now require the latest automake 1.4
935 release, or manually creating symlinks called "automake-1.4" and
938 2002-08-16 Padraig O'Briain <padraig.obriain@sun.com>
940 These changes improve the quality of the documentation by adding
941 information about properties and signals.
944 Add atktargetlib, STRIP_BEGIN, STRIP_END and STRIP_DUMMY for
945 use in docs Makefile.am
948 Add missing include files, atk/atknoopobject.h and
949 atknoopobjectfactory.h
952 Add support for scan program
955 Added content to this file
957 * docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
958 docs/tmpl/atknoopobject.sgml docs/tmpl/atknoopobjectfactory.sgml
959 docs/tmpl/atkobjectfactory.sgml docs/tmpl/atkregistry.sgml
960 docs/tmplatkutil.sgml:
961 Removed references to contents of object's data structure
963 * docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml
964 docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml:
965 Add references to signals and properties.
967 Wed Jul 31 17:08:04 2002 Owen Taylor <otaylor@redhat.com>
969 * ===== Released 1.0.3 =====
971 * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
972 interface, binary version 3.
976 2002-07-14 Padraig O'Briain <padraig.obriain@sun.com>
978 * README: Updated to describe where to log bugs and mention mailing
981 2002-06-20 Padraig O'Briain <padraig.obriain@sun.com>
983 * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml
984 atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml
985 atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml
986 atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml
987 atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml
988 atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml
989 atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml
990 atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml
991 atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml
992 atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml
993 atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml
994 Update documentation.
996 2002-05-29 Padraig O'Briain <padraig.obriain@sun.com>
999 64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com)
1002 Thu Mar 28 18:27:32 2002 Owen Taylor <otaylor@redhat.com>
1004 * ===== Released 1.0.2 ======
1008 * configure.in: Version 1.0.2, interface, binary age 2
1010 2002-04-26 Padraig O'Briain <padraig.obriain@sun.com>
1012 * atk/atkutil.c (atk_focus_tracker_notify):
1013 Allow for object being NULL which means the window containing the
1014 focus widget has lost focus. We update the previous_focus_object
1015 so we can emit notification for focus widget when window regains
1018 2002-04-15 Padraig O'Briain <padraig.obriain@sun.com>
1020 * atk/atkgobjectaccessible.c:
1021 (atk_gobject_accessible_for_object): Allow for case where created
1022 AtkObject is not a AtkGObjectAccessible so quark_accessible_object
1023 was not initialized in atk_gobject_accessible_class_init
1025 Thu Mar 28 18:27:32 2002 Owen Taylor <otaylor@redhat.com>
1027 * ===== Released 1.0.1 ======
1031 * configure.in: Version 1.0.1, interface, binary age 1.0.0.
1033 2002-03-19 Padraig O'Briain <padraig.obriain@sun.com>
1035 * atk/atkutil.c (atk_focus_tracker_notify):
1036 Do not do notification if previously notified object is the same as
1039 2002-03-14 Tor Lillqvist <tml@iki.fi>
1041 * atk/Makefile.am: Use correct name for the DLL when generating
1042 the MSVC import library.
1044 2002-03-13 Bill Haneman <bill.haneman@sun.com>
1046 * atk/atkutil.c (atk_object_get_root):
1047 Changed g_type_class_peek to g_type_class_ref,
1048 this seemed to be triggering a SEGV in some cases.
1051 2002-03-12 Padraig O'Briain <padraig.obriain@sun.com>
1053 * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose):
1054 Correct name of data set to NULL from quark_accessible_object to
1057 2002-03-09 Padraig O'Briain <padraig.obriain@sun.com>
1059 * atk/atkhyperlink.c (atk_hyperlink_get_type):
1062 Thu Mar 7 23:52:51 2002 Owen Taylor <otaylor@redhat.com>
1064 * ===== Released 1.0.0 ======
1066 * NEWS: Final update for 1.0.0.
1068 * README: Update the compilation instructions a bit.
1070 2002-03-06 Tor Lillqvist <tml@iki.fi>
1073 * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import
1076 Tue Mar 5 16:54:21 2002 Owen Taylor <otaylor@redhat.com>
1080 * tests/Makefile.am: Don't install libteststateset.la,
1081 libtestrelation.la. (#73655, James Henstridge)
1083 * autogen.sh: Add --enable-gtk-doc
1085 * configure.in: --disable-gtk-doc by default.
1087 * Makefile.am: Add a slightly modified distcheck rule
1088 that passes --enable-gtk-doc to the configure inside.
1089 (So that 'make dist' succeeds inside.)
1091 Tue Mar 5 11:55:35 2002 Owen Taylor <otaylor@redhat.com>
1093 * configure.in: Require GLib-2.0.0.
1095 * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in:
1096 Switch over to the Glib/GTK+ versioning scheme.
1098 2002-03-05 Padraig O'Briain <padraig.obriain@sun.com>
1100 * atk/atktext.c (atk_text_get_text):
1101 Permit end offset value of -1
1103 2002-02-28 Padraig O'Briain <padraig.obriain@sun.com>
1105 * atk/atkhypertext.h:
1108 2002-02-28 Sven Neumann <sven@gimp.org>
1110 * configure.in: beautified configure --help output.
1112 2002-02-27 Padraig O'Briain <padraig.obriain@sun.com>
1114 * atk/atkhypertext.h atk/atkhyperlink.h:
1115 Add padding to class structures to allow for future expansion.
1117 * atk/atkdocument.h:
1118 Add padding to class structures to allow for future expansion.
1120 * atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
1121 Add padding to class structures to allow for future expansion.
1123 Mon Feb 25 19:09:39 2002 Owen Taylor <otaylor@redhat.com>
1125 * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
1127 2002-02-26 Tor Lillqvist <tml@iki.fi>
1129 * atk/Makefile.am: Do use -no-undefined on Win32, otherwise
1130 libtool won't create a DLL.
1132 2002-02-25 Padraig O'Briain <padraig.obriain@sun.com>
1135 Remove -no-undefined because of problems with uunresolved symbols
1136 in libgobject on Solaris when using gcc
1138 Sat Feb 23 23:02:23 2002 Owen Taylor <otaylor@redhat.com>
1140 * configure.in: Version 0.13
1142 * NEWS: Update for 0.13
1144 * docs/atk-sections.txt: Update.
1146 2002-02-22 Padraig O'Briain <padraig.obriain@sun.com>
1148 * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c
1149 atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c
1150 atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c:
1151 Make use of parent_class consistent; define as gpointer and
1152 use g_type_class_peek_parent() to get it
1155 Delete unused empty line
1157 * atk/atkregistry.c atk/atkrelation.c:
1158 Make parent_class static
1160 2002-02-20 Padraig O'Briain <padraig.obriain@sun.com>
1163 Add check for offset being negative in functions which have offset
1164 parameter and return immediately if so.
1166 2002-02-15 Padraig O'Briain <padraig.obriain@sun.com>
1168 * atk/atkcomponent.h:
1169 Change argument of get_layer and get_mdi_zorder function pointers
1170 to be AtkComponent instead of AtkObject
1172 * atk/atkcomponent.c:
1173 Change atk_component_get_layer and atk_component_get_mdi_zorder
1174 to refer to argument as component instead os accessible
1176 * docs/atk-sections.txt docs/tmpl/atkaction.sgml
1177 docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
1178 docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
1179 docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
1180 docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
1181 Update for recent changes
1183 2002-02-15 Padraig O'Briain <padraig.obriain@sun.com>
1186 Guard atk.h with ifndef __ATK_H__
1187 (#71405 reported by terra@diku.dk (Morten Welinder))
1189 2002-02-13 Padraig O'Briain <padraig.obriain@sun.com>
1191 * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
1192 atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h
1193 atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
1194 atk/atktable.h atk/atktext.h atk/atkvalue.h:
1195 Add padding to class structures to allow for future expansion.
1197 2002-02-11 Bill Haneman <bill.haneman@sun.com>
1200 Incremented revision and tagged GNOME_D2_BETA.
1203 Marked atk_object_get_layer and atk_object_get_mdi_zorder
1204 as deprecated (should use atk_component API below).
1207 Added atk_component_get_layer and atk_component_get_mdi_zorder
1208 (erroneously defined in atkobject, they belong here).
1211 Fixed some property get/set bugs.
1213 * NEWS: updated for GNOME 2 Desktop Beta.
1215 2002-02-11 jacob berkman <jacob@ximian.com>
1217 * atk/atkselection.[ch] (atk_selection_get_type):
1218 * atk/atktable.[ch] (atk_table_get_type):
1219 * atk/atkregistry.h (atk_get_default_registry):
1220 * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type):
1221 * atk/atkobjectfactory.[ch] (atk_object_factory_get_type):
1222 * atk/atkcomponent.[ch] (atk_component_get_type):
1223 * atk/atkaction.[ch] (atk_action_get_type): declare function
1224 arguments as (void) rather than ()
1226 2002-02-04 Bill Haneman <bill.haneman@sun.com>
1229 Incremented revision.
1231 2002-01-30 Bill Haneman <bill.haneman@sun.com>
1233 * docs/tmpl/atkaction.sgml:
1234 * docs/tmpl/atkcomponent.sgml:
1235 * docs/tmpl/atkeditabletext.sgml:
1236 * docs/tmpl/atkimage.sgml:
1237 * docs/tmpl/atkobject.sgml:
1238 * docs/tmpl/atkselection.sgml:
1239 * docs/tmpl/atktable.sgml:
1240 * docs/tmpl/atktext.sgml:
1241 * docs/tmpl/atkvalue.sgml:
1242 Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
1243 fields to improve docs; the documentation now gives some
1244 information on the purpose and function of the various ATK
1245 interfaces, and which types of UI components typically implement
1248 Tue Jan 29 23:29:46 2002 Owen Taylor <otaylor@redhat.com>
1250 * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
1252 2002-01-28 Padraig O'Briain <padraig.obriain@sun.com>
1255 Update version number to 0.10, for Desktop Alpha 2
1257 2002-01-28 Padraig O'Briain <padraig.obriain@sun.com>
1260 Correct inconsistencies between registered signal parameter types
1261 and default signal handler struct fields
1262 (based on patch from Murray Cumming <murray@usa.net>)
1264 2002-01-10 Bill Haneman <bill.haneman@sun.com>
1267 Update version number to 0.9, for Beta2 package.
1269 Wed Jan 9 11:26:56 2002 Owen Taylor <otaylor@redhat.com>
1271 * atk/Makefile.am (s-enum-types-h): Include glib-object.h,
1272 Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
1275 2002-01-07 Padraig O'Briain <padraig.obriain@sun.com>
1277 * atk/atkcomponent.c (atk_component_add_focus_handler):
1278 Add comments to clarify behavior if handler has already been added
1280 * docs/tmpl/atktext.sgml:
1281 Update for change of caret_changed to text_caret_moved
1283 2002-01-05 Hans Breuer <hans@breuer.org>
1285 * atk/makefile.msc : generate atk-enum-types.[hc]
1286 NOTE: the long comment in atkobject.h is crashing perl,
1287 at least version 5.005_02 built for MSWin32-x86-object
1288 Binary build 506 provided by ActiveState. Temporary
1289 deleting the AtkRole comment allows to work-around.
1291 atk/atk.def : updated externals
1293 2002-01-02 Padraig O'Briain <padraig.obriain@sun.com>
1295 * atk/atkgobjectaccessible.h
1296 Fixed typo in define (reported by Jeff Franks)
1298 * atk/atktext.c atk/atktext.h
1299 Change name of default signal handler for text_caret_moved signal
1300 from caret_changed to text_caret_moved
1301 Change enum CARET_MOVED to TEXT_CARET_MOVED
1302 (both issues reported by Jeff Franks)
1304 2001-12-15 Michael Meeks <michael@ximian.com>
1306 * atk/atkrelation.c (atk_relation_class_init):
1308 (atk_relation_finalize): chain to parent.
1310 * atk/atkrelationset.c (atk_relation_set_class_init),
1311 (atk_relation_set_finalize): same fix.
1313 Sat Dec 22 12:26:51 2001 Owen Taylor <otaylor@redhat.com>
1315 * configure.in: Version 0.8, require GLib-1.3.12
1317 * atk/makefile.msc (PKG_VER): Version 0.8.
1319 Thu Dec 20 00:33:47 2001 Owen Taylor <otaylor@redhat.com>
1321 * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
1322 for correct srcdir != builddir operation when
1323 generating source files in srcdir.
1325 Thu Dec 20 00:27:01 2001 Owen Taylor <otaylor@redhat.com>
1327 * docs/tmpl/atkutil.sgml: remove some conflict
1330 2001-12-19 Padraig O'Briain <padraig.obriain@sun.com>
1335 2001-12-19 Padraig O'Briain <padraig.obriain@sun.com>
1337 Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
1338 docs/tmpl/atkgobjectaccessible.sgml
1340 * atk/Makefile.am atk/atk.h:
1341 Add references to new files
1343 * atk/atkobject.c atk/atkobject.h
1344 docs/tmpl/atkobject.sgml:
1345 Add new function atk_object_initialize
1347 * atk/atkobjectfactory.c atk/atkobjectfactory.h
1348 docs/tmpl/atkobjectfactory.sgml:
1349 Add new function atk_object_factory_get_accessible_type
1351 * docs/atk-sections.txt:
1353 Add functions in atk-unused.txt
1356 2001-12-17 Darin Adler <darin@bentspoon.com>
1358 * atk/atktext.c: Add missing #include <string.h>
1360 2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1362 * atk/Makefile.am, tests/Makefile.am: Compile with
1363 -DG_DISABLE_DEPRECATED. See #52790.
1365 2001-12-11 Padraig O'Briain <padraig.obriain@sun.com>
1367 * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
1368 Remove unnecessary g_retunn_val_if_fail() call.
1370 2001-12-08 Michael Meeks <michael@ximian.com>
1372 * atk/atkregistry.c (atk_registry_class_init):
1373 paranoia is not appropriate here, setup parent_class,
1374 don't create a new default registry here - makes no
1376 (atk_registry_finalize): chain to parent class, do
1377 g_hash_table_destroys instead of g_frees.
1379 2001-12-07 Padraig O'Briain <padraig.obriain@sun.com>
1382 Update to create atk-enum-types.h before compiling source files
1383 (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
1385 2001-12-05 Padraig O'Briain <padraig.obriain@sun.com>
1387 * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt
1388 docs/tmpl/atktext.sgml tests/testrelation.c:
1389 Change atk_attribute_register to atk_text_attribute_register,
1390 atk_attribute_get_value to atk_text_attribute_get_value,
1391 atk_attribute_get_name to atk_text_attribute_get_name
1392 atk_attribute_for_name to atk_text_attribuute_for_name
1394 2001-12-04 Padraig O'Briain <padraig.obriain@sun.com>
1397 Add implementation of atk_attribute_register, atk_attribute_for_name
1398 Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
1399 support extra attributes being defined
1402 Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
1403 extra attributes to be defined
1404 Add atk_attribute_register() and atk_attribute_for_name()
1409 * docs/atk-sections.txt docs/tmpl/atktext.sgml
1410 Update because of additions to atk/atktext.h
1412 * tests/testrelation.c:
1413 Add tests for text attributes
1415 2001-12-04 Padraig O'Briain <padraig.obriain@sun.com>
1418 Update atk_role_register() to allow extra roles to be defined
1419 Update atk_role_get_name() and atk_role_for_name() for newly defined
1422 * tests/testrelation.c:
1425 2001-12-03 Padraig O'Briain <padraig.obriain@sun.com>
1427 * atk/atkrelation.c:
1428 Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
1429 atk_relation_type_for_name()
1432 Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
1433 atk_state_type_for_name()
1435 * tests/testrelation.c, tests/teststateset.c:
1436 Update tests as name componenets are separated by hyphen (-) rather
1439 2001-11-29 Padraig O'Briain <padraig.obriain@sun.com>
1442 Generate files atk-enum-types.c and atk-enums-types.h to create
1446 Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
1448 2001-11-28 Bill Haneman <bill.haneman@sun.com>
1451 Changed calls to g_type_class_peek() to g_type_class_ref() where
1452 it makes more sense, and in other places check for a non-null
1453 klass return before trying to call class methods. This prevents
1454 SEGV if no Atk-implementation library has been loaded.
1457 Fixed gtk-doc warning.
1459 2001-11-28 Padraig O'Briain <padraig.obriain@sun.com>
1461 * atk/atkobject.[c|h]:
1462 Add functions atk_role_get_name() and atk_role_for_name() which
1463 transform a role into an untranslated string
1464 Update comments in atkobject.h which refer to property names
1466 * atk/atkrelation.c:
1467 Correct error in atk_relation_type_get_name
1469 * docs/atk-sections.txt
1470 Added atk_role_get_name and atk_role_for_name
1475 2001-11-23 Hans Breuer <hans@breuer.org>
1477 * atk/atk.def : updated externals
1479 * atk/atktext.c atk/atkutil.c : added two spaces to fix
1480 minor coding style issues. Found by my exports generator.
1482 * atk/makefile.msc : version 0.7, use build dir from
1485 Thu Nov 22 14:37:40 2001 Owen Taylor <otaylor@redhat.com>
1489 * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
1491 2001-11-22 Padraig O'Briain <padraig.obriain@sun.com>
1493 * atk/atknoopobject.c:
1494 Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
1495 when creating object
1497 2001-11-22 Padraig O'Briain <padraig.obriain@sun.com>
1499 * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
1500 docs/tmpl/atkrelation.sgml:
1501 Change atk_relation_type_from_string to atk_relation_type_for_name
1502 Add atk_relation_type_get_name
1504 * atk/atkrelationtype.c:
1505 Change atk_relation_type_from_string to atk_relation_type_for_name
1506 Add atk_relation_type_get_name
1507 Update atk_relation_type_register() to correctly register new
1511 Changed name of static variable type to last_type
1512 Changed name of paremeter if atk_state_type_get_name to type to match
1518 * tests/README, tests/Makefile.am
1519 Add new test file testrelation.c
1521 2001-11-22 Bill Haneman <bill.haneman@sun.com>
1523 * atk/atkutil.c (atk_add_key_event_listener):
1524 Fix gtk-doc comment and clarify use of 'data' gpointer.
1526 2001-11-22 Michael Meeks <michael@ximian.com>
1528 * atk/atkutil.c (atk_add_key_event_listener): switch
1531 * atk/atkobject.c (atk_object_real_get_property):
1532 add missing 'break'.
1534 2001-11-21 Michael Meeks <michael@ximian.com>
1536 * atk/atkrelation.c: pull in string.h for strcmp
1538 * atk/atktext.c (atk_text_get_selection): fix bug / warning.
1540 * atk/atkutil.c (atk_add_global_event_listener),
1541 (atk_get_toolkit_name, atk_get_toolkit_version):
1544 2001-11-21 Bill Haneman <bill.haneman@sun.com>
1546 * atk/atkrelation.c: Added gtk-doc docs for
1547 atk_relation_type_from_string.
1549 Wed Nov 21 17:54:44 2001 Owen Taylor <otaylor@redhat.com>
1551 * atk/atkobject.h (enum): Fix trailing comma on
1554 * docs/atk-sections.txt: Update.
1558 2001-11-21 Padraig O'Briain <padraig.obriain@sun.com>
1560 * atk/atkobject.[c|h]:
1561 Add additional argument (name) to state-change signal
1562 Update atk_object_notify_state_change to take account of
1563 extra argument for state-change
1565 * atk/atkmarshal.list:
1566 Add marshaller for VOID:STRING,BOOLEAN
1568 2001-11-21 Padraig O'Briain <padraig.obriain@sun.com>
1570 * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
1571 Add enum AtkLayer and functions atk_object_get_layer and
1572 atk_object_get_mdi_zorder
1574 2001-11-20 Padraig O'Briain <padraig.obriain@sun.com>
1576 * atk/atkobject.[c|h]:
1577 Remove property accessible-state; use signal state-change instead
1578 Change signature of state-change handler to take gboolean as argument
1579 instead of AtkPropertyValues
1580 Update atk_object_notify_state_change() to emit state-change signal
1582 * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
1583 Remove state ATK_STATE_COLLAPSED
1585 2001-11-19 Bill Haneman <bill.haneman@sun.com>
1589 Added state-changed signal to atkobject, in anticipation of
1590 deprecating the accessible-state property.
1593 Fixed signature of atk_util_add_key_listener () to
1594 take an AtkKeySnoopFunc instead of a pointer to same.
1596 2001-11-19 Padraig O'Briain <padraig.obriain@sun.com>
1598 * atk/atkobject.c (atk_object_notify_state_change):
1599 Fix bug in calculation of number of toggle states
1602 Correct out-by-1 error in atk_state_type_register()
1603 Use type (number of states defined) in atk_state_type_get_name()
1604 and atk_state_type_for_name()
1606 2001-11-17 Padraig O'Briain <padraig.obriain@sun.com>
1608 * atk/atkeditabletext.c:
1609 Remove unused structure _AtkEditableTextIfaceClass
1611 * atk/atkobject.[c|h]
1612 Remove signals model_changed and selection_changed
1614 * atk/selection.[c|h]
1615 Add signal selection_changed
1617 * atk/atktable.[c|h]
1618 Remove unused structure _AtkTableIfaceClass
1619 Add signal model_changed
1622 Remove unused structure _AtkTextIfaceClass
1623 Add signal text_selection_changed
1625 * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
1626 docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
1627 Documentation changes
1629 2001-11-17 Tor Lillqvist <tml@iki.fi>
1631 * atk-zip.sh.in: Build separate runtime and developer packages.
1633 * atk/atk.def: Update.
1635 2001-11-14 Bill Haneman <bill.haneman@sun.com>
1639 atk_add_key_event_listener (AtkKeySnoopFunc *listener,
1641 atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
1644 to allow non-GTK-dependent installation of key snoop functions.
1645 This also meant adding definitions of AtkKeySnoopFunc and
1648 2001-11-08 Padraig O'Briain <padraig.obriain@sun.com>
1650 * atk/atkobject.c (atk_object_notify_state_change):
1651 Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
1652 to ATK_STATE_EXPANDED or vice versa.
1654 2001-11-05 Padraig O'Briain <padraig.obriain@sun.com>
1657 Add role ATK_ROLE_TREE_TABLE
1659 * atk/atkrelation.h:
1660 Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
1661 and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
1663 * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
1664 docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
1665 docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
1666 docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
1667 docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
1668 docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
1669 docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
1670 Update to reflect the current state of the documentation in the code.
1672 2001-10-31 Padraig O'Briain <padraig.obriain@sun.com>
1674 * atk/relation.h, docs/tmpl/atkrelation.sgml:
1675 Add two new relations ATK_RELATION_NODE_CHILDREN and
1676 ATK_RELATION_NODE_PARENT to support compound objects in a
1677 node or cell of a tree or table
1678 Added descriptions of all relations which are defined
1681 Remove functions atk_table_real_get_index_at(),
1682 atk_table_real_get_column_at_index() and
1683 atk_table_real_get_row_at_index()
1684 Correct typos in documentation of other functions.
1686 2001-10-28 Tor Lillqvist <tml@iki.fi>
1688 * atk-zip.sh.in: New file, used to build developer package for
1692 * configure.in: Add it.
1694 * atk/Makefile.am: Add rules to install and uninstall mingw import
1697 2001-10-26 Padraig O'Briain <padraig.obriain@sun.com>
1699 * atk/atkobject.[c|h]
1700 Remove the following properties
1701 accessible-child - use signal children_changed for notification
1702 accessible-text - use signal text_changed for notification
1703 accessible-caret - use signal text_caret_moved for notification
1704 accessible-selection - use new signal selection_changed
1706 accessible-visible-data - use new signal visible_data_changed
1708 accessible-model - use new signal model_changed for notification
1709 Notify when role or parent changes
1710 Allow parent and role to be set or got using g_object_set() or
1713 Wed Oct 24 11:13:13 2001 Owen Taylor <otaylor@redhat.com>
1719 2001-10-25 Padraig O'Briain <padraig.obriain@sun.com>
1721 * atk/atkobject.h, docs/tmpl/atkobject.sgml:
1722 Add role ATK_ROLE_TERMINAL for an accessible terminal.
1724 2001-10-22 Padraig O'Briain <padraig.obriain@sun.com>
1726 * atk/atkobject.c (atk_object_notify_state_change):
1727 Initialize AtkPropertyValue data structure to 0 instead of using
1730 2001-10-19 Tor Lillqvist <tml@iki.fi>
1732 * configure.in: Set automake conditionals OS_WIN32 if on (native)
1733 Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
1734 LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
1736 * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
1737 -export-symbols atk.def. If lib.exe is available, generate
1738 atk.lib, and install it.
1740 * atk/atk.def: Update with new entry points.
1742 2001-10-19 Padraig O'Briain <padraig.obriain@sun.com>
1744 * atk/atkobject.[c|], docs/atk-sections.txt,
1745 docs/tmpl/atkobject.sgml:
1746 Add convenience function atk_object_notify_state_change()
1747 to generate property notification of state change.
1749 * atk/atktext.c, docs/tmpl/atk-unused.sgml:
1750 Correct comments on functions atk_attribute_get_name() and
1751 atk_attribute_get_value()
1753 2001-10-17 Padraig O'Briain <padraig.obriain@sun.com>
1756 Update comments in atk_text_get_text_[at|after|before]_offset()
1757 to clarify what these functions will return.
1759 2001-10-16 Padraig O'Briain <padraig.obriain@sun.com>
1762 Update comments in atk_text_get_run_attributes() and
1763 atk_text_get_default_attributes().
1765 2001-10-15 Padraig O'Briain <padraig.obriain@sun.com>
1768 Change "property-change" signal to allow detail (i.e. property name)
1769 and add detail in atk_object_notify().
1771 2001-10-15 Padraig O'Briain <padraig.obriain@sun.com>
1774 Correct order of attribute names in text_attr_name array.
1776 2001-10-12 Padraig O'Briain <padraig.obriain@sun.com>
1778 * atk/atktext.[c|h]:
1779 * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1780 Use enum AtkTextAttribute to specify what attribute are supported
1781 rather than hash defines. Define new functions atk_attribute_get_name()
1782 and atk_attribute_get_value() which return the strings for the
1783 attribute name and values for those attribute which have named values.
1785 2001-10-10 Padraig O'Briain <padraig.obriain@sun.com>
1787 * atk/atktext.c (atk_text_get_run_attributes):
1790 * atk/atktext.c (atk_text_get_default_attributes):
1791 Add call to set iface.
1793 2001-10-10 Padraig O'Briain <padraig.obriain@sun.com>
1795 * atk/atktext.[c|h]:
1796 * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1797 Add new function atk_text_get_default_attributes
1798 Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
1800 2001-10-09 Padraig O'Briain <padraig.obriain@sun.com>
1802 * atk/atktext.c (atk_attribute_set_free):
1803 Avoid leaking of AtkAttributeSet data structure; speed up code.
1805 * docs/tmpl.atk*.sgml
1806 Updated to reflect current APIs.
1808 2001-10-01 jacob berkman <jacob@ximian.com>
1810 * docs/Makefile.am (dist-hook-local): depend on all-local so that
1811 make dist works correctly w/o having to build first
1813 2001-10-01 Tor Lillqvist <tml@iki.fi>
1815 * configure.in: Add AC_LIBTOOL_WIN32_DLL.
1817 Sat Sep 29 19:45:00 2001 Bill Haneman <bill.haneman@sun.com>
1819 * configure.in (ATK_MICRO_VERSION): Version 0.6
1820 (because libglade will depend on a the small api addition below)
1822 * atk/makefile.msc (PKG_VER): Version 0.6
1824 * atk/atkrelation.h:
1825 * atk/atkrelation.c: (AtkRelationType
1826 atk_relation_type_from_string (const gchar *name)): Added method.
1829 Tue Sep 25 12:08:52 2001 Owen Taylor <otaylor@redhat.com>
1831 * configure.in (ATK_MICRO_VERSION): Version 0.5
1833 * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
1835 * atk/makefile.msc (PKG_VER): Version 0.5
1837 2001-09-21 Hans Breuer <hans@breuer.org>
1839 * atk/atk.def : updated externals
1840 * atk/makefile.msc : version 0.4
1842 * atk/atktext.c (atk_text_get_character_extents) : real_height
1843 is a reference to int, so use &local_height
1845 Wed Sep 19 10:46:44 2001 Tim Janik <timj@gtk.org>
1849 Tue Sep 18 23:41:32 2001 Tim Janik <timj@gtk.org>
1851 * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
1852 up ATK_VERSION to 0.4, interface age 0, binary age 0.
1853 (from 0.2 which was not properly updated last time).
1854 depend on glib 1.3.8.
1858 2001-09-11 Padraig O'Briain <padraig.obriain@sun.com>
1861 Add object reference when object is set as accessible_parent
1863 2001-09-05 Mark McLoughlin <mark@skynet.ie>
1865 * configure.in: remember ACLOCAL_FLAGS.
1867 2001-09-05 Padraig O'Briain <padraig.obriain@sun.com>
1869 * atk/atktable.[c|h]
1870 Change atk_table_get_caption() and atk_table_set_caption()
1871 to deal with AtkObject* rather than gchar*
1872 Remove redundant and incorrect comments
1874 Mon Sep 3 19:42:47 2001 Owen Taylor <otaylor@redhat.com>
1876 * configure.in: Version 0.3
1878 * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
1882 2001-09-03 Padraig O'Briain <padraig.obriain@sun.com>
1885 Correct property definitions for "accessible-table-caption",
1886 "accessible-table-column-description",
1887 "accessible-table-row-description"
1889 Update comments to include all properties defined
1891 2001-08-24 Padraig O'Briain <padraig.obriain@sun.com>
1893 * atk/atkhyperlink.h:
1894 Change AtkHyperLink to AtkHyperlink in comment
1895 * atk/atkhypertext.[c|h]:
1896 Change AtkHyperLink to AtkHyperlink
1897 * atk/atktable.[c|h]:
1898 Make gchar* arguments const; make return value of type gchar*
1900 * docs/atk-sections.txt
1901 Remove reference to AtkHyperLink
1902 * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
1903 docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
1906 2001-08-23 Padraig O'Briain <padraig.obriain@sun.com>
1909 Add functions atk_table_real_get_index_at(),
1910 atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index()
1911 as default implementations for atk_table_get_index_at(),
1912 atk_table_get_row_at_index(), atk_table_get_column_at_index()
1914 2001-08-23 Padraig O'Briain <padraig.obriain@sun.com>
1917 Refer to return value in function documentation for
1918 atk_action_do_action
1920 Fix typo in comments
1921 * docs/tmpl/atkaction.sgml:
1922 Update to include return value
1924 2001-08-22 Marc Mulcahy <marc.mulcahy@sun.com>
1926 * atk/atkaction.c atk/atkaction.h:
1927 Made atk_action_do_action return a gboolean as the class member of
1928 AtkActionIface does.
1932 2001-08-20 Padraig O'Briain <padraig.obriain@sun.com>
1934 * docs/tmpl/atkimage.sgml atk/atkimage.h:
1935 Swap height and width arguments to atk_image_get_image_size
1937 Swap height and height arguments to atk_image_get_image_size
1938 Do not crash if NULL pointers are passed for return values
1940 2001-08-17 Padraig O'Briain <padraig.obriain@sun.com>
1942 * docs/tmpl/atktext.sgml atk/atktext.h:
1943 Change parameter names *offset to *_offset
1944 * atk/atkcomponent.c:
1945 Do not crash if NULL pointers are passed for return values
1947 Change parameter names *offset to *_offset
1948 Do not crash if NULL pointers are passed for return values
1950 2001-08-16 Bill Haneman <bill.haneman@sun.com>
1953 Changed g_type_class_peek() to g_type_class_ref()
1954 in atk_add_global_event_listener(), since
1955 g_type_class_peek() could return NULL when an
1956 instance of the class had not been created.
1958 2001-08-16 Padraig O'Briain <padraig.obriain@sun.com>
1960 * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1961 Ensure that atk_attribute_set_free is in the documentation.
1963 2001-08-16 Padraig O'Briain <padraig.obriain@sun.com>
1965 * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
1966 Swapped order of width and height arguments to
1967 atk_text_get_character_extents()
1968 Changed AtkAttrributeSet_free to atk_attribute_set_free
1970 2001-08-15 Padraig O'Briain <padraig.obriain@sun.com>
1972 * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
1973 Changed "length" argument of atk_text_get_character_extents() to
1976 2001-08-15 Jens Finke <jens@gnome.org>
1978 * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
1979 * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
1980 added a AC_SUBST for it. This is needed for the spec.in file.
1981 Added atk.spec to output list.
1982 * atk.spec.in: New file.
1984 2001-08-13 Padraig O'Briain <padraig.obriain@sun.com>
1986 * atk/atkcomponent.[c|h]
1987 * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
1988 Change atk_component_get_accessible_at_point to
1989 atk_component_ref_accessible_at_point so it will work for flyweights
1991 Sun Aug 12 10:33:02 2001 Owen Taylor <otaylor@redhat.com>
1993 * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
1996 2001-08-09 Padraig O'Briain <padraig.obriain@sun.com>
1998 * atk/atkaction.c, atk/atkcomponent.c
1999 Remove all instances of g_return_if_fail (foo != NULL); that are
2000 immediately before a g_return_if_fail (ATK_IS_FOO (foo));
2001 since the second check catches the NULL.
2002 * atk/atkcomponent.c
2003 Add functions atk_component_real_contains(),
2004 atk_component_real_get_position(), atkcomponent_real_get_size()
2005 as default implementations for atk_component_contains(),
2006 atk_component_get_position(), atk_component_get_size()
2008 2001-08-07 Brian Cameron <brian.cameron@sun.com>
2010 * atk/atkimage.[ch] docs/atk-sections.txt
2011 docs/tmpl/atkimage.sgml
2012 Updated AtkImage get_position to get_image_position
2013 so the naming is consistant. Now get_image_position
2014 and get_image_size return -1 for x/y/height/width
2015 if AtkImage implementations of these functions is
2018 2001-07-31 Padraig O'Briain <padraig.obriain@sun.com>
2021 Create an object relation set when the object is created.
2023 2001-07-30 Brian Cameron <brian.cameron@sun.com>
2026 Changed first argument of atk_add_global_event_listener
2027 so the callback function is of type GSignalEmissionHook
2028 instead of AtkEventListener. AtkEventListener is
2029 appropriate for Focus event callbacks, but not generic
2032 2001-07-27 Padraig O'Briain <padraig.obriain@sun.com>
2035 Add function atk_object_real_ref_state_set() which creates the
2036 state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
2039 2001-07-27 Padraig O'Briain <padraig.obriain@sun.com>
2042 Remove all instances of g_return_if_fail (foo != NULL); that are
2043 immediately before a g_return_if_fail (ATK_IS_FOO (foo));
2044 since the second check catches the NULL.
2046 2001-07-26 Padraig O'Briain <padraig.obriain@sun.com>
2049 Fix problem with ATK not building after running make maintainer-clean
2050 and autogen.sh: add extra files to MAINTAINERCLEANFILES
2052 2001-07-25 Bill Haneman <bill.haneman@sun.com>
2055 * atk/atkeditabletext.h
2057 * atk-uninstalled.pc.in
2060 Removed (unused) #defines of pango/pango.h
2061 Removed references to/dependencies on pango from .pc files
2062 Removed dependencies on pango from makefile.msc and configure.in
2064 2001-07-24 Padraig O'Briain <padraig.obriain@sun.com>
2066 * atk/atkobject.[c|h]
2067 Move some implementation from GAIL:
2068 Default implementations for some some functions
2069 atk_object_real_get_name, atk_object_real_set_name,
2070 atk_object_real_get_description, atk_object_real_set_description,
2071 atk_object_real_get_parent, atk_object_real_set_parent,
2072 atk_object_real_get_role,
2073 atk_object_real_connect_property_change_handler,
2074 atk_object_real_remove_property_change_handler,
2076 definition of property-changed signal.
2077 Initialize pointers to NULL in atk_object_init().
2078 Initialize uninitialized function pointers to NULL in
2079 atk_object_class_init().
2081 2001-07-23 Brian Cameron <brian.cameron@sun.com>
2084 Changed children_changed signal to allow NULL pointers
2085 for the 2nd argument to the signal handler.
2087 2001-07-20 Hans Breuer <hans@breuer.org>
2089 * atk/atk.def : added more exports
2090 * atk/makefile.msc : updated win32 build
2092 2001-07-20 Padraig O'Briain <padraig.obriain@sun.com>
2094 * atk/atkaction.[c|h], docs/atk-sections.txt,
2095 docs/tmpl/atkaction.sgml
2096 Add atk_action_get_name() and atk_action_set_description()
2098 2001-07-18 Padraig O'Briain <padraig.obriain@sun.com>
2100 * atk/atkstate.[c|h]
2101 Add ATK_STATE_ENABLED so we can distinguish between a consistent
2102 and inconsistent GtkToggleButton
2104 2001-07-16 Brian Cameron <brian.cameron@sun.com>
2106 * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
2107 docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
2108 gail_textattributes_update.pat is for gail/gail and integrates the
2109 ATK_ATTRIBUTE_* macros in the gail implementations.
2110 atk_docs_textattributes_update.pat is for atk/docs and patches
2111 atk-sections.txt etc. for improved docs
2112 atk_atk_textattributes_update.pat is for atk/atk and included the
2113 new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
2115 2001-07-13 Darin Adler <darin@bentspoon.com>
2117 * atk/atkstate.c: Add missing <string.h> include.
2118 * tests/teststateset.c: Add missing <string.h> include.
2120 2001-07-13 Darin Adler <darin@bentspoon.com>
2122 * .cvsignore: Ignore some generated files.
2123 * autogen.sh: Get rid of call to autoheader since the
2124 configure file doesn't include AM_CONFIG_HEADER.
2126 2001-07-11 Brian Cameron <brian.cameron@sun.com>
2128 * tmpl/atkdocument.sgml
2129 Added new file for docs.
2131 2001-07-11 Padraig O'Briain <padraig.obriain@sun.com>
2133 * atk/atkimage.c atk/atkutil.c
2134 Changes to build with Sun's FORTE compiler.
2136 2001-07-10 Brian Cameron <brian.cameron@sun.com>
2138 * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
2139 tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
2140 tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
2141 tmpl/atktext.sgml tmpl/atkutil.sgml
2144 Mon Jul 2 06:37:09 2001 Tim Janik <timj@gtk.org>
2146 * atk/atktext.c (atk_text_base_init):
2147 * atk/atktable.c (atk_table_base_init):
2148 * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
2149 to adapt to recent GSignal changes.
2151 2001-06-28 Brian Cameron <brian.cameron@sun.com>
2153 * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
2154 docs/tmpl/atkutil.sgml
2155 Added new functiosn to AtkUtil.
2157 2001-06-28 Brian Cameron <brian.cameron@sun.com>
2159 * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
2160 docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
2161 docs/tmpl/atkobject.sgml
2162 Added new atk document interface.
2164 2001-06-28 Brian Cameron <brian.cameron@sun.com>
2166 * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
2167 atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
2168 Updated so that functions that take screen coords as
2169 input/output also take an enum specifying whether
2170 the coords are screen or top-level window based.
2171 Updated docs as well.
2173 2001-06-28 Brian Cameron <brian.cameron@sun.com>
2175 *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
2176 atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
2177 atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
2178 atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
2179 atk/docs/tmpl/atkstreamablecontent.sgml
2180 Cleaned up docs. Added atkstreamablecontent.sgml
2182 2001-06-28 Brian Cameron <brian.cameron@sun.com>
2184 *atk/atktable.h, atk/atktable.c
2185 Updated signal handler definitions.
2187 2001-06-27 Brian Cameron <brian.cameron@sun.com>
2190 Updated AtkXYCoords enum.
2192 2001-06-27 Brian Cameron <brian.cameron@sun.com>
2194 *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
2195 atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
2196 atk/atkimage.c atk/atkimage.h atk/atkobject.c
2197 atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
2198 atk/atkstateset.c atk/atkstreamablecontent.c
2199 atk/atkstreamablecontent.h atk/atktable.c
2200 atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
2201 and some docs/tmpl files.
2202 Updated gtk-docs fixing spelling errors and making minor
2205 2001-06-27 Louise Miller <lousie.miller@sun.com>
2207 *atk/atkselection.h, atk/atkselection.c
2208 changed return type to gboolean for
2209 atk_selection_select_all_selection
2211 2001-06-26 Brian Cameron <brian.cameron@sun.com>
2213 *atk/atkstate.h atk/atkstate.c
2214 docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
2215 docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
2216 docs/tmpl/atktext.sgml
2217 Added ATK_STATE_STALE. Updated docs.
2219 2001-06-22 Lucy Brophy <lucy.brophy@sun.com>
2222 Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
2224 2001-06-21 Brian Cameron <brian.cameron@sun.com>
2226 * atk/atkeditabletext.h, atk/atkobject.h,
2228 Added AtkAttributeSet_free() convenience
2231 2001-06-20 Peter Williams <peterw@ximian.com>
2233 * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
2234 atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
2235 G_{BEGIN,END}_DECLS.
2237 2001-06-20 Brian Cameron <brian.cameron@sun.com>
2239 * atk/atktable.c, atk/atkmarshal.list
2240 Removed needless marshal and updated signal handlers in
2243 2001-06-20 Louise Miller <louise.miller@sun.com>
2245 *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml
2246 Changed parameters for get_selected_rows/get_selected_columns
2247 Added 4 new functions, add_row_selection, remove_row_selection,
2248 add_column_selection, remove_column_selection
2250 2001-06-19 Brian Cameron <brian.cameron@sun.com>
2253 Fixed minor bug with signals.
2255 2001-06-18 Brian Cameron <brian.cameron@sun.com>
2260 2001-06-15 Brian Cameron & Lucy Brophy <brian.cameron@sun.com>
2262 * atk/atkselection.h atk/atkselection.c
2263 Now add_selection, clear_selection, and remove_selection
2264 return a boolean indicating SUCCESS/FAILURE to indicate
2265 if the operation was successful.
2267 2001-06-13 Brian Cameron & Lucy Brophy <brian.cameron@sun.com>
2269 * atk/atktable.h atk/atktable.h
2270 Updated so now the get_text_before|at|after functions
2271 return the start & end offset of the string. Updated the
2274 2001-06-13 Padraig O'Briain <padraig.obriain@sun.com>
2276 * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
2278 2001-06-11 Havoc Pennington <hp@redhat.com>
2282 * configure.in: bump version to 0.2 and add infrastructure for
2283 libtool version info. Assumes GTK versioning scheme (major.minor
2284 is binary compatible)
2286 * atk/Makefile.am (LDFLAGS): set version info
2287 (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
2289 2001-06-13 Brian Cameron <brian.cameron@sun.com>
2291 * atk/atktable.h, atk/atktable.c
2292 Updated so that get/set row/column header functions
2293 work with AtkObjects rather than AtkTables. Organized
2294 the header file a little more cleanly. Also the get/set
2295 row_description and caption functions now use gchar *
2296 rather than AtkObject.
2298 2001-06-12 Padraig O'Briain <padraig.obriain@sun.com>
2300 * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
2301 Add signal model-changed.
2303 * atk/atkobject.c: Add properties
2304 accessible-role, accessible-table-caption,
2305 accessible-table-column-header, accessible-table-column_description.
2306 accessible-table-row-header, accessible-table-row_description.
2307 accessible-table-summary, accessible-model
2309 2001-06-12 Brian Cameron <brian.cameron@sun.com>
2311 * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
2312 Updated atkeditabletext and atktext interfaces so they
2313 now properly define the get/set attribute methods and now
2314 get_offset_at_point and get_character_extents can request
2315 x,y coords by either widget or screen coords.
2317 Sat Jun 9 15:17:00 2001 Owen Taylor <otaylor@redhat.com>
2319 * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
2320 CFLAGS, not in LIBS. (Always linking with -lpthread
2321 is a noticeable speed hit.)
2323 Thu Jun 7 17:03:37 2001 Owen Taylor <otaylor@redhat.com>
2325 * atk/Makefile.am: Really fix marshal generation.
2327 2001-06-07 Havoc Pennington <hp@redhat.com>
2329 * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
2330 glib-genmarshal stuff
2332 2001-06-07 Havoc Pennington <hp@redhat.com>
2334 * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
2337 * configure.in: rearrange the library checks to support
2340 * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
2342 * atk-uninstalled.pc.in: new file, allows linking to uninstalled
2343 ATK in giant GTK tarball
2345 2001-06-07 Brian Cameron <brian.cameron@sun.com>
2347 * docs/atk-api.sgml docs/atk-sections.txt
2348 docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
2349 docs/tmpl/atktext.sgml
2350 Removed docs/atk-api.sgml since it is not used.
2351 Updated sgml files and atk-sections.txt to reflect
2352 recent changes to the atktext and atkeditabletext
2355 2001-06-06 Brian Cameron <brian.cameron@sun.com>
2357 * atk/atktext.h atk/atktext.h
2358 Updated to new atktext functions for getting attributes.
2360 2001-06-06 Padraig O'Briain <padraig.obriain@sun.com>
2362 * New files atk/atkstreamablecontent.[ch]
2363 Updated files: atk/Makefile.am, atk/atk.h
2365 * atk/atkvalue.c: Updated comments
2367 2001-06-06 Padraig O'Briain <padraig.obriain@sun.com>
2369 * atk/atkregistry.h: Add declaration for atk_registry_get_type()
2371 2001-06-05 Padraig O'Briain <padraig.obriain@sun.com>
2373 * atk/atkobject.c: Add property accessible-visible-data
2375 2001-06-01 Padraig O'Briain <padraig.obriain@sun.com>
2377 * atk/atkobject.c: Add support for setting and getting
2378 accessible-value property.
2380 * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
2382 Fri Jun 01 Brian Cameron <brian.cameron@sun.com>
2384 * atk/atkeditabletext.[ch], atk/atktext.[ch]
2386 * docs/atk-overrides.txt, docs/Makefile.am
2387 Updated the interface for dealing with selected
2388 text to handle multiple selected regions. Removed
2389 get_row_col_at_offset from atktext.[ch]. Added
2390 docs/atk-overrides.txt file.
2392 Thu May 31 Brian Cameron <brian.cameron@sun.com>
2394 * Makefile.am configure.in atk/Makefile.am atk/atktext.c
2395 atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
2396 Added atk_marshal_VOID__INT_INT marshaller. Updated the
2397 Makefiles so the proper marshall files get included in the
2398 dist. Updated the Makefiles and configure.in so that the
2399 docs get included in the dist.
2401 Tue May 29 18:17:11 2001 Owen Taylor <otaylor@redhat.com>
2403 * autogen.sh (have_libtool): Fix GNU sedism (#55430)
2405 2001-05-29 Padraig O'Briain <padraig.obriain@sun.com>
2407 * atk/atkobject.c: Define new properties accessible-text,
2408 accessible-caret, accessible-selection and accessible-value
2410 2001-05-29 Brian Cameron <brian.cameron@sun.com>
2412 * docs/atk-sections.txt
2415 Improved the layout/formatting of the atk docs. Added docs/tmpl
2418 2001-05-28 Brian Cameron <brian.cameron@sun.com>
2421 Now properly set the initialized flag when setting up signals.
2422 Updated the atk-docs in several files
2424 2001-05-24 Padraig O'Briain <padraig.obriain@sun.com>
2426 * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
2427 atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
2428 atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
2429 atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
2430 Fix warnings generated by Sun FORTE compiler
2432 2001-05-24 Padraig O'Briain <padraig.obriain@sun.com>
2434 * atk/atkcomponent.c atk/atkvalue.c
2435 Remove return calls in functions which return void
2437 2001-05-23 Padraig O'Briain <padraig.obriain@sun.com>
2439 * atk/atkobject.h: Correct naming of role for status bar
2442 Clarify behaviour of atk_text_get_text_after/at/before_offset
2444 Sun May 13 11:35:32 2001 Owen Taylor <otaylor@redhat.com>
2446 * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
2448 2001-01-06 Hans Breuer <hans@breuer.org>
2450 * atk/makefile.msc atk/atk.def (new files) :
2451 Enable build for win32, no sourc changes necessary.
2453 Sat May 5 07:46:47 2001 Owen Taylor <otaylor@redhat.com>
2457 Thu May 3 08:38:24 2001 Owen Taylor <otaylor@redhat.com>
2459 * atk/atkobject.c: Add missing include of <string.h> for strcmp.
2461 Tue Apr 25 10:10:00 2001 Padraig Obriain <padraig.obriain@sun.com>