com gtk/php-gtk: ChangeLog update: ChangeLog
[email protected] (David Soria Parra) Mon, 06 Feb 2006 06:31:52 +0000
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: d59fadba418e018768c6bc48db24d772dce3f695 Author: <[email protected]> Mon, 6 Feb 2006 06:31:52 +0000 Parents: 6a3e47b27993a1f4cc621edfd113e95f3fe98e65 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=d59fadba418e018768c6bc48db24d772dce3f695 Log: ChangeLog update Changed paths: M ChangeLog Diff: d59fadba418e018768c6bc48db24d772dce3f695 diff --git a/ChangeLog b/ChangeLog index 589f9bc..269b546 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2006-02-05 Andrei Zmievski <[email protected]> + + * TODO2: + -** empty log message *** + +2006-02-05 Christian Weiske <[email protected]> + + * test/bug_pixbuf-demo.php: + Moved pixbufsegfaultdemo to test/ dir + + * ext/gtk+/gdk.defs + ext/gtk+/gdk.overrides + ext/gtk+/gtktreeview.overrides: + Committing my GList overrides I sent on 2006-01-27 to the list + + * ext/gtk+/gtk.overrides: + Merged GtkListItem() and GtkListItem::new_with_label() + + * ext/gtk+/gdk.overrides: + Ported pixbufdemo from c sources to php-gtk. + Unfortunately, php segfaults when trying to execute it. + It does not segfault when disabling the draw_rgb_image_dithalign + method in line #72, e.g. by adding a (false &&) to line #71 + + Andrei, could you have a look into it or tell me how to debug correctly + - I compiled php and php-gtk2 with debugging support, but a + "gdb php pixbuf-demo.php" gives me the message that it's not a core dump + and can't be read (file format not recognized) + 2006-02-04 Andrei Zmievski <[email protected]> * ext/gtk+/Makefile.frag