mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 18:07:59 +00:00
Richard B points out another thing for the overall GTK2 to-do list.
[originally from svn r7951]
This commit is contained in:
parent
05766d7214
commit
0527d54f03
@ -41,6 +41,13 @@ Things to do before deciding a merge is feasible:
|
|||||||
- Investigate the shortcut mechanism in GTK2's GtkLabel, and see if
|
- Investigate the shortcut mechanism in GTK2's GtkLabel, and see if
|
||||||
it's worth switching to it from the current ad-hockery.
|
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:
|
Things to do once GTK2 development is complete:
|
||||||
|
|
||||||
- Make sure we haven't broken GTK1.
|
- Make sure we haven't broken GTK1.
|
||||||
|
Loading…
Reference in New Issue
Block a user