home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TPOWERST.ZIP / TPRO.512 < prev    next >
Encoding:
Text File  |  1991-12-15  |  2.5 KB  |  89 lines

  1. This file summarizes changes made between Turbo Professional versions 5.11
  2. and 5.12.
  3.  
  4. New Features
  5. -----------------------------------------------------------------------------
  6.  
  7. TPASCIIZ
  8.   * Now protects against bad parameters to CopyAsc
  9.  
  10. TPDIR
  11.   * GetFileName now returns FileName even for user exit
  12.  
  13. TPDOS
  14.   - GetDiskClass now recognizes Novell drives
  15.  
  16. TPENTRY
  17.   * No longer calls conversion routine if field isn't modified
  18.  
  19. TPINLINE
  20.   * Added various IFDEFs for StonyBrook's Pascal+
  21.  
  22. TPTSR
  23.   * Now compiles under StonyBrook's Pascal+
  24.  
  25. TPWINDOW
  26.   * Now prevents SetBufSize (ResizeWindow) from exceeding screen size
  27.  
  28. Bugs Fixed
  29. -----------------------------------------------------------------------------
  30.  
  31. TPCRT
  32.   - Problem with PackWindow messing up heap
  33.   - FlexWrite problems in certain cases
  34.  
  35. TPDOS
  36.   - FileHandlesLeft wouldn't compile under TP 4.0
  37.   - Fixed problem with ReadDiskSectors and a drive that wasn't ready
  38.   - Problem with SubmitPrintFile under DOS 5.0
  39.   - GetDiskClass had a problem detecting newer Bernoullis
  40.   - OpenStdDev was not opening StdInHandle for input
  41.   - Miscellaneous problems with ParsePath
  42.  
  43. TPENHKBD
  44.   - Numerous problems fixed
  45.  
  46. TPENTRY
  47.   - Problem if programmer set current field to a protected field
  48.   - Problem with numeric editor and ClearFirstChar option
  49.   - Problem with right justified reals w/ variable # of places
  50.   - Mouse window messed up on exit from EditScreen
  51.   - Nested fields were allowed to be marked as required
  52.   - MergePicturePrim had uninitialized variable
  53.   - Problem in StringEditor with masks like '###.#'
  54.   - Problem with StringEditor and ClearFirstChar option
  55.  
  56. TPEXTMEM
  57.   - Didn't work with DOS 5
  58.  
  59. TPMACRO
  60.   - Problems with AllocateMacro, especially under TP 6
  61.   - KeyToString didn't handle Tab, Enter, etc. very well
  62.   - CharToMacro generated wrong key code for <Esc>
  63.  
  64. TPMEMO
  65.   - Problem if in overtype mode, character entered, and buffer full
  66.  
  67. TPPICK
  68.   - Pick was not re-entrant with regard to PrevSlid variable
  69.  
  70. TPSORT
  71.   - FastDispose doesn't work under TP6. Protect against its use.
  72.  
  73. TPSTRING
  74.   - Fixed problem in WordCount with 255-character strings
  75.   - Fixed problem in Entab when last character in string was a quote
  76.   - ExtractWord would hang when passed CharStr('x', 255)
  77.  
  78. TPTSR
  79.   - Critical errors not detected under DOS 5.0
  80.   - Internal routine GetLastModulePtr had an uninitialized variable
  81.  
  82. TPVARRAY
  83.   - DisposeA wouldn't delete file if StoreA called previously
  84.  
  85. TPWINDOW
  86.   - Wrong small shadow character drawn on right edge of window
  87.  
  88.  
  89.