2004-11-27  Rubens Ramos  <rubensr@users.sourceforge.net>

	* chm/chm.py: Bug reported by Torsten Marek <shlomme@gmx.net>:
	When binary index is used for index/topics files, we were not
	detecting the index file. My fix is actually a nasty hack.
	It will need to be fixed someday - Bug #1074101.

2004-10-08  Rubens Ramos  <rubensr@users.sourceforge.net>

	* Bug #1039336: Chinese characters can't be displayed correctly
	  With support from Carlos Liu, enhanced support to identify
	  character set encoding.

2004-04-03  Rubens Ramos  <rubensr@users.sourceforge.net>

	* chm.py: removed dependency on re.

2004-03-15  Rubens Ramos  <rubensr@users.sourceforge.net>

	* setup.cfg: Updated build dependencies

2004-02-01  Rubens Ramos  <rubensr@users.sourceforge.net>

	* chm/chm.py: Added GetLCID and the codepage conversion table.

2004-01-31  Rubens Ramos  <rubensr@users.sourceforge.net>

	* chm/extra.c: Added get_lcid(), to read the locale ID from the
	CHM archives.

2004-01-15  Rubens Ramos  <rubensr@users.sourceforge.net>

	* chm/chm.py: Added GetEncoding, so that now gnochm can use the
	Python codecs to convert the html files from the chm archive.

2004-01-10  Rubens Ramos  <rubensr@users.sourceforge.net>

	* chm/chm.py: Added IndexSearch

	* setup.py: Adding chm.extra

	* chm/extra.c, chm/__init__py: Adding support for text search.

	* ChangeLog, setup.cfg: Created a change log :)
	

