summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-04-06 09:58:09 +0000
committerChris Wilson <cpwilson@src.gnome.org>2007-04-06 09:58:09 +0000
commit04df4233a12d4801c22df3ff6ffde5b2f347f688 (patch)
tree193cab82a1e82d22397c403949e7267fffbf0de6 /ChangeLog
parent962d231f324013e659bb6bf5ebc08f08f2ca8309 (diff)
Bug 419644 – Links do not get highlighted anymore Also see Bug 404757
2007-04-06 Chris Wilson <chris@chris-wilson.co.uk> Bug 419644 – Links do not get highlighted anymore Also see Bug 404757 – URL matching doesn't work with PCRE * configure.in: Kill --with-pcre as it changes the semantics of the API and only causes confusion. svn path=/trunk/; revision=1866
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdd9bbb..9c65714 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-04-06 Chris Wilson <chris@chris-wilson.co.uk>
+
+ Bug 419644 – Links do not get highlighted anymore
+ Also see Bug 404757 – URL matching doesn't work with PCRE
+
+ * configure.in:
+ Kill --with-pcre as it changes the semantics of the API
+ and only causes confusion.
+
2007-04-05 Chris Wilson <chris@chris-wilson.co.uk>
Bug 426541 – crash on IRM escape code