From 1d829f97cc49ad94c25b11f356302add9eba6be0 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 27 Jan 2007 17:21:06 +0000 Subject: [PATCH] Move the TODO items from the top of gtkdlg.c into the main TODO file. [originally from svn r7173] --- unix/GTK2.TODO | 7 +++++-- unix/gtkdlg.c | 9 --------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/unix/GTK2.TODO b/unix/GTK2.TODO index 7eb2605e..b6999956 100644 --- a/unix/GTK2.TODO +++ b/unix/GTK2.TODO @@ -1,7 +1,7 @@ TODO for PuTTY GTK2 port before merging back into main trunk code ----------------------------------------------------------------- -Items from Colin's original mail: +Things to do before deciding a merge is feasible: - Font handling is the biggie. Current problems with it: * The GTK2 font selection dialog only mentions client-side @@ -38,6 +38,9 @@ Items from Colin's original mail: - Uses of GtkList should be replaced with the non-deprecated GtkTreeView. -At point of merge: + - Investigate the shortcut mechanism in GTK2's GtkLabel, and see if + it's worth switching to it from the current ad-hockery. + +Things to do at point of actual merge: - Mention Colin in the website's licence page. diff --git a/unix/gtkdlg.c b/unix/gtkdlg.c index 8b349f88..966164ac 100644 --- a/unix/gtkdlg.c +++ b/unix/gtkdlg.c @@ -2,15 +2,6 @@ * gtkdlg.c - GTK implementation of the PuTTY configuration box. */ -/* - * TODO when porting to GTK 2.0: - * - * - GtkList is deprecated and we should switch to GtkTreeView instead - * (done for GtkTree). - * - GtkLabel has a built-in mnemonic scheme, so we should at - * least consider switching to that from the current adhockery. - */ - #include #include #include