home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / pdf / Changes next >
Text File  |  1997-06-15  |  3KB  |  75 lines

  1. version 0.64a 970615
  2. - Choices window. 
  3.   If Choices$Dir is set then Pdf will save the choices in <Choices$Dir>.Pdf
  4.   else the choices are saved in <Pdf$Dir>.Choices. This way if you have
  5.   installed Pdf on a read only device the choices can be saved on a different
  6.   place by setting Choices$Dir.
  7. - 32000 colour sprites. For RiscOS >= 3.5
  8. - You can start !PDF now without baricon. Use -nobaricon on the commandline.
  9.   If you want the baricon to reappear press the <ALT> key while you
  10.   start the program
  11. - Viewer menu restructured
  12. - View rotate option added
  13. - Show links option added (links are not active yet)
  14. - Very basic text export added. It performs generally well except for column
  15.   based text's.
  16.  
  17. version 0.63b internal version
  18. - Fixed save stack problem
  19. - Dashed lines support added
  20. - Fixed line width again
  21. - Fixed memory leak when closing last view on document
  22.  
  23. version 0.63a 970405
  24. - Rotated fonts support added.
  25. - Better font scaling. 
  26. - Fixed line width. !PDF shows real line width now (has a minor bug though)
  27. - LZW decoding without temp file. Result: Speed!!
  28. - Fixed embedded sprite name. Spritename can be handled by !paint now.
  29. - Fixed rotated images. Images are rotated correct
  30. - Use fixpoint for DCT gives 5 to 10 times speed increase for JPEG images
  31. - Better positioning of sprites
  32. - New class model for drawfile sprites.
  33. - Makefile changed
  34. - Files can be saved as: DrawFile (one page), PDF and PS (all pages)
  35. - Mask images are now implementated by masked sprites
  36.  
  37. version 0.62b 970322
  38. - Better memory management. PDF Uses flex now.
  39. - Fixed memory leak
  40.  
  41. version 0.62a 970315
  42. - Major rewrite drawfile interface, solved hidden drawfile error
  43. - Non effective navigation controls are disabled, eg previous is disabled
  44.   if page is no 1.
  45. - No more need for gzip. The LZW code is included in the !RunImage
  46. - Added base code for links (not operatable yet)
  47. - Added 'Accurate' option to viewermenu. When this entry is ticked (default)
  48.   pdf uses an object for every character. This way the greatest rendering
  49.   precision is achieved (atm). When unticked Pdf creates objects for
  50.   as many characters as defined by the pdf file. This gives smaller but
  51.   less accurate (thus rendering) !Draw files.
  52. - Support for multiple documents
  53. - Support for multiple views/document
  54. - Started Hints file
  55. - Check files with type text (FFF) or data (FFD) for PDF header
  56. - Added support for ImageMask resource
  57. - Enhanced image scaling; Images are now rendered 1:1 in the drawfile. When
  58.   displayed the drawfile module does the scaling.
  59. - Toolbar extended
  60.  
  61. version 0.61b 970222
  62. - Removed not supported key code PRINT
  63. - Removed not working F11 from menu
  64. - Removed not working shift-F1 from menu
  65. - FileInfo dialog does display actual file info
  66. - <WimpScrap$Dir>.pdf is used for temp files
  67. - Reorganized LZW stream (more inline with xpdf, less diffs)
  68. - Changed filetype to Acorn allocated one. Filetype is now &ADF
  69. - Display documentname in window title
  70. - Added Cursor key control: CTRL-Left page back; CTRL-Right page forward
  71. - When rendering is active the navigation controls are disabled
  72.  
  73. version 0.61a 970215
  74. - First release
  75.