2000-11-05 00:32  knu

	* cvsweb.cgi: Silence `Use of uninitialized value' warnings.

2000-11-03 02:36  knu

	* README.knu: Mention cat.1 is hyperlinked as well as cat(1).

2000-11-03 02:34  knu

	* cvsweb.cgi: MFZ: 1.104:
	
	2000-11-02 07:05  hnordstrom
	
		* cvsweb.cgi: Allow for 0.X versions. CVS accepts such
	version
		numbers in import -b even if not strictly legal...

2000-11-03 02:33  knu

	* cvsweb.conf: Set the default diff type to unidiff for all
	browsers, not only text-based ones.

2000-10-21 00:46  knu

	* cvsweb.cgi: Always give options to click on a non-colored diff
	_and_ a colored diff.
	
	Requested by:	SO many people :>

2000-10-20 22:59  knu

	* TODO.knu: Hyperlinking was properly fixed.

2000-10-20 21:28  knu

	* TODO.knu, cvsweb.cgi: Fix htmllify so that <A href="...">...</A>
	won't nest. :)
	
	Do not show additional "(colored)" diff links when long colored
	diff is the default.
	
	Reduce the use of `.' operator that is known to be expensive.  Fix
	indent, clean up.

2000-10-11 06:14  knu

	* cvsweb.cgi: Introduce a new function: htmlquote().
	
	Clean up hyperlink tags.    - Use &link() instead of <a
	href="...">...</a>.    - Do urlencode() or htmlquote() as
	appropriate.

2000-10-11 03:48  knu

	* cvsweb.cgi: - Recognize "links" as another text mode browser.  -
	Fix the revision links in the annotation view of a file.
	
	Submitted by:	Christian Weisgerber <naddy@mips.inka.de>

2000-10-07 16:44  knu

	* cvsweb.cgi: Fix &link() not to put a redundant trailing LF.
	
	Improve manpage linking to support "foo.1" as well as "foo(1)".

2000-10-07 16:35  knu

	* cvsweb.cgi: Fix screwups in the last commit.
	
	Parse rlog's output explicitly.  Recognize 77 ='s as a file
	separator, and 28 -'s as revision separator.
	
	Submitted by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org>

2000-10-03 04:07  knu

	* cvsweb.cgi: Cleanup $barequery generation.  Undefine "my"
	variables when they are done.

2000-10-01 05:10  knu

	* cvsweb.cgi: Fix annotation bugs.    - Do not pass gzip'ed
	directives to cvs. (it never worked, sigh)    - Fix mis-spacing. 
	Now it should look pretty well.

2000-10-01 03:48  knu

	* INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not
	log in history) flags when doing a cvs annotation so that one does
	not need to turn on the write permission on CVSROOT/history for the
	user which httpd runs cvsweb.cgi as. (typically "nobody")

2000-10-01 03:27  knu

	* cvsweb.cgi: Fix the comment to make how to set $config clear.
	
	Inspired by:	"Dan Langille" <dan@langille.org>

2000-09-29 03:06  knu

	* cvsweb.cgi: Trap errors in the configuration files on loading and
	show error messages.  (Previously it failed silently)
	
	Submitted by:	Sean Scarff <sean@pavilion.net>

2000-09-22 20:13  knu

	* cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce
	$body_tag_for_src to allow to set the foreground color.
	
	Noticed by:	dcs@FreeBSD.org

2000-09-22 00:30  knu

	* cvsweb.cgi: MFZ: 1.103.

2000-09-20 05:07  knu

	* cvsweb.cgi: Follow tab-width/tabstop/ts directives when expanding
	tabs into spaces.  Currently, only first 10 lines are scanned for
	the directives.

2000-09-20 04:57  knu

	* cvsweb.cgi: MFZ: 1.101.    - Fix a few bugs under mod_perl.	 -
	Use the Compress::Zlib module if available.    - Embed PDF files
	inside the cvs markup view.

2000-09-20 03:35  knu

	* cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the last
	update.

2000-09-12 02:11  knu

	* cvsweb.cgi: Allow one to set the default diff type.
	
	Inspired by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org>

2000-09-10 20:54  knu

	* cvsweb.cgi: Clean up spacedHtmlText().

2000-09-05 00:55  knu

	* README.knu: Mention revision numbers hyperlinking in annotation.

