cvs: php-gtk / ChangeLog

[email protected] (changelog) Wed, 15 Aug 2001 00:09:15 -0000
Newsgroups php.gtk
Message-ID <cvschangelog997834155@cvsserver>
changelog		Tue Aug 14 20:09:15 2001 EDT

  Modified files:              
    /php-gtk	ChangeLog 
  Log:
  ChangeLog update
  
Index: php-gtk/ChangeLog
diff -u php-gtk/ChangeLog:1.83 php-gtk/ChangeLog:1.84
--- php-gtk/ChangeLog:1.83	Mon Aug 13 20:09:34 2001
+++ php-gtk/ChangeLog	Tue Aug 14 20:09:14 2001
@@ -1,3 +1,27 @@
+2001-08-14  Andrei Zmievski  <[email protected]>
+
+    * ext/Makefile.in
+      ext/scintilla/php_scintilla.c
+      build2/genext.sh
+      php_gtk.m4:
+    - Remove erroneous glade_init() call from php_scintilla.c.
+    - Fix comparison test in genext.sh.
+    - Make sure that ext/gtk+ always comes first in compilation.
+
+    * ext/gtk+/gtk.defs:
+    Add a few more very very useful fields to GtkPaned. :)
+
+    * ext/gtk+/gtk.defs:
+    Add some properties to GtkPaned.
+
+    * ext/gtk+/gtk.defs:
+    Provide access to widget's parent.
+
+    * ext/scintilla/scintilla.overrides
+      main/php_gtk_util.c:
+    - Add 'l' specifier to argument parsing routine.
+    - Add the last non-generated method, find_text().
+
 2001-08-13  Andrei Zmievski  <[email protected]>
 
     * ext/gtk+/gtk.overrides