The changes include:
[platform/upstream/atk.git] / ChangeLog
1 2001-06-12  Brian Cameron <brian.cameron@sun.com>
2
3         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
4         Updated atkeditabletext and atktext interfaces so they
5         now properly define the get/set attribute methods and now
6         get_offset_at_point and get_character_extents can request
7         x,y coords by either widget or screen coords.
8
9 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
10
11         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
12         CFLAGS, not in LIBS. (Always linking with -lpthread
13         is a noticeable speed hit.)
14
15 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
16
17         * atk/Makefile.am: Really fix marshal generation.
18
19 2001-06-07  Havoc Pennington  <hp@redhat.com>
20
21         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
22         glib-genmarshal stuff
23
24 2001-06-07  Havoc Pennington  <hp@redhat.com>
25
26         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
27         glib-genmarshal
28
29         * configure.in: rearrange the library checks to support
30         uninstalled linking     
31
32         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
33
34         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
35         ATK in giant GTK tarball
36
37 2001-06-07  Brian Cameron <brian.cameron@sun.com>
38
39         * docs/atk-api.sgml docs/atk-sections.txt
40         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
41         docs/tmpl/atktext.sgml
42         Removed docs/atk-api.sgml since it is not used.
43         Updated sgml files and atk-sections.txt to reflect
44         recent changes to the atktext and atkeditabletext
45         interfaces
46
47 2001-06-06  Brian Cameron <brian.cameron@sun.com>
48
49         * atk/atktext.h atk/atktext.h
50         Updated to new atktext functions for getting attributes.
51
52 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
53
54         * New files atk/atkstreamablecontent.[ch]
55         Updated files: atk/Makefile.am, atk/atk.h
56         * atk/atkvalue.c: Updated comments
57
58 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
59
60         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
61
62 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
63
64         * atk/atkobject.c: Add property accessible-visible-data
65
66 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
67
68         * atk/atkobject.c: Add support for setting and getting 
69         accessible-value property.
70         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
71
72 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
73
74         * atk/atkeditabletext.[ch], atk/atktext.[ch]
75         * docs/atk-overrides.txt, docs/Makefile.am
76           Updated the interface for dealing with selected
77           text to handle multiple selected regions.  Removed
78           get_row_col_at_offset from atktext.[ch].  Added
79           docs/atk-overrides.txt file.
80
81 Thu May 31  Brian Cameron <brian.cameron@sun.com>
82
83         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
84           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
85           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
86           Makefiles so the proper marshall files get included in the
87           dist.  Updated the Makefiles and configure.in so that the
88           docs get included in the dist.
89
90 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
91
92         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
93
94 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
95
96         * atk/atkobject.c: Define new properties accessible-text, 
97         accessible-caret, accessible-selection and accessible-value
98
99 2001-05-29  Brian Cameron <brian.cameron@sun.com>
100         * docs/atk-sections.txt
101         * docs/tmpl/*
102         Improved the layout/formatting of the atk docs.  Added docs/tmpl
103         files.
104
105 2001-05-28  Brian Cameron <brian.cameron@sun.com>
106
107         * atk/atktext.c
108         Now properly set the initialized flag when setting up signals.
109         Updated the atk-docs in several files
110
111 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
112
113         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
114         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
115         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
116         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
117         Fix warnings generated by Sun FORTE compiler
118
119 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
120
121         * atk/atkcomponent.c atk/atkvalue.c
122         Remove return calls in functions which return void
123         
124 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
125
126         * atk/atkobject.h: Correct naming of role for status bar
127         * atk/atktext.c: 
128         Clarify behaviour of atk_text_get_text_after/at/before_offset
129  
130 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
131
132         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
133
134 2001-01-06  Hans Breuer  <hans@breuer.org>
135
136         * atk/makefile.msc atk/atk.def (new files) :
137         Enable build for win32, no sourc changes necessary.
138
139 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
140
141         * Released 0.1
142
143 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
144
145         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
146
147 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
148
149         * Start a ChangeLog
150