1.1 --- a/mapeditor.cpp Sun Jan 30 23:28:09 2005 +0000
1.2 +++ b/mapeditor.cpp Mon Jan 31 09:47:43 2005 +0000
1.3 @@ -301,7 +301,7 @@
1.4 #endif
1.5
1.6 modifierMode=pickColorMode;
1.7 - modifierMode=linkObjectsMode; // FIXME testing
1.8 + //modifierMode=linkObjectsMode; // FIXME testing
1.9
1.10 pickingColor=false;
1.11
2.1 --- a/tex/vym.tex Sun Jan 30 23:28:09 2005 +0000
2.2 +++ b/tex/vym.tex Mon Jan 31 09:47:43 2005 +0000
2.3 @@ -713,9 +713,8 @@
2.4 \begin{longtable}{|lcp{8cm}l|} \hline
2.5 Version & & Comment & Date \\ \hline \hline \endhead
2.6 \hline \endfoot
2.7 -1.6.1 & - & & 2005-01-30 \\
2.8 - & - & Optimized moving of branches: much faster especially
2.9 - with huge subtrees &\\
2.10 +1.6.1 & - & Optimized moving of branches: much faster especially
2.11 + with huge subtrees &2005-01-30\\
2.12 & - & Bugfix: Segfault when loading vym part &\\
2.13 & - & Bugfix: ugly unitialized lines, when
2.14 temporary drawn link was moved from a
3.1 --- a/version.h Sun Jan 30 23:28:09 2005 +0000
3.2 +++ b/version.h Mon Jan 31 09:47:43 2005 +0000
3.3 @@ -2,6 +2,6 @@
3.4 #define VERSION_H
3.5
3.6 #define __VYM_VERSION__ "1.6.1"
3.7 -#define __BUILD_DATE__ "January 30, 2005"
3.8 +#define __BUILD_DATE__ "January 31, 2005"
3.9
3.10 #endif