tcurdt 02/05/14 05:52:02 Modified: . changes.xml Log: added the esql fix added the source code excerpts in the LanguageException added the xsp debugging (watchSource) feature of the ProgramGenerator Revision Changes Path 1.160 +16 -1 xml-cocoon2/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/changes.xml,v retrieving revision 1.159 retrieving revision 1.160 diff -u -r1.159 -r1.160 --- changes.xml 11 May 2002 03:47:12 -0000 1.159 +++ changes.xml 14 May 2002 12:52:02 -0000 1.160 @@ -4,7 +4,7 @@ <!-- History of Cocoon changes - $Id: changes.xml,v 1.159 2002/05/11 03:47:12 crossley Exp $ + $Id: changes.xml,v 1.160 2002/05/14 12:52:02 tcurdt Exp $ --> <changes title="History of Changes"> @@ -37,6 +37,21 @@ </devs> <release version="@version@" date="@date@"> + <action dev="TC" type="add"> + changed the LanguageException and the JavaLanguage to expose more than + just the compilation error. Now it also shows the actual code from the + repository +/- a few lines around that error. + </action> + <action dev="TC" type="add"> + restructured the ProgramGenerator and + added option "watchSource" (true/false). If turned on you can + make changes inside the generated source code (inside the repository) + and the ProgramGenerator will compile them for you. This eases XSP + debugging a lot! Turned off (same behaviour as before) by default. + </action> + <action dev="TC" type="fix"> + Fixed esql getBytes() behaviour + </action> <action dev="DC" type="add"> Started new documents for <link href="plan/todo-doc.html">Documentation To Do List</link> and
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]