Add signal model-changed.
[platform/upstream/atk.git] / ChangeLog
index b9e3b36..db0458f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,152 @@
+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 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.
+
+2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * New files atk/atkstreamablecontent.[ch]
+       Updated files: atk/Makefile.am, atk/atk.h
+       * atk/atkvalue.c: Updated comments
+
+2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkregistry.h: Add declaration for atk_registry_get_type()
+
+2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkobject.c: Add property accessible-visible-data
+
+2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkobject.c: Add support for setting and getting 
+       accessible-value property.
+       * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
+
+Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
+
+        * atk/atkeditabletext.[ch], atk/atktext.[ch]
+        * docs/atk-overrides.txt, docs/Makefile.am
+          Updated the interface for dealing with selected
+          text to handle multiple selected regions.  Removed
+          get_row_col_at_offset from atktext.[ch].  Added
+          docs/atk-overrides.txt file.
+
+Thu May 31  Brian Cameron <brian.cameron@sun.com>
+
+        * Makefile.am configure.in atk/Makefile.am atk/atktext.c
+         atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
+          Added atk_marshal_VOID__INT_INT marshaller.  Updated the
+          Makefiles so the proper marshall files get included in the
+          dist.  Updated the Makefiles and configure.in so that the
+          docs get included in the dist.
+
+Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * autogen.sh (have_libtool): Fix GNU sedism (#55430)
+
+2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkobject.c: Define new properties accessible-text, 
+       accessible-caret, accessible-selection and accessible-value
+
+2001-05-29  Brian Cameron <brian.cameron@sun.com>
+        * docs/atk-sections.txt
+        * docs/tmpl/*
+        Improved the layout/formatting of the atk docs.  Added docs/tmpl
+        files.
+
+2001-05-28  Brian Cameron <brian.cameron@sun.com>
+
+       * atk/atktext.c
+       Now properly set the initialized flag when setting up signals.
+        Updated the atk-docs in several files
+
+2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
+       atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
+       atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
+       atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
+       Fix warnings generated by Sun FORTE compiler
+
+2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkcomponent.c atk/atkvalue.c
+       Remove return calls in functions which return void
+       
+2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkobject.h: Correct naming of role for status bar
+        * atk/atktext.c: 
+       Clarify behaviour of atk_text_get_text_after/at/before_offset
+Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
+
+2001-01-06  Hans Breuer  <hans@breuer.org>
+
+       * atk/makefile.msc atk/atk.def (new files) :
+       Enable build for win32, no sourc changes necessary.
+
 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
 
        * Released 0.1