home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 24 / CDROM24.iso / lazer / icones / HISTORY.TXT < prev    next >
Encoding:
Text File  |  1996-05-30  |  4.4 KB  |  141 lines

  1.  
  2. --------------------------- Revision History ---------------------------------
  3.  
  4. Version 1
  5. ---------
  6.  
  7. - Original release version.
  8.  
  9. - Each icon library was seperate .EXE file which was executed to display icons.
  10.  
  11. ---------------------------------------------------------------------------
  12.  
  13. Version 2
  14. ---------
  15.  
  16. - Single EXE display program.
  17.  
  18. - Icons now stored in DLL files (file suffix is actually .ICL).
  19.  
  20. - Dynamic menus which are user defined.
  21.  
  22. - Animation display.
  23.  
  24. - Many more icons added to collection.
  25.  
  26. ---------------------------------------------------------------------------
  27. Version 2a
  28. ----------
  29.  
  30. Fixed a couple of problems in this version
  31.  
  32. - Animating icons would disappear on some displays (eg VGA). This problem has
  33.   been fixed.
  34.  
  35. - Don't allow animation until an icon collection has been selected from the
  36.   menu otherwise unspecified memory is copied to the display.
  37.  
  38. - Some more icons added to the collection.
  39.  
  40. ---------------------------------------------------------------------------
  41. Version 3
  42. ---------
  43.  
  44. - Allow 2 levels of hierarchy in the menu system.
  45.  
  46. - Change heading to show menu description rather than the ICL filename.
  47.  
  48. - Provide facility to reload menus without restarting program
  49.  
  50. - Clicking on an icon in the client area will allow the user to save that
  51.   icon to a .ICO file.
  52.  
  53. - Include Common Dialog routines for File Save and Choose Color.
  54.  
  55. - Provide ability to clear the icon screen without loading new icons.
  56.  
  57. - Increase icon collection from 3000 icons in 60 categories to over
  58.   10000 icons in more than 150 categories in the REGISTERED version of
  59.   the program.
  60.  
  61. - All icons have been "tidied" up, in particular where the background was a
  62.   fixed color (usually white) it has been changed to transparent. The icons
  63.   usually look much better this way.
  64.  
  65. - Allow the background color of the display area to be changed. Note that if
  66.   there are multiple instances of ICOLIB running, all will have the same
  67.   background color after the next repaint of each client area.
  68.  
  69. - Fixed a bug which limited the number of categories to 143.
  70.  
  71. - The help file was updated to describe these changes.
  72.  
  73. ------------------------------------------------------------------------------
  74. Version 4
  75. ---------
  76.  
  77.   28/12/94
  78. - Save window position and size on program exit in INI file. Restore this
  79.   position and size when restarting the program.
  80.  
  81.   3/1/95
  82. - Allow the use of path names for ICL files specified in the icolib.ini file.
  83.   There is a limit of 66 characters for the pathname. Examples...
  84.      Item_1=icons\rabbit.icl,This is a rabbit...
  85.      Item_2=..\icondir\rabbit.icl,This is a rabbit...
  86.      Item_3=d:\tmp\rabbit.icl,This is a rabbit...
  87.      Item_4=\top_dir\icons\rabbit.icl,This is a rabbit...
  88.  
  89. - Restructure all of the ICL files into appropriate subdirectories and change
  90.   the icolib.ini file to reflect these changes. Also rename some meaningless
  91.   ICL filenames into more meaningful names.
  92.  
  93.   21/1/95
  94. - Increased szItem size from 8 to 11 characters to allow for "Item_xx_xx\0".
  95.  
  96.   1/4/95
  97. - Fixed fault: If user saved an icon and changed directory for this save
  98.   operation, the icolib.ini file would be written to this new location
  99.   rather than the directory containing the icolib.exe file.
  100.  
  101. - New release zip files (registered) created for version 4.016 to update the
  102.   display program, icolib.exe.
  103.  
  104. ------------------------------------------------------------------------------
  105. Version 4A
  106. ----------
  107.  
  108. - Updated registration information.
  109.  
  110. ------------------------------------------------------------------------------
  111. Version 4B
  112. ----------
  113.  
  114. - Updated registration details to include information on how to register
  115.   with credit cards through the Internet Web or by telephone. (PsL)
  116.  
  117. - Fixed the following minor bug...
  118.  
  119.   In the ICOLIB.INI file:
  120.     [Init]
  121.     Left=362
  122.     Top=115
  123.     Width=531
  124.     Height=122  <---- value less than 123 will cause GPF when program loads.
  125.  
  126.   If "Height" is set to a value less than 123, then icolib.exe will force
  127.   the "Hieght" to be 123.
  128.  
  129. ------------------------------------------------------------------------------
  130.  
  131. If you have any comments, suggestions or problems, I am happy to hear from
  132. you. I can be contacted by email at steve@cc.monash.edu.au or by paper mail
  133. at:  PO Box 414
  134.      Caulfield East 3145
  135.      Victoria, Australia.
  136.  
  137.  
  138. Regards,
  139.  
  140.   Steve Balogh        (steve@cc.monash.edu.au)
  141.