2000-09-05 00:53  knu

	* cvsweb.cgi: Get the revision numbers in annotation available as
	hyperlinks.
	
	Requested by:	Josef Karthauser <joe@pavilion.net>

2000-09-04 23:50  knu

	* cvsweb.cgi: Fix previously introduced incorrect fix.	       
	s/\s+\n$//; --> s/\s+$/\n/;
	
	FreeBSD PR:	misc/20989 Submitted by:	Tony Finch
	<dot@dotat.at>

2000-09-04 03:25  knu

	* README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage
	hyperlinking.

2000-09-04 02:33  knu

	* cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not
	just the first one.  (s/// --> s///g)

2000-08-25 18:01  knu

	* cvsweb.cgi: Get side-by-side diff working when $showfunc is true,
	noting that `-p' option of diff(1) can only be used with context
	and unified diffs.
	
	Submitted by:	Roger Hardiman <roger@cs.strath.ac.uk>
	
	Allow to specify CVS tags or branch names (including `.' and
	`HEAD') on cvs checkout.
	
	e.g.	http://foo/cvsweb.cgi/bar/dood.c?rev=.	       
	http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4  
	http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4_1_0_RELEASE
	
	Not for diff currently, as rcsdiff does not grok CVS tags.
	
	Inspired by:	Folks at the FreeBSD cvs-all list.
	
	Specify `-R' (turn on read-only repository mode) and `-l' (do not
	log in the command history) on cvs checkout, so that one does not
	need a write permission with the repository.

2000-08-25 00:53  knu

	* cvsweb.cgi: MFZ 1.94.

2000-08-16 05:39  knu

	* cvsweb.conf: Turn evil $hr_ignwhite off.

2000-08-15 17:35  knu

	* cvsweb.cgi: Fix cvsweb.cgi's hidden bug:  s/\s+$//;  --> 
	s/\s+\n$//;
	
	Whitespace cleanup.

2000-08-15 15:54  knu

	* cvsweb.cgi: Declare prototypes and shut up warnings.
	
	Remove redundant white space at the end of lines.

2000-08-14 03:58  knu

	* cvsweb.cgi: Use cvsweb.conf* in the current directory when they
	don't exist in /usr/local/etc/.

2000-08-01 21:42  knu

	* cvsweb.cgi: #!/usr/bin/perl -> #!/usr/bin/perl5

2000-07-29 21:41  knu

	* cvsweb.cgi: Resurrect $Revision$ tags of Zeller's version.

2000-07-29 21:10  knu

	* cvsweb.cgi: Change $prcgi to include `?pr=' part for such as
	NetBSD.

2000-07-29 21:04  knu

	* cvsweb.conf: Change $prcgi to include `?pr=' part for such as
	NetBSD.

2000-07-29 20:16  knu

	* README.knu: Add an RCS tag.

2000-07-29 20:07  knu

	* README.knu: Add README.knu to document the enhancements over
	Zeller's version.

2000-07-29 18:24  knu

	* cvsweb.cgi: Another STDERR bit. (I only did 1/2 previously..)

2000-07-29 06:38  knu

	* cvsweb.cgi: D'oh.  Correct @stickyvars.

2000-07-29 04:38  knu

	* cvsweb.cgi, cvsweb.conf: Output diffs in unidiff format for
	text-based browsers. (by default)
	
	Convert freebsd.org to FreeBSD.org.

2000-07-29 02:24  knu

	* cvsweb.cgi: Merge From Zeller: 1.93	- Use CR LF in HTTP header.
	   - Redirect STDERR to /dev/null before executing rlog instead of
	closing it.

2000-07-28 01:16  knu

	* cvsweb.cgi, cvsweb.conf: Clean up.
	
	Replace $hr_funout with $showfunc and always show function names if
	defined.  (It has been only for human readable format until this
	change)

2000-07-20 20:52  knu

	* cvsweb.cgi: Allow to use `!!CVSROOTdescr!!' in $long_intro to
	embed per CVSROOT description.

2000-07-20 20:14  knu

	* cvsweb.conf: Make $hr_funout default.

2000-07-20 20:06  knu

	* cvsweb.conf: Display my mail address instead of Zeller's.

2000-07-20 06:59  knu

	* INSTALL, README, TODO, cvsweb.cgi, cvsweb.conf, icons/back.gif,
	icons/dir.gif, icons/miniback.gif, icons/minidir.gif,
	icons/minitext.gif, icons/text.gif: Start point.

