// 7.285
   // iPhone:
   //    main function runs in a thread. Better compatibilty with other libraries?
   // 3D:
   //    X_LOADOBJ "", id did not free the memory, nor did GENX_OBJ find this slot later.
   // Core:
   //    SOCK_SHUTDOWN with no SOCK_INIT lead to strange problems.
   //    PRINT refused characters > chr$(127)
   // DDgui:
   //    New look. Text boxes work much better now. READONLY for all widgets.


// 7.250
   // Win32, Linux, Mac, iPhone:
   //    ALPHAMODE <> 0 -> small transparencies got ignored.
   //
   // WinCE:
   //    SHOWSCREEN froze program.
   //    MOUSESTATE was scaled to 320x240 at bigger resolutions.
   //
   // WinCE, XBox, GP2X, Wiz:
   //    ALPHAMODE implemented for POLYVECTOR and 3D.


// 7.248
   // Compiler:
   //    Long spaces in strings were swallowed!
   //
   // Tools:
   //    Wavefront .obj Import - texture was upside down.
   //
   // Kern:
   //    SHOWSCREEN might have caused stuttering.
   //
   // Editor:
   //    DEMO-Version should no longer apear in full version builds on Win7.


// 7.242
   // Editor:
   //   Projekt path was sometimes wrong when switching projects.
   //
   // WinCE:
   //   Crash in PRINT / GETTIMERALL was fixed.
   //   GETFILELIST ignored the current directory.
   //
   // New Command:
   //    SETSPRITEANIM
   //
   // Compiler:
   //    Wrong conversion of hex numbers (to float) fixed


// 7.237
   // WinCE:
   //   Linker error fixed.
   //
   // Editor:
   //   New file format for gbap files (now XML)


// 7.230
   // Editor:
   //   Debugger improved. Variable values as tool tips. Locals on top of the list.
   //
   // Compiler:
   //   Floating point numbers for iPhone/Wiz as float converted (slightly faster)
   //
   // iPhone:
   //   PLAYMOVIE works now.
   //
   // GP2X Wiz:
   //   Showscreen slightly quicker, no more tearing, better timer.
   //   (still not 100% satisfying)
   //
   // New command:
   //   GETENV$(), PUTENV
   //
   // HUSH made the program crash.

   // ...