aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5072d6..a9198ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes for 0.9.13
3*05/05/06:
4 * 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.
6 Control + RightArrow -> to the right direction.
7 Control + BackSpace -> Removes everything from the cursor left side, up to next left word.
8 Control + Delete -> like above but removes to the right direction.
9 FbTk/TextBox.cc/hh
3*05/05/05: 10*05/05/05:
4 * Fix #1160244, #1099704, #1094107 Mutiple keyboard layout (Mathias + thanx 11 * Fix #1160244, #1099704, #1094107 Mutiple keyboard layout (Mathias + thanx
5 to Vadim) 12 to Vadim)