home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / libraries / tri12usr.lha / Triton / Docs / History < prev    next >
Encoding:
Text File  |  1995-01-14  |  6.4 KB  |  133 lines

  1.    This   file   contains   the   version   history   for  Triton  (including
  2. triton.library,  the  Triton  Preferences  editor,  etc.).   The  most recent
  3. changes  are  listed  at the bottom.  The changes for user-relevant parts and
  4. changes   which   are  only  important  for  Triton  programmers  are  listed
  5. separately.
  6.  
  7.  
  8. *****************************************************************************
  9. RELEASE 1.0 (Library version 1.138)
  10.  
  11.     Initial release.
  12.  
  13. *****************************************************************************
  14. RELEASE 1.1 (Library version 2.52)
  15.  
  16.     Changes for Triton users and developers:
  17.     ========================================
  18.  
  19.     Preferences editor added.
  20.     Triton is now localized for OS2.1+. German and swedish catalogs are
  21.       included.
  22.     Bug fixed: TR_EasyRequest() mis-aligned gadgets in requesters with more
  23.       than one gadget.
  24.     Bug fixed: Pressing down a button and then disabling it caused the
  25.       disabled button to stay pressed down.
  26.     Bug fixed: Text in selected gadgets is now using the correct color.
  27.     Some new Triton demos added.
  28.  
  29.     Changes for Triton developers only:
  30.     ===================================
  31.  
  32.     Image class added.
  33.     The C support code is now compatible with SAS/C, DICE and gcc.
  34.     Linker libraries for gcc added.
  35.     AmigaOberon support added.
  36.     Minimum AmigaE and Assembler support added.
  37.     The shared library triton.library is now single-based. You may use it
  38.       from within other libraries and resident code and even patch
  39.       triton.library functions with SetFunction(). Other benefits include
  40.       smaller code size, less run-time memory requirements and faster
  41.       startup of triton.library.
  42.     Screen locking functions added.
  43.     Bug fixed: Added TR_Message.trm_App to avoid dereferencing already
  44.       freed TR_Message.trm_Project fields in order to get the TR_App of
  45.       a message.
  46.     Bug fixed: Now TREZ_Return also works for ID 0.
  47.     Bug fixed: class_Scroller and class_Slider objects had problems with
  48.       filled backgrounds.
  49.     Now all class_Listview objects report double clicks.
  50.     It is now possible to put independant lines/columns into arrays. These
  51.       lines/columns will not be aligned like all other array elements. This
  52.       is especially useful for separator bars in arrays. See Triton demo
  53.       (window 'Groups') for an example.
  54.     TRCY_MX added. Cycle gadgets may now as an alternative be displayed as
  55.       mutually exclusive gadgets.
  56.     Object backfill inheriting added.
  57.     Named class_FrameBox objects added.
  58.     Texts created with class_Text may now be right-aligned.
  59.     It is now possible to avoid ugly gaps below listview objects. Instead
  60.       the gap will move to the end of the vertical group in which the
  61.       listview gadget is embedded. The listview creation macros in the C
  62.       includes for Triton have been changed to behave that way as default.
  63.     Bug fixed: class_Listview had problems with backfill patterns under
  64.       OS versions < 39 (OS3.0).
  65.     Bug fixed: In OS versions < 39 setting a new list in a listview caused
  66.       GadTools not to select any item of the list even though it was a
  67.       ListSS gadget which should *always* have a selected item. Now the
  68.       last selected item of the old list becomes selected in the new list
  69.       when you change the list entries (as in OS3.0+).
  70.     Bug fixed: All texts in TR_EasyRequest() now have TRTX_NOUNDERSCORE set.
  71.     Help support added.
  72.     Obsolete TR_AddClass() prototype removed.
  73.     Bug fixed: Changing the string in a string gadget didn't work.
  74.     Enhancement: When the TRAT_Disabled flag of an object is reset to its
  75.       current state, no refresh will be done.
  76.     Bug fixed: After attaching a list to an empty ListSS gadget, there was
  77.       no selected entry. In this case the last selected entry will now
  78.       become selected again after attaching a new list.
  79.     TR_OpenTriton() allows to set the screen title.
  80.     Both window and screen title can be modified after opening the window.
  81.     Bug fixed: Objects in framing boxes were not disposed of correctly.
  82.  
  83. *****************************************************************************
  84. RELEASE 1.2 (Library version 3.59)
  85.  
  86.     Changes for Triton users and developers:
  87.     ========================================
  88.  
  89.     Buttons with a <Return> shortcut can now be displayed with a
  90.       NeXT-style <Return> arrow image instead of bold text.
  91.     Smart/Simple refresh is now to be chosen by the user and not the
  92.       application programmer. Therefore TRWF_SIMPLEREFRESH is obsolete.
  93.     In addition to the 'Pens' page in the Preferences editor, an 'Images'
  94.       page has been added.
  95.     Documentation rewritten in Texinfo.
  96.     Bug fixed: The Preferences editor didn't save the screen manager
  97.       prefs when installing the preferences system from scratch.
  98.     Bug fixed: After resizing a window, the contents of string gadgets
  99.       were lost.
  100.     Distribution archive restructured. Now 2 archives are distributed,
  101.       one for both, developers and users and one for developers only.
  102.     Frameboxes didn't inherit their parents' backfill pattern.
  103.     Bug fixed: The support for fixed-width fonts in Listview gadgets was
  104.       broken in Triton 1.1.
  105.     Font fallback bugs (refreshing of GadTools objects) fixed.
  106.     Triton is now SysIHack compatible.
  107.     Vertical scrollers and sliders are now a bit wider.
  108.  
  109.     Changes for Triton developers only:
  110.     ===================================
  111.  
  112.     Bug fixed: GadTools objects did not get refreshed correctly in
  113.       'simple refresh' mode.
  114.     The internal OOP system has been totally rewritten. It does now
  115.       support inheritance (and some other nice features) which makes the
  116.       Triton classes more powerful yet smaller.
  117.     Support for Modula-2 (M2Amiga) added.
  118.     Full AmigaE support added.
  119.     Full assembler support added.
  120.     Window locking mechanisms added.
  121.     Non-pointer 'NULL's in the C include files replaced by '0L's.
  122.     Bug fixed: The gcc (b)libtriton.a contained quite a lot of unnecessary
  123.       and obsolete data. (B)libtriton.a is *much* smaller now.
  124.     Developer tutorial added.
  125.     Window obtaining functions added.
  126.     When compiling with gcc, inline library function calls will be used
  127.       when you optimize. Preprocessor symbol __INLINE__ removed.
  128.     When compiled with SAS/C or gcc, the Demo applications do now prevent
  129.       the runtime system from handling CTRL-C breaks.
  130.     The C header file <proto/triton.h> is now compatible to gcc.
  131.  
  132. *****************************************************************************
  133.