public
Description: HTML Help viewer for Unix/Linux
Homepage: http://code.google.com/p/chmsee
Clone URL: git://github.com/lidaobing/chmsee.git
chmsee / NEWS
100644 146 lines (102 sloc) 3.211 kb
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
ChmSee 1.1.0 XXXX-XX-XX
-----------------------
 
Features
~~~~~~~~
 
* issue 50: switch from xulrunner to webkit. (thanks patches from cjacker)
 
ChmSee 1.0.7 2009-09-14
-----------------------
 
Features
~~~~~~~~
 
* issue 47: jump to specify index page from command line.
 
Bugs
~~~~
 
* issue 43: honor GTK toolbar settings
* issue 44: support xulrunner 1.9.1.
* issue 46: fix compile error (on some system, the xulrunner develop package
  does not depends on nspr develop package)
* issue 48: support xulrunner 1.8 again.
 
l10n
~~~~
 
* New: de, zh_TW
* Updated: es, ru, sv, zh_CN
 
 
ChmSee 1.0.6 2009-07-12
-----------------------
 
Features
~~~~~~~~
 
* issue 31: add index tab in left-pane (if chm file has index)
 
Bugs
~~~~
 
* issue 29: don't alert when open a chm file and the homepage url is invalid.
* issue 30: init libgcrypt, thanks patch from lubekgc.
* issue 33: close file in fullscreen mode cause chmsee no longer works.
* issue 34: more keyboard shortcur under fullscreen mode.
* issue 35: fix segmentation fault when closing.
* issue 40: keep html page position when switch between fullscreen and normal mode.
* issue 41: when chm file has no title, show the filename in the title.
* issue 42: conflict with xulrunner 1.9.1.
 
l10n
~~~~
 
* New: ca, da, id, ms, pl, ro, sk, vi
* Updated: cs, es, zh_CN
 
ChmSee 1.0.5 2009-05-17
-----------------------
 
Meta
~~~~
 
* switch build system from autotools to cmake.
 
Features
~~~~~~~~
 
* issue 18: fullscreen mode support. (from normal mode to fullscreen: F11,
  from fullscreen mode to normal: F11 or Esc)
* issue 21: save sidebar width.
 
Bugs
~~~~
 
* issue 19: Arabic language support in sidebar.
* issue 25: Double-click on topic title (in sidebar) to open its sub-topics
* a safer hcc parser.
 
l10n
~~~~
 
* New: Brazilian Portuguese, Czech, Greek, Portuguese, Slovak, Ukrainian
* Updated: French, Simplified Chinese, Spanish, Swahili
 
 
ChmSee 1.0.4 2009-03-14
-----------------------
 
Features
~~~~~~~~
 
* issue#8: support Drag & Drop.
* remove cs2w.
 
Bugs
~~~~
 
* issue#7: different case in URI and filename.
* issue#12: image with a broken URL can't correct display
 
l10n
~~~~
 
* New: en_GB, fr, nb, ru, es.
* Updated: sw.
 
ChmSee 1.0.3 2009-01-10
------------------------
 
interface
~~~~~~~~~
 
* Add "Copy Page Location" to the context menu.
 
l10n
~~~~
 
* Add Hebrew translation, thanks to Yaron.
* Add Swahili translation, thanks to Emanuel Feruzi.
* Add Bengali translation, thanks to faisal.
 
ChmSee 1.0.2 2008-12-03
------------------------
* Add Italian translation, thanks to Luca Livraghi.
* Add Swedish translation, thanks to Daniel Nylander.
 
ChmSee 1.0.1 2008-05-16
------------------------
* Support xulrunner 1.9
* Replace openssl with libgcrypt to generate MD5sum.
 
ChmSee 1.0.0 2007-07-23
------------------------
* Add cs2w, written by rae l <crquan@gmail.com>. It's a Python script
  that can convert CHM file to web browser friendly pages.
 
ChmSee 1.0.0-beta2 2007-04-07
------------------------------
* Using pkg-config detect gecko support library.
* User can choose Auto-Detect Language type, it's used for some html
  without charset content specified.
* Popup context menu on html contents.
* Add Zoomin, Zoomout toolbar buttons.