2005-04-11  Marco Parrone  <marc0@autistici.org>

	* checkurls (Do the job): BUGFIX: Now the character `&' is removed
	from the name of the `URL_SPEC_OPTS' source variable.  Use eval
	for calling checkurl (to be able to pass multiple options within
	--wget-flags etc...).

2004-10-28  Marco Parrone  <marc0@autistici.org>

	* checkurl (Parse the command line options): fixed missing
	argument to --wget-flags and --html2text-program.
	Fixed missing check on failure when making checkurl's home.

2004-02-21  Marco Parrone  <marc0@autistici.org>

	* checkurl (Parse the command line options): fixed missing
	argument to --min-lines and --max-lines.

2004-01-02  Marco Parrone  <marc0@autistici.org>

	* checkurl: New file (was checkurl.m4).
	(Remove unused files): fixed.
	(Set the default values): Added HTML2TEXT_PROGRAM.
	Added RECIPIENTS.
	(Parse the command line options): Added [-P|--html2text-program].
	Added [-R|--recipients].
	(Convert the new file or diff): Now $HTML2TEXT_PROGRAM is used for
	the conversion.
	(Send the diff or the new file): Now the mail is sent to $RECIPIENTS.

	* checkurls: New file (was checkurls.m4).
	(Parse the command line options): Added [-u|--urls-file].
	Added [-s|--url-spec-opts].
	
	* checkurl.m4: Now does not include config.m4.in, now does not
	refer to the variables that were defined in config.m4.in, but uses
	verbatim values instead.
	Renamed to checkurl.

	* checkurls.m4: Likewise.
	Renamed to checkurls.

	* config.m4.in: Removed.

	* Makefile.am (checkurlSOURCES checkurlsSOURCES M4 M4_FLAGS %):
	Removed.
	(EXTRA_DIST): Removed checkurlSOURCES and checkurlsSOURCES, added
	bin_SCRIPTS.

