home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / m / magicuserinterfacev3.5.dms / magicuserinterfacev3.5.adf / muipack.lzx / Docs / Changes next >
Text File  |  1996-08-10  |  39KB  |  1,101 lines

  1. ************************************************************************
  2.  
  3.                         MUI - MagicUserInterface
  4.  
  5.                 (c) Copyright 1992-96 by Stefan Stuntz
  6.  
  7.         This file describes all changes since version 1.0 of MUI
  8.  
  9. ************************************************************************
  10.  
  11.  
  12.  
  13.  
  14. ------------------------------------------------------------------------
  15. Version 3.5 (21-Jul-96)                      (muimaster.library V16.160)
  16. ------------------------------------------------------------------------
  17.  
  18. * MINOR SASG UPDATE *
  19.  
  20. NOTE: More support and information is available from the official
  21.       MUI web site. Please visit us at http://www.sasg.com/
  22.  
  23. Changes for users:
  24.  
  25. - Rewrote installer script. It will correctly update older MUI
  26.   distributions now instead of just renaming away the previous
  27.   directory. This allows additional classes and images to remain
  28.   installed after a MUI update.
  29.  
  30. - Fixed background rendering bug on cybergfx hi/truecolor screens.
  31.  
  32. - Fixed possible crash when disposing active string gadgets.
  33.  
  34. - Fixed positioning of window border scrollers after uniconfiy.
  35.  
  36. - Fixed version numbers of german catalog.
  37.  
  38. - Included builtin menu rendering for popup menus. Popups will
  39.   always appear above the corresponding gadget now instead of
  40.   relying on external patches for correct positioning.
  41.  
  42. - Fixed refresh of gadgets in virtual groups, i.e. browser
  43.   displays.
  44.  
  45. - Fixed rendering problems when TABbing away from a selected gadget.
  46.  
  47. - Controlling radio buttons is possible by clicking on the text
  48.   labels as well as on the actual buttons.
  49.  
  50. - Fixed major bug that lead to confused gadget appearance when changing
  51.   prefs on iconified applications.
  52.  
  53. - Removed a work-around for broken cybergfx picture.datatype. Note that
  54.   you will need at least picture.datatype 43.682 if you intend to
  55.   use background pattern on hi/truecolor cybergfx screens.
  56.  
  57. Changes for programmers:
  58.  
  59. - Implemented new input event handling system for custom classes.
  60.   This new system replaces the old and inflexible calls to
  61.   MUI_Request/RejectIDCMP(). See autodocs of MUIM_Window_AddEventHandler
  62.   for details.
  63.  
  64. - Improved remapping speed of bitmap class for images with more than
  65.   4 planes. However, better use datatypes (V43) to remap big images
  66.   instead of MUIs bitmap class.
  67.  
  68. - MUIM_List_Clear no longer hides a lists title.
  69.  
  70. - Setting MUIA_Draggable and MUIA_xxxWeight for group objects is no
  71.   longer forwarded to children.
  72.  
  73. - Fixed enforcer hit when dragging listview items with custom imagery.
  74.  
  75. - Fixed mungwall hit when string gadget were set to contents bigger
  76.   than their maximum length.
  77.  
  78. - Implemented MUIM_KillNotifyObj. See autodocs for details.
  79.  
  80. - Custom classes are also looked for and found in PRODGIR:mui/ now.
  81.  
  82. - MUI automatically falls back to traditional scrollers when window
  83.   border scrollers were chosen but not available for some reasons,
  84.   e.g. because the proper Window class attributes were not specified
  85.   or the muiwinscroller.class is missing.
  86.  
  87. - Support for NM_COMMANDSTRING menus in MUI_MakeObject(MUIO_MenuItem)
  88.   call. Also implemented MUIA_Menuitem_CommandString attributed for
  89.   Menuitem class. See autodocs for details.
  90.  
  91. - Implemented MUIA_Scrollgroup_HorizBar and MUIA_Scrollgroup_VertBar
  92.   attributes to access the scrollbars of a scrollgroup.
  93.  
  94.  
  95.  
  96. ------------------------------------------------------------------------
  97. Version 3.4 (01-Mar-96)                      (muimaster.library V15.93 )
  98. ------------------------------------------------------------------------
  99.  
  100. * non-published internal release *
  101.  
  102.  
  103.  
  104. ------------------------------------------------------------------------
  105. Version 3.3 (22-Feb-96)                      (muimaster.library V14.106)
  106. ------------------------------------------------------------------------
  107.  
  108. * MINOR SASG UPDATE *
  109.  
  110. Changes for users:
  111.  
  112. - Help bubbles no longer block an application.
  113.  
  114. - Fixed refresh bug of prop gadgets in virtual groups.
  115.  
  116. - Fixed ARexx command INFO SCREEN.
  117.  
  118. - MUI could crash after disposing an application when ARexx was used.
  119.  
  120. - Fixed refresh of color wheels.
  121.  
  122. - Fixed crash when using Coloradjust objects with Kick 2.x.
  123.  
  124. - Fixed double redraw after window resize.
  125.  
  126. Changes for programmers:
  127.  
  128. - Implemented MUIM_Application_AboutMUI,refwindow method to show MUIs
  129.   about window. Please include an "About MUI..." menu item in all your
  130.   programs.
  131.  
  132. - MUIA_String_Contents notification did not work on
  133.   AMIGA-X/C/V etc. string gadget clipboard hotkeys.
  134.  
  135. - Implemented MUIV_Listview_ScrollerPos_None to create listviews
  136.   without am attached scrollbar. You can create a scrollbar object,
  137.   place it anywhere in your window and connect it to the list (not
  138.   listview!) through notification. See autodocs of
  139.   MUIA_Listview_ScrollerPos for details.
  140.  
  141. - Fixed strange menu item return ID reports.
  142.  
  143. - Menuclass would not allow to set MUIA_Menu_Title. Instead, it
  144.   accidently checked for MUIA_Menuitem_Title. Now, it recognizes
  145.   both tags.
  146.  
  147. - Menu objects and Menuitem objects did not correctly update the
  148.   current menustrip when certain attributes (e.g. the title) were
  149.   changed.
  150.  
  151. - Creating Application objects without MUIA_Application_Title/Base/...
  152.   lead to very strange behaviour. Now, the application simply names
  153.   itself "UNNAMED".
  154.  
  155. - MUI_DisposeObject(NULL) would accidently crash the machine although
  156.   being documented as doing nothing.
  157.  
  158.  NOTE: I strongly suggest to subscribe to the MUI mailing list. Only
  159.  here is the place to ask questions and make suggestions. Programming
  160.  serious MUI applications without support on this mailing list is nearly
  161.  impossible!
  162.  
  163.  To subscribe, mail to mui-request@sunsite.informatik.rwth-aachen.de
  164.  with the single word "subscribe" (no quotes!) as subject (SUBJECT, not
  165.  message body!). You might want to send a HELP command to the server as
  166.  well. Thanks for your cooperation.
  167.  
  168.  
  169.  
  170. ------------------------------------------------------------------------
  171. Version 3.2 (31-Jan-96)                      (muimaster.library V13.686)
  172. ------------------------------------------------------------------------
  173.  
  174. * MINOR SASG UPDATE *
  175.  
  176. Changes for users:
  177.  
  178. - Rewrote some small critical parts in Assembler, MUI 3.2 should run
  179.   significantly faster than previous versions.
  180.  
  181. - Enhanced listview scrolling speed.
  182.  
  183. - Created custom root class which uses memory pools to allocate
  184.   objects. Reduces memory fragmentation and speeds up object
  185.   creation about 100%.
  186.  
  187. - Optmizied scrolling in virtual groups.
  188.  
  189. - Numeric buttons didn't draw their disabled state.
  190.  
  191. - Implemented keyboard control for scrollgroups.
  192.  
  193. - Implemented presets for Coloradjust objects. Presets are read
  194.   from mui:Presets/rgb.txt.
  195.  
  196. - Fixed 16 bytes memory leak.
  197.  
  198. - Fixed redrawing of prop gadgets.
  199.  
  200. - Fixed prop gadgets in listviews with lots of entries.
  201.  
  202. - Enhanced positioning of help bubble.
  203.  
  204. - Help bubbles and Drag&Drop messed up the display if CyberGraphX was
  205.   installed and the used screen was an ECS/AGA display mode with
  206.   interleaved bitmaps. Note well: If your bubbles are broken on
  207.   CyberGraphX screenmodes, be sure to use the *latest* version of
  208.   CyberGraphX from aminet.
  209.  
  210. - Rewrote PSI palette handling completely. Should be much easier to
  211.   use now. Included color presets as popup menus on the color page.
  212.  
  213. - Heavily reduced memory usage of string objects, optimized overall
  214.   memory consumption.
  215.  
  216. Changes for programmers:
  217.  
  218. - Implemented MUIA_List_PuddleSize, MUIA_List_ThreshSize and
  219.   MUIA_List_MemPool to control the pool created by a list object.
  220.  
  221. - Implemented scroll gadgets in window borders. See autodocs
  222.   of MUIA_Window_UseLeftBorderScroller, MUIA_Window_UseRightBorderScroller,
  223.   MUIA_Window_UseBottomBorderScroller and
  224.   MUIA_Prop_UseWinBorder, MUIA_Scrollgroup_UseWinBorder
  225.   for details.
  226.  
  227. - Implemented MUIM_Pendisplay_SetXXX methods to adjust defaults
  228.   of a pendisplay object.
  229.  
  230. - Implememted a timer in application class. See TIMER section
  231.   of MUIM_Application_AddInputHandler for details.
  232.  
  233. - Implemented MUIA_Application_WindowList. Getting this attribute
  234.   returns a pointer to a struct List which contains an applications
  235.   child windows. Use intuition.library/NextObject() to parse.
  236.  
  237. - Fixed get() of MUIA_Application_ForceQuit.
  238.  
  239. - Fixed MUIA_Text_HiChar with bold & italic texts.
  240.  
  241. - Fixed \033I[2,rrrrrrrr,gggggggg,bbbbbbbb] display bug which was
  242.   introduced in MUI 3.1.
  243.  
  244. - Reimplemented MUIA_Slider_Quiet.
  245.  
  246. - Implemented ESC P escape sequence to change pen for text strings.
  247.   Usage is like "This is \33P[17]color 17". Be sure to ObtainPen()
  248.   pens used like this.
  249.  
  250. - Fixed bug when bubbles or popup menus were used on windows
  251.   which's root object was not a group class object. Note that since MUI
  252.   plays some special tricks here, it is generally better to have the
  253.   root object of a window be a simple group class anyway. If you dont
  254.   need such a group in your window, use
  255.   MUIA_Window_RootObject, VGroup, Child, MyObj, End
  256.   instead of
  257.   MUIA_Window_RootObject, MyObj
  258.  
  259. - Fixed MUIM_Application_ShowHelp with V39 AmigaGuide library and
  260.   different help files.
  261.  
  262. - Fixed a very bad bug introduced in 3.1 that made applications crash
  263.   when MUIA_ShowMe was used on objects who's parent was the windows
  264.   root object.
  265.  
  266. - When an object is dropped somewhere outside a valid container,
  267.   the application object will receive a MUIM_DragDrop method. This
  268.   allows programs to take actions when MUI objects are e.g.
  269.   dropped on the Workbench.
  270.  
  271. - Fixed coordinate parameters of MUIM_DragDrop.
  272.  
  273. - Fixed OM_GET for MUIA_String_BufferPos and MUIA_String_DispPos.
  274.  
  275. - MUI 3.1 would accidently reopen windows which were closed during
  276.   an applications iconified state.
  277.  
  278. - Improved behaviour of MUIM_Application_Save/Load. You can override
  279.   the new methods MUIM_Export and MUIM_Import to export/import custom
  280.   data from your custom classes.
  281.  
  282. - Implemented MUIA_FillArea to avoid flickering when drawing custom classes.
  283.  
  284.  
  285.  
  286. ------------------------------------------------------------------------
  287. Version 3.1 (21-Nov-95)                      (muimaster.library V12.268)
  288. ------------------------------------------------------------------------
  289.  
  290. * MAJOR SASG UPDATE *
  291.  
  292. This is a major update. Please look at the information texts
  293. in the preferences program for information on how to update your
  294. registration.
  295.  
  296. Note: Almost everything in MUI changed, so this time, the changes
  297. section does not describe everything in detail but is just like a
  298. short overview.
  299.  
  300. Changes for users:
  301.  
  302. - To find a compromise between flexibility and resource usage, MUI 3
  303.   uses a completely new memory management concept. A lot of extra
  304.   features which are not necessarily needed to run applications have
  305.   been moved into external libraries. Most of these libraries are not
  306.   even loaded if MUI runs with its default settings. With this new
  307.   memory management, users have the the ability to control MUIs memory
  308.   usage by using appropriate configurations.
  309.  
  310. - MUI's speed has increased considerably compared with earlier versions.
  311.   This speedup depends on the machine MUI is running on: the slower the
  312.   Amiga, the more noticeable is the speed increase. Especially drawing
  313.   of GUI elements on ECS/AGA machines is a lot faster now due to a new
  314.   way of rendering. Even if a 7 MHz computer still can't be considered as
  315.   an optimum MUI platform, applications should perform a lot better now.
  316.  
  317. - The slow and bulky preferences system was completely rewritten, the
  318.   new way of handling settings is a lot clearer and more straight
  319.   forward. An applications local configuration is no longer adjusted
  320.   from the global preferences editor. Instead, all MUI applications
  321.   offer a way to open their private MUI settings window. This makes MUI
  322.   look more like an integral part of a program. Furthermore, the
  323.   settings windows are better structurized and offer easier access to
  324.   all configuration option.
  325.  
  326. - Public screen handling moved to an external program called "PSI"
  327.   (Public Screen Inspector). PSI fixes all known bugs of MUI 2.x
  328.   screens, is more easy to use and offers a few new features.
  329.   Furthermore, PSI can also be used independantly as screen manager for
  330.   non-MUI programs.
  331.  
  332. - All accompanying MUI programs make extensive use of brandnew MUI 3
  333.   programming features like dynamic object creations, balancing groups,
  334.   popup menus, Drag&Drop or Help bubbles. All those things have been
  335.   available on other operating systems for a long time, its about time
  336.   to get them to the Amiga.
  337.  
  338. Changes for programmers:
  339.  
  340. - Added so called "input handlers" which allow custom classes to
  341.   directly react on signal bits. See MUIM_AddInputHandler for details.
  342.  
  343. - You are encouraged to include a Settings/MUI... menu in your
  344.   application that does nothing but simply send a
  345.   MUIM_Application_OpenConfigWindow to your application object (see
  346.   psi.c).
  347.  
  348. - Implemented context sensitive popup menus. See autodocs of
  349.   MUIA_ContextMenu for details.
  350.  
  351. - Implemented custom layout groups. Positioning of children is
  352.   completely under programmers control. See new demo CustomLayout and
  353.   autodocs of MUIA_Group_LayoutHook for details.
  354.  
  355. - Changed layout behaviour of virtual groups. This should makes them
  356.   much more useful, especially together with the new custom layout
  357.   hooks. Performance was also increased. See autodocs of Virtgroup class
  358.   and Scrollgroup class for details.
  359.  
  360. - Implemented a Poppen class and new muimaster.library functions
  361.   MUI_ObtainPen() and MUI_ReleasePen(). Use this if your application
  362.   needs custom pens. See autodocs and demo Class2.c for details.
  363.  
  364. - Improved notification on MUIA_Window_InputEvent. See autodocs for
  365.   details.
  366.  
  367. - Fixed protection bits in dirlist objects MUIM_Dirlist_GetEntry.
  368.  
  369. - Implemented help bubbles. See MUIA_ShortHelp for details.
  370.  
  371. - Implemented MUIA_Parent attribute to ask an object about its parent
  372.   group.
  373.  
  374. - Included full source code of the new screen manager for educational
  375.   purposes. This little tool shows how to write good MUI programs. It
  376.   demonstrates several kinds of sub classes (windows, groups, lists),
  377.   drag & drop handling, dynamic object creation & linking, multi
  378.   threading, localization, help bubbles and much more. The screen
  379.   manager acts as a kind of standard MUI application, you can find lots
  380.   of important techniques and guidelines of MUI programming here. Forget
  381.   about the other demos, if you want to learn something, take the screen
  382.   manager. I want all of you to have a close look at the source and
  383.   drop your old-fashioned way of "ReturnID"-programming immediately.
  384.   It's time to get real object-oriented NOW! Don't be afraid of sub
  385.   classes, there isn't anything easier to work with.
  386.  
  387. - Implemented "disappearing" objects. Whenever a window is too small,
  388.   these objects are simply left out during layout calculations according
  389.   to their disappear level. This allows creation of complex and nice
  390.   GUIs while still remaining compatible with crappy 640x200 screens. See
  391.   autodocs of MUIA_HorizDisappear and MUIA_VertDisappear for details.
  392.  
  393. - Implemented "balancing" groups. See the Balancing demo and the
  394.   autodocs of the new BalanceClass for details.
  395.  
  396. - Implemented MUIM_Application_CheckRefresh method. You should call it
  397.   e.g. from IntuiMsgHooks of ASL-Requesters to ensure correct refreshing
  398.   of simple refresh type MUI windows. See autodocs and screen manager
  399.   source code for details.
  400.  
  401. - Implemented possibility to add objects to groups dynamically. See
  402.   autodocs of MUIM_Group_InitChange & MUIM_Group_ExitChange and screen
  403.   manager source code for details.
  404.  
  405. - Included simple brush2c program to help creating input for MUI's
  406.   Bitmap class. Source can be found in "MUI/Developer/C/Examples/",
  407.   usage examples are included in the screen manager's source code.
  408.  
  409. - Included classes to display tree structures.
  410.  
  411. - Introduced a new cycle chain system. All you have to do is to set
  412.   MUIA_CycleChain to 1 for every object that you want to have in your
  413.   chain, MUI does the rest automatically. The old
  414.   MUIM_Window_SetCycleChain will continue to work but is considered
  415.   obsolete.
  416.  
  417. - Implemented possibility to have custom builtin images in listviews.
  418.   No more need for external image files and other rubbish in your
  419.   applications. See psi.c ScreenList class and autodocs of
  420.   MUIM_List_CreateImage for details.
  421.  
  422. - Implemented full Drag&Drop facilities for all MUI objects. See
  423.   autodocs of MUIM_Drag#? in area class for details.
  424.  
  425. - Added a few new good-looking classes like level displays and turning
  426.   knobs. See slidorama demo for details.
  427.  
  428. - Rearranged class tree for slider-like classes that adjust numeric
  429.   values. See autodocs of numeric class and its subclasses for details.
  430.  
  431. - Implemented MUIM_Application_NewInput to improve behaviour of input
  432.   loops. MUIM_Application_Input will continue to work but is considered
  433.   obsolete.
  434.  
  435. - Implemented vertical bars in listviews with BAR/S switch for
  436.   MUIA_List_Format. See autodocs for details.
  437.  
  438.  
  439.  
  440. ------------------------------------------------------------------------
  441. Version 3.0 (10-Nov-95)                     (muimaster.library V11.3512)
  442. ------------------------------------------------------------------------
  443.  
  444. This was a special Computer 95 release and is not further documented.
  445.  
  446.  
  447.  
  448. ------------------------------------------------------------------------
  449. Version 2.3  (24-Dec-94)                      (muimaster.library V10.33)
  450. ------------------------------------------------------------------------
  451.  
  452. * MINOR SASG UPDATE *
  453.  
  454. Sorry, this update is a little smaller than usual. The reason is
  455. simple, I was on a long holiday trip during the last months. :-)
  456.  
  457. Changes for users:
  458.  
  459. - Online help works again (but only synchronous) for 2.x systems.
  460.  
  461. - Improved smooth scrolling for listviews with many entries.
  462.  
  463. - Prefs program fits on an NTSC 640x200 screen with topaz/8.
  464.  
  465. - Popup hotkey is filtered in string gadget input.
  466.  
  467. Changes for programmers:
  468.  
  469. - MUIA_String_MaxLen is gettable.
  470.  
  471. - MUIA_ControlChar works for listview class.
  472.  
  473. - Dirlist object returns correct file dates.
  474.  
  475. - MUIA_Dirlist_Directory is get()able.
  476.  
  477. - Implemented MUIA_Window_MouseObject & MUIA_Window_NeedsMouseObject
  478.   attributes for immediate online help. See autodocs & Settings demo
  479.   for details.
  480.  
  481. - Added some support for the GCC compiler (include/inline/muimaster.h).
  482.  
  483. - Implemented MUIA_Listview_ScrollerPos tag to specify the position of
  484.   the scrollbar in a listview.
  485.  
  486. - Fixed some problems with string gadgets and attached lists.
  487.  
  488. - Implemented MUIA_Application_UseRexx/UseCommodities attributes.
  489.   Set to FALSE to disable the builtin ARexx/Commodities handling.
  490.   Don't do this unless you have a very good reason!
  491.  
  492. - Boopsi objects in virtual groups are handled like string gadgets,
  493.   they only appear when they're completely visible.
  494.  
  495. - Implemented MUIV_Notify_Self, MUIV_Notify_Window and
  496.   MUIV_Notify_Application special values to simplify notification
  497.   mechanism. See autodocs of notify class (MUIM_Notify) for details.
  498.  
  499. - Note: If you have questions or suggestions about MUI, please do
  500.   *not* ask me directly. Write to the MUI mailing list instead:
  501.   To subscribe, send mail to listserv@taloa.unice.fr with
  502.   an empty subject and a line containing the magic words
  503.   SUB mui Your Name
  504.  
  505.  
  506.  
  507. ------------------------------------------------------------------------
  508. Version 2.2  (08-Aug-94)                       (muimaster.library V9.80)
  509. ------------------------------------------------------------------------
  510.  
  511. * MINOR SASG UPDATE *
  512.  
  513. Changes for users:
  514.  
  515. - There were some misunderstandings about SASG update rules. Unless
  516.   otherwise stated, all MUI updates are MINOR SASG UPDATES, i.e.
  517.   you are not required to update your keyfile. Major updates (maybe
  518.   one at the end of this year) will be specifically announced and
  519.   the MUI prefs program will tell you about it.
  520.  
  521. - When starting two or more MUI applications at the same time, there
  522.   was a chance that the keyfile was not recognized correctly.
  523.  
  524. - Fixed some installation script problems.
  525.  
  526. - Fixed a possible crash in the registration program.
  527.  
  528. - MUI 2.1 was accidently documented to require OS 2.1, that's of
  529.   course a documentation bug. MUI continues to run with 2.0.
  530.  
  531. - The serial number of a registered user is displayed in the prefs
  532.   programs about window.
  533.  
  534. - Because the MUI 2.1 default settings for HalfShine and HalfShadow
  535.   pen caused some confusion, they are back to standard MagicWB
  536.   rules (color n-4 and n-3) again.
  537.  
  538. - Fixed a bug in coloradjust class which caused wrong public screen
  539.   colors with V37.
  540.  
  541. - AmigaGuide online help works asynchronous for all MUI applications.
  542.  
  543. - Fixed some problems of listviews in virtual groups. Unfortunately,
  544.   some other problems are still there.
  545.  
  546. - Fixed cycle gadget lockup problem.
  547.  
  548. - Made window handling a bit more sensitive, MUI windows will now
  549.   look correctly even with non standard system gadget sizes.
  550.  
  551. - Prefs program terminates when receving a CTRL-C signal.
  552.  
  553. - Popup objects are controllable with a configurable hotkey.
  554.   See MUI-Prefs keyboard adjustment listview.
  555.  
  556. Changes for programmers:
  557.  
  558. - Autodocs for MUI_Redraw() didn't mention the important
  559.   fact that calling DoSuperMethod() is always the first
  560.   step in a custom classes MUIM_Draw method. Otherwise,
  561.   msg->flags is not set properly.
  562.  
  563. - Result of MUI_Redraw() changed from APTR to VOID.
  564.  
  565. - AppIcon notification works again.
  566.  
  567. - Implemented one-dimension virtual groups, useful e.g. for
  568.   button rows. See autodocs of MUIA_Scrollgroup_FreeHoriz and
  569.   MUIA_Scrollgroup_FreeVert for details.
  570.  
  571. - Getting MUIA_Disabled didn't work in previous releases.
  572.  
  573. - MUIA_Slider_Min und MUIA_Slider_Max are settable.
  574.  
  575. - Building subclasses of MUIC_Window is possible.
  576.  
  577. - Notify on MUIA_List_Entries works.
  578.  
  579. - Implemented MUIM_List_Move method to simplify moving entries
  580.   in a list. See autodocs for details.
  581.  
  582. - Implemented MUIA_Boopsi_Smart tag for better handling of "smart"
  583.   Boopsi classes, i.e. the freely distributable "editor.gadget".
  584.  
  585. - Implemented MUIM_NoNotifySet method for better handling of
  586.   bidirectional notifications (i.e. scrollbar - editorgadget).
  587.  
  588. - Implemented MUIA_List_InsertPosition to query position of
  589.   last inserted entry.
  590.  
  591. - Implemented MUIV_List_Remove_Selected for list class remove
  592.   method.
  593.  
  594. - Menuitem objects export & import their CHECKED state with
  595.   MUIM_Application_Save and MUIM_Application_Load.
  596.  
  597. - It's possible to include register groups in cycle chains.
  598.  
  599. - Implemented MUIA_Popobject_WindowHook to allow adjusting
  600.   cycle chains, default objects, etc. for popup objects.
  601.  
  602. - Programmers, please update "MUI.readme" in your distributions!
  603.  
  604.  
  605.  
  606. ------------------------------------------------------------------------
  607. Version 2.1  (03-Jul-94)                      (muimaster.library V8.697)
  608. ------------------------------------------------------------------------
  609.  
  610. * MINOR SASG UPDATE *
  611.  
  612. I planned to have a lot more new things for V2.1. Unfortunately, time
  613. was missing. Next versions of MUI will probably be split into a basic
  614. muimaster.library and a muifancy.library. The fancy library will hold
  615. all the additional features, users with low memory or slow machines may
  616. decide to leave out this stuff. For more infos, see the "Future" file
  617. in the developer archive.
  618.  
  619. Changes for users:
  620.  
  621. - From version 2.1 on, MUI is distributed under the rules of the SASG,
  622.   the Standardized Amiga Shareware Group. See the accompanying program
  623.   "Registration" for details.
  624.  
  625. - Screen preferences were not saved correctly sometimes.
  626.  
  627. - When changing the application with the preferences program,
  628.   MUI offers the possibility to use/save changed settings.
  629.  
  630. - Sliders can be configured to have their info text at the left side.
  631.  
  632. - Listview multiselect mode was sometimes triggered accidently.
  633.  
  634. - Enhanced popup menu configuration possibilities, including
  635.   custom background and frame settings and animated appearance.
  636.  
  637. - Removed the startup and shutdown command config options.
  638.  
  639. Changes for programmers:
  640.  
  641. - Implemented MUIV_NotTriggerValue. See autodocs of MUIM_Notify for
  642.   details.
  643.  
  644. - Fixed some autodoc syntax bugs, added version information for every
  645.   class and attribute.
  646.  
  647. - Implemented MUIA_Application_ForceQuit. See autodocs for details.
  648.  
  649. - Invisible or disabled objects don't trigger MUIA_AppMessage
  650.   notification anymore.
  651.  
  652. - Fixed Dirlist class problems with short directory names.
  653.  
  654. - When MUI fails to open a window, notifications on MUIA_Window_Open
  655.   are not triggered anymore.
  656.  
  657. - Fixed a little memory eating bug.
  658.  
  659. - Added a "often used object" collection to muimaster.library. You
  660.   should use this collection as frequently as possible instead of
  661.   building your own objects or using the supplied macros. See
  662.   autodocs of MUI_MakeObject() for details.
  663.  
  664. - Simplified the creation of labels with underscore. This makes
  665.   localization much easier. See autodocs of MUI_MakeObject()
  666.   for details.
  667.  
  668. - Added object oriented menus. See new demo program and autodocs of
  669.   menustrip, menu and menu item class for details.
  670.  
  671. - Controlling a slider object with keyboard accidently triggered
  672.   notification twice.
  673.  
  674. - Fixed problems when language specific special characters were
  675.   used as shortcut.
  676.  
  677. - Included documentation on how to write external public
  678.   custom classes. See developer docs and new examples in
  679.   "MUI/Developer/C/Examples/Classes" for details.
  680.  
  681. - Fixed a crash when the colorwheel.gadget was not available under V39.
  682.  
  683. - Implemented new builtin classes MUIC_Poplist, MUIC_Bitmap and
  684.   MUIC_Bodychunk. Just a few bytes of code but very useful.
  685.  
  686. - Rewrote some critical parts of MUI in assembler.
  687.  
  688. - Fixed a problem when MUIA_ShowMe was used on groups.
  689.  
  690. - Implemented MUIA_Window_FancyDrawing for highspeed programs.
  691.  
  692. - Fixed some notification bugs for register objects.
  693.  
  694.  
  695.  
  696. ------------------------------------------------------------------------
  697. Version 2.0  (11-Feb-94)                      (muimaster.library V7.973)
  698. ------------------------------------------------------------------------
  699.  
  700. Changes for users:
  701.  
  702. - Rearranged libraries. Classes which are needed by all applications or
  703.   which are very small are integrated in muimaster.library. Fancy and
  704.   rarely used classes come as external files. This speeds up starting
  705.   the first MUI application and simplifies installation procedure for
  706.   commercial applications.
  707.  
  708. - Integration of classes increases performance significantly.
  709.  
  710. - Rearranged the prefs program completely. Major changes include
  711.   "single application" mode, image multiselect, presets and localization.
  712.   I cannot list all the other news here in detail, but together they should
  713.   make adjusting preferences a lot easier.
  714.  
  715. - Included beautiful new 8 color images, patterns and button designs from
  716.   Martin "MagicWB" Huttenloher. Give them a try!
  717.  
  718. - Fixed several screenmode requester bugs.
  719.  
  720. - Fixed problems with crazy going prop gadgets.
  721.  
  722. - Changed "active object" display. No more ugly active background but
  723.   instead a nice extra frame will be displayed.
  724.  
  725. - Getting the name of the used public screen is possible with
  726.   new ARexx command "info screen".
  727.  
  728. - Documented ARexx command error result codes.
  729.  
  730.  
  731. Changes for programmers:
  732.  
  733. - More detailed developer documentation including information about
  734.   writing custom classes and a MUI style guide. Read it!
  735.  
  736. - Included new demos "ClassN" to show how to implement custom
  737.   classes.
  738.  
  739. - Added the ability to specify a listview multiselect type directly.
  740.   See MUIA_Listview_MultiSelect attribute for details.
  741.  
  742. - The MUIA_ShowMe attribute can be used to hide objects. Using this
  743.   attribute is even possible in open windows, hiding object will
  744.   then cause a new layout to take place. When necessary, the parent
  745.   window will be resized automatically. Included new demo program
  746.   "ShowHide".
  747.  
  748. - Implemented popstring, popasl, popobject classes for asynchronous
  749.   popups. popasl class is the recommended way to include file/font/etc.
  750.   requesters. Included new demo program "Popup" to demonstrate the new
  751.   popup classes.
  752.  
  753. - Added a register class. No, this is not for registrating your MUI,
  754.   its used to create flexible titled page groups. See the prefs
  755.   program and the pages demo for details.
  756.  
  757. - Added the ability to specify a listview multiselect type directly.
  758.   See MUIA_Listview_MultiSelect attribute for details.
  759.  
  760. - Implemented MUIM_List_InsertSingle method.
  761.  
  762. - Multiline entries ("foo\nbar") in a cycle gadget were not handled
  763.   correctly.
  764.  
  765. - Implemented MUIA_Rectangle_HBar and MUIA_Rectangle_VBar to create
  766.   nice single border lines.
  767.  
  768. - Implemented MUIM_MultiSet method, MUIA_NoNotify attribute and
  769.   MUIM_KillNotify method for notify class.
  770.  
  771. - Implemented MUIA_Gauge_InfoText attribute.
  772.  
  773. - Implemented MUIA_Listview_ClickColumn, MUIA_Listview_DefClickColumn.
  774.  
  775. - Fixed problem with MUIA_Application_Iconified notification.
  776.  
  777. - Implemented MUIV_List_Select_All for MUIM_List_Select method.
  778.  
  779. - Fixed some problems with sleeping windows and applications.
  780.  
  781. - MUIA_List_First and MUIA_List_Visible are really get()able.
  782.  
  783. - Fixed a problem with keyboard control for MUIA_Slider_Quiet sliders,
  784.   implemented MUIA_Slider_Reverse tag.
  785.  
  786. - Tag value and documentation for MUIA_List_Title attribute was
  787.   missing.
  788.  
  789. - Specifying images with "1:x" never worked, use "6:x" instead.
  790.   See MUIA_Image_Spec for details.
  791.  
  792. - MUI_Request() gadgets may contain '_' characters to indicate keyboard
  793.   shortcuts.
  794.  
  795. - Implemented MUIA_Application_RexxHook.
  796.  
  797. - Implemented MUIA_String_EditHook.
  798.  
  799.  
  800.  
  801. ------------------------------------------------------------------------
  802. Version 1.4  (27-Oct-93)                      (muimaster.library V6.435)
  803. ------------------------------------------------------------------------
  804.  
  805. From V1.4 on, MUI is distributed in two separate archives:
  806.   muiXXusr.lha - libraries, classes, demos, user documentation.
  807.   muiXXdev.lha - programmer interfaces and programmer documentation.
  808.  
  809.  
  810. Changes for users:
  811.  
  812. - Important Note:
  813.   Due to some enhancements in image processing, registered users will
  814.   have to readjust their image settings. Otherwise some images might
  815.   not be visible!
  816.  
  817. - I accept every currency for registration now. Please read the
  818.   registration section of the manual for details.
  819.  
  820. - Rearranged preferences program. Instead of many different windows,
  821.   page groups are used and should make things a lot easier.
  822.  
  823. - Implemented palette gadget for public screens.
  824.  
  825. - Added the possibility to use an RGB color as image (V39 and above).
  826.  
  827. - Implemented background pattern for screens (V39 and above).
  828.  
  829. - Background pictures allocate their colors correctly (V39 and above).
  830.  
  831. - Gauge frame and radio button spacing didn't work.
  832.  
  833. - Reduced flicker when resizing a window with a fancy background.
  834.  
  835. - Added configuration switch for window redraw type. Possible settings
  836.   are fast/ugly and slow/nice. Defaults to fast/ugly, which isn't really
  837.   really ugly but maybe faster.
  838.  
  839. - Added special screen type to address the frontmost public screen.
  840.  
  841. - Speeded up first drawing of a window.
  842.  
  843. - Fixed some simple refresh problems with page groups.
  844.  
  845. - Iconify Gadget wasn't visible on a one plane display.
  846.  
  847. - Improved text rendering speed about 20% (maybe even more if you have
  848.   some data cache).
  849.  
  850. - Made cycle popups blazingly fast and more configurable (frame setting).
  851.  
  852. - One gadget requesters can always be answered with the [Press] key.
  853.  
  854. - Two gadget requesters can always be answered with 'y' for the left
  855.   and 'n' for the right gadget.
  856.  
  857. - Requester buttons sometimes were layouted with no intermediate
  858.   spacing.
  859.  
  860. - Scrolling a partially obscured listview in a simple refresh window
  861.   would create some pixel garbage.
  862.  
  863. - Reasonably speeded up listview drawing, cursor handling and multi
  864.   selecting. Together with keyboard scrolling, display is even faster
  865.   if a listview's height is exactly a multiple of its line height.
  866.  
  867. - Implemented configuration switch for full line listviews. These
  868.   listviews won't show incomplete lines are and are somewhat
  869.   faster. Default are full line listviews.
  870.  
  871. - Fixed some public screen open and close problems.
  872.  
  873. - Tab size in floattext class was handled wrong.
  874.  
  875. - Eliminated first and last line flicker when scrolling listviews.
  876.  
  877. - Rearranged and rewrote parts of the documentation.
  878.  
  879. - Please read the manuals "Discussion" section before reporting
  880.   any problems!
  881.  
  882.  
  883. Changes for programmers:
  884.  
  885. - Attention... very powerful feature... :-)
  886.   Implemented virtual (scrolling) groups. Included new program
  887.   "Virtual" for demonstration.
  888.  
  889. - New color oriented classes: Colorfield, Coloradjust, Palette.
  890.  
  891. - Fixed vertical slider problem.
  892.  
  893. - Trying to create an object from a non existing class caused an
  894.   enforcer hit.
  895.  
  896. - Enabling a group containing prop/string gadgets didn't really enable
  897.   the gadgets.
  898.  
  899. - Implemented MUIM_WriteString and MUIM_WriteLong methods for easy
  900.   structure updating.
  901.  
  902. - Implemented MUIA_ControlChar for slider objects.
  903.  
  904. - MUIA_Group_ActivePage didn't trigger notification.
  905.  
  906. - Fixed some minor text engine bugs.
  907.  
  908. - During the execution of a MUIM_CallHook in a notify method,
  909.   other MUI tasks were locked.
  910.  
  911. - Implemented MUIA_Version and MUIA_Revision attributes to allow
  912.   version checking for applications.
  913.  
  914. - The number of the current entry is passed to a list display
  915.   hook as additional parameter.
  916.  
  917. - Setting a boopsi gadgets attributes didn't cause a display update.
  918.  
  919. - Setting MUIA_Background wouldn't always update the display.
  920.  
  921. - Children of MUIA_Group_SameXXXX groups could accidently be enlarged
  922.   beyond their maximum size.
  923.  
  924. - Implemented MUIA_Application_BrokerPri attribute.
  925.  
  926. - Implemented MUIA_Application_BrokerPort attribute. This port can
  927.   e.g. be used to add additional HotKeys with the HotKey() amiga.lib
  928.   function.
  929.  
  930. - Recognizing a press/release of a prop gadget is possible by
  931.   listening to the MUIA_Prop_Pressed attribute.
  932.  
  933. - Adding and removing members of groups could accidently change
  934.   the groups orientation.
  935.  
  936. - Implemented some new standard images concerning tape deck and network
  937.   issues.
  938.  
  939. - MUIM_Application_Get/SetMenuCheck didn't work.
  940.  
  941. - Some Modula and Oberon interface changes.
  942.  
  943. - Implemented MUIA_Slider_Quiet tag to hide the number output.
  944.  
  945. - Implemented MUIA_Dirlist_MultiSelDirs attribute.
  946.  
  947. - Implemented MUIA_Window_PublicScreen tag to force opening windows
  948.   on certain public screens.
  949.  
  950. - Implemented MUIM_List_NextSelected to help stepping through selected
  951.   entries of a list.
  952.  
  953. - Implemented MUIA_List_Title attribute to support titles for
  954.   (multi columned) lists.
  955.  
  956. - MUIA_List_Active wasn't reported during a MUIM_List_Clear.
  957.  
  958. - MUIA_List_Active was reported twice during a MUIM_List_Remove.
  959.  
  960. - MUIA_Boopsi_Object didn't trigger notification.
  961.  
  962. - Implemented default sizes for all classes. New windows will
  963.   be opened using these default sizes instead of
  964.   MUIV_Window_Width/Height_MinMax(10).
  965.  
  966. - Menu multi select didn't work.
  967.  
  968. - Autodocs are alphabetically sorted now.
  969.  
  970.  
  971.  
  972. ------------------------------------------------------------------------
  973. Version 1.3  (29-Aug-93)                      (muimaster.library V5.141)
  974. ------------------------------------------------------------------------
  975.  
  976. - MUIA_String_Secret string gadgets crashed on an 68000.
  977.  
  978. - Corrected assembler includes.
  979.  
  980. - Fixed bug with MUIA_Window_ActiveObject.
  981.  
  982.  
  983.  
  984. ------------------------------------------------------------------------
  985. Version 1.2  (28-Aug-93)                      (muimaster.library V5.140)
  986. ------------------------------------------------------------------------
  987.  
  988. - Fixed enforcer hits in ARexx HELP command.
  989.  
  990. - Setting MUIA_Background did not refresh the display.
  991.  
  992. - Added validity check on key description strings in prefs program.
  993.  
  994. - Initializing string or prop gadgets with MUIA_Disabled didn't really
  995.   disable the gadget.
  996.  
  997. - Fixed some sync problems with MUIA_String_Integer.
  998.  
  999. - Menu checkmarks would disappear when a window was closed and reopened.
  1000.  
  1001. - Specifying a non existing font caused windows to disappear.
  1002.  
  1003. - Included Manx, Assembler, Modula, Oberon and Amiga-E interfaces.
  1004.  
  1005. - Implemented MUIA_Window_Screen attribute. This allows opening a
  1006.   MUI window on an explicitly defined intuition screen.
  1007.  
  1008. - Rewrote the image caching mechanism. This should fix some bugs
  1009.   and system crashes with non existing external image files.
  1010.  
  1011. - Fixed a bad bug that could trash the stack under certain
  1012.   circumstances.
  1013.  
  1014. - MUIA_Selected didn't work at object creation time.
  1015.  
  1016. - Better MOUSEMOVE and INTUITICKS handling to improve performance.
  1017.  
  1018. - Using simple refresh windows would sometimes freeze the system.
  1019.  
  1020. - Attention... very powerful feature... :-)
  1021.   Implemented two new attributes for group class:
  1022.   MUIA_Group_PageMode   (TRUE/FALSE)      this group is a page group.
  1023.   MUIA_Group_ActivePage (0...numchilds-1) this child shall be displayed.
  1024.   Page groups always show exactly one of their childs. The number of
  1025.   this child can be changed dynamically, even in an open window.
  1026.   New demo "Pages" demonstrates the new page groups.
  1027.  
  1028. - Included AppWindow support. See MUIA_Window_AppWindow,
  1029.   MUIA_Application_DropObject and MUIA_AppMessage for details.
  1030.   New demo "AppWindow" for demonstration.
  1031.  
  1032. - Bumped version number of all libs to 5. You must not mix MUI
  1033.   classes and libraries with different version numbers, this
  1034.   will lead into problems. Revision numbers are uncritical.
  1035.   Note: This does not affect applications. They will of course
  1036.   work with all MUI releases, as long as all version numbers
  1037.   are identical.
  1038.  
  1039. - Included version number checking. MUI will refuse to open
  1040.   classes when the class version doesn't match the master
  1041.   library. Note: when I'm sure about internal class communication
  1042.   (maybe in a few months...), this check will become obsolete.
  1043.  
  1044.  
  1045.  
  1046. ------------------------------------------------------------------------
  1047. Version 1.1  (15-Aug-93)                       (muimaster.library V4.58)
  1048. ------------------------------------------------------------------------
  1049.  
  1050. - Removed a remaining serial debug output.
  1051.  
  1052. - Corrected installation script for 2.x systems.
  1053.  
  1054. - Corrected HELP: assign of "StartMeFirst" script.
  1055.  
  1056. - Corrected some autodocs and header file bugs.
  1057.  
  1058. - Added system configuration switch to adjust window refresh
  1059.   type, possibilities are simple refresh and smart refresh.
  1060.  
  1061. - Made some changes to the Oberon interface.
  1062.  
  1063. - String gadgets with an invisible font ate some bytes of memory.
  1064.  
  1065. - Fixed some bugs with failing boopsi images.
  1066.  
  1067. - Some minor changes to some of the demo programs.
  1068.  
  1069. - Speeded object creation about 10%.
  1070.  
  1071. - For boopsi image implementors: boopsi images now have the ability
  1072.   to specify a desired minimum and maximum size. See "mui.h"
  1073.   for details.
  1074.  
  1075. - Implemented MUIA_Window_DefaultObject attribute. See autodocs
  1076.   for details.
  1077.  
  1078. - Added some new boopsi images.
  1079.  
  1080. - Implemented MUIA_ControlChar for radio buttons. Pressing
  1081.   the control char will activate the next (shift -> previous)
  1082.   radio button element.
  1083.  
  1084. - Implemented MUIA_ControlChar for string gadgets. Pressing
  1085.   the control char will activate the gadget.
  1086.  
  1087. - Added some more keyboard shortcuts to the prefs program.
  1088.  
  1089. - Minimum width for MUIA_Window_SizeRight windows was calculated wrong.
  1090.  
  1091. - Last characters of some text fields were not displayed with
  1092.   certain fonts.
  1093.  
  1094.  
  1095.  
  1096. ------------------------------------------------------------------------
  1097. Version 1.0  (08-Aug-93)                        (muimaster.library V4.4)
  1098. ------------------------------------------------------------------------
  1099.  
  1100. - Initial Release.
  1101.