forked from aitjcize/cppman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
137 lines (92 loc) · 2.92 KB
/
ChangeLog
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
------------------------------------------------------------------------------
cppman Changelog
------------------------------------------------------------------------------
cppman 0.3.1 (November 29th, 2013):
Bug fixed:
* Minor bug fixes
* Update manpage copyright year
Features added:
* Allow right click to go back to previous page
* Update README with RST format.
cppman 0.3.0 (November 15th, 2013):
Bug fixed:
* Fix various formatting bug, issue #15, #17
Features added:
* Update search index (index.db).
* New DOM-based table parser, all table can be rendered correctly.
* Automatically re-render when window is resized.
* Better hyperlink support, implement our own page loader instead of
using VIM's keyword program.
* We can now jump between hyperlinks with mouse double-click
cppman 0.2.7 (September 25th, 2013):
Bug fixed:
* Fix prefix bug that still persist in 0.2.6 version
cppman 0.2.6 (September 24th, 2013):
Bug fixed:
* Fix prefix when install via easy_install or pip
* Fix formating bugs
* Add Travis CI test
cppman 0.2.5 (July 28th, 2013):
Bug fixed:
* Extra color control characters on some distro
* Misc formatting bugs
* Redirect format error to /dev/null
cppman 0.2.4 (June 05th, 2013):
Bug fixed:
* Fix some formatting issue
* Fix typos
Features added:
* New index crawler, much faster!
* Update index.db
cppman 0.2.3 (February 13rd, 2013):
Features added:
* More C++11 support
* Update cplusplus.com index
* Faster crawler (30x improvement)
cppman 0.2.2 (January 19th, 2013):
Bug fixed:
* Fix formatting due to the change of cplusplus.com
* Fix syntax highlighting in vim
Features added:
* Reimplement table converter, now support unlimited column table
generation
cppman 0.2.0 (September 19th, 2012):
Bug fixed:
* Fix formatting due to the change of cplusplus.com
Misc:
* Rename project from manpages-cpp to cppman
cppman 0.1.9 (April 22nd, 2012):
Bug fixed:
* Fix formatting due to the change of cplusplus.com
cppman 0.1.8 (November 29th, 2011):
Bug fixed:
* Fix formatting due to the change of cplusplus.com
cppman 0.1.7 (October 7th, 2011):
Bug fixed:
* Minor formating bug
Features added:
* Pager is now configurable, either 'vim' or 'less' is accepted.
* Integration of mandb is now configurable, default disabled.
cppman 0.1.6 (April 2nd, 2011):
Bug fixed:
* Fix formatting due to the change of cplusplus.com
cppman 0.1.5 (January 31st, 2011):
Bug fixed:
* Backslashs in EXAMPLE section disapears
* Empty "#include" line in some pages
Features added:
* Syntax highlighting support for SYNOPSIS and EXAMPLE section
* Update database
cppman 0.1.3 (September 26th, 2010):
Features added:
* Add BSD support (Issue #1)
cppman 0.1.2 (September 21st, 2010):
Bugs fixed:
* Minor bug fix
cppman 0.1.1 (September 11st, 2010):
Bugs fixed:
* Minor bug fix
Features added:
* Enable mandb support
cppman 0.1.0 (September 11st, 2010):
* Initial release