changed MapEditor::undo and saveState so that selection is saved, too (bugfix)
1.1 --- a/tex/vym.changelog Mon Jul 25 20:07:18 2005 +0000
1.2 +++ b/tex/vym.changelog Mon Jul 25 20:35:01 2005 +0000
1.3 @@ -1,3 +1,8 @@
1.4 +-------------------------------------------------------------------
1.5 +Mon Jul 25 22:22:21 CEST 2005
1.6 +
1.7 +- Bugfix: changed MapEditor::undo and ::saveState to also save selection
1.8 +
1.9 -------------------------------------------------------------------
1.10 Di Jul 19 16:42:31 CEST 2005
1.11
2.1 --- a/version.h Mon Jul 25 20:07:18 2005 +0000
2.2 +++ b/version.h Mon Jul 25 20:35:01 2005 +0000
2.3 @@ -2,6 +2,6 @@
2.4 #define VERSION_H
2.5
2.6 #define __VYM_VERSION__ "1.7.1"
2.7 -#define __BUILD_DATE__ "July 22, 2005"
2.8 +#define __BUILD_DATE__ "July 25, 2005"
2.9
2.10 #endif