Sun Nov  1 20:34:14 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* Makefile.in: Fixed buglet with dist target.

	* htdig/Makefile.in: Fixed buglet with distclean target.

	* htdoc/FAQ.html, htdoc/RELEASE.html, htdoc/attrs.html
 	htdoc/cf_byname.html, htdoc/cf_byprog.html, htdoc/htdig.html
	htdoc/hts_templates.html: Updated documentation for new features,
	bug-fixes in ht://Dig 3.1.0b2.

	* htlib/Makefile.in, htlib/lib.h: Call mytimegm.cc instead of timegm.c.

	* Attic/makedp: Remove file generated by configure

	* htdig/Document.cc: Remove const from *ext to fix compiler warning.
	
Sun Nov  1 00:17:08 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htsearch/Display.cc: Added template var DESCRIPTION as first
	item in DESCRIPTIONS, as requested by Ryan Scott
	<test@netcreations.com>. 

	* htlib/mytimegm.cc: Resurrected mytimegm() until problems with
	glibc version can be solved. 

	* htdig/Document.cc, htdig/Retriever.cc, htfuzzy/Prefix.cc,
	htsearch/WeightWord.cc, htsearch/htsearch.cc: Replaced system
	calls with htlib/my* functions.

Sat Oct 31 23:58:22 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htlib/URL.cc:	Fixed compiler warning.

	* rx-1.5/Attic/Makefile, rx-1.5/Attic/config.log:
	Removed useless Makefile and config.log file.

Tue Oct 27 22:53:03 1998  Andrew Scherpbier  <andrew@contigo.com>

	* */Makefile.in (depend): Fixed so that 'make depend' works
	again.  (Not sure exactly how long it was broken!)

Tue Oct 27 20:00:16 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* Makefile.in: Fix buglet with distclean target

	* configure configure.in: Added check for LOCALTIME_R, removed
	test for timegm replacement, changed compiler for most tests to
	$CC.

	* include/htconfig.in: Added option for LOCALTIME_R.

	* htlib/timegm.c, htlib/mktime.c: Fixed some compilation problems.
	
	* htlib/Makefile.in: Remove mktime.o since source is included in
	timegm.o.

Tue Oct 27 13:31:25 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htlib/mktime.c: Imported new version from glibc-2.0.99.

	* htcommon/DocumentDB.cc: Fixed bug noted by Vadim Chekan with
	CreateSearchDB.
	
Mon Oct 26 15:27:28 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* Makefile.config.in, configure.in, configure: Fixed problem with
	-ldb, -lrx, etc. not being declared in $LIBS

	* htdoc/install.html: Added remarks about using ./configure
	--prefix=

	* README: Cleaned up for new URLs, version numbers, etc.

	* htsearch/htsearch.cc: Added patch by Esa Ahola fixing bug with
	not ingoring bad_words properly.

	* contrib/whatsnew/whatsnew.pl: Added fix from Jacques Reynes
	<Jacques.Reynes@cict.fr> to get whatsnew to work with Berkeley DB.

	* htdig/Retriever.cc, htdig/Document.cc: Fixed bug introduced by
	Oct 18 change. Authorization will not be cleared.

	* htlib/URL.cc: Fixed new -Wall warnings.
	
Wed Oct 21 13:30:05 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htlib/timegm.c: Corrected Oct 17 change. Should now work. :-)

	* htcommon/defaults.cc: Added defaults for new directives
	server_aliases and limit_normalized.

	* htdig/HTML.cc: Cleaned up HTML parsing based on patch by Reni 
	Seindal.
	
Wed Oct 21 18:31:00 1998  Alexander Bergolth  <leo@leo.wu-wien.ac.at>

	* htlib/URL.cc,	htlib/URL.h: Added patch to support translation of
	server names. (Configuration directive: server_aliases)

	* htdig/Retriever.cc, htdig/htdig.h, htdig/main.cc:
	Additional limiting after normalization of the URL.
	(Configuration directive: limit_normalized)

Sun Oct 18 17:19:51 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htlib/Connection.h, htlib/Connection.cc: Define new function
	timeout() as adapted from a patch by Reni Seindal.

	* htdig/Document.cc: Use it as adapted from a patch by Reni Seindal.

