This file lists all bugs that have been fixed and all extensions that have been introduced in the libThot 2.0 since version 1.0. Fixed bugs: ---------- * Colors management is completely re-casted and we hope to solve color problems in previous versions. * When user closed a document view with the Window Manager, the whole application exited. Now only the document view is closed. Extensions: ---------- * Now an application generator is available. It allows developers to easily generate the application user interface. * Generic names change: ecf -> Tte (Thot toolkit event) or Ttc (Thot toolkit command) itf -> App (Application generation) Gt -> Tta (Thot toolkit API) * Colors palette displays the foreground and background colors of the element selected when the palette is opened. The highlight allows user to choose the same colors for different elements. It is also possible now to remove color styles just using the "standard color" button in the palette. * It is now possible to specify units in API functions: TtaGiveBoxSize, TtaGiveBoxPosition, TtaChangeBoxSize, TtaChangeBoxPosition, TtaAddPointInPolyline, TtaModifyPointInPolyline, TtaChangeLimitOfPolyline, TtaGivePolylinePoint. * Forms and sheets can use two different text for the close button: cancel or done. Functions TtaNewForm, TtaNewSheet and TtaNewDialogSheet change.