# HG changeset patch
# User insilmaril
# Date 1180538588 0
# Node ID 4b7989874d123f38cff9f81a71c05d3855823982
# Parent  2c40ff8ca7ba4e693c0a8901341f434ed8849057
More bugfixes, simple csv export

diff -r 2c40ff8ca7ba -r 4b7989874d12 tex/vym.changelog
--- a/tex/vym.changelog	Wed May 30 15:23:07 2007 +0000
+++ b/tex/vym.changelog	Wed May 30 15:23:08 2007 +0000
@@ -1,7 +1,10 @@
 -------------------------------------------------------------------
-Mon May 21 18:01:16 CEST 2007 - uwe
+Mon May 30 18:01:16 CEST 2007 - uwe
 
 - Feature: Creating new map with selection as MapCenter
+- Feature: Simple export to CSV spreadsheet
+- Bugfix: After changing link color, that color is applied to all links
+          now
 - Bugfix: Pasting of FIOs
 - Bugfix: No selection of branches while editing heading
 - Bugfix: geometry of selection box gets updated while setting scroll or
diff -r 2c40ff8ca7ba -r 4b7989874d12 version.h
--- a/version.h	Wed May 30 15:23:07 2007 +0000
+++ b/version.h	Wed May 30 15:23:08 2007 +0000
@@ -7,7 +7,7 @@
 #define __VYM_VERSION "1.8.72"
 //#define __VYM_CODENAME "Codename: 1.9.0-beta-1"
 #define __VYM_CODENAME "Codename: development version"
-#define __VYM_BUILD_DATE "May 21, 2007"
+#define __VYM_BUILD_DATE "May 28, 2007"
 
 
 bool checkVersion(const QString &);