Sun Oct 18 16:33:58 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htcommon/DocumentDB.cc: Changed deserialize function to
	explicitly delete DocumentRef.

	* htcommon/DocumentRef.cc: Added trap for DOC_STRING value.

	* htdig/Retriever.cc: Delete and reallocate Document variable
	before retrieving. (Fixes database corruption bug) Removed code to
	add a "/" to every URL with a 404--servers should send a redirect
	in this case.

Sat Oct 17 20:15:44 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htlib/timegm.c: Declare __gmtime_r if not defined

Sat Oct 17 10:15:57 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* configure.in: Fixed problem with configuring DB_DIR introduced
	by Oct 11 change.

	* configure: Regenerated by autoconf for above fix.

	* htlib/Connection.h, htlib/Connection.cc: Included fixes sent by
	Paul J. Meyer <pmeyer@rimeice.msfc.nasa.gov> to fix connections on
	Dec Alpha environments.
	
	* htsearch/Display.cc, htsearch/Display.h,
	htdoc/hts_templates.html: Added variable CURRENT as the number of
	the current match, adapted from a patch by Reni Seindal
	<seindal@webadm.kb.dk>

	* htcommon/defaults.cc: Changed htdig.sdsu.edu to www.htdig.org in
	start_urls

Wed Oct 14 03:43:22 1998  turtle  <turtle@kiwi>

	* installdir/htdig.conf: fixed broken link pointed out by
	chris@impulsedata.net, moved maintainer stuff up in the file

Sun Oct 11 22:16:27 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htlib/DB2_db.cc: Added fix suggested by Domotor Akos
	<dome@impulzus.sch.bme.hu> with (char *)NULL cast.

	* htlib/Attic/mytimegm.cc: Removed old mytimegm function.

	* installdir/syntax.html: Improved boolean method error
	message. It now gives examples of boolean expressions.

	* htcommon/defaults.cc, htsearch/Display.cc, htsearch/Display.h,
	htsearch/parser.cc: Added htsearch logging patch from Alexander
	Bergolth.

	* */Makefile.in, include/htconfig.h.in, htdig/Document.cc,
	htdig/Images.cc, Attic/.version, Makefile.config.in, Makefile.in,
	configure, configure.in, mkinstalldirs: Updated Makefiles and
	configure variables.
	
	* htfuzzy/Endings.cc, htfuzzy/Fuzzy.cc, htfuzzy/Prefix.cc,
	htfuzzy/htfuzzy.cc, htlib/DB2_db.cc, htcommon/DocumentDB.cc:
	Removed more -Wall warnings.

Fri Oct  9 00:29:18 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htdig/Retriever.cc: Fixed typo with "meta_desription_factor".

	* htdig/Images.cc: Use user_agent config in GET request.
	
Thu Oct  8 09:05:41 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* installdir/syntax.html: Improved Boolean search description.

Mon Oct  5 11:30:16 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* contrib/ewswrap/ewswrap.cgi, contrib/ewswrap/htwrap.cgi,
	contrib/ewswrap/README: New scripts, contributed by John Grohol
	PsyD <johngr@cmhcsys.com>.

Fri Oct  2 13:11:24 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htdig/Retriever.cc: Added check for docs removed with
	noindex. Now words in these docs should be ignored for the word
	db.

Fri Oct  2 13:09:04 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* CONFIG Makefile.config.in Makefile.in */Makefile.in,
	htcommon/defaults.cc htdig/main.cc, htfuzzy/htfuzzy.cc,
	htmerge/htmerge.cc, htnotify/htnotify.cc include/htconfig.h.in:
	More configure improvements--use top_srcdir instead of
	HTDIG_TOP, use PACKAGE, VERSION, etc.

Fri Oct  2 11:32:59 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htlib/StringList.cc: Added patch by Alexander Bergolth for bug
	with multiple delimeter characters

Fri Oct  2 15:22:06 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

        * installdir/rundig, configure.in, CONFIG, CONFIG.in, aclocal.m4,
	configure: Improvements in configure.in, notably using --prefix=
	and --exec-prefix=

