[BACK]Return to ChangeLog CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Annotation of cvsweb/ChangeLog, Revision 3.8

3.8     ! knu         1: 2001-05-08  Akinori MUSHA  <knu@iDaemons.org>
        !             2:
        !             3:        * cvsweb.cgi: Fix a typo and get diff -F RE to really work.
        !             4:
3.7       knu         5: 2001-04-25  Akinori MUSHA  <knu@iDaemons.org>
3.4       knu         6:
3.7       knu         7:        * cvsweb.conf: Introduce the new knu-cvsweb site:
                      8:        http://www.idaemons.org/~knu/cvsweb/
                      9:
                     10:        * ChangeLog: Update and reformat.
                     11:
                     12: 2001-03-28 02:20  knu
                     13:
                     14:        * cvsweb.cgi: Re-fix the bogus fix for the previous
                     15:        colons-in-a-filename problem.
                     16:        [Noted by: Yar Tikhiy <yar@freebsd.org>]
                     17:
                     18: 2001-03-28 01:39  knu
                     19:
                     20:        * cvsweb.cgi: Conform cvsweb-markup pages to HTML 4.0
                     21:        Transitional.
                     22:        [Submitted by: Will Andrews <will@physics.purdue.edu>]
                     23:        [Validated by: http://validator.w3.org/]
3.4       knu        24:
3.7       knu        25: 2001-03-23 04:46  knu
3.4       knu        26:
3.6       knu        27:        * cvsweb.cgi: MFZ: 1.106.  Do closedir() properly.
                     28:
3.7       knu        29: 2001-03-23 04:36  knu
                     30:
                     31:        * ChangeLog: Add a log missed on 2001-02-01.
                     32:
                     33: 2001-03-23 04:29  knu
                     34:
                     35:        * ChangeLog: Encode colons in file names properly.
                     36:        [FreeBSD PR: 25963]
                     37:        [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
                     38:
                     39: 2001-03-23 04:27  knu
                     40:
                     41:        * cvsweb.cgi: Encode colons in file names properly.
                     42:        [FreeBSD PR: 25963]
                     43:        [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
                     44:
                     45: 2001-02-02 06:39  knu
3.5       knu        46:
                     47:        * cvsweb.cgi: Use a fixed-width font in the colored diff view.
3.7       knu        48:        [Requested by: Julian Elischer <julian@elischer.org>]
3.5       knu        49:
3.7       knu        50: 2001-01-29 12:54  knu
3.3       knu        51:
                     52:        * cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused.
                     53:        One leftover substitution: "cvs" -> $CMD{cvs}
                     54:
3.7       knu        55: 2001-01-14 18:04  knu
                     56:
                     57:        * cvsweb.conf: s/at here/here/
                     58:
                     59: 2001-01-13 16:48  knu
3.2       knu        60:
3.7       knu        61:        * ChangeLog, README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                     62:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                     63:        cvsweb.conf-ruby: Add some knu-cvsweb info.
3.2       knu        64:
                     65:        * cvsweb.cgi: MFZ: 1.105.
                     66:
                     67:        * README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                     68:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                     69:        cvsweb.conf-ruby: Change CVS tags: "Id" -> "Idaemons".
                     70:
3.7       knu        71: 2001-01-12 16:48  knu
                     72:
                     73:        * ChangeLog: Add ChangeLog.
                     74:
3.1       knu        75: 2001-01-12 08:42  knu
                     76:
3.7       knu        77:        * cvsweb.cgi: Clean up URI parser.
                     78:
                     79:        * cvsweb.cgi: Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO
                     80:        parser.
                     81:        [Requested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
                     82:
                     83:        * cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd:
3.1       knu        84:        Allow downloading a single port/pkgsrc in tarball by default.
                     85:
                     86: 2001-01-12 03:17  knu
                     87:
                     88:        * cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of
                     89:        `uname`.
3.7       knu        90:        [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1       knu        91:
                     92: 2001-01-11 11:00  knu
                     93:
                     94:        * cvsweb.cgi, cvsweb.conf: Oops.
                     95:
                     96: 2001-01-11 10:52  knu
                     97:
                     98:        * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                     99:        cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar
                    100:        zcf - ..." to avoid tar(1)'s automatic padding of nulls to align
                    101:        with the block size, which is just garbage for a receiver.
3.7       knu       102:        [Noted by: Katsuyuki Komatsu <komatsu@sarion.co.jp>]
                    103:
                    104:        * cvsweb.cgi: Have $uname variable to hold the OS implementation
                    105:        name.
                    106:
                    107:        * cvsweb.conf: Move %CMD's initialization part to the beginning of
                    108:        cvsweb.conf so it can use $uname and configure properly for the
                    109:        OS.
                    110:
                    111:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    112:        cvsweb.conf-openbsd: Wrap FreeBSD or OpenBSD specific features in
                    113:        conditional blocks using $uname.
                    114:
                    115:        * cvsweb.cgi: Fix some open() calls in good manners.
3.1       knu       116:
                    117: 2001-01-05 09:00  knu
                    118:
                    119:        * cvsweb.cgi: Delete $ENV{PATH} before everything. (against -T
                    120:        paranoia) It's nothing to worry since cvsweb.cgi always invokes
                    121:        executables by full paths, though.
3.7       knu       122:
                    123:        * cvsweb.cgi: Correct the error messages regarding $command_path.
3.1       knu       124:
                    125: 2001-01-03 17:57  knu
                    126:
3.7       knu       127:        * cvsweb.cgi, cvsweb.conf: Don't rely on perl's $ENV{PATH} search.
3.1       knu       128:        Search commands for itself and specify them by full paths.
                    129:
                    130: 2001-01-03 11:55  knu
                    131:
                    132:        * README.knu, cvsweb.cgi: Don't forget to add $query to the URL
                    133:        when redirecting.  Now module alias redirection and Attic
                    134:        redirection work with all sticky variables preserved. (Previously
                    135:        they didn't work against a non-default cvsroot)
3.7       knu       136:
                    137:        * cvsweb.cgi: Put a text field on each directory view that allows
                    138:        user to jump directly to an arbitrary module, which can be
                    139:        specified either by a full module/file path or by a module alias.
3.1       knu       140:
                    141: 2001-01-03 08:34  knu
                    142:
                    143:        * README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries
                    144:        in the specified order, not alphabetical.
3.7       knu       145:
                    146:        * README.knu, cvsweb.cgi, cvsweb.conf: Now /usr/local/etc/cvsweb/
                    147:        is the default directory for configuration files.
3.1       knu       148:
                    149: 2001-01-02 21:23  knu
                    150:
                    151:        * cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.
3.7       knu       152:
                    153:        * cvsweb.cgi: Change perl command line: Change perl5 to perl and
                    154:        just declare `require 5.000'. Remove -s option that was intended
                    155:        for debug use.  Add -T option to perform security checks.
                    156:
                    157:        * cvsweb.cgi: Change search paths for cvsweb.conf: Don't adopt the
                    158:        value of $ENV{CVSWEB_CONFIG} that was intended for debug use.
                    159:        Search the same directory that cvsweb.cgi is in instead of the
                    160:        current directory.
                    161:
                    162:        * cvsweb.cgi: Invoking `last' in `do { ... } while (0);' is wrong.
                    163:        Change the loop to `while (1) { ... last; }'.
                    164:
                    165:        * cvsweb.cgi, cvsweb.conf: Don't do chdir.  Instead, use tar(1)'s
                    166:        -C option and cvs(1) export's -d option.
                    167:
                    168:        * cvsweb.cgi: Explicitly define $ENV{PATH}.
                    169:
                    170:        * cvsweb.conf: Turn $allow_compress off by default so user can
                    171:        debug cvsweb.cgi easily.
3.1       knu       172:
                    173: 2001-01-02 08:15  knu
                    174:
3.7       knu       175:        * cvsweb.cgi: Add $prkeyword variable to allow user to use (e.g.)
                    176:        `Bug' instead of `PR' as the bug report identifier.
                    177:
                    178:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    179:        cvsweb.conf-openbsd, cvsweb.conf-ruby: Add
                    180:        cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move rather
                    181:        FreeBSD specific configuration values to cvsweb.conf-freebsd.
                    182:
                    183:        * cvsweb.conf: Add a %funcline_regexp entry for Ruby. (*.rb)
3.1       knu       184:
                    185: 2001-01-02 06:24  knu
                    186:
                    187:        * cvsweb.conf: Add `pending' to the list of PR categories.
                    188:
                    189: 2001-01-02 05:57  knu
                    190:
                    191:        * cvsweb.cgi: Reduce 'Use of uninitialized value' warnings.
3.7       knu       192:        [Noticed by: Wolfram Schneider <wosch@schneider.org>]
3.1       knu       193:
                    194: 2000-12-30 08:56  knu
                    195:
3.7       knu       196:        * cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D.
3.1       knu       197:        Specify -rHEAD when no tag/branch is defaulted.
                    198:
                    199: 2000-12-30 08:35  knu
                    200:
                    201:        * cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and
                    202:        turn it off by default.  This option should be turned off when you
                    203:        have files in the repository that are in a multibyte encoding which
                    204:        uses HTML special characters ([<>&"]) as part of a multi-byte
                    205:        character. (such as iso-2022-jp, ShiftJIS, etc.)  Otherwise those
                    206:        files will get screwed up in markup.
3.7       knu       207:
                    208:        * cvsweb.conf: Fix for those systems which tar(1)'s are not GNU
                    209:        tar(1): Add @tar_options variable and make the
                    210:        --ignore-failed-read flag optional.  Use cvs export instead of cvs
                    211:        checkout, so the --exclude 'CVS' flag isn't needed.
                    212:        [Noticed by: Christian Weisgerber <naddy@mips.inka.de>]
                    213:
                    214:        * cvsweb.conf: Fix for those systems which cvs(1)'s don't support
                    215:        -R option (Actually, only FreeBSD's and OpenBSD's cvs(1) support
                    216:        it): Add @cvs_options and make the -R flag optional.
3.1       knu       217:
                    218: 2000-12-29 22:29  knu
                    219:
                    220:        * cvsweb.cgi: Add charset to all text/* output, including diffs.
3.7       knu       221:        [Submitted by: Alexey Zelkin <phantom@cris.net>]
3.1       knu       222:
                    223: 2000-12-29 18:12  knu
                    224:
                    225:        * cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
                    226:        instead.
                    227:
                    228: 2000-12-29 17:47  knu
                    229:
                    230:        * cvsweb.cgi: Add the prototype declaration for hrefquote().
                    231:
                    232: 2000-12-29 03:17  knu
                    233:
                    234:        * README.knu: Mention automatic tarball generation feature.
                    235:
                    236: 2000-12-29 03:16  knu
                    237:
3.7       knu       238:        * TODO.knu: Directory sorting was fixed at the same time that
                    239:        "show only tags" feature was fixed.
3.1       knu       240:
                    241: 2000-12-29 03:07  knu
                    242:
                    243:        * cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1).
                    244:
                    245: 2000-12-29 02:49  knu
                    246:
                    247:        * cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation"
                    248:        feature.  You can check out a whole directory in gzipped tarball.
3.7       knu       249:        [Obtained from: Debian package: cvsweb_1.93-1]
                    250:
                    251:        * cvsweb.cgi: Allow space characters in file names. (not tested
                    252:        yet)
3.1       knu       253:
                    254: 2000-12-18 13:25  knu
                    255:
                    256:        * TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced
                    257:        a bogus bug.  As noone seems to need to use 0.X revisions, I'd just
                    258:        drop it.  This should fix the "show only tags" feature.
                    259:
                    260: 2000-12-18 12:47  knu
                    261:
                    262:        * cvsweb.cgi: Silence the warnings.
                    263:
                    264: 2000-12-18 11:48  knu
                    265:
                    266:        * cvsweb.cgi: Add meta tags to prevent WWW robots from crawling
                    267:        over the cvsweb.
3.7       knu       268:        [Submitted by: Wolfram Schneider <wolfram@schneider.org>]
3.1       knu       269:
                    270: 2000-12-08 00:11  knu
                    271:
                    272:        * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
                    273:        (again)
                    274:
                    275: 2000-12-07 03:20  knu
                    276:
                    277:        * TODO.knu: Mention "show only tags" feature breakage.
                    278:
                    279: 2000-12-07 03:19  knu
                    280:
                    281:        * cvsweb.cgi: Emit a rather better error message when a user
                    282:        requests to check out a deleted file.
3.7       knu       283:        [Pointed out by: Chris Faulhaber <jedgar@fxp.org>]
                    284:
                    285:        * cvsweb.cgi: Cut an out-of-date error message. (adding -R and -l
                    286:        options to the cvs command line should have obsoleted it)
                    287:
                    288:        * cvsweb.cgi: Optimize, clean up.
3.1       knu       289:
                    290: 2000-11-23 04:26  knu
                    291:
                    292:        * cvsweb.cgi, cvsweb.conf: Add a new variable $charset to specify
                    293:        the charset for HTML output.
3.7       knu       294:        [Submitted by: SADA Kenji <sada@bsdclub.org>]
3.1       knu       295:
                    296: 2000-11-05 00:32  knu
                    297:
                    298:        * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
                    299:
                    300: 2000-11-03 02:36  knu
                    301:
                    302:        * README.knu: Mention cat.1 is hyperlinked as well as cat(1).
                    303:
                    304: 2000-11-03 02:34  knu
                    305:
3.7       knu       306:        * cvsweb.cgi: MFZ: 1.104: ("Allow for 0.X versions. CVS accepts
                    307:        such version numbers in import -b even if not strictly legal...")
3.1       knu       308:
                    309: 2000-11-03 02:33  knu
                    310:
                    311:        * cvsweb.conf: Set the default diff type to unidiff for all
                    312:        browsers, not only text-based ones.
                    313:
                    314: 2000-10-21 00:46  knu
                    315:
                    316:        * cvsweb.cgi: Always give options to click on a non-colored diff
                    317:        _and_ a colored diff.
3.7       knu       318:        [Requested by: SO many people :>]
3.1       knu       319:
                    320: 2000-10-20 22:59  knu
                    321:
                    322:        * TODO.knu: Hyperlinking was properly fixed.
                    323:
                    324: 2000-10-20 21:28  knu
                    325:
                    326:        * TODO.knu, cvsweb.cgi: Fix htmllify so that <A href="...">...</A>
                    327:        won't nest. :)
3.7       knu       328:
                    329:        * cvsweb.cgi: Do not show additional "(colored)" diff links when
                    330:        long colored diff is the default.
                    331:
                    332:        * cvsweb.cgi: Reduce the use of `.' operator that is known to be
                    333:        expensive.  Fix indent, clean up.
3.1       knu       334:
                    335: 2000-10-11 06:14  knu
                    336:
                    337:        * cvsweb.cgi: Introduce a new function: htmlquote().
3.7       knu       338:
                    339:        * cvsweb.cgi: Clean up hyperlink tags.
                    340:
                    341:        * cvsweb.cgi: Use &link() instead of <a href="...">...</a>.
                    342:
                    343:        * cvsweb.cgi: Do urlencode() or htmlquote() as appropriate.
3.1       knu       344:
                    345: 2000-10-11 03:48  knu
                    346:
                    347:        * cvsweb.cgi: - Recognize "links" as another text mode browser.  -
                    348:        Fix the revision links in the annotation view of a file.
3.7       knu       349:        [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1       knu       350:
                    351: 2000-10-07 16:44  knu
                    352:
                    353:        * cvsweb.cgi: Fix &link() not to put a redundant trailing LF.
3.7       knu       354:
                    355:        * cvsweb.cgi: Improve manpage linking to support "foo.1" as well
                    356:        as "foo(1)".
3.1       knu       357:
                    358: 2000-10-07 16:35  knu
                    359:
                    360:        * cvsweb.cgi: Fix screwups in the last commit.
3.7       knu       361:
                    362:        * cvsweb.cgi: Parse rlog's output explicitly.  Recognize 77 ='s as
                    363:        a file separator, and 28 -'s as revision separator.
                    364:        [Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1       knu       365:
                    366: 2000-10-03 04:07  knu
                    367:
                    368:        * cvsweb.cgi: Cleanup $barequery generation.  Undefine "my"
                    369:        variables when they are done.
                    370:
                    371: 2000-10-01 05:10  knu
                    372:
3.7       knu       373:        * cvsweb.cgi: Fix annotation bugs.
                    374:
                    375:        * cvsweb.cgi: Do not pass gzip'ed directives to cvs. (it never
                    376:        worked, sigh)
                    377:
                    378:        * cvsweb.cgi: Fix mis-spacing. Now it should look pretty well.
3.1       knu       379:
                    380: 2000-10-01 03:48  knu
                    381:
                    382:        * INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not
                    383:        log in history) flags when doing a cvs annotation so that one does
                    384:        not need to turn on the write permission on CVSROOT/history for the
                    385:        user which httpd runs cvsweb.cgi as. (typically "nobody")
                    386:
                    387: 2000-10-01 03:27  knu
                    388:
                    389:        * cvsweb.cgi: Fix the comment to make how to set $config clear.
3.7       knu       390:        [Inspired by: "Dan Langille" <dan@langille.org>]
3.1       knu       391:
                    392: 2000-09-29 03:06  knu
                    393:
                    394:        * cvsweb.cgi: Trap errors in the configuration files on loading and
                    395:        show error messages.  (Previously it failed silently)
3.7       knu       396:        [Submitted by: Sean Scarff <sean@pavilion.net>]
3.1       knu       397:
                    398: 2000-09-22 20:13  knu
                    399:
                    400:        * cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce
                    401:        $body_tag_for_src to allow to set the foreground color.
3.7       knu       402:        [Noticed by: dcs@FreeBSD.org]
3.1       knu       403:
                    404: 2000-09-22 00:30  knu
                    405:
                    406:        * cvsweb.cgi: MFZ: 1.103.
                    407:
                    408: 2000-09-20 05:07  knu
                    409:
3.7       knu       410:        * cvsweb.cgi: Follow tab-width/tabstop/ts directives when
                    411:        expanding tabs into spaces.  Currently, only first 10 lines are
                    412:        scanned for the directives.
3.1       knu       413:
                    414: 2000-09-20 04:57  knu
                    415:
3.7       knu       416:        * cvsweb.cgi: MFZ: 1.101.
                    417:
                    418:        * cvsweb.cgi: Fix a few bugs under mod_perl.
                    419:
                    420:        * cvsweb.cgi: Use the Compress::Zlib module if available.
                    421:
                    422:        * cvsweb.cgi: Embed PDF files inside the cvs markup view.
3.1       knu       423:
                    424: 2000-09-20 03:35  knu
                    425:
3.7       knu       426:        * cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the
                    427:        last update.
3.1       knu       428:
                    429: 2000-09-12 02:11  knu
                    430:
                    431:        * cvsweb.cgi: Allow one to set the default diff type.
3.7       knu       432:        [Inspired by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1       knu       433:
                    434: 2000-09-10 20:54  knu
                    435:
                    436:        * cvsweb.cgi: Clean up spacedHtmlText().
                    437:
                    438: 2000-09-05 00:55  knu
                    439:
                    440:        * README.knu: Mention revision numbers hyperlinking in annotation.
                    441:
                    442: 2000-09-05 00:53  knu
                    443:
                    444:        * cvsweb.cgi: Get the revision numbers in annotation available as
                    445:        hyperlinks.
3.7       knu       446:        [Requested by: Josef Karthauser <joe@pavilion.net>]
3.1       knu       447:
                    448: 2000-09-04 23:50  knu
                    449:
3.7       knu       450:        * cvsweb.cgi: Fix previously introduced incorrect fix.
3.1       knu       451:        s/\s+\n$//; --> s/\s+$/\n/;
3.7       knu       452:        [FreeBSD PR: misc/20989]
                    453:        [Submitted by: Tony Finch <dot@dotat.at>]
3.1       knu       454:
                    455: 2000-09-04 03:25  knu
                    456:
                    457:        * README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage
                    458:        hyperlinking.
                    459:
                    460: 2000-09-04 02:33  knu
                    461:
                    462:        * cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not
                    463:        just the first one.  (s/// --> s///g)
                    464:
                    465: 2000-08-25 18:01  knu
                    466:
                    467:        * cvsweb.cgi: Get side-by-side diff working when $showfunc is true,
                    468:        noting that `-p' option of diff(1) can only be used with context
                    469:        and unified diffs.
3.7       knu       470:        [Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>]
                    471:
                    472:        * cvsweb.cgi: Allow to specify CVS tags or branch names (including
                    473:        `.' and `HEAD') on cvs checkout.
                    474:        (e.g. http://foo/cvsweb.cgi/bar/dood.c?rev=.
                    475:        http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4
                    476:        http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4_1_0_RELEASE)
3.1       knu       477:        Not for diff currently, as rcsdiff does not grok CVS tags.
3.7       knu       478:        [Inspired by: Folks at the FreeBSD cvs-all list.]
                    479:
                    480:        * cvsweb.cgi: Specify `-R' (turn on read-only repository mode) and
                    481:        `-l' (do not log in the command history) on cvs checkout, so that
                    482:        one does not need a write permission with the repository.
3.1       knu       483:
                    484: 2000-08-25 00:53  knu
                    485:
                    486:        * cvsweb.cgi: MFZ 1.94.
                    487:
                    488: 2000-08-16 05:39  knu
                    489:
                    490:        * cvsweb.conf: Turn evil $hr_ignwhite off.
                    491:
                    492: 2000-08-15 17:35  knu
                    493:
3.7       knu       494:        * cvsweb.cgi: Fix cvsweb.cgi's hidden bug:  s/\s+$//;  -->
3.1       knu       495:        s/\s+\n$//;
3.7       knu       496:
3.1       knu       497:        Whitespace cleanup.
                    498:
                    499: 2000-08-15 15:54  knu
                    500:
                    501:        * cvsweb.cgi: Declare prototypes and shut up warnings.
3.7       knu       502:
                    503:        * cvsweb.cgi: Remove redundant white space at the end of lines.
3.1       knu       504:
                    505: 2000-08-14 03:58  knu
                    506:
                    507:        * cvsweb.cgi: Use cvsweb.conf* in the current directory when they
                    508:        don't exist in /usr/local/etc/.
                    509:
                    510: 2000-08-01 21:42  knu
                    511:
                    512:        * cvsweb.cgi: #!/usr/bin/perl -> #!/usr/bin/perl5
                    513:
                    514: 2000-07-29 21:41  knu
                    515:
                    516:        * cvsweb.cgi: Resurrect $Revision$ tags of Zeller's version.
                    517:
                    518: 2000-07-29 21:10  knu
                    519:
                    520:        * cvsweb.cgi: Change $prcgi to include `?pr=' part for such as
                    521:        NetBSD.
                    522:
                    523: 2000-07-29 21:04  knu
                    524:
                    525:        * cvsweb.conf: Change $prcgi to include `?pr=' part for such as
                    526:        NetBSD.
                    527:
                    528: 2000-07-29 20:16  knu
                    529:
                    530:        * README.knu: Add an RCS tag.
                    531:
                    532: 2000-07-29 20:07  knu
                    533:
                    534:        * README.knu: Add README.knu to document the enhancements over
                    535:        Zeller's version.
                    536:
                    537: 2000-07-29 18:24  knu
                    538:
                    539:        * cvsweb.cgi: Another STDERR bit. (I only did 1/2 previously..)
                    540:
                    541: 2000-07-29 06:38  knu
                    542:
                    543:        * cvsweb.cgi: D'oh.  Correct @stickyvars.
                    544:
                    545: 2000-07-29 04:38  knu
                    546:
3.7       knu       547:        * cvsweb.cgi: Output diffs in unidiff format for text-based
                    548:        browsers. (by default)
                    549:
                    550:        * cvsweb.conf: Convert freebsd.org to FreeBSD.org.
3.1       knu       551:
                    552: 2000-07-29 02:24  knu
                    553:
3.7       knu       554:        * cvsweb.cgi: Merge From Zeller: 1.93
                    555:
                    556:        * cvsweb.cgi: Use CR LF in HTTP header.
                    557:
                    558:        * cvsweb.cgi: Redirect STDERR to /dev/null before executing rlog
                    559:        instead of closing it.
3.1       knu       560:
                    561: 2000-07-28 01:16  knu
                    562:
                    563:        * cvsweb.cgi, cvsweb.conf: Clean up.
3.7       knu       564:
                    565:        * cvsweb.cgi, cvsweb.conf: Replace $hr_funout with $showfunc and
                    566:        always show function names if defined.  (It has been only for
                    567:        human readable format until this change)
3.1       knu       568:
                    569: 2000-07-20 20:52  knu
                    570:
                    571:        * cvsweb.cgi: Allow to use `!!CVSROOTdescr!!' in $long_intro to
                    572:        embed per CVSROOT description.
                    573:
                    574: 2000-07-20 20:14  knu
                    575:
                    576:        * cvsweb.conf: Make $hr_funout default.
                    577:
                    578: 2000-07-20 20:06  knu
                    579:
                    580:        * cvsweb.conf: Display my mail address instead of Zeller's.
                    581:
                    582: 2000-07-20 06:59  knu
                    583:
                    584:        * INSTALL, README, TODO, cvsweb.cgi, cvsweb.conf, icons/back.gif,
                    585:        icons/dir.gif, icons/miniback.gif, icons/minidir.gif,
                    586:        icons/minitext.gif, icons/text.gif: Start point.
                    587:

CVSweb