Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 9990473abb7b0ed64f1ba48390895880 > files > 12

python-chm-0.8.4-5mdv2010.0.i586.rpm

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

	* README, freshmeat.txt: Updating docs for release.

2006-06-18  Rubens Ramos  <rubensr@users.sourceforge.net>

	* chm/chm.py: Search is not case sensitive anymore (Glenn Washburn)

2006-04-08  Rubens Ramos  <rubensr@users.sourceforge.net>

	* chm/chm.py: I think I finally fixed the code that checks #WINDOWS
	#STRINGS to obtain the index/topics/default page when these things
	do not exist in the #SYSTEM file. Reported by can3p (#1464957).

2006-01-28  Rubens Ramos  <rubensr@users.sourceforge.net>

	* Fixed incorrect entries in locale table for Russian locale. 
	(from 'koi8' to 'cp1251')

2005-09-19  Rubens Ramos  <rubensr@users.sourceforge.net>

	* chm/__init__py: Updated version number (forgot to do it last release)

	* chm/chm.py: Bug reported by Fredrik de Vibe (#1292939) - 
	cannot override default params to chm.chm.RetrieveObject().

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 :)