+2003-01-07 Jordi Mallach <jordi@sindominio.net>
+
+ * NEWS: updated for 0.5.2.
+ * TODO: updated.
+
+ * src/config.c: fix a gcc-3.2 warning.
+
2003-01-07 Jordi Mallach <jordi@sindominio.net>
* src/client.c: supress compile warnings.
+GTetrinet 0.5.2 - Unreleased
+- Fix behaviour of "Ok" button in preferences. It actually works now.
+- Added intltool support.
+- Dialogs look nicer now, and are HIG compliant.
+- Added sanity checks in the connect dialog, in case you include invalid
+ or no nickname, server name or spectator password.
+- Ignore the shift status, so you can use shift keys as game keys.
+- Code cleanups.
+
GTetrinet 0.5.1 - 2003-01-06
- Fix bad bugs in dialog handling which made GTetrinet crash on connect
or other situations.
- GNOME2 port issues:
+ preferences dialog (gconf)
+ keybindings
- + playfields messages cleared when games start
+ problem when typing composed letters (รก) in fields messages
+ port deprecated widgets (-DGTK_DISABLE_DEPRECATED)
+ detaching and reattaching the Menu Bar causes two Bonobo-CRITICAL
void config_loadconfig (void)
{
char *p;
- int k, l;
+ unsigned int k;
+ int l;
+
gnome_config_push_prefix ("/"APPID"/");