home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 3 / AUCD3.iso / airport / utils / pdf071b / Docs / Changes next >
Text File  |  1997-09-04  |  4KB  |  92 lines

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