1 Thu Jun 7 17:03:37 2001 Owen Taylor <otaylor@redhat.com>
3 * atk/Makefile.am: Really fix marshal generation.
5 2001-06-07 Havoc Pennington <hp@redhat.com>
7 * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
10 2001-06-07 Havoc Pennington <hp@redhat.com>
12 * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
15 * configure.in: rearrange the library checks to support
18 * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
20 * atk-uninstalled.pc.in: new file, allows linking to uninstalled
21 ATK in giant GTK tarball
23 2001-06-07 Brian Cameron <brian.cameron@sun.com>
25 * docs/atk-api.sgml docs/atk-sections.txt
26 docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
27 docs/tmpl/atktext.sgml
28 Removed docs/atk-api.sgml since it is not used.
29 Updated sgml files and atk-sections.txt to reflect
30 recent changes to the atktext and atkeditabletext
33 2001-06-06 Brian Cameron <brian.cameron@sun.com>
35 * atk/atktext.h atk/atktext.h
36 Updated to new atktext functions for getting attributes.
38 2001-06-06 Padraig O'Briain <padraig.obriain@sun.com>
40 * New files atk/atkstreamablecontent.[ch]
41 Updated files: atk/Makefile.am, atk/atk.h
42 * atk/atkvalue.c: Updated comments
44 2001-06-06 Padraig O'Briain <padraig.obriain@sun.com>
46 * atk/atkregistry.h: Add declaration for atk_registry_get_type()
48 2001-06-05 Padraig O'Briain <padraig.obriain@sun.com>
50 * atk/atkobject.c: Add property accessible-visible-data
52 2001-06-01 Padraig O'Briain <padraig.obriain@sun.com>
54 * atk/atkobject.c: Add support for setting and getting
55 accessible-value property.
56 * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
58 Fri Jun 01 Brian Cameron <brian.cameron@sun.com>
60 * atk/atkeditabletext.[ch], atk/atktext.[ch]
61 * docs/atk-overrides.txt, docs/Makefile.am
62 Updated the interface for dealing with selected
63 text to handle multiple selected regions. Removed
64 get_row_col_at_offset from atktext.[ch]. Added
65 docs/atk-overrides.txt file.
67 Thu May 31 Brian Cameron <brian.cameron@sun.com>
69 * Makefile.am configure.in atk/Makefile.am atk/atktext.c
70 atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
71 Added atk_marshal_VOID__INT_INT marshaller. Updated the
72 Makefiles so the proper marshall files get included in the
73 dist. Updated the Makefiles and configure.in so that the
74 docs get included in the dist.
76 Tue May 29 18:17:11 2001 Owen Taylor <otaylor@redhat.com>
78 * autogen.sh (have_libtool): Fix GNU sedism (#55430)
80 2001-05-29 Padraig O'Briain <padraig.obriain@sun.com>
82 * atk/atkobject.c: Define new properties accessible-text,
83 accessible-caret, accessible-selection and accessible-value
85 2001-05-29 Brian Cameron <brian.cameron@sun.com>
86 * docs/atk-sections.txt
88 Improved the layout/formatting of the atk docs. Added docs/tmpl
91 2001-05-28 Brian Cameron <brian.cameron@sun.com>
94 Now properly set the initialized flag when setting up signals.
95 Updated the atk-docs in several files
97 2001-05-24 Padraig O'Briain <padraig.obriain@sun.com>
99 * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
100 atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
101 atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
102 atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
103 Fix warnings generated by Sun FORTE compiler
105 2001-05-24 Padraig O'Briain <padraig.obriain@sun.com>
107 * atk/atkcomponent.c atk/atkvalue.c
108 Remove return calls in functions which return void
110 2001-05-23 Padraig O'Briain <padraig.obriain@sun.com>
112 * atk/atkobject.h: Correct naming of role for status bar
114 Clarify behaviour of atk_text_get_text_after/at/before_offset
116 Sun May 13 11:35:32 2001 Owen Taylor <otaylor@redhat.com>
118 * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
120 2001-01-06 Hans Breuer <hans@breuer.org>
122 * atk/makefile.msc atk/atk.def (new files) :
123 Enable build for win32, no sourc changes necessary.
125 Sat May 5 07:46:47 2001 Owen Taylor <otaylor@redhat.com>
129 Thu May 3 08:38:24 2001 Owen Taylor <otaylor@redhat.com>
131 * atk/atkobject.c: Add missing include of <string.h> for strcmp.
133 Tue Apr 25 10:10:00 2001 Padraig Obriain <padraig.obriain@sun.com>