1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 18:07:59 +00:00

TODO update: I don't think it's worth switching to GTK2's native

shortcut mechanism. The existing code doesn't use any deprecated
calls, and translating shortcut text _into_ Pango markup just sounds
too unpleasant to do if I don't actually have to. Not to mention
that the documentation for the Pango markup language doesn't tell me
how to distinguish a mnemonic underscore prefix from a literal
underscore in label text, but I know my current code can get that
right (the current config box talks about TCP_NODELAY and
SO_KEEPALIVE in widget labels that also have functioning shortcuts).

[originally from svn r7961]
This commit is contained in:
Simon Tatham 2008-04-02 16:26:01 +00:00
parent 29d875f7da
commit 50d4d05679

View File

@ -9,9 +9,6 @@ Things to do before deciding a merge is feasible:
large chunks we should have reimplemented and haven't, or indeed large chunks we should have reimplemented and haven't, or indeed
that we shouldn't have reimplemented and have. that we shouldn't have reimplemented and have.
- 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 - Update the autoconf build. Richard B says he had to replace
AM_PATH_GTK([1.2.0], AM_PATH_GTK([1.2.0],
with with