2001-06-18 Brian Cameron * atk/atktable Added signals. 2001-06-15 Brian Cameron & Lucy Brophy * atk/atkselection.h atk/atkselection.c Now add_selection, clear_selection, and remove_selection return a boolean indicating SUCCESS/FAILURE to indicate if the operation was successful. 2001-06-13 Brian Cameron & Lucy Brophy * atk/atktable.h atk/atktable.h Updated so now the get_text_before|at|after functions return the start & end offset of the string. Updated the docs. 2001-06-13 Padraig O'Briain * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h 2001-06-11 Havoc Pennington * NEWS: updated * configure.in: bump version to 0.2 and add infrastructure for libtool version info. Assumes GTK versioning scheme (major.minor is binary compatible) * atk/Makefile.am (LDFLAGS): set version info (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir 2001-06-13 Brian Cameron * atk/atktable.h, atk/atktable.c Updated so that get/set row/column header functions work with AtkObjects rather than AtkTables. Organized the header file a little more cleanly. Also the get/set row_description and caption functions now use gchar * rather than AtkObject. 2001-06-12 Padraig O'Briain * 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 * 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 * 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 * atk/Makefile.am: Really fix marshal generation. 2001-06-07 Havoc Pennington * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the glib-genmarshal stuff 2001-06-07 Havoc Pennington * 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 * 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 * atk/atktext.h atk/atktext.h Updated to new atktext functions for getting attributes. 2001-06-06 Padraig O'Briain * New files atk/atkstreamablecontent.[ch] Updated files: atk/Makefile.am, atk/atk.h * atk/atkvalue.c: Updated comments 2001-06-06 Padraig O'Briain * atk/atkregistry.h: Add declaration for atk_registry_get_type() 2001-06-05 Padraig O'Briain * atk/atkobject.c: Add property accessible-visible-data 2001-06-01 Padraig O'Briain * 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 * 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 * 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 * autogen.sh (have_libtool): Fix GNU sedism (#55430) 2001-05-29 Padraig O'Briain * atk/atkobject.c: Define new properties accessible-text, accessible-caret, accessible-selection and accessible-value 2001-05-29 Brian Cameron * docs/atk-sections.txt * docs/tmpl/* Improved the layout/formatting of the atk docs. Added docs/tmpl files. 2001-05-28 Brian Cameron * 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 * 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 * atk/atkcomponent.c atk/atkvalue.c Remove return calls in functions which return void 2001-05-23 Padraig O'Briain * 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 * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1. 2001-01-06 Hans Breuer * 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 * Released 0.1 Thu May 3 08:38:24 2001 Owen Taylor * atk/atkobject.c: Add missing include of for strcmp. Tue Apr 25 10:10:00 2001 Padraig Obriain * Start a ChangeLog