rev 600 - trunk

SVN User <[email protected]> Fri, 11 Jun 2004 04:36:27 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-06-11 04:36:24 -0400 (Fri, 11 Jun 2004)
New Revision: 600

Modified:
   trunk/STATUS.txt
Log:
status update

Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt	2004-06-11 08:22:30 UTC (rev 599)
+++ trunk/STATUS.txt	2004-06-11 08:36:24 UTC (rev 600)
@@ -1,18 +1,21 @@
 
 ----------------------- TO-DO (highest priority first) ------------------------
 
---- support 24-bit chars in string methods where possible
+--- support 24-bit chars in cmp, case methods
+--- implement new string.fmt(): 
+		"abc{var:spec}def{0:spec}ghi".fmt('posvalue', var='kwvalue')
 
 --- Complete File/Dir objects
 --- TextFile object
---- add support for APR_BINARY in File.c ('b' flag)
 --- support any object that supports file methods in stdxxx (duck std)
 	http://www.prothon.org/pipermail/prothon-user/2004-June/001769.html
 	
 --- allow tracebacks in the constructors to exception objects or raise command
+--- Traceback objects (stack trace of an exception), exceptions should show function names
+--- Fix error reporting mess, hide fake file names
+--- raise exception_object, doc_object
+--- except exception_object, tgt_obj
 
---- add names to str.mod_, fix int display in str.mod_
-
 --- put in skeleton code for + _"abc"
 --- GNU message catalog _"abc" strings
 --- change all strings to resource file
@@ -31,12 +34,6 @@
 
 --- Swig and/or other (what GTK port used?) backend
 
---- Traceback objects (stack trace of an exception), exceptions should show function names
---- Fix error reporting mess, hide fake file names
-
---- raise exception_object, doc_object
---- except exception_object, tgt_obj
-
 --- concatenate adjacent strings  "abc" "def" -> "abcdef"
 
 --- allow strings to compare with symbols