com gtk/php-gtk: ChangeLog update: ChangeLog
[email protected] (David Soria Parra) Tue, 07 Mar 2006 06:31:55 +0000
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: f0b4dee0cb8beb1bdd120870499b8f5d523b887a Author: <[email protected]> Tue, 7 Mar 2006 06:31:55 +0000 Parents: c71dc85ba9dfceb27f7c810c8ea3a4948301f475 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=f0b4dee0cb8beb1bdd120870499b8f5d523b887a Log: ChangeLog update Changed paths: M ChangeLog Diff: f0b4dee0cb8beb1bdd120870499b8f5d523b887a diff --git a/ChangeLog b/ChangeLog index 1ba759d..26245f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2006-03-06 Anant Narayanan <[email protected]> + + * ext/scintilla/scintilla.defs: + Added some more defs to the GtkScintilla extension. + + * ext/extension_list: + Added a list of deleted extension directories, just for the record. + + * ext/scintilla/php_scintilla.c + ext/scintilla/php_scintilla.h + ext/scintilla/scintilla.defs: + Must be my lucky day! GtkScintilla also compiles now :) + Also removed empty extension directories on Steph's request. + +2006-03-06 Christian Weiske <[email protected]> + + * TODO2: + I walked through all get_* methods and checked if there + are parameters that should be return values + + * TODO2: + that method was fixed + + * ext/gtk+/gtk.overrides + test/bug_gtkcombobox_get_active_iter.php: + Fixing the modified lines and mark the bug as fixed + + * ext/gtk+/gtk.overrides + test/bug_gtkcombobox_get_active_iter.php: + Fixing get_active_iter() to not require a parameter but return one + 2006-03-04 Andrei Zmievski <[email protected]> * ext/gtk+/gtktreeview.overrides: