diff options
author | simonb <simonb> | 2005-05-06 15:22:24 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-05-06 15:22:24 (GMT) |
commit | 90fcc93d6e87183c7d2956b4b1e067be25060169 (patch) | |
tree | 2e0a6a22054452c2ea32c8d250b4a32613797feb /ChangeLog | |
parent | d6ee96775dfdf0ee8bb2f00537f11a335c9b5a18 (diff) | |
download | fluxbox-90fcc93d6e87183c7d2956b4b1e067be25060169.zip fluxbox-90fcc93d6e87183c7d2956b4b1e067be25060169.tar.bz2 |
fix segfault opportunity in menu
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.13 | 2 | Changes for 0.9.13 |
3 | *05/05/06: | 3 | *05/05/06: |
4 | * Fix potential segfault menu bug, thanks chenfeng (Simon) | ||
5 | Menu.cc | ||
4 | * Added more KeyActions to TextBox (thanx to Vadim <suhanov_vadim@mail.ru> | 6 | * Added more KeyActions to TextBox (thanx to Vadim <suhanov_vadim@mail.ru> |
5 | Control + LeftArrow -> Moves cursor to the left direction, up to next word. | 7 | Control + LeftArrow -> Moves cursor to the left direction, up to next word. |
6 | Control + RightArrow -> to the right direction. | 8 | Control + RightArrow -> to the right direction. |