changelog
    
    
    - Thu, 19 Dec 2013 01:18:34 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 01:18:34 +0200] rev 566
 
    - - removed the version monikers, new version is now just 0.3 instead of 0.3-alpha. BUILD_ID can now only be INTERNAL and RELEASE. It was way too complicated to my tastes.
 
    - Thu, 19 Dec 2013 01:06:34 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 01:06:34 +0200] rev 565
 
    - - history now works on object list moving as well
 
    - Thu, 19 Dec 2013 00:59:49 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 00:59:49 +0200] rev 564
 
    - - implicit documents are now auto-closed when rendered unused, in general, a LOT better document closing behavior
- history should now behave properly for real 
    - Wed, 18 Dec 2013 23:38:45 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 18 Dec 2013 23:38:45 +0200] rev 563
 
    - - made history ignore file loading and undo/redo calls instead of having hard-coded ignore on the actions, this will probably save a lot of hair
 
    - Wed, 18 Dec 2013 20:43:50 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 18 Dec 2013 20:43:50 +0200] rev 562
 
    - - fixed: LDObject methods still used operator delete directly, causing *a very frustrating* crash to debug
 
    - Wed, 18 Dec 2013 19:39:55 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 18 Dec 2013 19:39:55 +0200] rev 561
 
    - History should now behave properly..
 
    - Wed, 18 Dec 2013 17:44:31 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 18 Dec 2013 17:44:31 +0200] rev 560
 
    - - corrected history behavior. LDObject::clone() is now off-limits, createCopy() must be used instead. LDObject::deleteSelf() must be used to delete LDObjects (destructor is protected now)
 
    - Wed, 18 Dec 2013 17:03:35 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 18 Dec 2013 17:03:35 +0200] rev 559
 
    - - fixed: cones with 3 digit numbers wouldn't go to the "Cones (48)" category properly