[Templates-cvs] cvs commit: Template2/docsrc/src/Release Changes.tt2

cvs@template-toolkit.org cvs@template-toolkit.org
Tue, 02 Dec 2003 13:43:03 +0000


cvs         03/12/02 13:43:03

  Modified:    docsrc/src/Release Changes.tt2
  Log:
  * documented latest changes
  
  Revision  Changes    Path
  1.100     +16 -2     Template2/docsrc/src/Release/Changes.tt2
  
  Index: Changes.tt2
  ===================================================================
  RCS file: /template-toolkit/Template2/docsrc/src/Release/Changes.tt2,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- Changes.tt2	2003/10/28 07:52:36	1.99
  +++ Changes.tt2	2003/12/02 13:43:02	1.100
  @@ -20,10 +20,24 @@
   #   Any changes you make here may be lost!
   #
   #------------------------------------------------------------------------
  -# $Id: Changes.tt2,v 1.99 2003/10/28 07:52:36 abw Exp $
  +# $Id: Changes.tt2,v 1.100 2003/12/02 13:43:02 abw Exp $
   #========================================================================
   
  -* dependency changes to document (visit), context and provider ($DOCUMENT)
  +
  +#------------------------------------------------------------------------
  +# Version 2.10b - 2nd December 2003               ## DEVELOPER RELEASE ##
  +#------------------------------------------------------------------------
  +
  +* Changed the Template::Document process() method to pass itself
  +  to the context visit() method when it calls it.  Similarly, changed
  +  the context visit() method to expect it.  This is useful when 
  +  subclassing the context but shouldn't have any other effect.
  +
  +* Modified parser to add the file name and line number of the source
  +  template to generated Perl code.  This provides useful information
  +  when warnings and errors are generated by Perl at runtime.  Added
  +  the t/fileline.t script to test it.
  +
   
   #------------------------------------------------------------------------
   # Version 2.10a - 9th October 2003                ## DEVELOPER RELEASE ##