-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathHistory.txt
60 lines (45 loc) · 2.04 KB
/
History.txt
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
=== 3.1.0 / 2012-06-23
* Updated Darkfish template to match RDoc 3.12 ones [Azolo]
=== 3.0.0 / 2012-05-11
* Updated to for RDoc 3.12 Capatibility
* Updated discover.rb
* Updated chm.rb
* render_template uses a new syntax
* variable outfile to out_file
* variable templatefile to template_file
* added method override "assemble_template" to perserve functionality
* added method override "generate_file_files" for work around to Rdoc bug #107
* updated RDoc version requirements
* added DESCRIPTION
* Removed Debug dumps from templates (RDoc 3.12 didn't understand them)
=== 2.4.2 / 2009-09-16
* One minor enhancement
* HHC_PATH shouldn't assume program files are in 'C:\Program Files'
=== 2.4.1 / 2009-09-13
* Two minor enhancements
* remove methods from index page, they're listed in the CHM TOC
* Loose regex stripping the beginning of method call sequence when the sequence contains an ellipsis
=== 2.4.0 / 2009-08-10
* Two major enhancements
* RDoc 2.4.x compatibility
- Converted to RHTML templates
- --opname option was removed form RDoc. RDoc_chm now uses --op for naming the CHM file
* Improved table of contents and index.
- TOC is now split into classes/modules and files
- index now lists methods followed by their class, i.e. 'to_s (Symbol)'
* Multiple minor enhancements:
* fixed issue when klass.superclass is nil
* moved file metadata into documentation div for single column layout
* moved class metadata into documentation div for single column layout
* removed method list from index page. takes a long time to load on ruby-core and stdlib.
(plus the data is given in the CHM TOC and index).
* added classindex and fileindex pages
* Readme fixes
* udpated TOC from "Classes" to "Classes/Modules"
* TOC uses method.pretty_name instead of method.name
* added hidden img tags to index.rhtml so the html help compiler will find image files
* fixes to chm project and contents files
* Readme corrections
=== 2.3.0 / 2008-12-29
* 1 major enhancement
* Removed from RDoc