1- === 2.2.0 / 2008-08-28
1+ === 2.2.0 / 2008-09-19
22This version includes some significant enhancements to ri. See RI.txt for
33documentation about ri.
44
@@ -19,7 +19,7 @@ documentation about ri.
1919 unqualified methods if more than one is present and also will allow a
2020 user to get information for a class' method.
2121
22- * 7 Minor Enhancements
22+ * 8 Minor Enhancements
2323 * RDoc now adds the package title to the web pages that it generates
2424 for files and classes/modules, which helps them appear better in
2525 search engine results.
@@ -32,8 +32,11 @@ documentation about ri.
3232 boost seems larger).
3333 * Provided an ri command-line option to control its caching behavior.
3434 * 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)
3538
36- * 26 Bug fixes:
39+ * 25 Bug fixes:
3740 * Fixed prototype detection in C parser. Can process ruby 1.8 C files
3841 again.
3942 * Fixed the main page for frameless template. Patch by Marcin Raczkowski.
@@ -55,7 +58,6 @@ documentation about ri.
5558 and closing double quotes in most cases (smart double quotes).
5659 * (c) correctly is converted into the copyright symbol.
5760 * '&' characters in text now correctly are translated to HTML character codes.
58- * Fixed main page for frameless template. Patch by Marcin Raczkowski.
5961 * Fixed missing stylesheet in generated chm. Patch by Gordon Thiesfeld.
6062 * Fixed broken method links in the built-in templates.
6163 * RDoc properly links to files and classes in the one page HTML template.
0 commit comments