Add signal model-changed.
[platform/upstream/atk.git] / ChangeLog
index 0b5997b..db0458f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
+       Add signal model-changed.
+
+       * atk/atkobject.c: Add properties
+       accessible-role, accessible-table-caption, 
+       accessible-table-column-header, accessible-table-column_description.
+       accessible-table-row-header, accessible-table-row_description.
+       accessible-table-summary, accessible-model
+
+2001-06-12  Brian Cameron <brian.cameron@sun.com>
+
+       * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
+       Updated atkeditabletext and atktext interfaces so they
+       now properly define the get/set attribute methods and now
+       get_offset_at_point and get_character_extents can request
+       x,y coords by either widget or screen coords.
+
+Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
+       CFLAGS, not in LIBS. (Always linking with -lpthread
+       is a noticeable speed hit.)
+
 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
 
        * atk/Makefile.am: Really fix marshal generation.