From 0527d54f03063aff5f6b0cf3f1fde4abeaaacb66 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 29 Mar 2008 13:55:51 +0000 Subject: [PATCH] Richard B points out another thing for the overall GTK2 to-do list. [originally from svn r7951] --- unix/GTK2.TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/unix/GTK2.TODO b/unix/GTK2.TODO index f3caf82f..e0e6a6ce 100644 --- a/unix/GTK2.TODO +++ b/unix/GTK2.TODO @@ -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.