From: Jordi Albornoz Date: Sun, 5 Jan 2003 00:18:12 +0000 (+0000) Subject: Updated docs. X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=f0f4560d31e4b4c39b71ca5363ae1e6d6f1dbd4a;p=gtetrinet Updated docs. --- diff --git a/AUTHORS b/AUTHORS index a86b60c..8ac3d0d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,3 +17,4 @@ Niko B James Antill Steve Kemp Gerfried Fuchs +Dani Carbonell diff --git a/ChangeLog b/ChangeLog index 3f6f444..c4d8128 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-01-05 Jordi Mallach + + * AUTHORS: add Dani Carbonell. + * TODO: remove done items, add new issues. + * NEWS: updated for 0.5.0. + + * src/commands.c (about_command): update author list. + 2003-01-04 Jordi Mallach * Big patch from Dani Carbonell, who saved our day and fixes most of @@ -5,7 +13,6 @@ * src/commands.c: add stock icons to the toolbar. Needs better icons, still. - (about_command): update author list. * src/dialogs.c (teamdialog_button): convert the team name to iso text before sending to the server. diff --git a/NEWS b/NEWS index 643cd1f..3f796a5 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ GTetrinet 0.5.0 - Unreleased - Finally, GNOME2 port! - GTetrinet now remembers and restores the last used server in the connect dialog. +- The "discard special" key can now be configured. +- The toolbar now has icons, as well as the application window. GTetrinet 0.4.4 - 2002-10-27 - SECURITY FIX: multiple buffer overflows fixed all over the place. diff --git a/TODO b/TODO index 85b5e2e..67dcf87 100644 --- a/TODO +++ b/TODO @@ -3,11 +3,8 @@ GTetrinet's TODO list - Get server list from http://www.tetrinet.org/ip/ - GNOME2 port issues: - + preferences dialog + + preferences dialog (gconf) + keybindings - + toolbar icons/labels - + replace GTK_CLIST - + not able to select text on partyline - + multiple about windows + + multiple about windows (raise already open window) + playfields messages cleared when games start -- Make gtetrinet resizeable. +- Make gtetrinet resizeable (at least the fields messages bit). diff --git a/src/commands.c b/src/commands.c index a4acc4e..91a215b 100644 --- a/src/commands.c +++ b/src/commands.c @@ -224,7 +224,7 @@ void about_command (GtkWidget *widget, gpointer data) const char *authors[] = {N_("Ka-shu Wong "), N_("James Antill "), - N_("Jordi Mallach "), N_("Dani Carbonell "), NULL}; const char *documenters[] = {N_("Jordi Mallach "),