home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / bachmann / bachmann.exe / relnotes.txt
Encoding:
Text File  |  2000-12-10  |  4.9 KB  |  135 lines

  1. Bachmann Print Manager Release Notes
  2.  
  3. ==========================================================================
  4.  
  5. Version 3.2
  6. Release Date: December 10, 2000
  7.  
  8. New Features:
  9.  
  10. -Ricoh Driver
  11. -Epson Driver
  12. -Bitmap printing for DeskJet and LaserJet drivers
  13. -Hardware flow control now optional
  14.  
  15. ==========================================================================
  16. Version 3.1
  17. Release Date: April 14, 2000
  18.  
  19. New Features:
  20.  
  21. -Numerous fixes and enhancements to PocketJet200 driver
  22. -Added PagPrintParagraph and PagPrintPage to Page Manager api in SatForms and CodeWarrior
  23. -Revamped and rewrote documentation
  24. -Broke out SDK for both SatForms and CodeWarrior
  25. -PrintMgr.prc now appears on the Palm application "Info" listing
  26.  
  27. ==========================================================================
  28.  
  29. Version 3.01
  30. Release Date: December 13, 1999
  31.  
  32. New Features:
  33.  
  34. -O'Neil Microflash driver
  35. -Enhanced Satellite Forms extension, now exposes Print Manager graphical api.
  36.  
  37. ==========================================================================
  38. Version 3.0
  39. Release Date: November 30, 1999
  40.  
  41. New Features:
  42.  
  43. -Pentax PocketJet 200 driver
  44. -Raster image printing model
  45. -Built in font subsystem
  46. -Printer Setup/Configuration utility
  47. -End-user configurable communications and printer settings
  48.  
  49. ==========================================================================
  50. Version 2.01B
  51. Release Date: August 31, 1999
  52.  
  53. New Features:
  54.  
  55. -Patches for printers that operate at fast and slow IR speeds
  56. -Patches for changed Greenwich cable speed.
  57.  
  58. ==========================================================================
  59. Version 2.01A
  60. Release Date: August 20, 1999
  61.  
  62. New Features:
  63.  
  64. -Satellite Forms Extension for Page Manager
  65.  
  66. ==========================================================================
  67. Version 2.01
  68. Release Date: July 12, 1999
  69.  
  70. Items Fixed in this release
  71. ===========================
  72.  
  73. General Fixes:
  74.  
  75. -PagOpen and PrnOpen now propagate meaningful error codes back to the caller in case of communications problems (ex. device not pointing at a printer's IR port)
  76.  
  77. -The Infrared subsystem now shuts down more reliably in the case where communications are interrupted
  78.  
  79. Driver-Specific Fixes:
  80.  
  81. 1. PCL
  82.  
  83. -Diagonal Line support in the PCL driver has been given more flexibility.
  84.  
  85. 2. Canon
  86.  
  87. -An error in escape code formatting resulted in sporadic problems communicating output to the Canon printers. This problem is now resolved
  88.  
  89. -A problem in rendering Italic fonts on the Canon printers is now resolved.
  90.  
  91.  
  92. ==========================================================================
  93. Version 2.0
  94. Release Date: April 19, 1999
  95.  
  96. New Features
  97. ============
  98.  
  99. 1. Page Manager
  100.  
  101. ╖ Version 2.0 of Bachmann Print Manager adds a new subsystem called "Page Manager" as a companion to Print Manager. Page Manager is a new set of apis, intended to be used in situations where only text output is required. Page Manager vastly simplifies the job of the developer by removing the need to track the number of lines per page, worry about carriage returns, or remember arcane formatting commands that are printer specific. 
  102.  
  103. 2. Print Manager
  104.  
  105. ╖ The graphical Print Manager line drawing functionality has been enhanced to support diagonal lines.
  106.  
  107. ╖ Problems in Courier font support have been resolved.
  108.  
  109. 3. New Driver Model
  110.  
  111. Bachmann Print Manager now has an enhanced, plug-in driver model with initial support for three printer drivers: PCL, Canon, and Generic. 
  112.  
  113. 3.1. PCL
  114.  
  115. The PCL driver supports all HP-compatible printers. PCL support remains the most comprehensive of all drivers, with full graphics support under the Print Manager subsystem, and the most complete font support. Courier and Times Roman are supported in all sizes, with bold and italic.
  116.  
  117. 3.2. Canon
  118.  
  119. The Canon driver supports fast text printing, with font support for Gothic, Prestige, Courier and Times Roman. Note the default font point size of 10 point cannot be changed in the current release. Also note that rectangles, lines and bitmaps are not currently supported under Canon.
  120.  
  121. 3.3. Generic
  122.  
  123. Provides a text-only api that is printer-independent, and automatically takes care of carriage returns, form-feeds, etc,. Use the generic driver when you do not have a PCL or Canon compatible printer.
  124.  
  125. 4. DirectPrint
  126.  
  127. There are many more printers and printer languages in the world today than we can anticipate, and more are being produced every year. To allow our customers to make use of printers that we do not yet have drivers for, we created our new "DirectPrint" api. This opens up a direct channel to the printer, bypassing all printer control in Print Manager. With DirectPrint, you are in complete control of the printer, and can embed any text, control codes, or printer language elements you desire. 
  128.  
  129.  
  130. ==========================================================================
  131. Version 1.0
  132. Release Date: January 12, 1999
  133.  
  134. First public release
  135.