summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f8327931..c8a29d1e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-02-05 Marco Scholten <mscholtn@xs4all.nl>
+
+ * src/verbs.cpp: updated to make double clicking a tool button
+ open the new preferences dialog.
+ * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
+ the dialog on the correct page.
+ * src/ui/dialog/dialog.cpp: added virtual void present() so that
+ InkscapePreferences::present() will be called from
+ DialogManager::showDialog()
+
2006-02-05 MenTaLguY <mental@rydia.net>
* src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,