summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-04-06 04:23:24 +0000
committermental <mental@users.sourceforge.net>2006-04-06 04:23:24 +0000
commitf5a269d4b769859d05e02f553eb4231d061f86c9 (patch)
treef597f02384fc6dd26b6b839362ea5a2c5533fb9c /ChangeLog
parentintroduce uniform resource path API to replace copy-and-pasted hacks (diff)
downloadinkscape-f5a269d4b769859d05e02f553eb4231d061f86c9.tar.gz
inkscape-f5a269d4b769859d05e02f553eb4231d061f86c9.zip
share/keyboards -> share/keys; first shot at configurable keymaps
(bzr r437)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c604ebde8..f57923f4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2006-04-05 MenTaLguY <mental@rydia.net>
+ * configure.ac, share/keyboards/.cvsignore, share/keyboards/Makefile.am,
+ share/keyboards/README, share/keys/.cvsignore, share/keys/Makefile.am,
+ share/keys/Makefile.in, share/Makefile.am:
+
+ share/keyboards -> share/keys
+
+ * share/keys/Makefile.am, share/keys/default.xml, src/Makefile_insert,
+ src/shortcuts.cpp, src/shortcuts-default-xml.cpp:
+
+ first shot at configurable keymaps
+
+2006-04-05 MenTaLguY <mental@rydia.net>
+
* src/io/Makefile_insert, src/io/resource.cpp, src/io/resource.h:
introduce uniform resource path API to replace copy-and-pasted hacks