Changes in 1.2p1 1) Change message iwndow to be a message rather than a label Release 1.2 == 1.2.9 Changes in 1.2.8alpha 1) Minor bug fixes Changes in 1.2.7alpha 1) Changes to button 2 moving to allow drop at end. 2) Minor bug fixes 3) Remove Default Value entry from field creation box. 4) Do not generate default values when saving in -c mode. Changes in 1.2.6alpha 1) Fix problem where tk code gets saved 2) Change binding for editing fileds in -c mode to Shift-1 rather than Double-1 as this conflicted with reference generation. 3) Allow reference generation in configure mode. Changes in 1.2.5alpha 1) you can now use button 2 to move fields around in -c mode. 2) Various other changes..... Changes in 1.2.4alpha 1) Change reference brackets from () to {} 2) Allow multiple nested substitutions 3) Check for recursive references 4) Prevent self-references at source. Changes in 1.2.1alpha 1) Fix bug when Clear is clicked in -c mode 2) Add field cross references in -c mode. 3) Handle edits of fields with references in them. ----------------------------------- Changes in 1.1p3 1) Change logging messages when programs are run Changes in 1.1p2 1) Correct function names in configure.in 2) Fix bug when creating new button. Changes in 1.1p1 1) Fix problem in -c mode when loading a config file that did not exist. Released 1.1.11 as obeah-1.1Change logging messages when programs are run Changes in 1.1.10 ** INCOMPATIBLE CHANGE ** 1) Internal restructuring in preparation for release. 2) Now saves any procs that were declared in the configuration file. 3) dirCheck renamed to ob_dirCheck, and same for interpCheck and runMake Changes in 1.1.9 1) When setting up a configurable value, if the config or default fields start with '=' the rest of the string is taken to be tcl that constitutes the expression to be used to initialise the value. This will be executed once when the configuration input file is sourced. 2) Invisible values - you can now add values that will be passed to Make but which are not configurable by the user. 3) You can now edit controls - Shift-1 on the button will allow you to edit it. You can also delete the built-in controls if you do not want them to appear. Changes in 1.1.8 1) Bug fixes (would have been 1.1.7 but someone had pulled a copy *sigh*) Changes in 1.1.7 1) Bug fixes 2) Up/Down now circulate through fields. 3) Save is enabled when changes are made. Install doesnt do a svae. On quit unsaved changes cause a prompt. 4) load button works in create mode. Changes in 1.1.6 1) Fix the bugs introduced in 1.1.5 *SIGH* Changes in 1.1.5 *** INCOMPATIBLE CHANGE **** 1) Add some missing help info 2) Change the way array variable names are done. Changes in 1.1.4alpha 1) Fix some problems with field creation. Widths now adjust when field is added.