What's new
==========

v1.06

- common functions added: Log2, Sec, Csc, SecH, CscH, ASec, ACsc...;
  statistical functions added: SumSq, HAvg, QAvg, Norm, Var, Std...;
  function aliases added: Tg, Ctg, Sh, Ch, Th, Cth, Lg, Log10, Mul;
  function Log redefined as Ln, Geo redefined as GAvg

- priority of "raising to power" operator increased, so expressions
  like "a*(x**n)" may be entered without brackets

- changed plugins load procedure, so ec_plug.ini file has been removed


v1.05

- mouse support implemented, you can: move text cursor, work with
  history menu, select result format, double-click on result to copy
  it into edit line, drag dialog window, quit dialog

- console output speeded up a little, so a screen flickering under
  some systems must be fixed

- Ctrl-Enter or Alt-Ins can be used to copy result directly to clipboard

- source code of StdMath.dlc library added to PlugDoc.zip archive, so
  you can completely rewrite all operators and functions used in program
  (Delphi compiler required)
