=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 3.3 retrieving revision 3.4 diff -u -p -r3.3 -r3.4 --- cvsweb/Attic/cvsweb.conf 2000/07/20 11:14:03 3.3 +++ cvsweb/Attic/cvsweb.conf 2000/07/27 16:16:41 3.4 @@ -6,7 +6,7 @@ # 1999 H. Nordstrom # 2000 A. MUSHA # based on work by Bill Fenner -# $Id: cvsweb.conf,v 3.3 2000/07/20 11:14:03 knu Exp $ +# $Id: cvsweb.conf,v 3.4 2000/07/27 16:16:41 knu Exp $ # ### @@ -99,7 +99,7 @@ $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi"; # hidenonreadable: Don't show entries which cannot be read # 1 Hide non-readable entries - # 0 Show non-readble entries + # 0 Show non-readable entries "hidenonreadable" => "1", ); @@ -260,17 +260,17 @@ $use_descriptions = 0; # exceed the width of the browser $hr_breakable = 1; -# give out function names in human readable diffs +# give out function names in diffs # this just makes sense if we have C-files, otherwise # diff's heuristic doesn't work well .. # ( '-p' option to diff) -$hr_funout = 1; +$showfunc = 1; # For each pair of regexps, files that match the first regexp will be diff'ed # with an '-F' option with the second regexp. -%functionlineregexp = ( - "\\.(4th|fr)\$" => "\\(^\\| \\|\t\\): ", - ); +%funcline_regexp = ( + "\\.(4th|fr)\$" => "\\(^\\| \\|\t\\): ", + ); # ignore whitespaces for human readable diffs # (indendation and stuff ..)