tex/vym.changelog
author insilmaril
Thu, 23 Mar 2006 12:38:54 +0000
changeset 257 199f2626fe70
parent 252 f9ed11f2ab60
child 260 69d648a0a15b
permissions -rw-r--r--
Version 1.7.12
     1 -------------------------------------------------------------------
     2 Wed Mar 15 11:43:02 CET 2006 - uwedr
     3 
     4 - Version: 1.7.11
     5 - Bugfix: Workaround QT problem, where QT writes invalid XML code by not
     6   escaping & in fontnames
     7 - Feature: Hide Export Flag lets you hide objects in exports
     8 - Feature: Floatimages now are basically ornamented objects. They could
     9   have e.g. an URL later
    10 - Feature: XML Parser shows broken line when throwing an exception
    11 
    12 -------------------------------------------------------------------
    13 Wed Mar  8 13:58:40 CET 2006 - uwedr
    14 
    15 - Bugfix: Images preview in filedialog works again. Seemed to be a QT
    16   issue when multiple fileselections were allowed. 
    17 
    18 -------------------------------------------------------------------
    19 Mon Mar  6 15:02:57 CET 2006 - uwedr
    20 
    21 - Feature: Added export to Taskjuggler. xslt by Matt. 
    22 
    23 -------------------------------------------------------------------
    24 Wed Mar  1 22:29:47 CET 2006 - uwe
    25 
    26 - Bugfix: Canvas Size corrected when flag is toggled 
    27 
    28 -------------------------------------------------------------------
    29 Wed Mar  1 15:38:11 CET 2006 - uwedr
    30 
    31 - Version: 1.7.10
    32 - Feature: Include Images Horizontalls
    33 
    34 -------------------------------------------------------------------
    35 Tue Feb 21 17:17:48 CET 2006 - uwedr
    36 
    37 - Feature: rudimentary import mmaps 
    38 
    39 -------------------------------------------------------------------
    40 Tue Feb 14 21:10:26 CET 2006 - uwe
    41 
    42 - Version 1.7.9
    43 - Feature: Import KDE bookmarks
    44 - Feature: Own class xsltproc for doing xml transformations
    45 
    46 -------------------------------------------------------------------
    47 Tue Jan 31 16:54:52 CET 2006 - uwedr
    48 
    49 - Version 1.7.8
    50 - Bugfix: Hide Include Images Horizontally (not implemented yet) 
    51 - Bugfix: Include Images Vertically was not read from saved file
    52 
    53 -------------------------------------------------------------------
    54 Tue Jan 25 16:07:53 CET 2006 - uwedr
    55 
    56 - Version 1.7.7
    57 - Feature: Export to Open Office 2.x (Open Document) basically works 
    58 - Feature: Export to XHTML uses smaller icon for URLs now
    59 
    60 -------------------------------------------------------------------
    61 Wed Jan 18 13:29:52 CET 2006 - uwedr
    62 
    63 - Feature: Multiple File selection while loading maps and images
    64 
    65 -------------------------------------------------------------------
    66 Tue Jan  3 12:20:08 CET 2006 - uwe
    67 
    68 - Feature: Small optimization in zip/unzip functions
    69 
    70 -------------------------------------------------------------------
    71 Mon Jan  2 21:03:05 CET 2006 - uwe
    72 
    73 - Feature: FATE support for URLs 
    74 
    75 -------------------------------------------------------------------
    76 Wed Dec 28 12:09:59 CET 2005 - uwe
    77 
    78 - Version 1.7.6
    79 - Feature: Added idAttr to BranchObj::saveToDir 
    80 - Bugfix: FloatObjects now use hideLinkIfUnselected, no more drawing
    81   errors, if FO is selected (undefined link)
    82 - Bugfix: FloatImages don't get lost during save after they have been
    83   relinked to new parent  
    84 - Bugfix: Editing heading of mapcenter now also corrects position  
    85 
    86 -------------------------------------------------------------------
    87 Mon Oct 10 13:18:29 CEST 2005 - uwedr
    88 
    89 - Bugfix: Copy/Paste was currently not possible for images. Now
    90   completly rewrote mechanism. Instead of invisible map now XML import
    91   is used (Multiple clipboards should be not difficult now) 
    92 
    93 -------------------------------------------------------------------
    94 Mon Oct  3 10:33:09 CEST 2005 - uwe
    95 
    96 - Bugfix: Added small fix from Khaled Ahmed needed for display of 
    97   arabic languages 
    98 
    99 -------------------------------------------------------------------
   100 Mon Sep 12 21:39:38 CEST 2005 - uwedr
   101 
   102 - Version 1.7.5
   103 - Feature: Currently 15 levels of undo (GUI to set value still missing)
   104 - Feature: Experimental LaTeX Export (without headers and opions so far)
   105 
   106 -------------------------------------------------------------------
   107 Sun Sep  5 10:26:15 CEST 2005 - uwedr
   108 
   109 - Version 1.7.4
   110 - Feature: Link of a branch can be hidden, if object is not selected
   111 - Bugfix: Zoomed map no longer "jumps around" when branch is selected
   112   or moved.
   113 - Bugfix: TextEditor now has grey background again, if it is empty
   114 - Bugfix: BranchObj no longer need to connect to TextEditor, BranchObj
   115   is no longer a QOBJECT
   116 
   117 -------------------------------------------------------------------
   118 Thu Sep  1 12:26:24 CEST 2005 - uwedr
   119 
   120 - Bugfix: Some minor changes so that translations use arguments now
   121   instead of several calls to tr()
   122 
   123 -------------------------------------------------------------------
   124 Tue Aug 30 13:38:31 CEST 2005 - uwedr
   125 
   126 - Bugfix: Fixed pasting vymlinks: Pasting a branch to a target in
   127   another map caused vym to go into an endless loop, if the vymlink of the
   128   branch pointed to the new map.
   129 - Bugfix: Invisible floatimages (which have a scrolled parent) no longer
   130   can be selected  
   131 
   132 -------------------------------------------------------------------
   133 Fri Aug 19 09:12:49 CEST 2005 - uwedr
   134 
   135 - Feature: added debian subdirectory created by Steffen Joeris
   136 - Feature: added license to new aboutwindow
   137 
   138 -------------------------------------------------------------------
   139 Tue Aug 16 19:22:56 CEST 2005 - jhilmer
   140 
   141 - Bugfix: Fixed link handling in aboutdialog.
   142 
   143 -------------------------------------------------------------------
   144 Tue Aug 16 12:25:09 CEST 2005 - uwedr
   145 
   146 - Feature: Added keyboard shortcut to reset zoom factor
   147 - Bugfix: Added "..." to menu entries leading to another dialog
   148 - Bugfix: The setting option "Delete Key" is working again
   149 - Bugfix: A branch moved from left side to right had wrong orienation
   150 
   151 -------------------------------------------------------------------
   152 Tue Aug  2 09:59:24 CEST 2005 - uwedr
   153 
   154 -  Bugfix: Heading sizes now correct after moving e.g. mainbranch to 
   155    a branch
   156 
   157 -------------------------------------------------------------------
   158 Mon Aug  1 22:40:29 CEST 2005 - jhilmer
   159 
   160 - Bugfix: Problems with closing of note editor when text was modified.
   161 - Feature: Added subscript and superscript to note editor
   162 	
   163 -------------------------------------------------------------------
   164 Thu Jul 28 11:57:38 CEST 2005 
   165 
   166 - Version 1.7.3
   167 - Bugfix: Frames didn't become invisible if scrolled
   168 
   169 -------------------------------------------------------------------
   170 Thu Jul 28 11:57:38 CEST 2005 
   171 
   172 - Version 1.7.2
   173 - Bugfix: if selection changed before undo, undo worked on wrong
   174   branch
   175 - included math.h again to enable compiling with gcc4  
   176 
   177 -------------------------------------------------------------------
   178 Mi Jul 27 17:27:14 CEST 2005
   179 
   180 - Bugfix: if selection changed before undo, undo worked on wrong branch
   181 
   182 -------------------------------------------------------------------
   183 Mon Jul 25 22:22:21 CEST 2005
   184 
   185 - Bugfix: changed MapEditor::undo and ::saveState to also save selection
   186 
   187 -------------------------------------------------------------------
   188 Di Jul 19 16:42:31 CEST 2005
   189 
   190 - Version: 1.7.1
   191 - Feature: Drag and Drop also for .vym and files (Jakob Hilmer)
   192 - Feature: More speedup on moving/relinking branches
   193 
   194 -------------------------------------------------------------------
   195 
   196 Mi Jul 13 11:44:10 CEST 2005 
   197 
   198 - Drag and Drop also for URLs
   199 
   200 -------------------------------------------------------------------
   201 Di Jul 12 20:56:09 CEST 2005
   202 
   203 - Version: 1.7.0
   204 
   205 -------------------------------------------------------------------
   206 Mon Jul  4 21:13:42 CEST 2005 
   207 
   208 - Version: 1.6.9
   209 - Bugfix: TextEditor doesn't get minimized in KDE any longer (KDE-bug?)
   210 
   211 -------------------------------------------------------------------
   212 Tue Jun 14 11:43:44 CEST 2005
   213 
   214 - Feature: printer name is saved in vymrc now
   215 - Feature: added image drag/drop (by Jakob Hilmer)
   216 - Bugfix: Importing map into new map now has correct (empty) filename 
   217 
   218 -------------------------------------------------------------------
   219 2005-06-07 
   220 
   221 - Version: 1.6.8
   222 - Feature: Dramatic speedup in some operations 
   223 				(e.g. move branch up/down) due to extended 
   224 				undo engine
   225 -------------------------------------------------------------------
   226  2005-05-27 
   227  
   228 - Version: 1.6.7	
   229 - Feature:Changed default pdf-reader for Mac OSX 
   230 - Bugfix: xLinks stopped working in 1.6.6
   231 - Bugfix: drawing error when using modModeCopy
   232 - Bugfix: replaced lrint by qRound for BSD port
   233 		
   234 -----------------------------------------------------------
   235  2005-05-23
   236 
   237 - Version 1.6.6	
   238 - Feature: Exclusive standard flags		
   239 
   240 -----------------------------------------------------------
   241 2005-05-19 
   242 
   243 - Version: 1.6.5
   244 - Feature: removing a branch and keeping its childs
   245 - Feature: removing childs of a branch
   246 - Feature: insert branch and make selection its child
   247 - Feature: restructured branch context menu	
   248            in a basic version (straight line)
   249 - Feature: New shortcuts  for use on Mac OS X
   250 - Feature: Importing directories generates vymlinks now 
   251 - Bugfix: Changing linkstyle now automatically redraws all
   252 	      links again
   253 - Bugfix: Paste icon is disabled if clipboard is empty 
   254 		
   255 -----------------------------------------------------------
   256 2005-04-15
   257 
   258 - Version: 1.6.4	
   259 - Feature: xLinks (connection between 2 branches) works
   260            in a basic version (straight line)	
   261 
   262 -----------------------------------------------------------
   263 2005-03-30
   264 
   265 - Version: 1.6.3
   266 - Bugfix: Saving of selection to a vym part (.vyp)
   267 - Bugfix: Closing the noteeditor by closing its window now
   268           also toggles the responding toolbar button. &
   269 
   270 -----------------------------------------------------------
   271 2005-03-24
   272 
   273 - Version: 1.6.2	
   274 - Feature: Introduced Modifier modes: color, link, copy 
   275 - Feature: Linking branches is basically possible, though it can't be
   276            edited/saved yet 
   277 
   278 -----------------------------------------------------------
   279 2005-01-30
   280 
   281 - Version: 1.6.1	 
   282 - Feature: Optimized moving of branches: much faster especially 
   283            with huge subtrees					
   284 - Bugfix: Segfault when loading vym part 
   285 - Bugfix: ugly unitialized lines, when temporary drawn link 
   286           was moved from a temporary parent back to canvas		  
   287 
   288 -----------------------------------------------------------
   289 2004-12-14  
   290 
   291 - Version: 1.6.0 	 
   292 - Feature: Added saving of xhtml settings in map 
   293 
   294 -----------------------------------------------------------
   295 2004-12-13  
   296 
   297 - Version: 1.5.2 	 
   298 - Feature: Added Import of maps with two modes: 
   299            add/replace						
   300 - Feature: Added export of part of maps		 
   301 - Feature: Added joining of paragraphs in text editor		 
   302 - Feature: Optimized undo: Only relevant parts are saved, which
   303            dramatically improves e.g. moving branches up/down in most maps  
   304 - Bugfix: QTextEdit generates invalid XML code, which could lead to a
   305           parse error, if font name contains a \&     
   306 - Bugfix: Wrong order of mainbranches in Export	   
   307 - Bugfix: zip archive was not deleted before save, which could lead to
   308   much bigger files, e.g.  when working on older \vym maps or deleted
   309   images   
   310 - Bugfix: Printing in Texteditor         
   311 - Bugfix: Wrong URLs in xhtml output				  
   312 - Bugfix: Segfault fixed at Cursor left/right in empty map  
   313 
   314 -----------------------------------------------------------
   315 2004-10-01 
   316 
   317 - Version: 1.5.1
   318 - Feature: More options in xhtml export: external scripts 	 
   319 
   320 -----------------------------------------------------------
   321 2004-09-26 
   322 
   323 - Version: 1.5.0 	 
   324 - Public release of all changes since 1.4.1      	 
   325 - Feature: New function to replace paragraphs in note editor
   326    	by linebreaks, this makes pasted text much nicer 
   327 - Feature: New option to toggle exporting of of floatimages 
   328 - Feature: z-plane of floatimages can be set (manually only) 
   329 - Bugfix: Wrong ordering of branches, if mainbranch is exactly left of
   330   center 
   331 
   332 -----------------------------------------------------------
   333 2004-09-24 
   334 
   335 - Version: 1.4.7 	 
   336 - Feature: New Export to XHTML (by Thomas Schraitle)	 
   337 - Bugfix: vymLink	
   338 - Bugfix: spaces and dots in filenames	 
   339 - Bugfix: Error message if xsltproc is not installed 
   340 
   341 -----------------------------------------------------------
   342 2004-09-15	
   343 
   344 - Version: 1.4.6 	 
   345 - Feature: New file format: notes are saved as part of the .xml file
   346 - Feature: Note Editor supports Rich Text now.
   347 - Feature: Parser now also nows {\tt standardflag} (all letters lowercase)
   348 
   349 -----------------------------------------------------------
   350 2004-08-23	
   351 
   352 - Version: 1.4.5 	 
   353 - Feature: Correct handling of font size in Heading			 
   354 
   355 -----------------------------------------------------------
   356 -----------------------------------------------------------
   357 -----------------------------------------------------------
   358 -----------------------------------------------------------
   359 -----------------------------------------------------------
   360 2004-07-29	
   361 
   362 - Version: 1.4.4 	 
   363 - Selecting with cursor now works between subtrees	 
   364 - Bugfix: vymLink was set to temporary dir in 1.4.3	 
   365 
   366 -----------------------------------------------------------
   367 2004-07-19  
   368 
   369 - Version: 1.4.3 	 
   370 - Optimisation: Reduced canvas objects by only creating objects for used
   371   flags		 
   372 - Better visualization of moving branch above/below target		
   373 - Find Window informs with dialog, if the search failed
   374 - System Flags are clickable now		
   375 - Reworked CSS and XST stylsheets (comments, indent, browser
   376   compatibility)						
   377 - vymLinks are shown in statusbar		
   378 - current directory is save			
   379 - Rewritten load/save to improve multimap handling and unzipped files
   380 - Bugfix: vymLinks don't get deleted when Cancel is pressed						
   381 - Bugfix: Fixed a bunch of bugs in XSL for HTML export             
   382 - Bugfix: More toolbar buttons disabled, if action not possible             
   383 - Bugfix: Renaming .vymfile now works		
   384 - Bugfix: mapChanged set when toggling flags		
   385 - Bugfix: CTRL-N was used twice		
   386 - Bugfix: Del didn't work on floatimage 
   387 
   388 -----------------------------------------------------------
   389 - Version: 1.4.2 	 
   390 - Bugfix: Float image could not be deleted  
   391 
   392 -----------------------------------------------------------
   393 2004-05-25  
   394 
   395 - Version: 1.4.1 	 
   396 - Bugfix: Color of branch not saved	 
   397 - Bugfix: wrong path at HTML export	             
   398 - Bugfix: map is not save with special characters in path   
   399 
   400 -----------------------------------------------------------
   401 2004-05-17 
   402 
   403 - Version: 1.4.0 	 
   404 - Ask for confirmation before opening 
   405 				a map in multiple editors			 
   406 - Save state of note editor (visible/minimized) 
   407 - Export to HTML						 
   408 - Author and Comment is saved in map	 
   409 - Stats are shown in Edit MapInfo		 
   410 - Changes for OS X port (QCursor, QContextMenuEvent)	 
   411 - Bugfix: Fonts from note editor are save now			
   412 - Bugfix: invisible image when parent is scrolled		
   413 - Bugfix: Segfault pressing "enter" for floatimage	
   414 - Bugfix: Images can't be outside of exported area
   415 				anymore. 
   416 - Bugfix: Filenames with blanks		 
   417 - Bugfix: Old maplink is shown when editing maplink 
   418 - Bugfix: always show cursor while editing heading  
   419 
   420 -----------------------------------------------------------
   421 2004-04-16 
   422 
   423 - Version: 1.3.5 	 
   424 - Export map to dir					 
   425 - Export to any of QTs image formats	 
   426 - Also right side of selection is always visible now. 
   427 
   428 -----------------------------------------------------------
   429 2004-04-07 
   430 
   431 - Version: 1.3.4 	 
   432 - Load last maps in file menu          
   433 - save last image path for loading	 
   434 - Also export standard flags to dir.	 
   435 
   436 -----------------------------------------------------------
   437 2004-03-26 
   438 
   439 - Version: 1.3.3 	 
   440 - Enabled <br> in headings as manual linebreak	 
   441 - Heading can be copied to URL		
   442 - Bugfix: GIFs are automatically converted to PNG now
   443 
   444 -----------------------------------------------------------
   445 2004-03-26 
   446 
   447 - Version: 1.3.2 	 
   448 - Add and move branches above/below selection, Texteditor copy all, 
   449 
   450 -----------------------------------------------------------
   451 2004-03-25 
   452 
   453 - Version: 1.3.1 	 
   454 - Export to directory, changed naming in .vym 
   455 
   456 -----------------------------------------------------------
   457 2004-03-23 
   458 
   459 - Version: 1.3.0 	 
   460 - Bugfix: Check if map can be saved at all 
   461 
   462 -----------------------------------------------------------
   463 2004-03-22 
   464 
   465 - Version: 1.2.12	 
   466 - Select image format before saving image	 
   467 
   468 -----------------------------------------------------------
   469 2004-03-18 
   470 
   471 - Version: 1.2.11	
   472 -		Selecting mainbranches by up/down	 
   473 -		Export ASCII (experimental)						
   474 -		Each map can be saved individually at quit		
   475 -		Bugfix: Opening VymLink crashes QT				
   476 -		Bugfix: 50\% less objects on canvas				
   477 -		Bugfix: Ignoring LANG, now always written as UTF8
   478 
   479 -----------------------------------------------------------
   480 2004-03-16 
   481 
   482 - Version: 1.2.10	
   483 - Sort Mainbranches by angle to y-axis 
   484 - Import directory structure						
   485 - Bugfix: Set FrameType of MapCenter while loading map 
   486 
   487 -----------------------------------------------------------
   488 2004-03-12 
   489 
   490 - Version: 1.2.9	
   491 - Jump to another vym map		         
   492 - Mainbranches are alwas ordered clockwise        
   493 
   494 -----------------------------------------------------------
   495 2004-03-03 
   496 
   497 - Version: 1.2.8	 
   498 - Change frame types in context menu   
   499 
   500 -----------------------------------------------------------
   501 2004-02-25 
   502 
   503 - Version: 1.2.7	
   504 - Copy / Paste and save Floatimages  
   505 
   506 -----------------------------------------------------------
   507 2004-02-24 
   508 
   509 - Version: 1.2.6	 
   510 - Closing vym in KDE now asks for save, too	 
   511 - Context menu for branches					  
   512 - Selection is saved in .vym file				  
   513 
   514 -----------------------------------------------------------
   515 2004-02-18 
   516 
   517 - Version: 1.2.5	 
   518 - URLs to external links can be added 
   519 - All actions are deactived if not possible  
   520 
   521 -----------------------------------------------------------
   522 2004-02-16 
   523 
   524 - Version: 1.2.4	 
   525 - Images: Can be loaded, saved, relinked to other parents
   526 
   527 -----------------------------------------------------------
   528 2004-01-27  
   529 
   530 - Version: 1.2.3	 
   531 - Zoom: Reset and finer steps shrinking/enlarging	 
   532 
   533 -----------------------------------------------------------
   534 2004-01-27 
   535 
   536 - Version: 1.2.2	 
   537 - Editing of links (style and color)	 
   538 
   539 -----------------------------------------------------------
   540 2004-01-27 
   541 
   542 - Version: 1.2.1	
   543 - Bugfix: LineEdit when adding branch has correct position again.								 
   544 
   545 -----------------------------------------------------------
   546 2004-01-23 
   547 
   548 - Version: 1.2.0	 
   549 - Scrolled parts are automatically unscrolled when selected and scrolled
   550   again later.				 
   551 - Bugfix: Save flag is updated when multiple maps are opened 
   552 - Bugfix: Moving of branches is faster and more accurat when adding to
   553   mapcenter 
   554 
   555 -----------------------------------------------------------
   556 2003-12-04 
   557 
   558 - Version: 1.1.7	 
   559 - Bugfix: Remember filename of note in noteeditor	 
   560 
   561 -----------------------------------------------------------
   562 2003-12-02 
   563 
   564 - Version: 1.1.6	 
   565 - Find Text also in Notes.	 
   566 
   567 -----------------------------------------------------------
   568 2003-11-07 
   569 
   570 - Version: 1.1.5	
   571 - Bugfix: Correct setting and positioning when relinking branches	 
   572 
   573 -----------------------------------------------------------
   574 2003-11-03 
   575 
   576 - Version: 1.1.4	 
   577 - Scroll mode added (folding of subtrees).		 
   578 - Bugfix: Wrong position of linedit in zoomed view 
   579 
   580 -----------------------------------------------------------
   581 2003-10-09  
   582 
   583 - Version: 1.1.3	 
   584 -		Added clear button in find window, bugfixes     
   585 
   586 -----------------------------------------------------------
   587 2003-10-07  
   588 
   589 - Version: 1.1.2	 
   590 - Links can be colored with color of heading      
   591 
   592 -----------------------------------------------------------
   593 2003-09-26  
   594 
   595 - Version: 1.1.1	 
   596 - Improved visualization of linking to new branch 
   597 
   598 -----------------------------------------------------------
   599 2003-09-25  
   600 
   601 - Version: 1.1.0	 
   602 - Find Function							
   603 - Selection always stays in view		  
   604 
   605 -----------------------------------------------------------
   606 2003-09-18
   607 
   608 - Version: 1.0.1	 
   609 - Find function scrolls to result now	 
   610 - Bugfix: Adding branch with midmouse	  
   611 - Bugfix: multiple repositioning of map, when noteeditor was changed
   612   (speedup)	 
   613 - New Linestyles (still hardcoded)			 
   614 
   615 -----------------------------------------------------------
   616 2003-09-16 	 	
   617 
   618 - Version: 1.0.0	 
   619 - First public stable release			 
   620 
   621 -----------------------------------------------------------
   622 - Version: 0.9.0	 
   623 - added quick color picker (CTRL + Left Mouse)  ?	 
   624 
   625 -----------------------------------------------------------
   626 - Version: 0.8.0	 
   627 - added automatic canvas resizer, removed manual resizing of canvas  
   628 - added settings option to paste text into new branch	 
   629 - simplified code	 
   630 - Added heart flag	 
   631 - Choose and switch between fixed and variable width fonts 
   632 - note editor		 
   633 - Fixed segfault caused by undo and a call of updateNoteFlag of note
   634   editor	 
   635 - Added settings menu to configure autoselect and autoedit mode	 
   636 - autoedit and autoselect mode	 
   637 - Fixed ugly display problem with QT Palette (Klaas Freitag) 
   638 - Reduced temporary directories from 4 to 1	 
   639 - Added wordwrap in printing of notes	 
   640 - New toolbar buttons in texteditor	 
   641 - Set background color	 
   642 - Fixed bug: Flags in toolbar not updated when selecting map center	  
   643 
   644 -----------------------------------------------------------
   645 - Version: 0.7.0	 
   646 - No more segfault, when an object is deleted while being edited  
   647 - Keep focus constant when zooming in/out  
   648 - Export as png graphic  
   649 - Keep Center of map where it is while zooming  
   650 - Added Standard Flags (Smiley, Hook, Stopsign, ...)  
   651 - MDI: Multi Document Interface enables working on several maps
   652   simultanously  
   653 - Enabled creating a new map via argument on commandline  
   654 - Changed file extension from .mmap to .vym  
   655 - noteeditor changes color, if empty or nothing is selected  
   656 - Changes in NoteEditor window are recognized by main window, too, thus
   657   preventing loosing data when quitting the program.   
   658 
   659 -----------------------------------------------------------
   660 - Version: 0.6.0	
   661 - New rendering engine: Faster, no flickering   
   662 
   663 -----------------------------------------------------------
   664 - Version: 0.5.0	 
   665 -  Changed printing to use maximum space on paper  
   666 -  Note editor is hidden, too, when mapeditor is minimized  
   667 -  New (compressed) file format  
   668 
   669 -----------------------------------------------------------
   670 - Version: 0.4.0     
   671 - Size of map is saved  
   672 - Multi Line Headings   
   673 - Reworked Rendering Engine: Much faster now.  
   674 - Reworked Undo: Much faster now.  
   675 - Enabled moving of map center  
   676 - Multi-line headings   
   677 
   678 -----------------------------------------------------------
   679 - Version: 0.3.0
   680 - Introduced Undo  
   681 - Fixed some bugs    
   682 
   683 -----------------------------------------------------------
   684 - Version: 0.2.0     
   685 - Moving view of map improved:  
   686 - New handling (acrobat reader style)  
   687 - New mousepointer  
   688 - Several tools to color a map  
   689 
   690 -----------------------------------------------------------
   691 - Version: 0.1.0  
   692 - Inital version, basic map layout   
   693 - Data is stored in XML