Tue Sep 29 19:26:11 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htdig/HTML.cc: Added patch from Tim Frost <tim@nz.eds.com> for
	single quotes around URLs.

	* htfuzzy/Prefix.cc: Added patch from Esa to fix Prefix matching
	for capitalization. 

	* htcommon/defaults.cc: Added modification_time_is_now config

	* htdig/Document.cc:, htdig/Retriever.cc: Added patch from Andrew
	Bishop <amb@gedanken.demon.co.uk> for above to use modification
	times when servers do not supply them. 

	* htsearch/htsearch.cc: Added patch from Andrew Bishop for -c switch.

Wed Sep 23 14:46:34 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htcommon/defaults.cc, htdig/Server.cc: Added case_sensitive
	attribute to work on case insensitive servers.

Wed Sep 23 11:58:22 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htsearch/Display.cc: re-fixed bug noted by Alexander Bergolth

	* htlib/Attic/timegm.cc, htlib/Makefile.in, htlib/mktime.c,
	htlib/mytimegm.cc, htlib/timegm.c: Switched to using glibc timegm
	replacement.

	* configure, configure.in, Makefile.config.in: Add configure
	searches for acroread and sendmail programs.

	* htnotify/Makefile.in, htnotify/htnotify.cc,
	htcommon/Makefile.in, htcommon/defaults.cc: Use them.

	* htdig/HTML.cc: Fix thinko in META robots tag.

	* htcommon/defaults.cc: Define iso_8601 date formatting option

	* htsearch/Display.cc, htnotify/htnotify.cc: Use it as suggested
	by Knut A. Syed <Knut.Syed@nhh.no>

Fri Sep 18 14:35:02 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htsearch/Display.cc: Fixed bug noted by Alexander Bergolth 
	<leo@strike.wu-wien.ac.at> in exclude logic

	* htdig/HTML.cc: Fixed bug in comma-separated keywords noted by
	<C.H.Liddiard@qmw.ac.uk>

	* installdir/synonyms: New version contributed by John Banbury 
	<lijab@flinders.edu.au>

Fri Sep 18 00:38:09 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* .version: Bump to 3.1.0b2

	* htsearch/Makefile.in, htdig/Makefile.in, htfuzzy/Makefile.in,
        htlib/Makefile.in, htmerge/Makefile.in,
        htnotify/Makefile.in, htcommon/Makefile.in: Remove include
	.sniffdir directive.

	* htdig/HTML.cc: Fix horrible META description coding.

	* htfuzzy/EndingsDB.cc, htfuzzy/Fuzzy.cc htfuzzy/Synonym.cc,
	htfuzzy/htfuzzy.cc: Change "\r" to "\n" in statistics on
	suggestion of Andrew M. Bishop <amb@gedanken.demon.co.uk>

	* Makefile.config.in: Remove -ggdb from LDFLAGS.
	
Tue Sep 15 22:31:48 1998  turtle  <turtle@kiwi>

        * Makefile.in: add substitution for @DATABASE_DIR@

Thu Sep 10 00:06:58 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htdig/HTML.cc: Change debug level of META tags.

	* htsearch/TemplateList.cc, htsearch/htsearch.cc, htsearch/Display.cc, 
	htsearch/Display.h: Backed out builtin-long default from Monday, now 
	use error handler

