0.1
---
+ New macro editor dialog. (done)
+ Macros can now contain any Python code. (done)
+ Macros load and save files are now plain text files. (done)
+ Macros are now saved within the pys-file. (done)
+ Macros files are now signed and included in the trusted file
  concept. (done)


0.0.14b
-------
+ Cell borders can now be changed independently (done)
+ Most upper and left borders of grid need upper / left border (done)
+ Cells access using negative indices, when not slicing (done)
 


0.0.14a
-------
+ Font problem fixed (BUG 2942779)
+ Shift+Del now deletes the cell with all attributes
+ Del now deletes only the code

0.0.14
------
+ Sparse grid now supports up to 80 000 000 rows
+ Safe mode for inspecting foreign files
+ GPG signatures for own files
+ Help framework
+ New About dialog
+ Insertion of cell access code via <Ctrl> + <Insert>
+ Simplified Macro editor dialog
+ Improved cycle detection algorithm for grid
+ Globals now update immediately
+ Colour works now when loading pys files
+ wxPython v 2.8 is now preferred
+ Error handling bug removed
+ Help files are now found after changing the path
+ Font rendering in Windows fixed


0.0.13
------
+ Print framework that supports colors and drawn elements
+ Splash screen removed
+ Some drawing speed-ups
+ Small white rectangle in upper left corner removed (BUG 2918360)
+ setup.py does not copy directories fixed (BUG 2913911)
+ Folder renaming to fix installation errors (BUG 2909017)


0.0.12
------
+ Floatable taskbars added
+ Strange arange reference behaviour fixed (BUG 2760121)
+ stt = sum(S[16:18,Y,0]) raises TypeError fixed (BUG 2579698)
+ Default text color switched from black to system default
+ Ok and Cancel Buttons and tab sequence switched for New sheet dialog
+ Regex search
+ Find toolbar
+ Style toolbar
+ Cell styles 
+ Frozen cells
+ Cell dc support for graphic printing in cells
+ ODF support as new default file format
+ networkx dependency removed


0.0.11
------

+ Recursion detection for slicing operations added
+ Dependency to networkx added
+ Command line options added
+ Command line help added
+ Unicode support added
+ Save As and Save functionality separated

+ Print without selection now prints visible screen (BUG 2366895)
+ Empty cells are now empty on print out (BUG 2366916)
+ Copy works again (BUG 2407435)
+ Internal variables stop showing up in macro dialog (BUG 2407828)
+ Copy result now works on Windows (BUG 2569877)
+ Replace now updates cells properly (BUG 2569880)
+ Resize function works now (BUG 2569895)

+ Moved main window class into _windows module
+ Moved Fortran type getflatpos getshapedpos into _arrayhelper.py



0.0.10b
-------
