home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d162 / flow2troff.lha / Flow2Troff / FIXES < prev    next >
Text File  |  1988-10-02  |  2KB  |  54 lines

  1.  
  2. FIXES (V1.0):
  3.  
  4. (1)    Wrote the file Flow2Troff.doc for documentation.
  5.  
  6. (2)    Changed puts() to fprintf(stderr) in Usage(), so user still
  7.     gets an error message even if he redirects output.
  8.  
  9. (3)    Added support for FLOW underlining.  Since troff cannot do
  10.     underlining without a lot of work, I hacked in a ".us"
  11.     Troff macro.
  12.  
  13. FIXES (V0.95):
  14.  
  15. (1)    -t option added; generate a centered, bold-faced title on the
  16.     printed outline.  The title is the name of the Flow input file.
  17.  
  18. (2)    Changed SkipBytes().  Instead of returning a fail value, it now
  19.     simply quits the program.
  20.  
  21. (3)    Commented the source code extensively.
  22.  
  23. (4)    Added support for FLOW underlining.  Since troff cannot do
  24.     underlining without a lot of work, I substitute italics by
  25.     default.  This can be overridden by the -u flag.
  26.  
  27. FIXES (V0.9):
  28.  
  29. (1)    -d option now works correctly.  It used to print to level d+1 instead
  30.     of level d.
  31.  
  32. (2)    New Indent() algorithm, with new variable "printing", that eliminates
  33.     spurious ".in" troff commands.  This meant modifying DumpText() and 
  34.     ChangeStyle() to use "printing".
  35.  
  36. (3)    Error messages were printed even when the program worked.
  37.     They're gone.
  38.  
  39. FIXES (V0,8):
  40.  
  41.     Before recorded history.
  42.  
  43. FUTURE WORK (after V1.0):
  44.  
  45. (0)    I really don't plan to add any new features, but here are some
  46.     ideas.
  47. (1)    Allow numbering of outline headings.  This may involve using the
  48.     troff "-ms" macro package (yucch) or some serious troff work on my 
  49.     part.
  50. (2)    Get rid of StupidHack() routine.  Call New Horizons Software to see
  51.     if they will tell me their file format.
  52. (3)    Along with (2), figure out if the first 42 bytes of the Flow file
  53.     have any meaning I can use.
  54.