diff options
Diffstat (limited to 'patches/gtk2/ChangeLog')
-rw-r--r-- | patches/gtk2/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/patches/gtk2/ChangeLog b/patches/gtk2/ChangeLog new file mode 100644 index 0000000..3c0ec51 --- /dev/null +++ b/patches/gtk2/ChangeLog @@ -0,0 +1,26 @@ +2007-04-14 Tilman Vogel <tilman.vogel@web.de> + + * makes available the ordinary 'm' (move) command. + You can use it to move explicitly without attacking. + +2007-03-11 Tilman Vogel <tilman.vogel@web.de> + + * add new icons for new commands + stock_whatshere_* + (xeyes.png from kdeartwork3-3.5.6) + stock_whatsthere_* + (qgn_addr_icon_search_in_group.png from maemo rootstrap) + stock_search_* + (i_edit_find.png from kdepim3-3.5.6) + + * g2main.c: add new commands "What's here?" (:) and "What's + there?" (;) + + (add_menu_and_toolbar): added tweak for HILDON which + reduces minimum button width used in toolbars in order to fit more + icons on the toolbar; set "expand" property on toolbar buttons + + * g2minipad.c (gtk_minipad_button_timer): fixed endless loop + asking for "more details?" when using the central minipad button + with the "identify a map symbol" command + |