Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormascha@ma-scha.de <mascha@ma-scha.de@8f060a39-251c-0410-b1f3-431655927647>2008-04-02 13:06:40 (GMT)
committer mascha@ma-scha.de <mascha@ma-scha.de@8f060a39-251c-0410-b1f3-431655927647>2008-04-02 13:06:40 (GMT)
commitf8370296979c37d47ae46d5075c60d112599aa4e (patch)
tree95605e16d54f8661d93c0a3fd23ea58c377d1192 /ChangeLog
parentdea0d986e61dcb867bce21fc91bd81aadd7d0f37 (diff)
2008-04-02 Martin Schaaf <mascha@ma-scha.de>
* src/MapList.py * src/MainWindow.py Differentiate between index in MapList and index in browser (column id). Column id is used as map index. Do not give an untitled map a number. Calculate new column id from biggest existing column id. Remove map title to map relation because it isn't used. * src/Browser.py Remove space in string. git-svn-id: http://labyrinth.googlecode.com/svn/trunk@283 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 c8cd0e7..4c01c71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-04-02 Martin Schaaf <mascha@ma-scha.de>
+
+ * src/MapList.py
+ * src/MainWindow.py
+ Differentiate between index in MapList and index in browser (column
+ id). Column id is used as map index. Do not give an untitled map a
+ number. Calculate new column id from biggest existing column id.
+ Remove map title to map relation because it isn't used.
+ * src/Browser.py
+ Remove space in string.
+
2008-04-01 Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
* src/MMapArea.py