aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2005-05-06 15:22:24 (GMT)
committersimonb <simonb>2005-05-06 15:22:24 (GMT)
commit90fcc93d6e87183c7d2956b4b1e067be25060169 (patch)
tree2e0a6a22054452c2ea32c8d250b4a32613797feb /ChangeLog
parentd6ee96775dfdf0ee8bb2f00537f11a335c9b5a18 (diff)
downloadfluxbox-90fcc93d6e87183c7d2956b4b1e067be25060169.zip
fluxbox-90fcc93d6e87183c7d2956b4b1e067be25060169.tar.bz2
fix segfault opportunity in menu
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9198ca..7d70594 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes 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.