From 11720a2c6fbf1d88d16afcc809de9ac55522bb87 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Fri, 15 Feb 2013 23:16:56 -0500 Subject: [PATCH] Ch ch ch changes... --- mystic/whatsnew.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mystic/whatsnew.txt b/mystic/whatsnew.txt index 25295b6..ddc0ced 100644 --- a/mystic/whatsnew.txt +++ b/mystic/whatsnew.txt @@ -2276,3 +2276,15 @@ + Prompt editor now has a prompt simulator if you press ENTER while editing a prompt. + + + NodeSpy's phone book now allows directory searching similar to other + Mystic editors. Just type away and it will search on the fly. + + ! Fixed a bug during list box searches that would cause the search string + to not get updated. + + + Mystic will now set the window title to "Mystic Configuration" when + started in configuration mode (-cfg) + + + New MPL fuction: Function ABS (Num: LongInt) : LongInt; This value takes + a signed integer and returns the absolute value.