From 49db093e04bf58cd61efd3d3cc9edb7fd22f364e Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Fri, 3 Oct 2008 09:58:40 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 422ca37b..1340ab6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-10-03 Alex Schroeder + + * wiki.pl ($UseGrep): New option. Set by default. + (SearchTitleAndBody): Use GrepFiltered. + (GrepFiltered): New code to filter AllPagesList using grep if + $UseGrep is set. + + (ReadFile): Slight rearranging of the lines. + 2008-10-01 Brian Curry * modules/creole.pl: "There be dragons, here." This module now @@ -32,8 +41,8 @@ ($ReCaptchaTabIndex): New option. (ReCaptchaGetQuestionHtml): New function. Permits site-specific customization of module-emitted HTML and CSS. - (ReCaptchaGetQuestion): Rewritten so as to leverage the two new options and - one new function. + (ReCaptchaGetQuestion): Rewritten so as to leverage the two new + options and one new function. 2008-09-29 Brian Curry