X-Git-Url: http://git.shiar.net/descalc.git/blobdiff_plain/7db84757c6ba80836bc8c2cc9de326f16862a2cd..HEAD:/CHANGES diff --git a/CHANGES b/CHANGES index 2e8eefa..4be4db9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +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) +200410312300 1.12.0 + - all I/O from main script; main loop defined in modules + 200410291000 1.11.2 - global redraw() to queue a stack/screen refresh 200410282330 1.11.1 @@ -85,3 +99,14 @@ 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