updated
[atk.git] / ChangeLog
blobed0abf1144305200a2658573f0098e30475f1481
1 2001-06-11  Havoc Pennington  <hp@redhat.com>
3         * NEWS: updated
5         * configure.in: bump version to 0.2 and add infrastructure for 
6         libtool version info. Assumes GTK versioning scheme (major.minor 
7         is binary compatible)
8         
9         * atk/Makefile.am (LDFLAGS): set version info
10         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
11         
12 2001-06-13  Brian Cameron <brian.cameron@sun.com>
14         * atk/atktable.h, atk/atktable.c
15         Updated so that get/set row/column header functions
16         work with AtkObjects rather than AtkTables.  Organized
17         the header file a little more cleanly.  Also the get/set
18         row_description and caption functions now use gchar *
19         rather than AtkObject.
21 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
23         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
24         Add signal model-changed.
26         * atk/atkobject.c: Add properties
27         accessible-role, accessible-table-caption, 
28         accessible-table-column-header, accessible-table-column_description.
29         accessible-table-row-header, accessible-table-row_description.
30         accessible-table-summary, accessible-model
32 2001-06-12  Brian Cameron <brian.cameron@sun.com>
34         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
35         Updated atkeditabletext and atktext interfaces so they
36         now properly define the get/set attribute methods and now
37         get_offset_at_point and get_character_extents can request
38         x,y coords by either widget or screen coords.
40 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
42         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
43         CFLAGS, not in LIBS. (Always linking with -lpthread
44         is a noticeable speed hit.)
46 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
48         * atk/Makefile.am: Really fix marshal generation.
50 2001-06-07  Havoc Pennington  <hp@redhat.com>
52         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
53         glib-genmarshal stuff
55 2001-06-07  Havoc Pennington  <hp@redhat.com>
57         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
58         glib-genmarshal
60         * configure.in: rearrange the library checks to support
61         uninstalled linking     
63         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
65         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
66         ATK in giant GTK tarball
68 2001-06-07  Brian Cameron <brian.cameron@sun.com>
70         * docs/atk-api.sgml docs/atk-sections.txt
71         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
72         docs/tmpl/atktext.sgml
73         Removed docs/atk-api.sgml since it is not used.
74         Updated sgml files and atk-sections.txt to reflect
75         recent changes to the atktext and atkeditabletext
76         interfaces
78 2001-06-06  Brian Cameron <brian.cameron@sun.com>
80         * atk/atktext.h atk/atktext.h
81         Updated to new atktext functions for getting attributes.
83 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
85         * New files atk/atkstreamablecontent.[ch]
86         Updated files: atk/Makefile.am, atk/atk.h
87         * atk/atkvalue.c: Updated comments
89 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
91         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
93 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
95         * atk/atkobject.c: Add property accessible-visible-data
97 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
99         * atk/atkobject.c: Add support for setting and getting 
100         accessible-value property.
101         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
103 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
105         * atk/atkeditabletext.[ch], atk/atktext.[ch]
106         * docs/atk-overrides.txt, docs/Makefile.am
107           Updated the interface for dealing with selected
108           text to handle multiple selected regions.  Removed
109           get_row_col_at_offset from atktext.[ch].  Added
110           docs/atk-overrides.txt file.
112 Thu May 31  Brian Cameron <brian.cameron@sun.com>
114         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
115           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
116           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
117           Makefiles so the proper marshall files get included in the
118           dist.  Updated the Makefiles and configure.in so that the
119           docs get included in the dist.
121 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
123         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
125 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
127         * atk/atkobject.c: Define new properties accessible-text, 
128         accessible-caret, accessible-selection and accessible-value
130 2001-05-29  Brian Cameron <brian.cameron@sun.com>
131         * docs/atk-sections.txt
132         * docs/tmpl/*
133         Improved the layout/formatting of the atk docs.  Added docs/tmpl
134         files.
136 2001-05-28  Brian Cameron <brian.cameron@sun.com>
138         * atk/atktext.c
139         Now properly set the initialized flag when setting up signals.
140         Updated the atk-docs in several files
142 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
144         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
145         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
146         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
147         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
148         Fix warnings generated by Sun FORTE compiler
150 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
152         * atk/atkcomponent.c atk/atkvalue.c
153         Remove return calls in functions which return void
154         
155 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
157         * atk/atkobject.h: Correct naming of role for status bar
158         * atk/atktext.c: 
159         Clarify behaviour of atk_text_get_text_after/at/before_offset
161 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
163         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
165 2001-01-06  Hans Breuer  <hans@breuer.org>
167         * atk/makefile.msc atk/atk.def (new files) :
168         Enable build for win32, no sourc changes necessary.
170 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
172         * Released 0.1
174 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
176         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
178 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
180         * Start a ChangeLog