Appendix C - The NEWS file from mtMintKit
--------------
mtMintKit NEWS
--------------
Here is a summary of the main changes in this release:
0.8.0 2008-7-17
* Windows port completed
0.7.0 2008-7-16
* mintCanvas, mintViewport widgets added
0.6.0 2008-7-10
* mintTabs, mintSlider widgets added
* Widget object tags added
0.5.0 2008-6-19
* Menus introduced: Popup, option button, & pulldown variations
* Signals for widget/child area resizing/moving sent via mint_widget_set_[child_]geometry()
* mintRectangle, mintArrow, mintFrame widgets added
0.4.0 2008-6-5
* mintImage widget completed
* Toggle, and radio toggle buttons added to mintButton machinery
0.3.0 2008-5-22
* Widget focus facilities added
* Global keys added: F11-Toggle full screen, Ctrl+Break/Pause-Terminate
* Alert dialogs can now be dragged
0.2.0 2008-5-8
* FreeType font cache added
* SDL events linked into Mint signals: SDL_VIDEORESIZE, SDL_QUIT, SDL_MOUSEMOTION, SDL_MOUSEBUTTONDOWN, SDL_MOUSEBUTTONUP, SDL_KEYDOWN, SDL_KEYUP
* Inifile & Tree code added
* mintDialog, mintLabel, mintButton, custom widgets completed
* mintObject structure added
0.1.0 2008-4-10
* Basic widget/signal/event infrastucture in place
* mintWindow widget completed
0.0.0 2008-3-15
* Project started