2002-03-23  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* index.dist: Distribute a snapshot of the index.
	* Makefile (install): Install it.

2002-01-01  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* install-int-fiction (lwp_init): Remove debug messages.

	* install-int-fiction: Update Copyright.
	Document constants.
	Propagate $Columns to Text::Wrap.
	(lwp_init): Load LWP here rather than everytime the script is
	started. Also handle a not-installed LWP gracefully.
	(update): Complain when in no-download mode (maybe due to LWP not
	being present).
	(remove): Calling lwp_init() was superflous.
	(register): Mention in does-not-exist warning whether downloading
	was disabled.
	(match_games): Ignore case.
	Warn on non-match.

2001-11-20  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* install-int-fiction: Document "search" and "--regexp" introduced
	in 1.4.
	(list_games): New function lifted in part
	from 'search'.
	(search): Use it.
	Search descriptions, too, unless $names_only is on.
	(list): New command & function, uses list_games.
	($names_only): New global for "--names-only" option.
	(search): Implement this switch.
	
2001-11-18  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* install-int-fiction (search): Remove debug output.

2001-11-07  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* install-int-fiction: Allow long options.
	Just use pod2usage for warnings.
	($Version): New constant.
	($download, $print_uri, $regexp): New globals (corresponding to
	options).
	(update, install): Heed $print_uri.
	(snarf): Don't lock when $print_uri is active.
	(register, unregister): Oops, using $_ instead of $_[0] worked by
	chance only.
	(register): Ensure that the file is there.
	(install): Only go onto the net if $download is true (the
	default).
	(search): Support $regexp, and switch to a potentially more
	efficient solution.

2001-11-04  Robert Bihlmeyer  <robbe@orcus.priv.at>

	* install-int-fiction ($Columns): New global.
	(shorten): New function.
	(search): Use it to display the shortened description of found
	games.

	* install-int-fiction: POD rearrange so that each command
	description comes immediately before the implementation of the
	respective command.
	Print usage when no command given.
	Add final =cut to make emacs happy.
	($URL): Avoid a redirect by going to the canonical URL right away.
	($StateDir, $Lock): New globals.
	($Index, $Registry): Base them on $StateDir.
	(lock): New function.
	(snarf): Use it when new $lock parameter is on.
	Map newline in index to one space rather than a null string.
	(install, remove): Instruct snarf() to lock.
	(show): New function and command.

