File: ChangeLog

package info (click to toggle)
pychm 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 180 kB
  • ctags: 230
  • sloc: ansic: 1,547; python: 543; makefile: 3
file content (72 lines) | stat: -rw-r--r-- 2,313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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 :)