home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / RxMUI / changes < prev    next >
Encoding:
Text File  |  2001-05-24  |  3.1 KB  |  93 lines

  1. RxMUI 10.0 - Aminet Release
  2.     - Windows with RefWindow had a bad bug while disposing: fixed.
  3.     - Each object created used to have a very large pool. This is
  4.       not need at all for many objects, like e.g. Scale or Radio;
  5.       now very small pools are created for some objects.
  6.     - A List object gets an InputList Frame by default.
  7.     - A Virtgroup object gets a Virtual Frame by default.
  8.     - Application, Window, List, NList, Speedbar classes
  9.       rewritten.
  10.     - Documentations fixed.
  11.  
  12. RxMUI 9.1
  13.     - Window and Application classes run faster
  14.     - AboutMUI AboutRxMUI and About Application methods now
  15.       accept "_first" as RefWindow. "_first" means "the first
  16.       application window"
  17.     - Again no AllocMem() usage: every allocation is pooled.
  18.       This should reduce memory fragmentation.
  19.  
  20. RxMUI 9.0
  21.     Bad news: In the last month my MUForce was broken. It means
  22.     that I can't noticed the many enforcer hits produced by my
  23.     fool modifications. I am so sorry for that. Now all is ok,
  24.     RxMUI is very strong and does not produce any enforcer hit
  25.     and or crashes in any way. Many changes were done, because
  26.     many things were really broken.
  27.  
  28. RxMUI 8.0
  29.     - Quite totally rewritten rxtoolkit.lib (wich is the interface
  30.       to ARexx stems)
  31.     - Error reporting fixed
  32.     - Many bugs fixed
  33.  
  34. RxMUI 7.0
  35.     - LoadRxMUI() FreeRxMUI() Removed because never used anywhere
  36.  
  37. RxMUI 6.9
  38.     - About and AboutRxMUI changed
  39.     - Fixed a bug in Application that Disposed the object in a wrong way
  40.     - (N)Listview classes revisited
  41.     - New catalog handling
  42.     - Urltext.mcc Urltext.mcp changed
  43.  
  44. RxMUI 6.8
  45.     - internal revision
  46.  
  47. RxMUI 6.7
  48.     - internal revision
  49.  
  50. RxMUI 6.6
  51.     - Dirlist: RejectIcons, AcceptPattern, RejectPattern added
  52.     - Text(): for years used Button font: fixed (now you may set
  53.       the font or it inherits that)
  54.     - (N)List class: added AddStem and ClearAddStem methods, wich should
  55.       be very usefull
  56.     - Text class: attribute Integer documented
  57.     - Errors reporting fixed
  58.     - Urltext class added
  59.     - SetMin=1 for Text() restored: back compatibility problems
  60.     - Many many changes, many part of code rewritten totally
  61.  
  62. RxMUI 6.5
  63.     - Infotext class added
  64.     - Slider din't accept Horiz switch: fixed
  65.     - picture.rxmec added
  66.     - String() didn't accept numeric keys: fixed
  67.     - (N)Floattext were broken: fixed
  68.  
  69. RxMUI 6.4
  70.     - bitmap.rxmec rewritten
  71.     - dtpic.rxmec rewritten
  72.     - rxmui.cd rxmui.ct added
  73.     - Toolbar.rxmec added
  74.     - Application/OpenConfigWindow sleeps Application object
  75.       during init now
  76.     - Application didn't accept NONOTIFYSET: fixed
  77.     - SetMin=0 is default for Text() now
  78.     - documentation browser changed
  79.     - HTMLview uses asyncio.library, if present
  80.     - internal optimization
  81.  
  82. RxMUI 6.3
  83.     - HTMLview fixed
  84.     - rxmui.library external classes interface made faster
  85.     - fixed Bitmap
  86.     - fixed Speedbar
  87.     - added xnewobj()
  88.     - fixed Scrollgroup
  89.     - added rxmui.cd and rxmui.ct for localization
  90.     - xget() and xnewob() show now a requester with only "Cancel" gadget
  91.     - functions (it is a .lib) to write ARexx stem rewritten
  92.     - added Application WantARexxCmd attribute
  93.