home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / desktop / wimpbar / History < prev   
Text File  |  1998-03-08  |  4KB  |  124 lines

  1.  
  2.                             WimpBar 2 v1.57
  3.                             ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  4.                         © 1998 by Technium 220
  5.                         ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  6.  
  7.  
  8. A Brief History
  9. ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
  10.  
  11.   v1.04 (01 Aug 1996) through v1.48ß (22 May 1997) removed 'cos
  12. this file's getting far too big...
  13.  
  14.  
  15.   --> v1.49 (26 Aug 1997) <--
  16.  
  17. Non-beta release, finally. Added new StrongHelp manual, made a lot of
  18. internal changes and generally tidied things up for a proper release.
  19.  
  20. Also, spaces are stripped off the start of each line in the Choices file, so
  21. they can now be indented and therefore made a bit easier to read.
  22.  
  23.  
  24.   --> v1.50 (26 Oct 1997) <--
  25.  
  26. Sprites in menus, at last. There's still a couple of problems with it though.
  27. Several changes to the way the bar goes to the back, and also added the
  28. INet$Timer thingy (this works with Freenet, at least).
  29.  
  30. Also, you can use the CLI substitution (%0) in a menu command to mean the
  31. item text.
  32.  
  33.  
  34.   --> v1.51 (19 Nov 1997) <--   (not released)
  35.  
  36. Totally re-wrote the sprites-in-menus section; I'm much happier with it now.
  37. Also totally re-wrote the Support module, attempting to cure a bug which
  38. turns out to be in the new nested WIMP module.
  39.  
  40. The main menu now has a 'Configure' sub-menu, clicking on 'Info' opens the
  41. StrongHelp manual, and the Choices file is now created if it doesn't exist.
  42.  
  43. Comments are now allowed in the Choices file, as in Obey files.
  44. Improved (ie. less useless) example files are now supplied.
  45.  
  46.  
  47.   --> v1.52 (25 Nov 1997) <--
  48.  
  49. Re-wrote the sprites-in-menus stuff, again... now even happier with it.
  50. Added new #BOOT command which will deal with any apps you want booted on
  51. startup.
  52.  
  53. WimpBar 2 can now be internationalised (if anyone wants to do a translation,
  54. then please feel free to do so).
  55.  
  56. When using an Alt-Ctrl (+Shift) drag command, you can specify an extra
  57. key to be pressed. Also attempted to fix a problem with the clock updating at
  58. the wrong time (or not at all) - if anyone has any problems with this then
  59. please let me know.
  60.  
  61.  
  62.   --> v1.53 (03 Dec 1997) <--
  63.  
  64. Made the #BOOT command actually work.
  65. (It just ignored everything before, 'cos I completely forgot to write any
  66. code to make it do anything...)
  67.  
  68.  
  69.   --> v1.54 (20 Dec 1997) <--
  70.  
  71. The maximum number of buttons and menu entries/action commands can now
  72. be configured from the !Run file.
  73.  
  74. Fixed a bug which meant a Choices file with no buttons wasn't being handled
  75. correctly, resulting in a button being created anyway. This problem has
  76. existed since August 1996 and nobody had noticed it! Also doubled the maximum
  77. size of the indirected text buffer.
  78.  
  79. Sorted out a few mistakes in the Help file.
  80.  
  81.  
  82.   --> v1.54a (05 Jan 1998) <--
  83.  
  84. Fixed a small memory allocation problem, and changed the e-mail address
  85. (temporarily) to RPurchase@arcade.demon.co.uk. A new T220 address will be
  86. set up soon.
  87.  
  88.  
  89.   --> v1.55ß (25 Jan 1998) <--   (beta release)
  90.  
  91. All options specified in the !Run file are now passed as command-line
  92. parameters rather than system variables.
  93.  
  94. Added the -nostatus and -readonly options to disable the status display and
  95. 'Configure' menu respectively.
  96.  
  97.  
  98.   --> v1.56 (13 Feb 1998) <--
  99.  
  100. The 'IconSprites' menu flag now searches in an application's Resources
  101. directory for the sprite file if one can't be found in the main directory.
  102.  
  103. Clicking adjust on 'Reload' closed the 'Configure' menu - now fixed.
  104.  
  105. WimpBar 2 info distribution lists set up - see help text for details.
  106. Some minor bug-fixes to Support module.
  107.  
  108.  
  109.   --> v1.57 (08 Mar 1998) <--
  110.  
  111. Errors encountered while reading the Choices file no longer clear the button
  112. bar - at last! Also, these errors are now reported more consistently, and
  113. menus without any items no longer cause an 'undefined' menu to be created.
  114.  
  115. Implemented a new 'directory' flag for menu items - on selecting a directory
  116. item, the pathname will be canonicalised and opened.
  117.  
  118. The bar will now also go to the back of the screen when the pointer is moved
  119. off it (without selecting anything). This is on a trial basis, and will be
  120. made optional if it is not popular.
  121.  
  122. Slight change to the !Run file parameters: -e has changed to -i ('items'
  123. rather than 'entries'). Also improved the set of example macros (now includes
  124. KillTBox and UnzipIt)