Revision history for Perl extension DigLib::Thesaurus.

0.01  Tue Nov 28 15:51:04 2000
	- original version; created by h2xs 1.19.

0.02  Tue Dec 26 15:36:09 2000
	- Functions:
	  > thesaurusLoad;
	  > thesaurusComplete;
	  > thesaurusGetHTMLTerm;
          > thesaurusDumpHTML;
          > thesaurusAddInverse;
          > thesaurusDump.

0.03  Wed Dec 27 10:00:00 2000
	- Functions:
	  > thesaurusAddTerm;
	  > thesaurusAddRelations;
	  > thesaurusDeleteTerm.

0.04  Wed Dec 27 17:12:28 2000
	- Functions:
	  > thesaurusEdit;
	  > thesaurusNavigate.
	- bug-fixes.

0.05  Fri Dec 29 17:58:00 2000
	- Corrected HTML generated code;
	- Better documentation;
	- Bug-fixes.

0.06  Thu Jan  4 20:46:13 2001
	- Renamed to be included under DigLib modules.

0.07  Fri Jan  5 11:10:09 2001
	- Documentation in English.

0.08  Sun Jan  7 16:49:19 2001
	- Multi-language support.

0.09  Fri Jan 19 20:01:10 2001
	- Methods renamed without the thesaurus preffix;
	- thesaurusStore function renamed to storeOn;
	- thesaurusDump function renamed to save;
	- Function getHTMLTop;
	- i18n documentation;
	- dt and full_dt functions (see pod...).

0.10  Sat Sep 08 21:59:59 2001
	- extern class definition;
	- transitive closure function;
	- depthfirst function;
	- navigate function with custom expansion;
	- auto-completion after ISO load;
	- language class definition;
	- navigation method restructured for language usage;
	- navigation method does not require script name, anymore;
	- description command support multi-language;
	- renamed languages and setLanguages commands to
	  interfaceLanguages and interfaceSetLanguages;
	- corrected bug on autocomplete function;
	- top command added