The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1999-05-18  Loic Dachary  <loic@ceic.com>

	* Catalog-0.10 release

	* Fixed wrong use + added connect_error_handler in db.pm/sqledit.pm

1999-05-17  Loic Dachary  <loic@ceic.com>

	* Catalog-0.9 release

	* lib/Catalog.pm (initialize): initialization encoding bug fix thanks to wojtekz@cnt.pl

	* doc/catalog.texinfo: add _PATH[0-9]+_ documentation

	* lib/Catalog/mysql/schema.pm: changed login name length 16 -> 32 for dmoz in auth tables

1999-05-15  Loic Dachary  <loic@ceic.com>

	* Catalog-0.8 release

	* doc/catalog.texinfo (dmoz.org): better documentation for loading dmoz

	* lib/Catalog.pm, lib/Catalog/implementation.pm : extract non HTML code from Catalog.pm -> implementation.pm

	* lib/Catalog/dmoz.pm : custom import form, simpler and more comments. Separate conversion and loading.

1999-05-14  Loic Dachary  <loic@ceic.com>

	* lib/Catalog.pm: dump directory is created if it does not exist

	* mysql.pm is now a member of sqledit.conf, not base class

	* created db.pm, wrapping mysql.pm chosing the database type according to
	  db.conf

	* Catalog::mysql Catalog::tools::mysql Catalog::dmoz::mysql now contain tables declarations
	  for mysql. First step to database independance. 

	* INSTALL: added USE_CONFIG to reuse existing configuration

	* conf/Makefile.PL: add home in mysql.conf (base install directory) bound to MYSQL_HOME,
	  updated mysql.pm and t/lib.pl accordingly.


1999-05-13  Loic Dachary  <loic@ceic.com>

	* lib/Catalog/external.pm (Catalog): user specified catalog name overrides catalog name in file

	* INSTALL: added freebsd31 + simplify use of CPAN

	* cgi-bin/Makefile (.PL): Non GNU make need .SUFFIXES before implicit rule

	* Makefile.PL: now show version number of related packages

	* INSTALL.apache (prefix): removed rewrite because bugous sometimes and not mandatory

	* Makefile.PL (MY::postamble): removed cvs_diff_tag and cvs_commit, replaced by contribute

	* lib/Bundle/Catalog.pm: added Catalog itself since it made his way into CPAN

