2.3.8: 2004-04-09 Murray Cumming * gtk/src/action.hg: Added set_tooltip(). 2004-04-07 Bryan Forbes * gtk/src/icontheme.hg: added refreturns for get_default and get_for_screen. * gtk/src/settings.hg: added unwrapped properties. * gtk/src/targetlist.[hg|ccg]: added a create method that wraps gtk_target_list_new. 2004-04-07 Murray Cumming * Removed some TODO comments that are no longer relevant. 2004-04-03 Murray Cumming * gtk/src/treemodel.[hg|ccg]: Rename 2 of the 3 foreach() overloads to foreach_iter() and foreach_path(), because they are ambiguous with libsigc++ 2. 2004-04-03 Murray Cumming * gtk/src/liststore.[hg|ccg], treestore.[hg|ccg]: Added insert_after(), because it is apparently faster with many rows. Bug #131019. 2004-04-01 Murray Cumming * gtk/src/action.[hg|ccg]: Added set_sensitive(), even though it does not exist in GTK+ itself yet. Spotted by Matthew Walton.