Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatthias.vogelgesang <matthias.vogelgesang@8f060a39-251c-0410-b1f3-431655927647>2008-04-03 19:43:20 (GMT)
committer matthias.vogelgesang <matthias.vogelgesang@8f060a39-251c-0410-b1f3-431655927647>2008-04-03 19:43:20 (GMT)
commit18bfd5fb32746d8dcdb6567f108b3b5c30b69f6f (patch)
tree44ad625eec06d6d62c1234b9a5d7c064963bcf1a /ChangeLog
parent69673795798d0a6de8b43c15e18fa98c358947f3 (diff)
* src/utils.py
* src/MainWindow.py * src/BaseThought.py * src/Links.py * src/MMapArea.py * data/labyrinth-ui.xml Add bezier curves as stated in the ideas. It can be activated in the edit menu. git-svn-id: http://labyrinth.googlecode.com/svn/trunk@292 8f060a39-251c-0410-b1f3-431655927647
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b9c665..d2323e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-04-03 Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
+ * src/utils.py
+ * src/MainWindow.py
+ * src/BaseThought.py
+ * src/Links.py
+ * src/MMapArea.py
+ * data/labyrinth-ui.xml
+ Add bezier curves as stated in the ideas. It can be activated in the
+ edit menu.
+
+2008-04-03 Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
+
* src/MMapArea.py
Add alignment of thoughts, thus implementing Issue 87.