Gtk2 * xs/GtkAdjustment.xs: add accors/mutators for struct values. * xs/GtkTextTag.xs: add GtkTextTagTable + some methods. * gtk-demo/textview.pl: fix demo to actually use unicode as opposed to the garbled latin1. Glib * gperl.h: make it compile even on non-threaded perls (where aTHX is empty). Index: Gtk2/ChangeLog =================================================================== RCS file: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2/ChangeLog,v retrieving revision 1.13 diff -u -p -r1.13 ChangeLog --- Gtk2/ChangeLog 2 Jun 2003 22:14:01 -0000 1.13 +++ Gtk2/ChangeLog 3 Jun 2003 18:23:31 -0000 @@ -1,3 +1,7 @@ +pcg + + * xs/GtkTextTagTable.xs: new file with complete methods. + 2003/06/02 18:10 muppetman another patch from marc lehmann: