home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / RxMUI / Changes < prev    next >
Encoding:
Text File  |  2001-09-23  |  5.4 KB  |  171 lines

  1.  
  2. RxMUI 14.0
  3.     - Some fixes
  4.  
  5. RxMUI 13.0
  6.     - CoerceMethod() SetClassAttrs() functions added
  7.     - Little bug in the functions dispatcher: fixed
  8.  
  9. RxMUI 12.8
  10.     - HTMLview VLink attribute added
  11.     - Group Sort method added
  12.     - Litle bug in xget(): fixed
  13.     - Guide fixed
  14.     - DocsBrowser.rexx modified
  15.  
  16. RxMUI 12.7
  17.     - Internal revision
  18.  
  19. RxMUI 12.6
  20.     - Pics attribute of Picture class added
  21.     - MVXXX attributes of MysticView class changed to XXX
  22.     - PopAsl rxasl.library V44 support was bugged: fixed
  23.     - CompactWindow was bad bugged: fixed
  24.     - HexEdit documentation fixed
  25.     - MakeObj() generates Enforcer-Hits if called without the 2nd
  26.       argument: fixed
  27.     - Documentation rewritten in gray background and fixed
  28.     - DocsBrowser.rexx fixed
  29.     - Some example macro added
  30.  
  31.  
  32. RxMUI 12.5
  33.     - Group class method InitChange (same as InitChanges) added
  34.     - Group class method ExitChange (same as ExitChanges) added
  35.     - HTMLView class method GoToURL (same as GoURL) added
  36.     - HTMLView class attribute ImagesInDecodeQueue (same as ImageInDecodeQueue) added
  37.     - Listtree and NListtree rewritten (but still betas)
  38.     - Some minor fix
  39.  
  40. RxMUI 12.4
  41.     - String/AttachedList attribute added
  42.     - TextEditor "Busy object" bug fixed
  43.     - TextEditor not accepting a Scrollbar in Slider
  44.       attribute fixed
  45.  
  46. RxMUI 12.3
  47.     - Application/Return method internal modification
  48.     - String class had an Enforcer-hit (read from 0): fixed
  49.  
  50. RxMUI 12.2
  51.     - A strange problem in NewHandle(): fixed
  52.  
  53. RxMUI 12.1
  54.     - Problem with DropObject: changed InsertReturn method of Application
  55.       class
  56.     - Bitmap.rxmec was broken
  57.     - Some minor fix
  58.  
  59. RxMUI 12.0
  60.     - NListview, NList and NFloattext are external now
  61.     - Floattext and NFloattext fixed
  62.     - (N)List/ShowDropmark was a typo: added ShowDropmarks that is
  63.       the right one
  64.     - (N)List/MinLineHeight was missed: added
  65.     - Fixed drag and drop between 2 (N)Listview
  66.     - French and Spanish catalogs added
  67.     - Added Application/DropEvent attribute
  68.  
  69. RxMUI 11.0
  70.     - A Virtgroup object doesn't get a Virtual Frame by default.
  71.     - Virtgrop class is internal
  72.     - Image class is internal
  73.     - Cycle class is internal
  74.     - Radio class is internal
  75.     - Lots of changes to improve stability
  76.     - External class had no d&d mechanism: fixed
  77.     - Many others
  78.  
  79. RxMUI 10.0 - Aminet Release
  80.     - Windows with RefWindow had a bad bug while disposing: fixed.
  81.     - Each object created used to have a very large pool. This is
  82.       not need at all for many objects, like e.g. Scale or Radio;
  83.       now very small pools are created for some objects.
  84.     - A List object gets an InputList Frame by default.
  85.     - A Virtgroup object gets a Virtual Frame by default.
  86.     - Application, Window, List, NList, Speedbar classes
  87.       rewritten.
  88.     - Documentations fixed.
  89.  
  90. RxMUI 9.1
  91.     - Window and Application classes run faster
  92.     - AboutMUI AboutRxMUI and About Application methods now
  93.       accept "_first" as RefWindow. "_first" means "the first
  94.       application window"
  95.     - Again no AllocMem() usage: every allocation is pooled.
  96.       This should reduce memory fragmentation.
  97.  
  98. RxMUI 9.0
  99.     Bad news: In the last month my MUForce was broken. It means
  100.     that I can't noticed the many enforcer hits produced by my
  101.     fool modifications. I am so sorry for that. Now all is ok,
  102.     RxMUI is very strong and does not produce any enforcer hit
  103.     and or crashes in any way. Many changes were done, because
  104.     many things were really broken.
  105.  
  106. RxMUI 8.0
  107.     - Quite totally rewritten rxtoolkit.lib (wich is the interface
  108.       to ARexx stems)
  109.     - Error reporting fixed
  110.     - Many bugs fixed
  111.  
  112. RxMUI 7.0
  113.     - LoadRxMUI() FreeRxMUI() Removed because never used anywhere
  114.  
  115. RxMUI 6.9
  116.     - About and AboutRxMUI changed
  117.     - Fixed a bug in Application that Disposed the object in a wrong way
  118.     - (N)Listview classes revisited
  119.     - New catalog handling
  120.     - Urltext.mcc Urltext.mcp changed
  121.  
  122. RxMUI 6.8
  123.     - internal revision
  124.  
  125. RxMUI 6.7
  126.     - internal revision
  127.  
  128. RxMUI 6.6
  129.     - Dirlist: RejectIcons, AcceptPattern, RejectPattern added
  130.     - Text(): for years used Button font: fixed (now you may set
  131.       the font or it inherits that)
  132.     - (N)List class: added AddStem and ClearAddStem methods, wich should
  133.       be very usefull
  134.     - Text class: attribute Integer documented
  135.     - Errors reporting fixed
  136.     - Urltext class added
  137.     - SetMin=1 for Text() restored: back compatibility problems
  138.     - Many many changes, many part of code rewritten totally
  139.  
  140. RxMUI 6.5
  141.     - Infotext class added
  142.     - Slider din't accept Horiz switch: fixed
  143.     - picture.rxmec added
  144.     - String() didn't accept numeric keys: fixed
  145.     - (N)Floattext were broken: fixed
  146.  
  147. RxMUI 6.4
  148.     - bitmap.rxmec rewritten
  149.     - dtpic.rxmec rewritten
  150.     - rxmui.cd rxmui.ct added
  151.     - Toolbar.rxmec added
  152.     - Application/OpenConfigWindow sleeps Application object
  153.       during init now
  154.     - Application didn't accept NONOTIFYSET: fixed
  155.     - SetMin=0 is default for Text() now
  156.     - documentation browser changed
  157.     - HTMLview uses asyncio.library, if present
  158.     - internal optimization
  159.  
  160. RxMUI 6.3
  161.     - HTMLview fixed
  162.     - rxmui.library external classes interface made faster
  163.     - fixed Bitmap
  164.     - fixed Speedbar
  165.     - added xnewobj()
  166.     - fixed Scrollgroup
  167.     - added rxmui.cd and rxmui.ct for localization
  168.     - xget() and xnewob() show now a requester with only "Cancel" gadget
  169.     - functions (it is a .lib) to write ARexx stem rewritten
  170.     - added Application WantARexxCmd attribute
  171.