[svn] added ugly, ugly, ugly even more ugly but working hack to jinja to patch the template sources into linecache in order to support broken traceback formatters which go unnamed.

--HG--
branch : trunk
diff --git a/CHANGES b/CHANGES
index 77aee3f..1fb0393 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@
 - blocks now support ``{{ super() }}`` to render the parent output.
 
 - debugging system improved, smaller filesize for the cached files.
+  Debugging works now well for any module using linecache.
 
 - added whitespace management system for the template designer.