More bugfixes, simple csv export
authorinsilmaril
Wed, 30 May 2007 15:23:08 +0000
changeset 4994b7989874d12
parent 498 2c40ff8ca7ba
child 500 d8c245d582a3
More bugfixes, simple csv export
tex/vym.changelog
version.h
     1.1 --- a/tex/vym.changelog	Wed May 30 15:23:07 2007 +0000
     1.2 +++ b/tex/vym.changelog	Wed May 30 15:23:08 2007 +0000
     1.3 @@ -1,7 +1,10 @@
     1.4  -------------------------------------------------------------------
     1.5 -Mon May 21 18:01:16 CEST 2007 - uwe
     1.6 +Mon May 30 18:01:16 CEST 2007 - uwe
     1.7  
     1.8  - Feature: Creating new map with selection as MapCenter
     1.9 +- Feature: Simple export to CSV spreadsheet
    1.10 +- Bugfix: After changing link color, that color is applied to all links
    1.11 +          now
    1.12  - Bugfix: Pasting of FIOs
    1.13  - Bugfix: No selection of branches while editing heading
    1.14  - Bugfix: geometry of selection box gets updated while setting scroll or
     2.1 --- a/version.h	Wed May 30 15:23:07 2007 +0000
     2.2 +++ b/version.h	Wed May 30 15:23:08 2007 +0000
     2.3 @@ -7,7 +7,7 @@
     2.4  #define __VYM_VERSION "1.8.72"
     2.5  //#define __VYM_CODENAME "Codename: 1.9.0-beta-1"
     2.6  #define __VYM_CODENAME "Codename: development version"
     2.7 -#define __VYM_BUILD_DATE "May 21, 2007"
     2.8 +#define __VYM_BUILD_DATE "May 28, 2007"
     2.9  
    2.10  
    2.11  bool checkVersion(const QString &);