
What's new in version 2.2.0
---------------------------

- Now Wiki page contents are displayed correctly in MS IE. This browser is 
  extremely buggy and it doesn't handle the `float` property appropriately.

- Wiki pages include drop-caps. White letters are diplayed on a dark-green 
  background. Some pages are not rendered correctly, but the following changes 
  can be done to revert that.

  diff -u /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/InterWiki /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/new-default-pages/InterWiki
  --- /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/InterWiki       Sun Nov 09 21:28:00 2008
  +++ /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/new-default-pages/InterWiki   Sat Jun 06 16:56:01 2009
  @@ -1,6 +1,6 @@
   = Support for InterWiki links =
  
  -''(since [milestone:0.10])''
  + ''(since [milestone:0.10])''
  
   == Definition ==
  
  diff -u /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/TracLinks /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/new-default-pages/TracLinks
  --- /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/default-pages/TracLinks       Sun Nov 09 21:28:00 2008
  +++ /usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/wiki/new-default-pages/TracLinks   Sat Jun 06 17:44:36 2009
  @@ -1,7 +1,7 @@
   = Trac Links =
   [[TracGuideToc]]
  
  -TracLinks are a fundamental feature of Trac, because they allow easy hyperlinking between the various entities in the systemGsuch as tickets, reports, changesets, Wiki pages, milestones, and source filesGfrom anywhere WikiFormatting is used.
  +!TracLinks are a fundamental feature of Trac, because they allow easy hyperlinking between the various entities in the systemGsuch as tickets, reports, changesets, Wiki pages, milestones, and source filesGfrom anywhere WikiFormatting is used.
  
   TracLinks are generally of the form '''type:id''' (where ''id'' represents the
   number, name or path of the item) though some frequently used kinds of items
  @@ -268,3 +268,4 @@
   ----
   See also: WikiFormatting, TracWiki, WikiPageNames, InterTrac, InterWiki
  
  +
  \ No newline at end of file


- Footer has been moved. Now it is inside contents pane.

- Text indentation has been added.