2003-06-13  Marco Parrone  <marc0@autistici.org>

	* checkurl.m4 (Remove unused files): Commented out, it introduces
	a bug when the option `-H' is not used.

2003-06-08  Marco Parrone  <marc0@autistici.org>

	* checkurl.m4 (Parse the command line options): Now tha flag
	options are reversible, repeting them.

	* checkurls.m4 (Parse the command line options): Likewise.

2003-04-09  Marco Parrone  <marc0@autistici.org>

	* checkurls.m4 (Does its job): Implemented URL_SPEC_OPTS loading.

2003-04-08  Marco Parrone  <marc0@autistici.org>

	* checkurls.m4 (Sets the default values): Added CUS_URL_SPEC_OPTS.

2003-04-07  Marco Parrone  <marc0@autistici.org>

	* checkurl.m4: `--verbose' is now more verbose.

	(Sets the default values): Added
	$CU_MIN_LINES (`--min-lines' (`-m')) and
	$CU_MAX_LINES (`--max-lines' (`-M')).

	(Parses the command line options): Likewise.

	(Sets the command line options): Likewise.

	(Handle `--min-lines' (`-m') and `--max-lines' (`-M')): Added.

	(Send the diff or the new file): Corrected bug. Now send (or not)
	the diff if `$CU_HOME/$CU_FILENAME~' exists, else send the whole
	file. There was `$CU_HOME/$CU_FILENAME$SUF~' else.

	(Sets the default values): Now is `Set the default values'.

	(Parses the command line options): Now is `Parse the command line
	options'.

	(Loads in the configuration file): Now is `Load in the
	configuration file'.

	(Sets the command line options): Now is `Set the command line
	options'.

	(Makes the user checkurl's directory): Now is `Make the user
	checkurl's directory).

	(Makes a filename): Now is `Make a filename'.

	(Renames the old files): Now is `Rename the old files'.

	(Downloads the new file): Now is `Download the new file'.

	(Makes the diff): Now is `Makes the diff'.

	(Converts the new file or diff): Now is `Convert the new file or
	diff'.

	(Handles -aAsS): Now is `Handle -aAsS'.

	(Sends the diff or the new file): Now is `Send the diff or the new
	file'.

	(Handles -aAsS): Now is "Handle `--additions' (`-a'),
	`--not-additions' (`-A'), `--subtractions' (`-s'),
	`--not-subtractions' (`-S')".

	
2003-04-01  Marco Parrone  <marc0@autistici.org>

	* config.m4: Removed CONF_HAVE_HTML2TEXT.

	* checkurl.m4 (Sets the default values): Added
	$ADDITIONS (`--additions' (`-a')),
	$NOT_ADDITIONS (`--not-additions' (`-A')),
	$SUBTRACTIONS (`--subtractions' (`-s')),
	$NOT_SUBTRACTIONS (`--not-subtractions' (`-S')).

	(Parses the command line options): Likewise.

	(Sets the command line options): Likewise.

	(Makes the diff): New, from the (Eventually sends a (eventually
	converted) diff to the user) split.

	(Converts the new file or diff): Likewise.

	(Sends the diff or the new file): Likewise.

	(Eventually sends a (eventually converted) diff to the user):
	Removed.

	Removed $HAVE_HTML2TEXT.
	
	(Handles -aAsS): New section.

	Replaced NOT_ADDITIONS with CU_NOT_ADDITIONS.

	Replaced NOT_SUBTRACTIONS with CU_NOT_SUBTRACTIONS.
	
	Replaced ADDITIONS with CU_ADDITIONS (not for the CU_NOT_ prefixed
	ones).

	Replaced SUBTRACTIONS with CU_SUBTRACTIONS (not for the CU_NOT_
	prefixed ones).

	(Remove unused files): New section.

	(Converts the new file or diff): Now converts $CU_FILENAME~
	independently from his timestamp.

2003-03-19  Marco Parrone  <marc0@autistici.org>

	* checkurl.m4: s/mailx/mail/.

2003-01-10  Marco Parrone  <marc0@autistici.org>

	* Makefile.am (checkurlSOURCES): Added checkurl.m4; removed
	checkurl.in .

	(checkurlsSOURCES): Added checkurls.m4; removed checkurls.in.

	(M4): New.

	(M4_FLAGS): New.

	(%): New.

	* checkurl.m4: Renamed (was (s/\.m4/\.in)).

	Now includes config.m4 .
	
	(Sets the default values section): Now default values handled by
	the configure script are loaded from the variables in the included
	file config.m4 that is generated at build time by the configure
	script from config.m4.in .

	Removed HAVE_GETOPT handling.
	Now getopt is required.

	* checkurls.m4: Likewise.

	* checkurl.in: Moved (s/\.in/\.m4/).

	* checkurls.in: Likewise.

2003-01-02  Marco Parrone  <marc0@autistici.org>

	* checkurls.in: Added section "Sets the command line options.".
	
	Now command line options overwrites the configuration file
	settings too.

	* checkurl.in: Added HAVE_HTML2TEXT.
	
	Added CU_HTMLE2TEXT.
	
	Added HTML2TEXT_FLAGS.
	
	Added HAVE_HTML2TEXT handling in the "Sets the default values."
	section.

	Added CU_HTMLE2TEXT handling in the "Sets the default values."
	section.

	Added HTML2TEXT_FLAGS handling in the "Sets the default values."
	section.

	Added option "--html2text" ("-H").
	
	Added option "--html2text-flags" ("-g").

	Added sending converted (html2text) files is the "Eventually sends
	a (eventually converted) diff to the user." section.

	Added renaming $CU_HOME/$CU_FILENAME.txt in the "Renames the old
	files." section (was "Renames the old file.").

	Added alias html2text=@HTML2TEXT_PRG@ .

	Now the default value of DIFF_FLAGS is @DIFF_FLAGS@.

	Now the default value of WGET_FLAGS is @WGET_FLAGS@.

	Now the default value of HTML2TEXT_FLAGS is @HTML2TEXT_FLAGS@.

	Added section "Sets the command line options.".
	
	Now command line options overwrites the configuration file
	settings too.

2002-12-27  Marco Parrone  <marc0@autistici.org>

	* Makefile.am (checkurlSOURCES): Added.
	
	(checkurlsSOURCES): Added.
	
	(EXTRA_DIST): Removed $(bin_SCRIPTS), added $(checkurlSOURCES) and
	$(checkurlsSOURCES).

	* checkurl.in: Renamed (was checkurl).
	
	Now the HAVE_GETOPT default value is configured by the configure
	script. CU_VERSION is set by the configure script too.

	* checkurls.in: Likewise.

2002-12-26  Marco Parrone  <marc0@autistici.org>

	* checkurl (WGET_FLAGS): New variable. It is set to a default
	value before to load the configuration file, then it is used when
	downloading the file with wget.

	Added checks for errors.

	Added command line support.

	Added support for preserving environment varibles.

	Added more options.

	Added verbose mode.

	* checkurls: Likewise.

	Added quiet mode.

	Added CHECKURL_FLAGS

2002-12-25  Marco Parrone  <marc0@autistici.org>

	* checkurls: Major changes.
	
	s/``/$()/, s/[...]/test, added configuration file loading, now
	exits if the URLS file does not exists.
	
	* checkurl: Major changes.
	
	The functions were removed, s/``/$()/, s/[...]/test, added
	checking of $1, added DIFF_FLAGS, added configuration file
	loading.

	* Makefile.am: New file.
	
