ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/gtk2-perl-xs.patch
Revision: 1.6
Committed: Tue Jun 3 18:35:55 2003 UTC (20 years, 11 months ago) by pcg
Branch: MAIN
Changes since 1.5: +15 -102 lines
Log Message:
*** empty log message ***

File Contents

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