cvs: embed /php-irssi TODO

[email protected] ("Wez Furlong") Mon, 31 Mar 2003 17:00:48 -0000
Newsgroups php.embed.cvs
Message-ID <cvswez1049130048@cvsserver>
wez		Mon Mar 31 12:00:48 2003 EDT

  Modified files:              
    /embed/php-irssi	TODO 
  Log:
  Stuff that is already done doesn't need to be here
  
  
Index: embed/php-irssi/TODO
diff -u embed/php-irssi/TODO:1.7 embed/php-irssi/TODO:1.8
--- embed/php-irssi/TODO:1.7	Wed Mar 12 11:37:04 2003
+++ embed/php-irssi/TODO	Mon Mar 31 12:00:48 2003
@@ -1,6 +1,6 @@
 TODO:
 ====================================
-$Id: TODO,v 1.7 2003/03/12 16:37:04 tal Exp $
+$Id: TODO,v 1.8 2003/03/31 17:00:48 wez Exp $
 
 o Improve genobjdefs.php so that it can find a structure definition in a
 header file with more junk (when compared with the *-rec.h headers).
@@ -22,12 +22,6 @@
     Z_LVAL(val) = (FOO_REC*)foo;
 at the end of the property reader, and the opposite sense for the writer.
 --> just the writer needs this now.
-
-o Expose more of the signal API.  Is there a function to cancel a running
-signal and stopping it from reaching other handlers?
-
-o Expose the command binding API (a subset of the signal API) so that the
-script can register commands for the user to type.
 
 o Expose the printtext_window stuff.  Perl does some weird tyhandle stuff
 that appears to be similar to the STDIN, STDOUT handles in the PHP cli;