]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/GTK2.TODO
Better not forget to make sure GTK1 doesn't break.
[PuTTY.git] / unix / GTK2.TODO
index 7eb2605ed9230ca5e8fd2e219441c3c4cea139b0..f3caf82f70f9567fad55e2f1be46c06cdff29fdf 100644 (file)
@@ -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,13 @@ 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 once GTK2 development is complete:
+
+ - Make sure we haven't broken GTK1.
+
+Things to do at point of actual merge:
 
  - Mention Colin in the website's licence page.