X-Git-Url: http://git.shiar.net/descalc.git/blobdiff_plain/4e1d9535fda6685e53ce570ca4e4cd6c260f55d3..090ac304afe801cb3e72ced0941ff2a874a98cc9:/CHANGES diff --git a/CHANGES b/CHANGES index 396d657..4be4db9 100644 --- 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) @@ -91,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