------------------------ AmigaOS 4 project ---------------------------

clicktab.gadget 46.1 (19.02.02)

- initial release for OS4.

clicktab.gadget 50.1 (1.7.2002)

- bumped the version number to 50.

clicktab.gadget 50.2 (3.7.2002)

- first release for testing, with support for some Intuition V50 features.

clicktab.gadget 50.3 (22.9.2002)

- now supports the new "realistic shading" features of Intuition for
  hicolor and truecolor screens.

clicktab.gadget 50.4 (4.10.2002)

- fixed a bug which could make the gadget install an invalid backfill
  hook if its parent layout used a fill pattern.

------------------------------ AmigaOS 3.2 project -------------------

clicktab.gadget 50.5 (18.8.2019)

- Notice that v50.5 reflects only a transitional status between the 
  OS4 and 3.2 projects.
  
- fixed race condition when opening/closing.

- setting CLICKTAB_Current now also updates td_ActiveNode.

- now runs on 68000/68010.

clicktab.gadget 47.1 (1.9.2019):

- recompiled with data=far and utllib to improve
  the code generation.

clicktab.gadget 47.2 (2.9.2019):

- Fixed a compiler problem, __SAVEDS was used
  with DATA=FARONLY, which confused the compiler
  a lot.

clicktab.gadget 47.3 (15.2.2020):

- Fixed: GA_Disabled did not work.

clicktab.gadget 47.4 (20.5.2020):

- Backport /implement CLICKTAB_PageGroupBorder from V53

- Implement CLICKTAB_CurrentNode being settable

- Various small rendering fixes

- Cache the clicktab strings (like OS4 does) - the apidocs has warned 
  users to not rely one non copy

- Implement CLICKTAB_AutoTabNumbering as seen in OS4

- Implement dynamic layout with a chooser as taken from OS4

- Implement CLICKTAB_AutoFit as part of the dynamic layout

clicktab.gadget 47.5 (29.5.2020):

- Implement tab closing button as seen in OS4

clicktab.gadget 47.6 (04.jun.2020):

- Fix crash that could happen because the choose would still have 
  access to text that is detashed

- Fix close button not being "let go" when mouse moves away from it

- Support no underscore char (NULL) - like os4

- Fix visual glitches when rendering tabs - when not all tabs fit

- Fix text being rendered to low and the was even lower

clicktab.gadget 47.7 (15.jun.2020):

- Fix notify of current tab sometimes not being emitted

clicktab.gadget 47.8 (25.jun.2020):

- Fix handlescroll having the wrong offset when sending event to page 
  gadget

- Propagate GM_QUERYHOVERED to page only when page is hovered

clicktab.gadget 47.9 (27.nov.2020):

- Fix hit in hittest (possible access to tabs if they are detashed)

clicktab.gadget 47.11 (8.mar.2021):

- Fix hit in handle input

clicktab.gadget 47.12 (29.mar.2021):

- Allow to specify helptext per tab

clicktab.gadget 47.13 (6.apr.2021):

- implement a way to avoid flicker when doing minor changes to tabs
  minor being: rename, change of tooltip
