com gtk/php-gtk: ChangeLog update: ChangeLog

[email protected] (David Soria Parra) Fri, 17 Mar 2006 06:31:53 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    e39ee6f5d0bb6665e6b82ec86cf536a629bc6137
Author:     <[email protected]>         Fri, 17 Mar 2006 06:31:53 +0000
Parents:   b249fd0360403ce5555972c1186db5eb032b07ed
Branches:  master

Link:       http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=e39ee6f5d0bb6665e6b82ec86cf536a629bc6137

Log:
ChangeLog update

Changed paths:
  M  ChangeLog


Diff:
e39ee6f5d0bb6665e6b82ec86cf536a629bc6137
diff --git a/ChangeLog b/ChangeLog
index ce7068c..3f11285 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-03-16  Christian Weiske  <[email protected]>
+
+    * test/bug_idle_add.php:
+      Bug is fixed
+
+2006-03-16  Andrei Zmievski  <[email protected]>
+
+    * ext/gtk+/gtk.overrides:
+      Fix segfault in idle_add().
+
+    * main/phpg_gboxed.c:
+      Don't complain if boxed is NULL.
+
+    * ext/gtk+/gtk.overrides:
+      Add GtkCalendar::get_date().
+
 2006-03-15  Christian Weiske  <[email protected]>
 
     * test/bug_idle_add.php: