home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ruby164.zip / rbemx164.zip / ruby / share / doc / rdtool-0.6.10 / HISTORY next >
Text File  |  2001-06-06  |  9KB  |  242 lines

  1. =begin
  2. = MANIFEST
  3.  
  4. :rd2
  5.   frontend for RDtool.
  6. :rd/tree.rb
  7.   RDtool Framework document tree part.
  8. :rd/rd-struct.rb
  9.   RD Document Structure.
  10. :rd/rdfmt.rb
  11.   old tree part.(obsolete)
  12. :rd/visitor.rb
  13.   RDtool Framework visitor part.
  14. :rd/output-format-visitor.rb
  15.   abstruct visitor class for formatting visitor.
  16. :rd/rd2html-lib.rb
  17.   library for HTML format output.
  18. :rd/rd2man-lib.rb
  19.   library for roff with man macro output.
  20. :rd/rdvisitor.rb
  21.   old visitor part.(obsolete)
  22. :rd/filter.rb
  23.   filter structure.(obsolete)
  24. :rd/dot.rd2rc
  25.   default RC file.
  26. :rd/rdblockparser.ry
  27. :rd/rdinlineparser.ry
  28. :rd/block-element.rb
  29. :rd/complex-list-item.rb
  30. :rd/desclist.rb
  31. :rd/document-struct.rb
  32. :rd/element.rb
  33. :rd/inline-element.rb
  34. :rd/labeled-element.rb
  35. :rd/list.rb
  36. :rd/methodlist.rb
  37. :rd/rbl-file.rb
  38. :rd/rbl-suite.rb
  39. :rd/rd-struct.rb
  40. :rd/search-file.rb
  41. :rd/loose-struct.rb
  42. :rd/reference-resolver.rb
  43. :rd/version.rb
  44. :rd/rd2html-opt.rb
  45.   non-published parts of RDtool.
  46. :missing/rd/rdblockparser.tab.rb
  47. :missing/rd/rdinlineparser.tab.rb
  48.   pre-compiled racc-generated parser. this works without Racc itself.
  49. :utils/rdswap.rb (Cle)
  50.   RD swaping utility.
  51. :utils/rd-mode.el (Arai, Tosh)
  52.   Emacs major mode for RD. 
  53. :doc/rd-draft.rd(.ja)
  54.   RD working draft.(obsolete)
  55. :rdtoolconf.rb
  56.   script to make Makefile.
  57. :README.rd(.ja)
  58.   README file.
  59. :HISTORY
  60.   this document.(RD format)
  61.  
  62. RDtool include files which is copyrighted by somebody elses.
  63.   * Cle wrote utils/rdswap.rb. it's copyrighted by Cle.
  64.   * Arai and Tosh wrote utils/rd-mode.el. it's copyrighted by Arai and Tosh.
  65.   * Watanabe wrote rd/rd2man-lib.rb. it's copyrighted by Watanabe.
  66. Please read these files for those lisence info.
  67.  
  68. = CHANGES
  69.  
  70. :0.6.10
  71.   * fixed the bug that outputed HTML can have conflicted anchor and id.
  72.   * improved performance.
  73.   * corrected English of README.rd. thanks. > Robert Gustavsson
  74.   * fixed DTD declaration of XHTML. thanks. > Narushima
  75.   * fixed the bug around formatting man page.
  76.   * separeted (({Visitor#apply_to_Reference})) into
  77.     (({Visitor#apply_to_Reference_with_*}))s.
  78. :0.6.9
  79.   * fixed the bug that rd/dot.rd2rc isn't installed. thanks. > MUSHA
  80.   * fixed the bug that module RD don't have class RDElement for backward
  81.     compatibility.
  82.   * fixed error occuring in error handler when "false" is the triger of
  83.     parser error.
  84. :0.6.8
  85.   * version printing.
  86.   * fixed the bug around Label conflict.
  87.   * made (({outline-regexp})) buffer-local. thanks. > Yamaguchi
  88.   * fixed error message for empty RD.
  89.   * fixed the bug around parsing MethodList, empty Headline.
  90. :0.6.7
  91.   * fixed a bug about method index. thanks. > tam, knu
  92.   * changed quotation in Reference of rd-mode.el. thanks. > rubikitch
  93.   * fixed documentation. thanks. > hgs
  94.   * fixed a bug about temporary file. thanks. > Nakada
  95.   * changed usage of optparse. thanks. > Nakada
  96.   * now rd2html-lib.rb output XHTML 1.0 Transitional.
  97.   * --html-lang option for rd2html-lib.
  98.   * now inline parser allow (('(('\a\'))')).
  99.   * fixed a bug of missing '&' escape in URL text.
  100.   * error messages for syntax error become more useful.
  101.   * fixed mis-numbering of error messages for Inline syntax error.
  102.   * now '======' is not regarded as Headline.
  103.   * come to catch the exception which (({File.expand_path("~")})) throws
  104.     on Windows.
  105.   * missing/strscan.rb is removed.(strscan-0.6.x include pure Ruby version
  106.     of it.)
  107. :0.6.6
  108.   * Comment support.
  109.   * missing/rd{block,inline}parser.tab.rb -> missing/rd/...
  110.   * workaroud bug around syntax of quoted strings in Reference.
  111.   * added the declarations of tokens. (require Racc 1.1.5 or later.)
  112.   * remove <P> for TextBlock in ListItem if the ListItem has only one
  113.     Block.
  114.   * fixed bug around DescList.
  115.   * remove backtrase from error message when ParserError occured.
  116.   * fixed bug of (({RDVisitor#method_parse})). thanks. > Knu
  117.   * fixed bug.((({sort -> sort!}))) thanks. > Knu
  118.   * fixed rd-mode.el. thanks. > Rubikitch
  119.   * make install now uses ftools.rb instead of OS-dependent install command.
  120.     thanks. > Komatsu
  121.   * made  rd2  well-working on DOSISH OS. thanks. > Nagasawa
  122. :0.6.5
  123.   * missing/strscan.rb is added. this is for Win users who cannot compile
  124.     extlib and install Racc.
  125.   * rd2man is updated by Watanabe. thanks. > Watanabe
  126.   * bug fix. thanks. > Rubikitch
  127. :0.6.4
  128.   * Test code for Reference to other file, include Nakada's RMI patch.
  129.     thanks. > Nakada
  130.   * Make block level parser exactly line oriented.
  131.   * Indentation support functions for Verbatim in rd-mode.el.
  132.     thanks. > Rubikitch
  133.   * Function (({rd-show-label-list})) is added. thanks. > Rubikitch, Nakada
  134.   * Bug fix
  135.     * RDtool should prevent line break in Verb?
  136.     * Parser should pass empty RD, and warn precisely.(50%)
  137.     * when Verbatim after Lists with same indent, parse will fail.
  138.     * implicit FILTER select for --with-part of rd2.(Fixed by Nakada)
  139.     * an implicit bug(?).(Fixed by Nakada)
  140.     * default Title of output HTML is empty.(Fixed by Nakada)
  141.     * rmi2html.rb hasn't "#! /usr/bin/env ruby" as first line.
  142.  
  143. :0.6.3
  144.   * rd/rd2html-lib, rd/rd2html-opt:
  145.     new commandline options to set HTML Title.
  146.   * rd/rd2man-lib: bug fix. thanks. > Dave
  147.   * rd2: come to use /usr/bin/env trick. thanks too. > Dave
  148.   * rd/rdinlineparser: A workaround for Regexp option change of Ruby 1.5.x.
  149.   * util/rd-mode.el: code clean up. thanks. > Rubikitch
  150.   * util/rd-mode.el: come to set indent-tabs-mode to nil.
  151. :0.6.2
  152.   * rd/rdblockparser: RD Include bug fix. thanks. > Arai
  153.   * rd/rdinlineparser: Reference filename bug fix.
  154.   * rd/rdvisitor: RMI bug caused by ruby-1.5's change of Symbol is fixed.
  155.     thanks. > Nakada
  156.   * util/rd-mode: some utility functions are added. thanks. > Nakada
  157. :0.6.1
  158.   * rd/rd2man-lib: added. thanks! > Watanabe
  159.   * rd/rdblockparser: textblock rule become neat.
  160.   * rd/rdblockparser: bug about List parse is fixed.
  161.   * rd/rdblockparser: come to cut whitelines at the end of Verbatim.
  162.   * rd/rdvisitor: (({apply_to_Include}))'s bug fixed.
  163.   * rd/rd2html-lib: <BLOCKQUOTE> for Verbatim is removed.
  164.   * rd2: change RD into man style.
  165.   * rd2: option --out-code.
  166.   * doc/rd-draft.rd: misspellings are fixed. thanks. > Yanagawa, Nakada, Sugihara
  167.   * doc/rd-draft.rd.ja: added.
  168.   * util/rd-mode.el: patch marged. thanks. > rubikitch
  169. :0.6.0
  170.   * parser tuning up. thanks for advice. > Aoki
  171.   * MethodList. thanks. > Arai
  172.   * error message. thanks. > Aoki
  173.   * method index.(experimental)
  174.   * more useful front-end.(come to use OptionParser)
  175.   * structure is widely changed.
  176.   * bug fix. thanks. > Nakada
  177.   * now rdvisitor defines target label (e.g. HTML's anchor) of MethodList
  178.     more meaningfully.
  179.   * block parser: R/S conflicts are resolved by Aoki. thanks! > Aoki
  180.   * inline parser:all Reference feature are covered.
  181.   * inline parser come to use strscan.so.
  182.   * inline parser: logic are changed. lexer becomes more simple.
  183.   * rd2html-lib: <VERB>?? what is it? W3C hasn't defined such a element! ;-p
  184.   * (({RefToElement})) and (({RefToURL})) disappeared. by now, (({Reference}))
  185.     represent both type of reference. on the other hand, (({Reference::Label}))
  186.     and its subclass are defined.
  187.   * rd2html-lib: temporary disable Index.
  188.   * rd-draft.rd: up-to-date. thank you for advice. > Hugh
  189.   * util/rd-mode.el: rd-insert-url patch is marged. thanks. > rubikitch
  190.   * rdtoolconf.rb is added, and Makefile is removed. thanks. > Takahashi
  191.   * rd/filter: module (({RD::Filter::FileInclude})). thanks. > Nakada
  192.  
  193. :0.5.7
  194.   * bug fix. thanks. > Nakada
  195. :0.5.5
  196.   * repacked version.
  197. :0.5.4
  198.   * filter.(undocumented)
  199.   * BLANKLINE |--> WHITELINE
  200.   * bug fix. thanks. > Arai
  201. :0.5.3
  202.   * Include (RD and target format).
  203.   * require Racc 0.10.3 or later.
  204.   * utils/rd-mode.el. thanks. > Arai
  205.   * doc/rd-draft.rd.
  206. :0.5.2
  207.   * into RD module.
  208.   * rd2html-mindex.rb experimental release.
  209.   * apply some patches. thanks. > Arai & Hiwada
  210.   * bug fix.
  211. :0.5.0
  212.   * reborned for new RD.
  213.   * \cle's util/rdswap.rb. thanks > \cle
  214. :0.2.2 (1999/08/17)
  215.   * bad LaTeX format is fixed.(rd2latex-lib.rb) thanks > gotoken 
  216.   * bug in parse of Verbatim is fixed.(rdfmt.rb)
  217.   * bug in parse of term part of DescListItem is fixed.
  218.     (rdfmt.rb, rd2html-lib.rb, rd2latex-lib.rb)
  219.   * latex metachar-escape bug is fixed.
  220. :0.2.1 (1999/08/15)
  221.   * Index become available.(rd2html-lib.rb)(EXPERIMENTAL)
  222. :0.2.0 (1999/08/15)
  223.   * script design change.(rdfmt.rb, rd2html)
  224.   * insert "\n" into the end of line of "<!DOCTYPE ...".(rd2html-lib.rb)
  225.   * rd2latex is released.(rd2latex, rd2latex-lib.rb)(EXPERIMENTAL)
  226.   * ex. of "about RD Format" is improved.(rd2html, README.jp)
  227.   * README.jp char-code fixed (ISO-2022-JP => EUC-JP).(README.jp)
  228. :0.1.2 (1999/08/13)
  229.   * brief English document  inside rd2html.(rd2html)
  230.   * Japanese document is now "README.jp".(README.jp)
  231.   * HISTORY
  232. :0.1.1 (1999/08/13)
  233.   * patch for HTML format mistake.(rd2html-lib.rb) Thanks > gotoken
  234.   * fix a mistake of document(rd2html)
  235. :0.1.0 (1999/08/12)
  236.   * first release version
  237.  
  238. = ABOUT BUG REPORT
  239. If you find a bug in RDtool, please E-mail me
  240. ((<URL:mailto:toshirok@yb3.so-net.ne.jp>)).
  241. =end
  242.