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