home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / math / calcb_11 / doc / changes.txt next >
Text File  |  1994-12-13  |  2KB  |  49 lines

  1. Version change file for Clac, the programmer's function calculator.
  2. -------------------------------------------------------------------
  3.  
  4. Changes consern the expression 'engine' or the (GEM) GUI interface
  5. unless otherwise stated.
  6.  
  7. v 1.00, 10.8.1994
  8. - GEM interface.
  9. - Many changes to the source layout.
  10. - Some bugfixes.
  11. - New functions.
  12.  
  13. v 1.00a, 15.8.1994
  14. - Changed the meaning of '%' to modulo. Binary values start now with '''.
  15. - Added shifting operators.
  16. - Small fix to gui.c.
  17.  
  18. v 1.00b, 6.9.1994
  19. - 'Ansified' all sources still K&R.
  20. - Added '"' number prefix (ascii).
  21.  
  22. v 1.00c, 13.9.1994
  23. - Redifined switch 'v' and added switch 'p' (cli version).
  24. - Root function is now fixed.
  25. - Changed some #defines.
  26. - Got dvi files up to date.
  27.  
  28. v. 1.10, 10.11.1994
  29. - TAB now 'completes' the expression by replacing it with it's result.
  30.   If there's no expression, previous expression is used. Very useful!
  31. - Removed help dialogs and moved menu functions into a popup.
  32. - Much better popup handling code in gui.c now.
  33. - Made ST-Guide hypertext help manual.
  34. - Changed history behaviour into a more usual one.
  35. - Changed front.* filenames into cli.*.
  36. - Reformatted source files (again).
  37. - Added over() and time() functions.
  38. - Disabled multiple decimal points in number.
  39. - Added support for Winx window bottomed message.
  40. - Enabled Exponent number notation (eg. 1e2 = 1 * 10^2 = 100).
  41. - Added readline.c from GnuPlot 3.2 to cli.c. Cli version has now
  42.   expression history with both the ST and Emacs editing keys.
  43. - Added a quiet option to clac for script usage.
  44. - Fixed a small bug in binary-/octal-/hexadecimal code.
  45. - Made a 'bare bones' version of Clac for filter usage.
  46. - Made a MiNT specific client-server version of the filter version
  47.   with Jarkko Kniivil"a.
  48.  
  49.