1
- === 2.2.0 / 2008-08-28
1
+ === 2.2.0 / 2008-09-19
2
2
This version includes some significant enhancements to ri. See RI.txt for
3
3
documentation about ri.
4
4
@@ -19,7 +19,7 @@ documentation about ri.
19
19
unqualified methods if more than one is present and also will allow a
20
20
user to get information for a class' method.
21
21
22
- * 7 Minor Enhancements
22
+ * 8 Minor Enhancements
23
23
* RDoc now adds the package title to the web pages that it generates
24
24
for files and classes/modules, which helps them appear better in
25
25
search engine results.
@@ -32,8 +32,11 @@ documentation about ri.
32
32
boost seems larger).
33
33
* Provided an ri command-line option to control its caching behavior.
34
34
* Improved RDoc's documentation. Added RI.txt to document ri.
35
+ * Allow HTML templates distributed as gems to be loaded with the -T option,
36
+ just like the standard templates in rdoc/generator/html (so an HTML
37
+ template lib/new_template.rb in a gem can be used with rdoc -T new_template)
35
38
36
- * 26 Bug fixes:
39
+ * 25 Bug fixes:
37
40
* Fixed prototype detection in C parser. Can process ruby 1.8 C files
38
41
again.
39
42
* Fixed the main page for frameless template. Patch by Marcin Raczkowski.
@@ -55,7 +58,6 @@ documentation about ri.
55
58
and closing double quotes in most cases (smart double quotes).
56
59
* (c) correctly is converted into the copyright symbol.
57
60
* '&' characters in text now correctly are translated to HTML character codes.
58
- * Fixed main page for frameless template. Patch by Marcin Raczkowski.
59
61
* Fixed missing stylesheet in generated chm. Patch by Gordon Thiesfeld.
60
62
* Fixed broken method links in the built-in templates.
61
63
* RDoc properly links to files and classes in the one page HTML template.
0 commit comments