aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-28 20:50:20 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-28 20:50:20 +0000
commited4b6afc9b3b43e1f7e70ff01a77472c7983a549 (patch)
treece96eb7fc9c360b69e82409961340619f15f9c6c /debian
parenta75df2a43898bdbcdcc86cd4b3d06040a49574aa (diff)
downloadikiwiki-ed4b6afc9b3b43e1f7e70ff01a77472c7983a549.tar
ikiwiki-ed4b6afc9b3b43e1f7e70ff01a77472c7983a549.tar.gz
* camelcase: Tighten regexp to avoid false positives. WikiWords are only
linkified now if they are preceeded by whitespace.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 081af219f..7d581cbf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,8 +19,10 @@ ikiwiki (2.9) UNRELEASED; urgency=low
* Don't allow whitespace in link text in a wikilink. This was still
allowed by the regexp in one case though not documented to work, and
was ambiguous with preprocessor directives.
+ * camelcase: Tighten regexp to avoid false positives. WikiWords are only
+ linkified now if they are preceeded by whitespace.
- -- Joey Hess <joeyh@debian.org> Mon, 24 Sep 2007 12:48:35 -0400
+ -- Joey Hess <joeyh@debian.org> Fri, 28 Sep 2007 16:45:29 -0400
ikiwiki (2.8) unstable; urgency=low