]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Richard B points out another thing for the overall GTK2 to-do list.
authorSimon Tatham <anakin@pobox.com>
Sat, 29 Mar 2008 13:55:51 +0000 (13:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 29 Mar 2008 13:55:51 +0000 (13:55 +0000)
[originally from svn r7951]

unix/GTK2.TODO

index f3caf82f70f9567fad55e2f1be46c06cdff29fdf..e0e6a6ce4167c00dee0ccc19fdda1221580f046c 100644 (file)
@@ -41,6 +41,13 @@ Things to do before deciding a merge is feasible:
  - Investigate the shortcut mechanism in GTK2's GtkLabel, and see if
    it's worth switching to it from the current ad-hockery.
 
+ - Update the autoconf build. Richard B says he had to replace
+     AM_PATH_GTK([1.2.0],
+   with
+     AM_PATH_GTK_2_0([2.0.0],
+    + also I'll need to detect early Pangoi and enable my magic
+      switches in gtkfont.c.
+
 Things to do once GTK2 development is complete:
 
  - Make sure we haven't broken GTK1.