release 1.14pre0
[descalc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 396d6572768b99d0f5bceeb8a255334c2442a56d..4be4db974496e61e7fc1e0e20a8a5a097f9591ed 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+200412131608   1.13.1 / 1.12.2
+       - menu names can have space characters in them
+200411042130   1.13.0
+       - menu structure back in main, menu i/o in display modules
+       - item position is (re)stored seperately for each submenu
+       - menus are named, not numbered
+       - objects to be redrawn specified seperately; redraw() takes hash
+
 200411032300   1.12.1
        - commandline arguments with leading - will skip modules of that name/group
        - use readdir instead of glob (quite a bit faster)
 20040618       1.01
        - start (curses, some basic commands)
 
+
+# menu for DCT, by Shiar
+
+# 1.11.0 200410282200 - display-specific code in evals
+# 1.10.4 200410151900 - remove explicit call to redraw on error
+# 1.10.3 200410150030 - add quit at F10 in main menu (after running other modules)
+#                     - don't show undefined menu entries (skippable)
+# 1.10.2 200410122345 - addmenu() function to add submenus
+# 1.10.1 200410122210 - @menus global; unit+math items added in those modules
+# 1.09.1 200410112150 - everything related to menus moved here
+# 1.06.1 200409152332 - moved @menus from 1.6 main