1999-05-13  Tim Bunce  <Tim.Bunce@ig.co.uk>

	* Makefile.PL: version_check prints version number of modules.
	Added ptags target to generate tags file for most source files.

	* conf/Makefile: when installed .conf files already exists: give
	message and display a diff.

	* Catalog.pm: make error.html output more readable for large errors
	(esp with $::opt_error_stack true). Use multi-arg form of system()
	for security. Minor improvements to some error messages.

	* lib/Catalog/external.pm: Fix typo on error message.
    The "create table" statement now allows table names with digits.

	* lib/Catalog/tools/mysql.pm: Comment out two s//\\0/g regex that
	caused the catalog to fail (using 5.005_02). Added db_bin_dir config
	value to specify path to mysqldump.

	* lib/Catalog/tools/sqledit.pm: The verbose cgi param can now also
	be used to enable DBI->trace levels.

	* t/lib.pl: Improve auto-selection of mysqld location

	* t/01catalog.t: minor change to improve failure message (that
	was triggered by the s//\\0/g bug above).


1999-04-30  Tim Bunce  <Tim.Bunce@ig.co.uk>

	* t/lib.pl: Improve auto-selection of mysqld location

1999-04-30  Loic Dachary  <loic@ceic.com>

	* CONTRIBUTIONS: create contributions guidelines

	* bin/contribute.PL: script that capture contribution methodology

	* lib/Catalog.pm: separate functions for select in walk, simplify
	select order (Tim Bunce Tim.Bunce@ig.co.uk).

	* lib/Catalog/path.pm: fix bug (Tim Bunce Tim.Bunce@ig.co.uk)

	* lib/Makefile.PL: entries for CVS handling (Tim Bunce Tim.Bunce@ig.co.uk)

	* lib/Catalog/tools/sqledit.pm: verbose > 1 => error_stack = 1 (Tim Bunce Tim.Bunce@ig.co.uk)

1999-04-27  Loic Dachary  <loic@ceic.com>

	* lib/Catalog.pm: add terse comments for each function

	* lib/Catalog/path.pm: new, move all path manipulation routines
	from Catalog.pm to path.pm. 

	* lib/Catalog.pm: Added Catalog.conf instructions
	path_last_link and path_root_constant. Allow per catalog name
	specification of all path_* instructions in Catalog.conf

	* lib/Catalog/path.pm: _PATH_ _PATH[0-9]+_ _PATHFILE_ _PATHFILE[0-9]+_
	implemented.

	* lib/Catalog.pm: fix bug in cdump, _PATH_ was not using script_name()

1999-04-22  Loic Dachary  <loic@ceic.com>

	* lib/Catalog.pm (cpathfile): added _PATHFILE_ to cedit/cbrowse

1999-04-14  Loic Dachary  <loic@ceic.com>

	* Catalog-0.5 release

	* doc/catalog.texinfo : update documentation

1999-04-13  Loic Dachary  <loic@ceic.com>

	* lib/Catalog.pm : added cimport.html cexport.html and associated 
	actions. Added start theme in control_panel.

1999-04-12  Loic Dachary  <loic@ceic.com>

	* complete rebuild of Makefiles & configuration mechanism

	* conf/install.conf: created for install parameters, loaded by sqledit

1999-04-09  Loic Dachary  <loic@ceic.com>

	* lib/Catalog.pm: clarify and cache cinfo() results

	* lib/Catalog.pm: fix counter efficient SQL requests

1999-04-08  Loic Dachary  <loic@ceic.com>

	* lib/Catalog.pm: added gauge for lengthy process

	* finish XML load/unload 

1999-04-06  Loic Dachary  <loic@ceic.com>

	* lib/Catalog.pm (string2words): add encoding option

	* Makefile.PL: add HOST env variable

1999-03-25  Loic Dachary  <loic@ceic.com>

	* lib/Catalog.pm (cimport_real): implement RDF import

	* lib/Catalog.pm (cedit_1): add missing pathcheck

	* lib/Catalog.pm : change escapeHTML by myescapeHTML for &acute;

1999-03-19  Loic Dachary  <loic@loic.ceic.com>

	* Makefile.PL: require perl-5.005

1999-03-18  Ecila 4.10  <ecila40@newsun>

	* lib/Catalog.pm: fix ' and " in category names

	* lib/Catalog.pm: fix escapeHTML because it didn't escape the '

1999-03-16  Loic Dachary  <loic@loic.ceic.com>

	* Catalog-0.4 release

1999-03-15  Loic Dachary  <loic@loic.ceic.com>

	* doc/catalog.texinfo: fully comment the example provided

1999-03-11  Loic Dachary  <loic@loic.ceic.com>

	* doc/Makefile (catalog_toc.html): Fix nested table bug with texi2html

	* example/Makefile : use a separate database for the example

1999-03-10  Loic Dachary  <loic@loic.ceic.com>

	* Makefile.PL: added config.cache and CGIPATH

	* example: create a fully functional example that demonstrate the
	typical use of catalog.

	* doc/catalog.texinfo: update the documentation for csearch

	* lib/Catalog.pm: fix bugs

1999-03-09  root  <root@localhost.localdomain>

	* lib/Catalog.pm: implement csearch 

1999-03-08  root  <root@transparens-1.clients.easynet.fr>

	* doc/catalog.texinfo: update for cdump & pathcontext
	
	* lib/Catalog.pm: cosmetic changes to control panel + access to intuitive navigation

	* lib/Catalog.pm: implement cdump (add dump and dumplocation fields)
	The catalog table has two new fields:
	alter table catalog add dump varchar(255);
	alter table catalog add dumplocation varchar(255);

	* lib/Catalog.pm: pathcontext_params instruction in catalog.conf

	* lib/Catalog.pm: if category renamed, update catalog_path

	* lib/Catalog.pm: modify browsing, insert, delete to update catalog_path

	* lib/Catalog.pm: add pathcontext intuitive navigation (catalog_path_<name> table)

1999-02-26  Loic Dachary  <loic@loic.ceic.com>

	* doc/catalog.texinfo (SQL editor configuration file): added nph option in 
	sqledit.conf

1999-02-24  Loic Dachary  <loic@loic.ceic.com>

	* Catalog-0.3 release

1999-02-23  Loic Dachary  <loic@loic.ceic.com>

	* doc/catalog.texinfo: update documentation to reflect the cosmetic
	changes of the interface. 
	Document the chronological catalog capability.

1999-02-22  Loic Dachary  <loic@loic.ceic.com>

	* t/catalog.t: added tests for category edit and entry edit

	* added images directory with clipart
	
	* conf/catalog.conf (htmlpath): added htmlpath option

	* lib/Catalog.pm (searcher_links): added edit link for category and 
	entries. 
	Use images in category edit form.
	Customize template for category browsing when creating a symbolic link.
	Customize category edit/insert form.
	
	* doc/Makefile (catalog_toc.html): split to node instead of chapter

	* Makefile.PL: added HTMLPATH

	* Makefile.PL: HTMLDIR is now mandatory : used for images and examples

1999-02-19  Loic Dachary  <loic@loic.ceic.com>

	* doc/catalog.texinfo (Catalog editing): update screen shots and text 
	to accomodate the new catalog insert/edit templates.
	Fix a lot of typos.

	* lib/Catalog.pm (ccontrol_panel): rewrite to get rid of clumsy
	CGI formating functions.

	* Customize insert/edit forms for catalogs

1999-02-18  Loic Dachary  <loic@loic.ceic.com>

	* lib/Catalog.pm(cbuild): added basic sanity checks 

	* add action=_SCRIPT_ in evry form
	
	* rewrite test framework : use Test instead of TBone because std. 
	Added fct to test memory eating. 

	* t/catalog.t Write tests for all interactive actions.

	* lib/Catalog.pm (cdate): fix inverted test
	(cdate_index): fix date_sub -1 instead of date_sub 1

1999-02-16  Loic Dachary  <loic@loic.ceic.com>

	* lib/Catalog.pm (cbuild): fix bug side effect on @tablelist

1999-02-09  Loic Dachary  <loic@loic.ceic.com>

	* doc/Makefile (install_info): makeinfo breaks on @images, fix
	(install_info): automatic update of info dir file

	* t/catalog.t: rewrite the test framework, use ExtUtils::TBone. 
	Use local mysqld to prevent trashing an existing base. 
	Only one test, though.

1999-02-08  Loic Dachary  <loic@loic.ceic.com>

	* Catalog-0.2 release
	
	* doc/catalog.texinfo (Setup): simplify because AUTH prevents the first 
	error panel. 

	* INSTALL (Configuration): document AUTH var

	* Makefile.PL (dbconnect): installation procedure now patch user and passwd

1999-02-02  Loic DACHARY  <loic@home.ceic.com>

	* add MANIFEST & dist stuff

1999-02-02    <ecila40@interdev>

	* doc/catalog.texinfo (Setup): fix beginning of chapter for easier
		understanding when in the install process.

	* Makefile.PL: Fix version checking

	* Double check Catalog and mod_perl (Apache::Registry + Apache::DBI +
		Apache::MaximumSize). Apparently does not leak. Didn't test
		really though.

	* Catalog-0.1 release