You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2008/07/31 22:49:15 UTC

svn commit: r681481 - /incubator/jspwiki/trunk/ChangeLog

Author: metskem
Date: Thu Jul 31 13:49:15 2008
New Revision: 681481

URL: http://svn.apache.org/viewvc?rev=681481&view=rev
Log:
two strange Unicode chars were introduced in previous commit, now corrected (hopefully)

Modified:
    incubator/jspwiki/trunk/ChangeLog

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=681481&r1=681480&r2=681481&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Thu Jul 31 13:49:15 2008
@@ -561,7 +561,7 @@
         start with a dot.  This is done in a fully backwards compatible manner,
         so no changes to the repo is needed.
         
-        * [JSPWIKI-100]�Added two new parameters to ReferringPagesPlugin,
+        * [JSPWIKI-100] Added two new parameters to ReferringPagesPlugin,
         UnusedPagesPlugin, ReferredPagesPlugin, and UndefinedPagesPlugin:
         show and showLastModified.  Thanks to Harry Metske for the patch!
 
@@ -1088,7 +1088,7 @@
         
         * [JSPWIKI-95]: Links to anchors with blanks work now.  This introduces
         a tiny, very tiny compatibility issue with links to headings changing
-        case in some cases.  Reported by J�rgen Weber.
+        case in some cases.  Reported by Jügen Weber.
         
         * [JSPWIKI-125]: FilterManager now checks for version compatibility 
         of PageFilters by looking into the ini/jspwiki_module.xml.  This was a