summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Langley <joshlangley[at]optusnet.com.au>2007-07-24 06:39:04 +0000
committerJoshua Langley <joshlangley[at]optusnet.com.au>2007-07-24 06:39:04 +0000
commitdc5d9dee3f3f726d463f5f23f5902d1d0373df93 (patch)
tree3e2a4f4e8f744c846a18fd17710f494dfd1f0711 /ChangeLog
parent71532a23200b246f63ed1e0dc3d563bd1184b593 (diff)
downloadmana-client-dc5d9dee3f3f726d463f5f23f5902d1d0373df93.tar.gz
mana-client-dc5d9dee3f3f726d463f5f23f5902d1d0373df93.tar.bz2
mana-client-dc5d9dee3f3f726d463f5f23f5902d1d0373df93.tar.xz
mana-client-dc5d9dee3f3f726d463f5f23f5902d1d0373df93.zip
keyboard configuration - mainly documentation fixes.
http://mantis.themanaworld.org/view.php?id=16
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 11 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 15ba409c..1d6ca15e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,14 @@
-2007-07-17 Joshua Langley <joshlangley[at]optusnet.com.au>
-
- * src/game.cpp: only one key per function.
- * src/main.cpp: keyboard configuration included.
- * src/gui/button.cpp, src/gui/button.h: default constructor and
- init function added.
- * src/gui/setup.cpp: keyboard setup tab added.
- * src/gui/setup_keyboard.cpp, src/gui/setup_keyboard.h:
- Add to project file, it is the keyboard setup tab.
- * src/keyboardconfig.cpp, src/keyboardconfig.h: Add to project file,
- the main keyboard config operations.
+2007-07-17 Joshua Langley <joshlangley[at]optusnet.com.au>
+
+ * src/game.cpp: only one key per function.
+ * src/main.cpp: keyboard configuration included.
+ * src/gui/button.cpp, src/gui/button.h: default constructor and
+ init function added.
+ * src/gui/setup.cpp: keyboard setup tab added.
+ * src/gui/setup_keyboard.cpp, src/gui/setup_keyboard.h:
+ Add to project file, it is the keyboard setup tab.
+ * src/keyboardconfig.cpp, src/keyboardconfig.h: Add to project file,
+ the main keyboard config operations.
2007-07-16 Eugenio Favalli <elvenprogrammer@gmail.com>