Mon Sep  7 23:19:12 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* contrib/htparsedoc: Added contributed external parser for MS
	Word documents by Richard Jones <rjones@imcl.com>.

	* htdig/Document.cc: Added fix to use htparsedoc.
	
	* htdoc/*.html: Merged in new documentation for htdig-3.1.0b1.

	* htdig/HTML.cc: Extended "noindex" behavior in previous patch.

	* htcommon/defaults.cc: Added user_agent config option.

	* htdig/Document.cc: Use it.

Mon Sep  7 00:34:19 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htcommon/DocumentRef.h: Added DocState for documents marked as
	"noindex".

	* htdig/HTML.cc, htdig/Retriever.h, htdig/Retriever.cc,
	htmerge/docs.cc: Use it to remove them.

	* htsearch/TemplateList.cc: Add default template of builtin-long
	to slot 0 in case of an error.

	* htsearch/Display.cc: Use it.

Sun Sep  6 21:36:16 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htcommon/defaults.cc: Sorted the current list of defaults, added
	"pdf_parser" for the program to use in PDF.cc.

	* htdig/PDF.cc: Use it, checking for the file before calling
	system to fail gracefully.

	* htlib/URL.cc: Bug fix for http:/ v. http://

Sat Sep  5 23:11:48 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htlib/String.cc: Added patch by Zvi Har'El
	<rl@math.technion.ac.il> to indexOf function to prevent "false
	positive" matches.

	* installdir/nomatch.html, installdir/syntax.html: Fixed reference
	to ht://Dig 3.0.

	* htdig/Document.cc: Use robotstxt_name as user-agent as a more
	consistent approach.

	* htsearch/parser.cc: Convert "%01" to "|" to support <SELECT
	... MULTIPLE> tags.

Thu Sep  3 20:53:51 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htsearch/Makefile.in: Remove reference to -lgdbm

	* htsearch/Display.cc: Send Content-type header after all variable
	expansion is completed.

	* htcommon/WordList.cc: Removed warning under egcs-1.1

Tue Aug 11 08:58:34 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

        * htsearch/Display.cc, htdig/Retriever.h,
	htdig/Retriever.cc, htdig/Parsable.h, htdig/Parsable.cc,
	htdig/HTML.h, htdig/HTML.cc, htcommon/defaults.cc,
	htcommon/DocumentRef.h, htcommon/DocumentRef.cc,
	htcommon/DocumentDB.cc:
	Second patch for META description tags. New field in DocDB for the
        desc., space in word DB w/ proper factor.

	* htmerge/docs.cc: Added statistic for total size of docs in DB.
	
Thu Aug  6 10:15:22 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htdig/Retriever.cc: Added "local_dir_doc" config option,
	the default filename in a directory.

	* htcommon/defaults.cc: Fixed "elipses" spelling mistake,
	local_dir_doc as above
	
Tue Aug  4 11:34:46 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htlib/Configuration.cc: Added fix by Philippe Rochat
	<prochat@lbdsun.epfl.ch> to remove whitespace after config
	options.

	* htdig/HTML.cc, htdig/HTML.h: Added support for META robots tags.
	
Mon Aug  3 16:50:46 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

        * htsearch/ResultList.cc, htnotify/htnotify.cc,
        htmerge/htmerge.cc, htmerge/docs.cc, htlib/String.cc,
        htlib/ParsedString.cc, htfuzzy/Substring.cc,
        htfuzzy/Prefix.cc, htfuzzy/Exact.cc,
        htdig/SGMLEntities.cc, htdig/Retriever.cc, htdig/PDF.cc,
        htdig/HTML.cc, htdig/Document.cc:
        Fixed compiler warnings under -Wall

Mon Aug  3 05:56:23 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htsearch/Display.cc: Spelling correction for "ellipses"

Thu Jul 23 12:14:34 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htdig/PDF.cc, htdig/PDF.h, htdig/Document.cc: Added files (and
	patch) from Sylvain Wallez for PDF parsing. Incorporates fix for
	non-Adobe PDFs.

	* htcommon/defaults.cc: Removed .pdf extension from bad_extensions.

Wed Jul 22 10:04:31 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htsearch/Display.cc: Added patch from Sylvain Wallez
	<s.wallez.alcatel@e-mail.com> to use the filename if no title is found.

	* htnotify/htnotify.cc: Added patch from Chris Jason
	Richards <richards@cs.tamu.edu> to fix problems with sendmail.

Tue Jul 21 09:56:58 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htsearch/Display.cc:	Added patch by Rob Stone
	<rob@psych.york.ac.uk> to create new environment variables to
	htsearch: SELECTED_FORMAT and SELECTED_METHOD.

Sun Jul 19 09:51:47 1998  Andrew Scherpbier  <andrew@contigo.com>

	* configure.in (berkeley db stuff): Added the berkeley db .tar.gz
 	to the distribution and modified configure.in to extract it if it
	needs to.

Thu Jul  9 09:39:01 1998  Geoff Hutchison  <ghutchis@wso.williams.edu>

	* htdig/Server.cc, htdig/Retriever.h, htdig/Retriever.cc,
	htdig/Document.h, htdig/Document.cc, htcommon/defaults.cc: Added
	support for local file digging using patches by Pasi Eronen
	<pe@iki.fi>. Patches include support for local user (~username)
	digging.
	
	* htdig/HTML.h, htdig/HTML.cc, htcommon/defaults.cc:
	Added support for META name=description tags. Uses new config-file
	option "use_meta_description" which is off by default.

Mon Jun 22 05:02:01 1998  turtle  <turtle@kiwi>

	* configure.in:
	Added test to make sure that the berkeley db library is present

	* .cvsignore: Ignore the berkeley db library

	* configure: changed

	* Makefile.config.in: Removed GDBM references

	* Makefile.in: Removed GDMB references

	* .version: updated version to 3.1.0b1

	* README: Updated version # and website location

	* htdig/HTML.cc: Applied patch that prevented SGML entities that
	translate to valid_punctuation characters from becoming part of
	words

	* configure.in: Removed references to GDBM

	* htcommon/defaults.cc: Got rid of my email address as the default
	maintainer

	* htdig/htdig.conf: simple config file for development

	* htlib/String.cc, htlib/Attic/SDSU.h, htlib/Attic/SDSU.cc,
	htlib/DB2_db.cc, htlib/Connection.cc, htlib/Configuration.cc,
	htlib/BTree.cc: New Berkeley database stuff

	* htlib/.sniffdir/ofiles.incl: removed SDSU.*

	* installdir/syntax.html, installdir/search.html,
	installdir/rundig, installdir/nomatch.html, installdir/htdig.conf,
	installdir/footer.html: Changed to use the new
	http://www.htdig.org/ instead of the sdsu site

Sun Jun 21 23:20:14 1998  turtle  <turtle@kiwi>

	* rx-1.5/rx/Attic/config.log, htsearch/htsearch.cc,
	htsearch/Attic/display.cc, htsearch/Display.cc, htmerge/docs.cc,
	htlib/.sniffdir/ofiles.incl, htlib/Database.h, htlib/DB2_db.cc,
	htlib/DB2_db.h, htlib/Database.cc, htfuzzy/.sniffdir/ofiles.incl,
	htfuzzy/Prefix.cc, htfuzzy/Prefix.h, htfuzzy/Makefile.in,
	htfuzzy/Fuzzy.cc, htcommon/defaults.cc, configure.in, Makefile.in,
	Makefile.config.in: patches by Esa and Jesse to add BerkeleyDB and
	Prefix searching

Mon Jun 15 18:15:50 1998  turtle  <turtle@kiwi>

	* htdig/HTML.cc: Added suggestion by Chris Liddiard to add ',' to
	the list of separator characters for meta keyword parsing

Tue May 26 03:58:14 1998  turtle  <turtle@kiwi>

	* rx-1.5/rx/Attic/config.log, htlib/htString.h, htlib/cgi.cc,
	htlib/URL.cc, htlib/String.cc, htlib/ParsedString.cc,
	htlib/Database.cc, htlib/Connection.cc: Got rid of compiler
	warnings.

	* rx-1.5/rx/.cvsignore: added config.log

Fri Apr  3 17:10:44 1998  turtle  <turtle@kiwi>

	* htsearch/Display.cc: Patch to make excludes work

Tue Mar 10 16:02:32 1998  turtle  <turtle@kiwi>

	* htlib/strcasecmp.cc: Applied patch by Bernhard Griener to add
	arguments checks in the mystrncasecmp() function

Sun Feb 22 17:43:49 1998  turtle  <turtle@kiwi>

	* htdoc/mailing.html: New mailing list archive location

Tue Feb 17 18:05:40 1998  turtle  <turtle@kiwi>

	* htdoc/uses.html: added new one

Thu Feb 12 22:22:15 1998  turtle  <turtle@kiwi>

	* htdoc/uses.html: Added more sites

Mon Jan  5 06:14:11 1998  turtle  <turtle@kiwi>

	* configure, configure.in: Added check for fstream.h to get rid of
	the annoying emails about ht://Dig not compiling...

	* Makefile.config.in: Added include of the GDBM library back

	* .version: Now at version 3.0.9

	* include/htconfig.h.in: Changed refs to time related stuff

	* htmerge/htmerge.cc, htmerge/docs.cc: format changes

	* htdig/Document.cc: Changed tm from pointer to real structure

	* htlib/.sniffdir/ofiles.incl, htlib/timegm.cc: Our own timegm
	function

	* rx-1.5/rx/.cvsignore, rx-1.5/rx/Attic/Makefile: cvs cleanup

	* htmerge/docs.cc: Fixed memory leak

	* htlib/lib.h: Added own replacement of timegm()

	* htlib/Dictionary.cc: Fixed memory leaks

	* htlib/Connection.cc: Fix by Pontus Borg for AIX.  Changed
	'size_t' to 'unsigned long' for the length parameter for
	getpeername()

	* htfuzzy/Metaphone.cc: formatting changes

	* htdig/Retriever.cc: fixed memory leak

	* htdig/Document.cc: * Alarm was not cancelled if readHeader
	returned anything but OK * Use our own timegm() replacement if
	necessary

	* htcommon/DocumentRef.h, htcommon/DocumentRef.cc: format changes

	* htcommon/DocumentDB.h: reformatting

	* htcommon/DocumentDB.cc: Fixed major memory leak

	* include/.cvsignore, include/Attic/htconfig.h, rx-1.5/.cvsignore,
	rx-1.5/Attic/config.cache, rx-1.5/Attic/config.status,
	rx-1.5/rx/.cvsignore, rx-1.5/rx/Attic/config.status,
	htlib/Attic/htlib.proj, htmerge/.cvsignore,
	htmerge/Attic/htmerge.proj, htnotify/.cvsignore,
	htnotify/Attic/htnotify.proj, htsearch/.cvsignore,
	htsearch/Attic/htsearch.proj, Attic/config.cache,
	htcommon/Attic/htcommon.proj, htfuzzy/.cvsignore,
	htfuzzy/Attic/htfuzzy.proj, lookfor: General cleanup of archived
	stuff

	* .cvsignore: config.cache added

	* htdig/.cvsignore: Added htdig

Tue Dec 16 15:57:22 1997  turtle  <turtle@kiwi>

	* htdig/Document.cc: Added little patch by Tobias Oetiker
	<oetiker@ee.ethz.ch> that should fix problems with timeouts.

Thu Dec 11 00:28:59 1997  turtle  <turtle@kiwi>

	* htlib/URL.h, htlib/URL.cc: Added double slash removal code.
	These were causing loops.

Thu Oct 23 18:01:10 1997  turtle  <turtle@kiwi>

	* htlib/Connection.cc: Fix by Pontus Borg for AIX.  Changed
	'size_t' to 'unsigned long' for the length parameter for
	getpeername()

Mon Oct 13 02:13:52 1997  turtle  <turtle@kiwi>

	* htdig/Attic/Makefile, htdig/Attic/htdig.proj: remove files that
	shouldn't be in the repository

	* htdig/.cvsignore: Ignore Makefile

	* htdoc/cf_byname.html, htdoc/cf_byprog.html, htdoc/attrs.html,
	htdoc/ChangeLog: Added documentation for the external_parsers
	attribute.

Mon Jul 14 15:32:22 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: added cambridge

Wed Jul  9 15:57:30 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: added the rhodos project

Mon Jul  7 22:15:45 1997  turtle  <turtle@kiwi>

	* htdig/Document.cc: Removed old getdate() code that replaced '-'
	with ' '.

	* htlib/URL.cc: Sequences of "/./" are now replaced with "/" to
	reduce the chance of infinite loops

	* htdig/Document.cc: Added better date parsing.  Now also supports
	the old RFC 850 format

Thu Jul  3 17:44:39 1997  turtle  <turtle@kiwi>

	* htdoc/cf_byname.html, htdoc/cf_byprog.html,
	htcommon/defaults.cc, htdig/htdig.h, htdoc/attrs.html,
	htlib/Configuration.h, htlib/URL.cc, htdig/Attic/Makefile,
	htdig/Document.cc: Added support for virtual hosts

Mon Jun 30 17:07:49 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: Added Depaul university

Tue Jun 24 14:59:45 1997  turtle  <turtle@kiwi>

	* Makefile.in: Fixed syntax error in the installation target.

Mon Jun 23 17:33:14 1997  turtle  <turtle@kiwi>

	* htdig/Attic/teamball.conf, htdig/Attic/tsdsu.conf,
	htdig/Attic/rohan.conf, htdig/Attic/sdsu.conf, htdig/Attic/t.conf,
	htdig/Attic/nsdsu.conf, htdig/Attic/daztec.conf,
	htdig/Attic/max.conf, htdig/htdig.conf, htdig/Attic/Makefile,
	htdig/Attic/catalog.conf: Removed old config files

	* htdoc/FAQ.html: FAQ initial

	* htdoc/contents.html: Added link to the new FAQ

	* htdoc/FAQ.html: *** empty log message ***

	* htnotify/htnotify.cc: Added version info to the usage output

	* htfuzzy/htfuzzy.cc: Added version info the usage output

	* htmerge/htmerge.cc: Added version info to usage message

	* htdig/main.cc: Added version info to the usage message

Mon Jun 16 15:35:56 1997  turtle  <turtle@kiwi>

	* installdir/footer.html: Changed the hardcoded version number to
	the new VERSION variable

	* htdoc/hts_templates.html: Added docs for the VERSION and PERCENT
	variables

	* htsearch/Display.cc: Added PERCENT and VERSION variables for the
	output templates

Sat Jun 14 18:52:42 1997  turtle  <turtle@kiwi>

	* htdig/Document.cc: Made redirect detection code more general

Fri Jun 13 05:31:17 1997  turtle  <turtle@kiwi>

	* htdoc/cf_general.html: Fixed typo

Thu Jun  5 15:00:53 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: added VG Gas Analysis Systems

Tue Jun  3 17:49:05 1997  turtle  <turtle@kiwi>

	* installdir/english.0.original, installdir/english.0: Added new
	english dictionary for the endings algorithm

Thu May 29 14:56:40 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: Added Indiana University Computer Security
	Office

Wed May 28 14:47:25 1997  turtle  <turtle@kiwi>

	* htdoc/main.html: Fixed typo

Mon May 19 15:23:18 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: Added daily californian online

Tue May 13 19:28:32 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: Added The Reohr Group

	* htdoc/uses.html: Added the Linux Documentation Project

Sun May 11 17:52:05 1997  turtle  <turtle@kiwi>

	* htdoc/index.html: Made the contents frame a little wider so that
	text doesn't wrap

	* htdoc/uses.html: Added NOVA and Gajo & Associati

Fri May  2 23:35:56 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: added www.bajan.org

Wed Apr 30 22:28:28 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: Added Caldera, Inc.

Sun Apr 27 14:43:31 1997  turtle  <turtle@kiwi>

	* htsearch/parser.cc, htsearch/parser.h, include/Attic/htconfig.h,
	htdoc/RELEASE.html, htdoc/uses.html, htdoc/where.html,
	htlib/URL.cc, htlib/strcasecmp.cc, htsearch/htsearch.cc, .version,
	README, htdig/Attic/Makefile, htdoc/ChangeLog: changes

Mon Apr 21 15:44:39 1997  turtle  <turtle@kiwi>

	* htsearch/htsearch.cc: Added code to check the search words
	against the minimum_word_length attribute

Sun Apr 20 15:27:37 1997  turtle  <turtle@kiwi>

	* CONFIG: Made paths more generic

	* htdig/Document.cc: Added include for ctype.h

	* htdig/Plaintext.cc: Fixed bug

Tue Apr  1 17:56:57 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: added ukc

Sun Mar 30 01:18:16 1997  turtle  <turtle@kiwi>

	* htdig/Attic/Makefile, htdoc/uses.html, Attic/Makefile.config,
	Attic/config.log, Attic/config.status, .cvsignore, Attic/Makefile,
	htsearch/Attic/Makefile, htsearch/.cvsignore,
	htnotify/Attic/Makefile, htnotify/.cvsignore, htmerge/.cvsignore,
	htmerge/Attic/Makefile, htlib/.cvsignore, htlib/Attic/Makefile,
	htfuzzy/.cvsignore, htfuzzy/Attic/Makefile, htcommon/.cvsignore,
	htcommon/Attic/Makefile: update

Thu Mar 27 00:06:05 1997  turtle  <turtle@kiwi>

	* htdig/Plaintext.cc: Applied patch supplied by Peter Enderborg
	<pme@ufh.se> to fix a problem with a pointer running off the end
	of a string.

Mon Mar 24 04:33:26 1997  turtle  <turtle@kiwi>

	* rx-1.5/rx/Attic/config.log, rx-1.5/rx/Attic/config.status,
	htsearch/htsearch.h, htsearch/parser.h, include/Attic/htconfig.h,
	rx-1.5/Attic/config.status, htsearch/Attic/Makefile,
	htsearch/ResultList.cc, htsearch/ResultMatch.h,
	htsearch/Template.h, htsearch/WeightWord.h, htlib/cgi.cc,
	htlib/htString.h, htlib/io.cc, htmerge/Attic/Makefile,
	htmerge/htmerge.h, htnotify/Attic/Makefile, htlib/StringList.cc,
	htlib/StringList.h, htlib/String_fmt.cc, htlib/URL.h,
	htlib/URLTrans.cc, htlib/Attic/SDSU.cc, htlib/Attic/String.h,
	htlib/ParsedString.h, htlib/String.cc, htfuzzy/htfuzzy.cc,
	htlib/Attic/Makefile, htlib/Configuration.cc, htlib/Connection.cc,
	htlib/Database.h, htdig/URLRef.h, htfuzzy/Attic/Makefile,
	htfuzzy/Exact.cc, htfuzzy/Fuzzy.h, htfuzzy/Substring.cc,
	htfuzzy/SuffixEntry.h, htdig/Plaintext.cc, htdig/Postscript.cc,
	htdig/SGMLEntities.cc, htdig/Server.cc, htdig/Server.h,
	htdig/Attic/Makefile, htdig/ExternalParser.cc,
	htdig/ExternalParser.h, htdig/Parsable.h, htcommon/Attic/Makefile,
	htcommon/DocumentRef.h, htcommon/WordList.cc, htcommon/WordList.h,
	htcommon/WordReference.h, htdig/Document.h, Attic/config.status,
	configure, configure.in, Attic/Makefile, Attic/Makefile.config,
	Attic/config.cache, Attic/config.log, Makefile.config.in: Renamed
	the String.h file to htString.h to help compiling under win32

	* Makefile.in: Updated "make dist" to remove CVS stuff

Fri Mar 14 17:15:32 1997  turtle  <turtle@kiwi>

	* htcommon/defaults.cc: Changed default value for remove_bad_urls
	to true

Thu Mar 13 18:37:50 1997  turtle  <turtle@kiwi>

	* htnotify/htnotify.cc, Attic/Makefile.config,
	htdig/SGMLEntities.cc, htdoc/uses.html: Changes

Thu Feb 27 00:52:52 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: new uses

Mon Feb 24 17:52:55 1997  turtle  <turtle@kiwi>

	* htsearch/htsearch.cc, htnotify/Attic/Makefile,
	htsearch/Attic/Makefile, htlib/strcasecmp.cc,
	htmerge/Attic/Makefile, htlib/Attic/Makefile, htlib/String.cc,
	htlib/StringMatch.cc, htdig/SGMLEntities.cc,
	htfuzzy/Attic/Makefile, htdig/Attic/Makefile,
	htcommon/Attic/Makefile, htcommon/WordList.cc: Applied patches
	supplied by "Jan P. Sorensen" <japs@garm.adm.ku.dk> to make
	ht://Dig run on 8-bit text without the global unsigned-char option
	to gcc.

Sun Feb 23 17:29:38 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: *** empty log message ***

Tue Feb 18 15:03:03 1997  turtle  <turtle@kiwi>

	* htdoc/uses.html: New uses of ht://Dig

Tue Feb 11 00:38:48 1997  turtle  <turtle@kiwi>

	* htsearch/htsearch.cc: Renamed the very bad wordlist variable to
	badWords

Mon Feb 10 17:32:47 1997  turtle  <turtle@kiwi>

	* htlib/Connection.cc, htdig/Document.h, htdig/Document.cc,
	htcommon/DocumentRef.cc, htcommon/DocumentRef.h: Applied AIX
	specific patches supplied by Lars-Owe Ivarsson
	<lars-owe.ivarsson@its.uu.se>

Fri Feb  7 18:04:13 1997  turtle  <turtle@kiwi>

	* htlib/URL.cc: Fixed problem with anchors without a URL

Mon Feb  3 17:37:59 1997  turtle  <turtle@kiwi>

	* .version, README: updated stuff to 3.0.8

	* Many files: Initial CVS

Local Variables:
add-log-time-format: current-time-string
End:
