home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / gadtoolsbox / changes < prev    next >
Text File  |  1995-02-27  |  30KB  |  567 lines

  1.  
  2.    This file contains specific changes/fixes in the different releases of
  3.    The GadToolsBox program. The most recent version is first in the list.
  4.    The following is a list of abbrevations so you know what's what.
  5.  
  6.    SA  = Suggestion added.
  7.    MIN = Minor bug fixed.
  8.    MAJ = Major bug fixed.
  9.    NF  = New Feature.
  10.    CH  = Minor change.
  11.  
  12.    NOTE: THE BINARIES SAVED WITH PRE-1.2 VERSIONS OF THE  PROGRAM  CANNOT
  13.          BE LOADED BY THIS VERSION OF GADTOOLSBOX!
  14.  
  15.          MY FIDO ADDRESS CHANGED! YOU CAN NOW REACH ME AT:
  16.  
  17.              2:285/502.7 Jan van.den.Baard
  18.  
  19.          The written history prior to the 2.0  release has  been removed.
  20.  
  21.    ----------------------------------------------------------------------
  22.    GadToolsBox V2.0c (Bug-fix release) (released 14-Apr-93) (37.300)
  23.    ----------------------------------------------------------------------
  24.    08-Apr-1993  CH      Added my  UUCP  address to  the About  requester.
  25.                         (37.294)
  26.  
  27.    08-Apr-1993  MIN     Clicking on  Cancel  in  the  FileRequester  when
  28.                         opening a new file resulted  in a "Unable to open
  29.                         xxxxxx" requester. Oops. (37.295)
  30.  
  31.    09-Apr-1993  MIN     Fixed a  couple  of  small  bugs.   Bugs found by
  32.                         Marcel Offermans. (37.296)
  33.  
  34.    09-Apr-1993  NF-SA   Added a CloseScreen() test.  This will allow (but
  35.                         not encourage!) the use of tools like MKS_Lens on
  36.                         the GTB screen. Suggested by Ola Olsson. (37.297)
  37.  
  38.    13-Apr-1993  MAJ     GadToolsBox still did not work correctly somtimes
  39.                         when opening  a  screen.   This should NOT happen
  40.                         anymore. Bug found by Kai Bolay. (37.298)
  41.  
  42.    14-Apr-1993 MAJ      Fixed enforcer hits when clicking OK in  the Grid
  43.                         and  Offsets  windows.   Bug  found by Ola Olsson
  44.                         and Kai Bolay. (37.299)
  45.  
  46.    14-Apr-1993 MAJ      The  bug  with  the  un-terminated  DriPen  array
  47.                         should not occure anymore.   Bug found by several
  48.                         people. (37.300)
  49.  
  50.    ----------------------------------------------------------------------
  51.    GadToolsBox V2.0b (Bug-fix release) (released 07-Apr-93) (37.293)
  52.    ----------------------------------------------------------------------
  53.    05-Apr-1993  MIN     Fixed a small problem  when using  GadToolsBox in
  54.                         combination with QMouse. GadToolsBox would (after
  55.                         the window was opened) keep the busy  pointer.  I
  56.                         simply   added  a   ClearPointer()   after    the
  57.                         rtUnlockWindow() call.  I don't know who's  fault
  58.                         it is  (GadToolsBox,  QMouse  or  ReqTools).  Bug
  59.                         found by Arnout Grootveld. (37.292)
  60.  
  61.    07-Apr-1993  MAJ     GadToolsBox GURU'd when a window refresh happened
  62.                         and the "Gadgets" item was checked.  Bug found by
  63.                         Dave Lowrey. (37.293)
  64.  
  65.    ----------------------------------------------------------------------
  66.    GadToolsBox V2.0a (Bug-fix release) (released 02-Apr-93) (37.291)
  67.    ----------------------------------------------------------------------
  68.    21-Mar-1993  MAJ     Changed the "bsr" branches in the assembly source
  69.                         generator to "jsr".  When generating large  files
  70.                         the   "bsr"   branches   could   not   reach  the
  71.                         destination addresses. Bug found by Mick Hohmann.
  72.                         (37.274)
  73.  
  74.    21-Mar-1993  MAJ     Fixed a bug in the assembly source  generator. It
  75.                         did a CloseFont with _DiskfontBase  in a6 instead
  76.                         of _GfxBase. (37.275)
  77.  
  78.    21-Mar-1993  MAJ     The font adaptable source of the  assembly source
  79.                         generator screwed-up totally.   Bug found by Mick
  80.                         Hohmann. (37.276)
  81.  
  82.    21-Mar-1993  MIN     The gadget  creation  routine  that  the assembly
  83.                         source  generator  generates  returned  the wrong
  84.                         error code uppon failure. (37.277)
  85.  
  86.    21-Mar-1993  MAJ     Fixed   another  assembly  source  generator bug.
  87.                         Replaced all "add.b sc_WBorxxx(a0),d0" calls with
  88.                         "move.b sc_WBorxxx(a0),d1  ext.w d1  add.w d1,d0"
  89.                         This works, the other solution did not. (37.278)
  90.  
  91.    22-Mar-1993  CH      Recompiled under DICE v2.07.54R.  Finally got rid
  92.                         of those unused  local variables  the  easy  way!
  93.                         Also edited the about  requester to  reflect  the
  94.                         new DICE copyright notices. (37.279)
  95.  
  96.    22-Mar-1993  MIN     Fixed a small bug.   In  some  cases the selected
  97.                         gadgets   where  not  deselected  when  an  other
  98.                         gadget  was  selected without the shift key down.
  99.                         Bug found by Kai Bolay. (37.280)
  100.  
  101.    22-Mar-1993  NF-SA   Added Drag-Selection of  gadgets.   Suggested  by
  102.                         several people. (37.281)
  103.  
  104.    24-Mar-1993  MIN     Once a GETFILE gadget was disabled  it could  not
  105.                         be enabled again.   Bug found by Garry  Glendown.
  106.                         (37.282)
  107.  
  108.    25-Mar-1993  MIN     Position adjustment on  backdrop  windows after a
  109.                         edit screen  re-open  screwed up.  Switching font
  110.                         caused the same problem.  Bug  found by Christoph
  111.                         Burgdorf. (37.283)
  112.  
  113.    27-Mar-1993  MAJ     As it seems  GadToolsBox  screwed-up  majorly  in
  114.                         it's startup. Bug found by Reza Elghazi. (37.284)
  115.  
  116.    27-Mar-1993  MIN     The ShowSelected gadget  in the  ListView  editor
  117.                         did not work correctly. Bug found by Reza Elghazi
  118.                         (37.285)
  119.  
  120.    29-Mar-1993  MAJ     Now needs the  gadtoolsbox.library  version  39++
  121.                         for reasons explained in the "ReadMeFirst"  file.
  122.                         (37.286)
  123.  
  124.    29-Mar-1993  MIN     Fixed  the  misterious  "listview-grow" bug.  Bug
  125.                         found by several people. (37.287)
  126.  
  127.    30-Mar-1993  MAJ     Fixed  bug in the  Oberon  source  generator.  It
  128.                         popped  the  gadget,  menus, texts  and  boxes to
  129.                         early. (37.288)
  130.  
  131.    01-Apr-1993  NF-SA   Now selecting open will allow you to load a .G or
  132.                         .GUI file. GTB automatically determines what file
  133.                         it  is.    For   compatibility  F7  still  works.
  134.                         Suggested by Kai Bolay. (37.189)
  135.  
  136.    01-Apr-1993  MIN     Fixed a small bug in the .G file reader. (37.290)
  137.  
  138.    03-Apr-1993  MAJ     The  <Project_Name>_CNT  EQU's  where  not always
  139.                         generated.   Bug  found  by  Christian   Pekeler.
  140.                         (37.291)
  141.  
  142.    ----------------------------------------------------------------------
  143.    GadToolsBox V2.0 - 37.273 (released 13-March-1993)
  144.    ----------------------------------------------------------------------
  145.    23-Sep-1992  SA      Changed the "Gadgets" menu. I admit that it was a
  146.                         little messy but  now it's  cleaned up a  little.
  147.                         Suggested by Reza Elghazi. (37.183)
  148.  
  149.    24-Sep-1992  NF      Added the Undercore  tag in  the ListView editor.
  150.                         Why did nobody notice that it wasn't there?  Also
  151.                         changed the minimum  MaxChars in  the  STRING and
  152.                         INTEGER gadgets from 2 to 1. (37.184)
  153.  
  154.    24-Sep-1992  NF-SA   Totally redone the menu  editors. Now all actions
  155.                         are done  in  one  window and  more accoording to
  156.                         the Style Guide.  Also the screen now only allows
  157.                         GUI modes which  means that modes with a standard
  158.                         horizontal  resolution  that  is  less  that  640
  159.                         pixels are not  supported  anymore. (37.185)
  160.  
  161.    28-Sep-1992  NF      Now GadToolsBox uses the new  gadtoolsbox.library
  162.                         which is still in a early stage  but progressing.
  163.                         This  will be  a  library  containing  some  very
  164.                         usefull routines when  working with  gadtools and
  165.                         it will  help  people  to write  external  source
  166.                         generators for GadToolsBox (37.186)
  167.  
  168.    28-Sep-1992  MIN     Now GadToolsBox does not see a slider or scroller
  169.                         that broadcasts a up & down  message as a double-
  170.                         click. Bug found by Marcel Offermans. (37.187)
  171.  
  172.    01-Oct-1992  MIN     GadToolsBox did not  work with  PopUpMenu. Now it
  173.                         does.  Bug found  by  Kai Bolay/Micheal  Hohmann.
  174.                         (37.188)
  175.  
  176.    03-Oct-1992  NF      Started  to  use  the  "gadtoolsbox.library" it's
  177.                         extremely easy and efficient hotkey handling. Now
  178.                         only the menu editor uses it but  soon all gadget
  179.                         hotkeys will be handled by the library. (37.189)
  180.  
  181.    05-Oct-1992  NF-SA   Now the right mouse button can be used  to cancel
  182.                         operations. Suggested by several people. (37.190)
  183.  
  184.    06-Oct-1992  SA      Moved the version string closer to the  beginning
  185.                         of  the  executable.  Suggested  by   Roy van der
  186.                         Woning (37.191).
  187.  
  188.    18-Oct-1992  MAJ     Still working  on  the  re-designed GUI.  Found a
  189.                         wierd join/split bug.  GadToolsBox  would totally
  190.                         screw up the joining and splitting of  string and
  191.                         listview gadgets. (37.192)
  192.  
  193.    22-Oct-1992  MAJ     When deleting the  contents  of a  string  gadget
  194.                         and then  editing  that same  gadget  could/would
  195.                         cause  a  big  ugly  GURU.   Bug  found  by Garry
  196.                         Glendown. (37.193)
  197.  
  198.    24-Oct-1992  MIN     Fixed the  routine that  checks for  double  used
  199.                         gadget source labels. (37.194)
  200.  
  201.    26-Oct-1992  NF      Added a great new feature. I have changed the old
  202.                         style move/size to the same method used  by Tool-
  203.                         maker and Precognition which  is really 1.000.000
  204.                         times better that the old way. (37.195)
  205.  
  206.    27-Oct-1992  MIN     The GA_Disabled tag of the  Cycle gadget  was not
  207.                         processed  correctly.      Bug  found  by  Marcel
  208.                         Offermans. (37.196)
  209.  
  210.    28-Oct-1992  MIN     Fixed a wierd bug.  GTB uses  the  nofrag.library
  211.                         for its memory allocations. The nofrag.library is
  212.                         a library which takes big blocks from  the system
  213.                         free memory pool in which small memory chunks are
  214.                         allocated. The  nofrag.library  automatically de-
  215.                         allocates unused  memory  blocks.   Because  of a
  216.                         de-allocation error withing GTB a small amount of
  217.                         bytes where  left  in  each  memory  block  which
  218.                         caused the nofrag.library to think that the block
  219.                         was still in use and  therefore it  did  not  de-
  220.                         allocate it.   This  would   leave   the   memory
  221.                         allocated while GTB was running. (37.197)
  222.  
  223.    28-Oct-1992  MIN     Added   window  switching  using  the   keyboard.
  224.                         Suggested by someone.... ( I forgot  who  it was,
  225.                         SHAME ON ME!) (37.198)
  226.  
  227.    28-Oct-1992  MIN     Fixed  a   bug  with  the  information  printing.
  228.                         Sometimes GadToolsBox  printed that  there was no
  229.                         information on a window while in fact  there  was
  230.                         information on the window.  Bug  found by several
  231.                         people. (37.199)
  232.  
  233.    02-Nov-1992  NF-SA   Now you can use F9 to switch the screen title-bar
  234.                         on and off. Note that this only works with  BACK
  235.                         DROP windows. Suggested   by   Klaus  Nachtigall.
  236.                         (37.200)
  237.  
  238.    03-Nov-1992  NF      Added th
  239.                         menu strips using an IFF file structure. (37.201)
  240.  
  241.    04-Nov-1992  NF      Added the possibility to seperatly Save  and Load
  242.                         the bevel boxes  using  an  IFF  file  structure.
  243.                         (37.202)
  244.  
  245.    04-Nov-1992  NF      Added the possibility to seperatly Save  and Load
  246.                         the window texts using  an  IFF  file  structure.
  247.                         (37.203)
  248.  
  249.    07-Nov-1992  CH      The "Add" item under the "Gadgets" menu  has been
  250.                         renamed to "Edit".  When it  is  checked  you can
  251.                         edit the gadgets as  normal  and  when it  is not
  252.                         checked the gadgets are  added  to the  window as
  253.                         normal gadgets and you cannot add  or edit  them.
  254.                         (37.204)
  255.  
  256.    07-Nov-1992  MIN     Fixed a small bug in  the menu  editor concerning
  257.                         the CommKey's. (37.205)
  258.  
  259.    09-Nov-1992  MIN     The drag-menu-selection screwed  up  sometimes by
  260.                         not interpreting menu events because the  handler
  261.                         was not always  correctly  notified  about  drag-
  262.                         selection breaks. (37.206)
  263.  
  264.    12-Nov-1992  NF      GadToolsBox now  uses a  new  set of  preferences
  265.                         files. Also the changing  of the  preferences now
  266.                         occurs in different requesters. (37.207)
  267.  
  268.    14-Nov-1992  NF-SA   Added the posibility to transform MX gadgets into
  269.                         CYCLE gadgets  and vice versa.  Suggested by Reza
  270.                         Elghazi. (37.208)
  271.  
  272.    14-Nov-1992  MAJ     Fixed an enforcer hit in the new menu editor. The
  273.                         copying of the work menu list did not  work 100%.
  274.                         (37.209)
  275.  
  276.    16-Nov-1992  NF      Added the possibility to seperatly  Save and Load
  277.                         all gadgets or the selected gadget from  a window
  278.                         using an IFF file structure. (37.210)
  279.  
  280.    18-Nov-1992  NF_SA   Added the possibility to  determine the  order of
  281.                         TAB and SHIFT-TAB cycling for STRING  and INTEGER
  282.                         gadgets.  Suggested  by  Garry Glendown  and Gael
  283.                         Marziou. (37.211)
  284.  
  285.    21-Nov-1992  CH      Almost did not survive a mega HD crash (forgot to
  286.                         backup my harddrive... AGAIN #$@$##@$!).  Changed
  287.                         the main program menus. (37.212)
  288.  
  289.    22-Nov-1992  MAJ     Fixed a few bugs in the  source  generators.  The
  290.                         IntuiText counters with multiple window  projects
  291.                         was   screwed  up  in   the  C  and  Asm   source
  292.                         generators.  The <xxx>Left  and <xxx>Top  globals
  293.                         where incorrect  in  the  Asm and  Oberon  source
  294.                         generators. Bugs found by Lars Hecking.  (37.213)
  295.  
  296.    22-Nov-1992  MAJ     The assembly source generator  really  screwed up
  297.                         when more than one  GETFILE gadget was located in
  298.                         a window. (37.214)
  299.  
  300.    27-Nov-1992  NF      Added the possibility to seperatly  Save and Load
  301.                         windows using a  complex  multi-context  IFF file
  302.                         structure. (37.215)
  303.  
  304.    27-Nov-1992  CH      The window selection requester  will  not  pop-up
  305.                         anymore  when  only  one  window  is   available.
  306.                         (37.216)
  307.  
  308.    03-Dec-1992  CH-NF   Changed the  binary  output of  GadToolsBox  to a
  309.                         complex multi-context IFF format. The gadtoolsbox
  310.                         library will  include  a  routine  to  read  this
  311.                         format. Note that a old file type loader is still
  312.                         available under the F7 key. (37.217)
  313.  
  314.    07-Dec-1992  CH      Utilized the  gadtoolsbox.library a  little more.
  315.                         (37.218)
  316.  
  317.    07-Dec-1992  CH      Added   a  backfill  pattern  the  same  as  most
  318.                         reqtools requesters  have to  my own  requesters.
  319.                         This really makes it look great. (37.219)
  320.  
  321.    08-Dec-1992  MAJ     Removed  a  potentially very  dangerous  bug. The
  322.                         Process structure it's window pointer did not get
  323.                         updated  when  the  window  was  re-opened  after
  324.                         editing  the  window  flags.  Experienced crashes
  325.                         instead of an expected reqtools requester........
  326.                         (37.220)
  327.  
  328.    09-Dec-1992  MIN     The Menu Editor now does  not use  case sensitive
  329.                         checks   anymore  to  check  for  double  defined
  330.                         shortcuts. Now  the  grid  is  used  when sizing/
  331.                         moving gadgets.   Bugs found by Marcel Offermans.
  332.                         (37.221)
  333.  
  334.    09-Dec-1992  MIN     Fixed a small error in the Menu Editor. The MutEx
  335.                         button  can  now only  be selected when more then
  336.                         one (sub)item is present in the list to  exclude.
  337.                         (37.222)
  338.  
  339.    12-Dec-1992  CH-SA   Changed the spacing  maximum  to  100.  40 wasn't
  340.                         enough. Suggested by Mikael Berglund. (37.223)
  341.  
  342.    13-Dec-1992  NF-SA   Now you can spread one single  gadget  which will
  343.                         result  the gadget  being  centered  between  the
  344.                         given coordinates. Suggested by Marcel Offermans.
  345.                         (37.224)
  346.  
  347.    18-Dec-1992  MIN     GadToolsBox would allow you to try to link a read
  348.                         only listview to a string  gadget.   Also  in the
  349.                         listview editor the GTLV_ShowSelected  tag  could
  350.                         be turned  off  when  editing a  joined  listview
  351.                         gadget. Both of these things where wrong  and are
  352.                         now fixed. (37.225)
  353.  
  354.    21-Dec-1992  MIN     Fixed   a   bug   in the Cycle,   Mx and ListView
  355.                         editors. The ListView gadgets  in  these  editors
  356.                         disabled when run under OS 3.0. (37.226)
  357.  
  358.    22-Dec-1992  MAJ     Fixed (hopefully) a bug which caused GTB  to hang
  359.                         after editing a  string  gadget.   Bug  found  by
  360.                         Ekkehard Goebel.  Also  fixed  the  old-file-type
  361.                         loader to cope with  the new internal structures.
  362.                         (37.227)
  363.  
  364.    23-Dec-1992  MAJ     Fixed a bug in the Assmbly source generator. When
  365.                         a gadget creation failed the stack was not popped
  366.                         correctly.     Bug  found  by  Stephan  Fuhrmann.
  367.                         (37.228)
  368.  
  369.    23-Dec-1992  CH      Moved  the  memory   de-allocation   routines  as
  370.                         GadToolsBox   private  routines  to the  library.
  371.                         (37.229)
  372.  
  373.    23-Dec-1992  CH      GadToolsBox now uses the GUI file  loader routine
  374.                         from the gadtoolsbox.library. (37.230)
  375.  
  376.    24-Dec-1992  CH      Moved some more memory  relative  routines to the
  377.                         library as GadToolsBox private routines. This way
  378.                         I do not get  double  coded  routines which could
  379.                         cause   compatibilty  problems  in  the   future.
  380.                         Also GTB now  requires  the  V38  version  of the
  381.                         library. (37.231)
  382.  
  383.    24-Dec-1992  CH      The GadToolsBox requesters used to  fill  out the
  384.                         bevelbox areas with color 0.  Now the BACKFILLPEN
  385.                         is used to  keep  it  the same  as  the  reqtools
  386.                         requesters. (37.232)
  387.  
  388.    25-Dec-1992  CH      MERRY X'MAS. It's late or should I say early.....
  389.                         Anyway I have adapted GTB so that it uses the 3.0
  390.                         newlook menus when run on 3.0 systems. (37.233)
  391.  
  392.    25-Dec-1992  MAJ     GadToolsBox  GURU'd  when the gadtoolsbox.library
  393.                         could  not  be  opened.  (37.234)
  394.  
  395.    26-Dec-1992  NF      Added the three new dri pens  that  Kickstart 3.0
  396.                         offers to the DriPen Editor. Note that these pens
  397.                         can only be changed when running 3.0! (37.235)
  398.  
  399.    26-Dec-1992  NF      Added a getfile gadget to  the  Main  preferences
  400.                         requester so that  the user can select  the  icon
  401.                         path using the filerequester. (37.236)
  402.  
  403.    29-Dec-1992  NF      GadToolsBox is now,  for the biggest part anyway,
  404.                         localized. (37.237)
  405.  
  406.    31-Dec-1992  MAJ     Fixed a  big ugly  enforcer  hit.   Enforcer hits
  407.                         where all over the place when gadtoolsbox was run
  408.                         with an argument. (37.238)
  409.  
  410.    01-Jan-1993  NF      Now GadToolsBox is completely  localized.  I have
  411.                         written a special source generator that generates
  412.                         a localized GUI and uses  the gadtoolsbox.library
  413.                         routines.   Perhaps I  will  release  this source
  414.                         generator as an  example how  to  built  your own
  415.                         source generator using the library. (37.239)
  416.  
  417.    08-Jan-1993  CH      Fixed few faults in the GUI design of GadToolsBox
  418.                         (37.240)
  419.  
  420.    12-Jan-1993  MAJ     Fixed a major bug.  Some  palette files  which, I
  421.                         suspect, are made by an  early 2.1  palette prefs
  422.                         editor  have an  unusually big  CMAP chunk  which
  423.                         contains, again I suspect, garbage. Reading these
  424.                         palette files would cause  a system  crash  uppon
  425.                         starting GadToolsBox and after loading files with
  426.                         a  PUBLIC  or  WBENCH  screen gui.  This has been
  427.                         fixed.   Bug  found  by  Andreas  Blohm and Steve
  428.                         Robbins. (37.241)
  429.  
  430.    12-Jan-1993  MIN     Fixed a small bug  in  the  MenuEditor.   Now you
  431.                         cannot  add a CommKey  to an  item  with subitems
  432.                         anymore. Bug found by Marcel Offermans. (37.242)
  433.  
  434.    16-Jan-1993  MIN     GadToolsBox     forgot   to   also   create   the
  435.                         ENV:GadToolsBox/ directory when it had  to create
  436.                         the ENVARC:GadToolsBox/ directory.   Bug found by
  437.                         Kai Bolay. (37.243)
  438.  
  439.    16-Jan-1993  NF-SA   Removed the  topaz 8  dependancy  when  designing
  440.                         font adaptable GUI's.  A lot of people complained
  441.                         that it  is to  difficult to  design GUI's  using
  442.                         topaz 8 on very high  resolutions.   Suggested by
  443.                         several people. (37.244)
  444.  
  445.    17-Jan-1993  MIN     Fixed a small bug.  The window border sizes where
  446.                         not correctly written. (37.245)
  447.  
  448.    20-Jan-1993  MAJ     Fixed   enforcer  hits  that  occured at  startup
  449.                         during the copying of config data. (37.246)
  450.  
  451.    20-Jan-1993  MIN     Fixed a gadget selection bug. Bug found by Marcel
  452.                         Offermans. (37.247)
  453.  
  454.    20-Jan-1993  NF-SA   Now there is no respons by the program anymore if
  455.                         you double click  on  a  size-box  of a  selected
  456.                         gadget with the exception of the MX, CHECKBOX and
  457.                         GETFILE kinds.  Suggested  by  Marcel  Offermans.
  458.                         (37.248)
  459.  
  460.    20-Jan-1993  MIN     The  coordinate-check  for  the gadget  selection
  461.                         totally screwed up on GIMMEZEROZERO windows. P.S.
  462.                         The   coordinate  display  is still  incorrect on
  463.                         GZZ windows. (37.249)
  464.  
  465.    20-Jan-1993  MAJ     Fixed enforcer hits when using the GETFILE gadget
  466.                         in the Main Preferences window. (37.250)
  467.  
  468.    23-Jan-1993  CH      Rewritten some of the Palette  routines.  Now the
  469.                         BMHD chunk is used  to  establish  the  amount of
  470.                         colors and no more than 32 are allowed. (37.251)
  471.  
  472.    23-Jan-1993  MIN     Fixed a small bug in  the  MenuEditor.  Now it is
  473.                         not  possible  anymore  to  add  subitems  to   a
  474.                         BARLABEL item.   Also the name of a BARLABEL item
  475.                         cannot be changed anymore. (37.252)
  476.  
  477.    24-Jan-1993  CH      Filename extensions  are  not  forced  anymore. I
  478.                         still suggest you use them.   Suggested by Marcel
  479.                         Offermans. (37.253)
  480.  
  481.    25-Jan-1993  MIN     The vertical spreading  of  a  single  gadget  to
  482.                         center it in a specific area  really  screwed up.
  483.                         This is now fixed. (37.254)
  484.  
  485.    29-Jan-1993  MIN     Fixed to small bugs in the menu  editor.   It was
  486.                         possible to edit a source label for an  item with
  487.                         subitems now  it isn't  anymore.   You  could not
  488.                         erase the COMMKEY.   Now  you  can.   The  double
  489.                         source label check screwed up.    Bugs  found  by
  490.                         Marcel Offermans. (37.255)
  491.  
  492.    02-Feb-1993  MIN     Fixed some minor grammatical bugs.  Bugs found by
  493.                         Daniel Barrett. (37.256)
  494.  
  495.    04-Feb-1993  MAJ     Fixed a bug which could open a overscanned screen
  496.                         with wrong dimensions.   Bug found  by Kai Bolay.
  497.                         (37.257)
  498.  
  499.    04-Feb-1993  NF-SA   Now the editing of your GUI on  the  Workbench or
  500.                         default public screen  is possible.  Suggested by
  501.                         Kai Bolay. (37.258)
  502.  
  503.    05-Feb-1993  CH      The   "Are you sure you want to quit?"  requester
  504.                         has been  removed.  Suggested  by several people.
  505.                         (37.259)
  506.  
  507.    13-Feb-1993  MIN     Fixed a minor bug  in  the  GUI.    The Edit Grid
  508.                         window could not be moved. (37.260)
  509.  
  510.    16-Feb-1993  MIN     The saved flag was not reset after  loading a GUI
  511.                         file. (37.261)
  512.  
  513.    17-Feb-1993  CH      The bevelbox move and size are now also confirmed
  514.                         when releasing the right mouse button. (37.262)
  515.  
  516.    18-Feb-1993  MIN     When a GUI using  a  custom  screen was in memory
  517.                         and you loaded  a  GUI  using  the  workbench  or
  518.                         default pub-screen  ( while  editing  on  the GTB
  519.                         screen ) the colors and dripens of  the  previous
  520.                         file remained active. Phew... (37.263)
  521.  
  522.    22-Feb-1993  NF-SA   When changing font the windows will automatically
  523.                         adapt to the new font. The suggestion was to make
  524.                         this optional. It is not. Suggested by Kai Bolay.
  525.                         (37.264)
  526.  
  527.    23-Feb-1993  NF-SA   I have build on the  above  suggestion  a  little
  528.                         more. The window will always adapt to  the window
  529.                         title size. This means that  if  you  edit  on  a
  530.                         custom  screen  in  topaz 8  and  you  switch  to
  531.                         editing on the wbench or  default  public  screen
  532.                         the gadgets, boxes and texts  will  automatically
  533.                         adjust the positions to the font  that  is active
  534.                         on that screen. (37.265)
  535.  
  536.    24-Feb-1993  MAJ     Forgot to set the  process  window  pointer  when
  537.                         reopening the edit window  after a  window  flags
  538.                         edit. Oops. Bug found by Marcel Offermans.
  539.                         (37.266)
  540.  
  541.    24-Feb-1993  MAJ     Loading    gadget  files  on  a  window  using  a
  542.                         bigger font than used to make  the  gadgets could
  543.                         result in a message saying that the gadgets could
  544.                         not be re-created anymore.    Bug found by Marcel
  545.                         Offermans. (37.267)
  546.  
  547.    24-Feb-1993  SA      Enhanced the  "Item xxxx already used" requesters
  548.                         from the  Menu  Editor.     Suggested  by  Marcel
  549.                         Offermans. (37.268)
  550.  
  551.    25-Feb-1993  MIN     Updated the Oberon source generator. Suggested by
  552.                         Kai Bolay. (37.269)
  553.  
  554.    26-Feb-1993  SA      Added  external  references  to   Intuition   and
  555.                         GadToolsBase to the generated C header. Suggested
  556.                         by Stan Burton. (37.270)
  557.  
  558.    27-Feb-1993  SA      The "Save" buttons in the  preferences  now saves
  559.                         the preferences and  uses  them  in the  program.
  560.                         Suggested by Marcel Offermans. (37.271)
  561.  
  562.    10-Mar-1993  MIN     Added the latest internal Oberon source generator
  563.                         to GadToolsBox. Suggested by Kai Bolay. (37.272)
  564.  
  565.    12-Mar-1993  CH      Removed the depth  limit  of  5  in  the  palette
  566.                         editor. Now 8 is the limit. (37.273)
  567.