]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
Updated docs.
authorJordi Albornoz <jordi@src.gnome.org>
Sun, 5 Jan 2003 00:18:12 +0000 (00:18 +0000)
committerJordi Albornoz <jordi@src.gnome.org>
Sun, 5 Jan 2003 00:18:12 +0000 (00:18 +0000)
AUTHORS
ChangeLog
NEWS
TODO
src/commands.c

diff --git a/AUTHORS b/AUTHORS
index a86b60c6f8c2114ced312f70752531fa54e33995..8ac3d0da470831c52f482d7c2708ab32fdd58c24 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,3 +17,4 @@ Niko B
 James Antill
 Steve Kemp
 Gerfried Fuchs
+Dani Carbonell
index 3f6f44423f29ce90f23a637def754abd3eb78a6d..c4d812870f0947c6f5a853fe28f17d4d9d5b05ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-01-05  Jordi Mallach  <jordi@sindominio.net>
+
+       * 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  <jordi@sindominio.net>
 
        * 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 643cd1f73274bba272f514a4209e6bdc231a7dc9..3f796a520882556cc44891c65e5474cd78c7daf4 100644 (file)
--- 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 85b5e2e4b19beaa5f5df078da9382b4911b93f69..67dcf873c3ac3620b19d97b4bce0dd3a83c3c22a 100644 (file)
--- 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).
index a4acc4e974ca7ba368a027672b1310753c09b771..91a215b0f4b682c7784ed6f5c62237df1b2f2012 100644 (file)
@@ -224,7 +224,7 @@ void about_command (GtkWidget *widget, gpointer data)
 
     const char *authors[] = {N_("Ka-shu Wong <kswong@zip.com.au>"),
                              N_("James Antill <james@and.org>"),
-                            N_("Jordi Mallach <jordi@sindominio.net"),
+                            N_("Jordi Mallach <jordi@sindominio.net>"),
                             N_("Dani Carbonell <bocata@panete.net>"),
                              NULL};
     const char *documenters[] = {N_("Jordi Mallach <jordi@sindominio.net>"),