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