# HG changeset patch # User insilmaril # Date 1181816506 0 # Node ID 731728086341d999659f2207ab3ed09814f8fe19 # Parent 48ca4c364eabebea8afbf6f5973bc2a8ce095633 Fixed undo/redo of copy/paste diff -r 48ca4c364eab -r 731728086341 demos/todo.vym Binary file demos/todo.vym has changed diff -r 48ca4c364eab -r 731728086341 tex/vym.changelog --- a/tex/vym.changelog Thu Jun 14 10:21:41 2007 +0000 +++ b/tex/vym.changelog Thu Jun 14 10:21:46 2007 +0000 @@ -1,8 +1,11 @@ ------------------------------------------------------------------- -Mon June 6 18:01:16 CEST 2007 - uwe +Mon June 14 18:01:16 CEST 2007 - uwe - Feature: Creating new map with selection as MapCenter - Feature: Simple export to CSV spreadsheet +- Feature: Copy from past steps in history to current one +- Bugfix: Undo/Redo of copy/paste steps +- Bugfix: NoteEditor now appears on first click (not 2nd) - Bugfix: Disable autosave while there are redos available - Bugfix: After changing link color, that color is applied to all links now diff -r 48ca4c364eab -r 731728086341 version.h --- a/version.h Thu Jun 14 10:21:41 2007 +0000 +++ b/version.h Thu Jun 14 10:21:46 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 "June 6, 2007" +#define __VYM_BUILD_DATE "June 14, 2007" bool checkVersion(const QString &);