From c0fbf116644aaddcd655a44913e158e76b765825 Mon Sep 17 00:00:00 2001 From: Jordi Albornoz Date: Wed, 30 Oct 2002 12:38:46 +0000 Subject: [PATCH] added a list of issues to tackle. --- ChangeLog | 4 ++++ Makefile.am | 7 +++---- TODO | 11 +++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 TODO diff --git a/ChangeLog b/ChangeLog index 64b0dd1..f5d610e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-28 Jordi Mallach + + * TODO: added a list of issues to tackle. + 2002-10-28 Bastien Nocera * Makefile.am: remove intl as a subdir diff --git a/Makefile.am b/Makefile.am index 16c39be..1f18a78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,10 +8,9 @@ utildir = $(datadir)/gnome/apps/Games ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README \ - config.guess config.sub config.rpath install-sh missing \ - mkinstalldirs $(icon_DATA) $(util_DATA) - +EXTRA_DIST = ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README \ + TODO config.guess config.sub config.rpath install-sh \ + missing mkinstalldirs $(icon_DATA) $(util_DATA) changelog: cvs2cl -b --utc -S --no-wrap -f ChangeLog.CVS diff --git a/TODO b/TODO new file mode 100644 index 0000000..e0de322 --- /dev/null +++ b/TODO @@ -0,0 +1,11 @@ +GTetrinet's TODO list +~~~~~~~~~~~~~~~~~~~~~ + +- Get server list from http://www.tetrinet.org/ip/ +- GNOME2 port issues: + + preferences dialog + + keybindings + + toolbar icons/labels + + replace GTK_CLIST + + text widgets slowness +- Make gtetrinet resizeable. -- 2.50.1