com gtk/php-gtk: ChangeLog update: ChangeLog

[email protected] (David Soria Parra) Sun, 20 Nov 2005 06:49:47 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    d8d5fc5d762a30e5ab9a0ddcae8945e27ed4d01e
Author:     <[email protected]>         Sun, 20 Nov 2005 06:49:47 +0000
Parents:   b9c43be5952d75835d6014c3545463a23e305fbf
Branches:  master

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

Log:
ChangeLog update

Changed paths:
  M  ChangeLog


Diff:
d8d5fc5d762a30e5ab9a0ddcae8945e27ed4d01e
diff --git a/ChangeLog b/ChangeLog
index 36b16c2..48859c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2005-11-19  Andrei Zmievski  <[email protected]>
+
+    * ext/gtk+/gdk.overrides
+      main/phpg_atom.c:
+      - Implement atom object comparison and string casting.
+      - Override Gdk::atom_intern() to return objects
+
+    * main/php_gtk.c:
+      register GdkAtom class entry
+
+    * TODO2
+      config.m4
+      ext/gtk+/gtk.overrides
+      ext/gtk+/php_gtk+_types.c
+      generator/arg_types.php
+      main/php_gtk.h
+      main/phpg_atom.c:
+      Implement GdkAtom support.
+
+    * ext/gtk+/Makefile.frag
+      ext/libglade/Makefile.frag:
+      Remove the build requirement that all generated files should be
+      generated before compilation (since it requres regenerating all of them
+      even if only one changes).
+
+    * main/phpg_support.c:
+      Adjust for the latest changes in PHP regarding __get/__set handlers.
+
 2005-11-05  Steph Fox  <[email protected]>
 
     * ext/libglade/libglade.overrides: