Added command stack saving and loading.
[hooke.git] / CHANGELOG
old mode 100755 (executable)
new mode 100644 (file)
index bc807fa..f71b509
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,14 +1,27 @@
+THIS CHANGELOG FILE CONTANS PRE-SVN CHANGELOGS AND SUMMARIES OF POST-SVN CHANGELOGS.
+FROM 0.8.4 ONWARD, DETAILED CHANGELOGS ARE AVAILABLE ON THE HOOKE SUBVERSION REPOSITORY.
+
 0.8.4
 (2008-x-x)
     PLUGINS:
     macro.py:
         hooke does not crash if it doesn't have permissions to create the folder
+       fixed overwriting of export for curves with the same name and different numerical extension
+       fixed macrodir (out of try-catch)
+       cleaned debug output in execmacro
+    DRIVERS:
+       alternative version of picoforce driver
+    INPUT
+       merged (partially) libinput (so far in hooke_cli)
+    OUTLET     
+       merged liboutlet
+
 
 0.8.3
 (2008-04-16)
     PLUGINS:
     generalvclamp.py:
-        fixed autopeak header 
+        fixed autopeak header
         fixed autopeak slope (now unwanted slope values are discarded)
 
 0.8.2
@@ -27,7 +40,7 @@
         fixed DeprecationWarning in flatten
     flatfilts.py
         convfilt now working
-        
+
 
 0.8.0:
 (2008-04-04)
     hooke_cli.py:
         fixed error handling in notelog
         smarter handling of directory names in genlist
-        unexpected error handling in do_plot() 
+        unexpected error handling in do_plot()
     hooke.py:
         implemented GetDisplayedPlot event and handlers
     PLUGINS:
     libhooke.py:
         fixed bug that prevented flatfilt to work
         (maybe) fixed memory leak in flatfilt
-    
+
 0.4.0 "Hanzei":
 (2007-02-08)
     general code updating and rewriting due to double plot/force clamp supports
     hooke.py:
         initial dummy menu sketch
     hooke.py, hooke_cli.py:
-        first general support in code for double plot: 
+        first general support in code for double plot:
         - derivplot now in separate plot
         - implemented show and close commands
         - all functions should be double plot-aware
 0.2.1 :
     hooke.py , libhooke.py:
         fixed 'wlc noauto' bug (0012) preventing correct contact point to be used
-0.2.0 : 
+0.2.0 :
     hooke_cli.py:
         implemented getlist (alias of genlist)
         implemented contact (to plot the contact point)
     libhooke.py:
         new contact point algorithm (new algorithm)
         wlc fit now uses a fancier domain (from contact point to a bit more than last point); initial chunk preparation section moved from hooke.py
-    
+
 
 OLDER CHANGELOGS:
 
 hooke.py:
-0.1.1   : 
+0.1.1   :
     From now on, all changelog is stored in hooke.py
     hooke_cli.py:
         corrected bug 0010 (addtolist bug), alerts when hitting start/end of playlist
@@ -370,7 +383,7 @@ hooke_cli.py:
 0.1.1 : from now on, all changelog is in hooke.py
 2006_09_15_devel: implemented wlc; 0.1.0 milestone.
 2006_08_28_devel: refactoring of plot interaction
-2006_07_23_devel: implemented note; implemented flatfilt; implemented notelog; exit now warns if playlist/notes 
+2006_07_23_devel: implemented note; implemented flatfilt; implemented notelog; exit now warns if playlist/notes
                   have not been saved.
 2006_07_18_devel: implemented subtplot; bug 0007 ("cd" crashing) fixed
 2006_06_16_devel: moved math helper functions in libhooke.py
@@ -388,4 +401,4 @@ libhooke.py
 2006_06_08_devel : hooke_playlist.py becomes libhooke.py
 2006_05_30_devel : support for deflection in HookeCurve
 2006_05_29_devel : Initial configuration file support
-2006_05_23_devel : Major rewrite. Fixed bug 0002
\ No newline at end of file
+2006_05_23_devel : Major rewrite. Fixed bug 0002