Add signal model-changed.
[platform/upstream/atk.git] / ChangeLog
index 1789527..db0458f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,62 @@
+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.
+
+2001-06-07  Havoc Pennington  <hp@redhat.com>
+
+       * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
+       glib-genmarshal stuff
+
+2001-06-07  Havoc Pennington  <hp@redhat.com>
+
+       * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
+       glib-genmarshal
+
+       * configure.in: rearrange the library checks to support
+       uninstalled linking     
+
+       * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
+
+       * atk-uninstalled.pc.in: new file, allows linking to uninstalled
+       ATK in giant GTK tarball
+
 2001-06-07  Brian Cameron <brian.cameron@sun.com>
-       * docs/atk-api.sgml
-       Removed this file since it is not used.
+
+       * docs/atk-api.sgml docs/atk-sections.txt
+       docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
+       docs/tmpl/atktext.sgml
+       Removed docs/atk-api.sgml since it is not used.
+       Updated sgml files and atk-sections.txt to reflect
+       recent changes to the atktext and atkeditabletext
+       interfaces
 
 2001-06-06  Brian Cameron <brian.cameron@sun.com>
+
        * atk/atktext.h atk/atktext.h
        Updated to new atktext functions for getting attributes.