cvs: embed /php-irssi TODO

[email protected] ("Tal Peer") Tue, 01 Apr 2003 15:33:19 -0000
Newsgroups php.embed.cvs
Message-ID <cvstal1049211199@cvsserver>
tal		Tue Apr  1 10:33:19 2003 EDT

  Modified files:              
    /embed/php-irssi	TODO 
  Log:
  This is more or less done...
  
  
Index: embed/php-irssi/TODO
diff -u embed/php-irssi/TODO:1.9 embed/php-irssi/TODO:1.10
--- embed/php-irssi/TODO:1.9	Mon Mar 31 16:00:22 2003
+++ embed/php-irssi/TODO	Tue Apr  1 10:33:19 2003
@@ -1,6 +1,6 @@
 TODO:
 ====================================
-$Id: TODO,v 1.9 2003/03/31 21:00:22 wez Exp $
+$Id: TODO,v 1.10 2003/04/01 15:33:19 tal 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,13 +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 the printtext_window stuff.  Perl does some weird tyhandle stuff
-that appears to be similar to the STDIN, STDOUT handles in the PHP cli;
-So, we can expose the various MSGLEVELS as predefined streams; CLIENTCRAP,
-CLIENTNOTICE etc. and the script author can then use fprintf(CLIENTCRAP, "A
-crap notice"); to dump debug text to the relevant facility. - DONE, but
-segfaults :)
 
 o Expose the windowing/UI API so that the script can create a window and dump
 stuff there (eg: fopen($URL) and put the output in the scroll buffer of a