Fixed undo/redo of copy/paste
authorinsilmaril
Thu, 14 Jun 2007 10:21:46 +0000
changeset 504731728086341
parent 503 48ca4c364eab
child 505 244e309b4047
Fixed undo/redo of copy/paste
demos/todo.vym
tex/vym.changelog
version.h
     1.1 Binary file demos/todo.vym has changed
     2.1 --- a/tex/vym.changelog	Thu Jun 14 10:21:41 2007 +0000
     2.2 +++ b/tex/vym.changelog	Thu Jun 14 10:21:46 2007 +0000
     2.3 @@ -1,8 +1,11 @@
     2.4  -------------------------------------------------------------------
     2.5 -Mon June 6 18:01:16 CEST 2007 - uwe
     2.6 +Mon June 14 18:01:16 CEST 2007 - uwe
     2.7  
     2.8  - Feature: Creating new map with selection as MapCenter
     2.9  - Feature: Simple export to CSV spreadsheet
    2.10 +- Feature: Copy from past steps in history to current one
    2.11 +- Bugfix: Undo/Redo of copy/paste steps
    2.12 +- Bugfix: NoteEditor now appears on first click (not 2nd)
    2.13  - Bugfix: Disable autosave while there are redos available
    2.14  - Bugfix: After changing link color, that color is applied to all links
    2.15            now
     3.1 --- a/version.h	Thu Jun 14 10:21:41 2007 +0000
     3.2 +++ b/version.h	Thu Jun 14 10:21:46 2007 +0000
     3.3 @@ -7,7 +7,7 @@
     3.4  #define __VYM_VERSION "1.8.72"
     3.5  //#define __VYM_CODENAME "Codename: 1.9.0-beta-1"
     3.6  #define __VYM_CODENAME "Codename: development version"
     3.7 -#define __VYM_BUILD_DATE "June 6, 2007"
     3.8 +#define __VYM_BUILD_DATE "June 14, 2007"
     3.9  
    3.10  
    3.11  bool checkVersion(const QString &);