Author Topic: The 24 January 2006 build is out.  (Read 10032 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 24 January 2006 build is out.
« on: January 25, 2006, 12:26:58 am »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 24 January 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_24jan2006_rev1853_win32.7z
  - Linux : not supported yet


Resolved Fixed:

  • Keybinder v0.4.13 1/23/2006 5:06 PM, Fixed key updating broken by new settings scheme, Cleaned up code and comments, Added operator== to keybinder.h to avoid unnecessary updates and writes
  • Modified resource files to work with new configuration system and to be editable in wxSmith, Style property for custom widget in source edit mode is now stored
  • Patch [1411966]: Removes comparisons that are useless due to type range
  • Fixed a small bug in the project tree which would wrongly open the first file in a directory when the directory was expanded with a double-click
  • PluginWizard : Fixed a typo in generated code ("returnfalse")
  • wxSmith : Applied path #1411997 - Full qualified names in declaration (by der_meister)
  • Added more "plastic specular" to defaultcode icon, Added "abbreviations" icon
  • Patch [1413923]: Convert former macros to use the correct naming scheme
  • Corrected typo in appglobals

Regressions/Confirmed/Annoying/Common bugs:

  • DDE bug : clicking in windows explorer on a CB registered file throws an error message box
  • toolbar-images-not-changing-state (is a wx problem)