CVS update: /cowiki/

[email protected] 13 Jun 2005 20:53:19 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: cmarble 
Date: 2005/06/13 13:53:19

Modified:
   cowiki/ChangeLog

Log:
 As dtg requested, the changes to the parser are (Change-)logged as of 20050613.

File Changes:

Directory: /cowiki/
===================

File [changed]: ChangeLog
Url: http://cowiki.tigris.org/source/browse/cowiki/ChangeLog?r1=1.101&r2=1.102
Delta lines:  +6 -2
-------------------
--- ChangeLog	9 Jun 2005 01:42:36 -0000	1.101
+++ ChangeLog	13 Jun 2005 20:53:16 -0000	1.102
@@ -1,11 +1,15 @@
 #
 # coWiki change log
 #
-# $Id: ChangeLog,v 1.101 2005/06/09 01:42:36 dgorski Exp $
+# $Id: ChangeLog,v 1.102 2005/06/13 20:53:16 cmarble Exp $
 #
 
 Version 0.4.0 (Fullerene)                                    YET UNRELEASED
 ---------------------------------------------------------------------------
+* 2005-06-13 - Updated parser. Bugs 152, 174, 195, 196, 198 & 208 have been 
+               implemented. The (Reverse)Parser as a whole has been revamped.
+               Bug #229 circumvented by correcting the behaviour associated
+	       with <code> to that of <rem>, ignoring content. (cmarble)
 * 2005-06-08 - Implemented issue #230: Make it possible to set PHPs error
                reporting level outside coWiki (dtg)
 * 2005-06-08 - Fixed wrong lock() behaviour of FileOutputStream on Windows