home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / wb_tools / executive_v1.30 / readme.changes < prev    next >
Text File  |  1995-11-22  |  5KB  |  127 lines

  1.  
  2.                           EXECUTIVE V1.30
  3.                           ===============
  4.  
  5. This is the third public release of Executive. The most notable
  6. changes in this release are:
  7.  
  8.   * Preliminary MUI V3 support
  9.  
  10.   * A couple of very important bug fixes
  11.  
  12.   * The Meter-client can now draw graphs
  13.  
  14.  
  15. A Polish catalog for Executive will soon be available. Download file
  16. misc/misc/LocalePL20.lha from Aminet.
  17.  
  18.  
  19. Here's a full list of changes made after Executive V1.20:
  20.  
  21. * Removed some 68020+ optimizations from the server that were actually
  22.   SLOWER than equivalent 68000 code.
  23.  
  24. * Meter can now display number context switches during the last second.
  25.  
  26. * Added Polish Install and UnInstall translations.
  27.  
  28. * Registration price in Deutsche marks is now only 20 DM. It seems that
  29.   5DM notes are quite rare.
  30.  
  31. * Discount in registration price is now availabe if three or more
  32.   people register at the same time. See documentation.
  33.  
  34. * The SPEED-option in ALoad3D is now used to set the rotation speed in
  35.   degress. Default is 5°.
  36.  
  37. * The SPEED tooltype in ALoad3D now accepts value 0.
  38.  
  39. * A new option BATCH in Top disables reading keyboard when information
  40.   is displayed in a terminal. Another new option UIDS displays UIDs
  41.   instead of user names.
  42.  
  43. * A new option ALL in Kill sends all signals, C, D, E and F to a task.
  44.  
  45. * GUI based clients now have a new menu item, "Project->Save config".
  46.   This will save current settings to the client's icon, including window
  47.   position.
  48.  
  49. * Mutually exclusive menu items now work correctly.
  50.  
  51. * Modified the installation script so that it now works even if you're
  52.   using a program that patches the dos.library so that you get UNIX-
  53.   like path handling. For example, Yak with the UNIX Dirs-option turned
  54.   on did this and caused the installation not to work correctly.
  55.  
  56. * A new option MAX in Top displays as many tasks as possible.
  57.  
  58. * When Top is running in a terminal, "n" can be used to change the number
  59.   of tasks that are displayed.
  60.  
  61. * ALoad3D now displays load averages more like ALoad. For load average
  62.   1.0 the bar is as high as possible. When the load average grows, the
  63.   bar is divided in two parts. When the load average is for example 3.5,
  64.   the bar is divided in four parts. Use the GROW-option to get the old
  65.   style bars.
  66.  
  67. * Fixed a nasty bug in the AddTask() patch. A Commodore debugging tool
  68.   TNT didn't work if it was run before Executive. This bug might have
  69.   caused crashes with other programs too.
  70.  
  71. * Executive now has a nice logo, you'll see it in the server and
  72.   ExecutivePrefs icons. The logo is available in different formats,
  73.   in the Executive WWW-page.
  74.  
  75. * A sanity check is now done to the task names. If a non-printable
  76.   character is found, it's converted to '?'.
  77.  
  78. * Meter can now display a graph of a value, for example CPU usage.
  79.   The new options GRAPHHEIGHT, GRAPHS, GRAPHCOLOR and GRIDCOLOR
  80.   are used to control the graphs.
  81.  
  82. * Added some preliminary MUI V3 support:
  83.   - A menu item "MUI Preferences..." which opens the MUI preferences
  84.     editor.
  85.   - Increased the size of some string gadgets, MUI V3 seems to make
  86.     them a bit too small.
  87.   - ALoad_MUI can use the Levelmeter-class in MUI V3 to display a nice
  88.     car speedometer like meter of current CPU usage. This looks really
  89.     neat, and is very usable too. The meter is currently updated four
  90.     times a second.
  91.  
  92. * Miscellaneous internal changes and some polishing here and there.
  93.  
  94. * The new Extra-drawer contains the full-size Executive logo and
  95.   a screenshot of the Meter-client.
  96.  
  97. * Fixed the Register Arexx-script.
  98.  
  99. * A new option NOTITLEBAR in ALoad, ALoad3D, Meter and Top disables the
  100.   window titlebar.
  101.  
  102. * Updated the Portugues and Nederlands catalogs.
  103.  
  104. * Added German catalog and Install/UnInstall translation.
  105.  
  106. * Added French catalog and Install/UnInstall translation.
  107.  
  108. * Some SysInfo.library modifications:
  109.   (Thanks to Bernhard Möllemann <zza@rz.uni-karlsruhe.de>)
  110.   - Better names for some structs:
  111.       sysinfo            ->    SysInfo
  112.       loadaverage        ->    SI_LoadAverage
  113.       loadaverage_fixed  ->    SI_LoadAverageFixed
  114.       SysInfo_notify     ->    SI_Notify
  115.       cpu_usage          ->    SI_CpuUsage
  116.       task_cpu_usage     ->    SI_TaskCpuUsage
  117.   - SysInfo was sometimes spelled as sysinfo or Sysinfo. It's now
  118.     always SysInfo.
  119.   - sysinfo.fd is now SysInfo_lib.fd
  120.   - Changed the compiler dependant types:
  121.       int   -> LONG
  122.       short -> WORD
  123.       long  -> LONG
  124.   - Removed LOADAVG_FLOAT.
  125.   - Replaced the `use_messages' parameter in AddNotify() call with `flags'.
  126.   - Some internal changes to support Executive V1.30
  127.