]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
TODO update: I don't think it's worth switching to GTK2's native
authorSimon Tatham <anakin@pobox.com>
Wed, 2 Apr 2008 16:26:01 +0000 (16:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 2 Apr 2008 16:26:01 +0000 (16:26 +0000)
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]

unix/GTK2.TODO

index 7b695a50654d05e89d50fe9a61fb9074ba27e7d8..524458d77dc72530ef4cebdf5fbf2c09af99dfb8 100644 (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
    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
      AM_PATH_GTK([1.2.0],
    with