changelog
    
    
    - Fri, 20 Dec 2013 17:06:06 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 20 Dec 2013 17:06:06 +0200] rev 578
 
    - - added visible line angles when drawing
 
    - Fri, 20 Dec 2013 13:35:08 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 20 Dec 2013 13:35:08 +0200] rev 577
 
    - removed some debug code
 
    - Fri, 20 Dec 2013 04:05:36 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 20 Dec 2013 04:05:36 +0200] rev 576
 
    - - bumped max amount of recent files from 5 to 10
 
    - Fri, 20 Dec 2013 04:03:48 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 20 Dec 2013 04:03:48 +0200] rev 575
 
    - - added selection auto-subfiling(!)
 
    - Fri, 20 Dec 2013 02:05:19 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Fri, 20 Dec 2013 02:05:19 +0200] rev 574
 
    - - line lengths are now displayed when drawing
 
    - Thu, 19 Dec 2013 16:08:05 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 16:08:05 +0200] rev 573
 
    - - non-release builds now display git revision info if available. This turned out to be much simpler to implement than I expected..
 
    - Thu, 19 Dec 2013 16:01:29 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 16:01:29 +0200] rev 572
 
    - - code parser no longer complains about scientific notation
 
    - Thu, 19 Dec 2013 13:36:48 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 13:36:48 +0200] rev 571
 
    - - cleanup closing of unused files is now defered to the event loop using a new InvokationDeferer class. This prevents ldforge from closing unused files when it *really* shouldn't be doing that, instead waiting until everything is done before it begins the cleanup process.