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 113 lines (80 sloc) 2.566 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
ChmSee 1.0.6
------------
 
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.
 
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.