home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / CONVERTR / RTF2HTML / SRC / RTF2HTML.TAR / rtftohtml_src / Libs / ReleaseNotes / Changes-1.11 < prev   
Encoding:
Text File  |  1994-11-05  |  1.4 KB  |  34 lines

  1. Changes for RTF distribution release 1.11
  2. -----------------------------------------
  3.  
  4. Changed the reader so that the control symbol table isn't compiled into
  5. reader.c, but is read from the library file "rtf-ctrl".  rtf-ctrl is
  6. created by mkrtf-ctrl.c (the table *is* compiled into that program, and
  7. it just generates the corresponding text file so that the major and
  8. minor numbers are correct).
  9.  
  10. Fixed a bug in the RTFAlloc() #define in rtf.h.
  11.  
  12.  
  13. Macintosh wrapper:
  14.  
  15. - Wrapper must be compiled with TransSkel 3.15 or higher.  It will not
  16. compile with releases earlier than 3.13.  It will *compile* with 3.13
  17. or 3.14, but those releases have a bug that affects the RTF translators.
  18.  
  19. - Default folder shown for output files in the putfile dialog is now set
  20. using the standard mechanism provided for that by System 7 rather than
  21. by setting low memory globals.
  22.  
  23. - Pathnames are now constructed using "/" as the path component delimiter
  24. if A/UX is running.  (The delimiter is returned by the PathSepChar()
  25. function.)
  26.  
  27. - Prefs file reading/writing routines no longer take file name or creator
  28. type as arguments.  These are taken from 'STR ' 1001 and 'BNDL' 128 now.
  29.  
  30. - Translations can now be terminated early.  Typing command-period when
  31. the status window is frontmost during a translation terminates the
  32. translation.  If 'CNTL' resource 1000 is present (it should be a "Cancel"
  33. button), the status window also has a Cancel button for terminating the
  34. translation.