]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/README
(calc-get-operator-history): New variable.
[gnu-emacs] / lisp / calc / README
index 219e378e6eaa503dba05ad151f7ce96d1f569bd0..00d0e9b232affa122e90887dc4a64d3447f43e8d 100644 (file)
@@ -1,16 +1,19 @@
 
-This directory contains version 2.02c of Calc, an advanced desk
-calculator for GNU Emacs.
+This directory contains Calc, an advanced desk calculator for GNU
+Emacs.
 
-"Calc"  Copyright 1990, 1991, 1992, 1993  Free Software Foundation, Inc.
-
-Written and maintained by:   Dave Gillespie
-                            c/o Synaptics, Inc.
-                            2698 Orchard Parkway
-                            San Jose CA 95134
-                            daveg@synaptics.com, uunet!synaptx!daveg
+"Calc"  Copyright 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 
+   2005, 2006  Free Software Foundation, Inc.
 
+Written by:
+       Dave Gillespie
+       c/o Synaptics, Inc.
+       2698 Orchard Parkway
+       San Jose CA 95134
+       daveg@synaptics.com, uunet!synaptx!daveg
 
+Currently maintained by:
+     Jay Belanger <belanger@truman.edu>
 
 From the introduction to the manual:
 
@@ -49,38 +52,10 @@ From the introduction to the manual:
       algebraic rewrite rules, or extended Emacs Lisp.
 
 
-
-
-To install Calc:
-
-  1. Type "uncompress calc-2.02.tar.Z"
-
-  2. Type "tar xvf calc-2.02.tar"
-
-1,2. Alternatively: "zcat calc-2.02.tar.Z | tar xvf -"
-
-  3. Note that the Calc tar file now creates a "calc-2.02" subdirectory
-     of the current directory in which to place its files.
-
-  4. Follow the instructions in the file "INSTALL".
-
-
-
 Calc is written entirely in Emacs Lisp, for maximum portability.
-You do not need to recompile Emacs to install and use Calc.
-
-You will need about six megabytes of disk space to install Calc
-and its Info documentation.
-
-See the file INSTALL for installation instructions.  The instructions
-may seem long, but on typical systems you will only need to follow the
-steps shown in the first section.
-
-Don't even try to run Calc in uncompiled (.el) form!  It's far too slow.
-
 
 I am anxious to hear about your experiences using Calc.  Send mail to
-"daveg@synaptics.com".  A bug report is most useful if you include the
+"belanger@truman.edu".  A bug report is most useful if you include the
 exact input and output that occurred, any modes in effect (such as the
 current precision), and so on.  If you find Calc is difficult to operate
 in any way, or if you have other suggestions, don't hesitate to let me
@@ -88,21 +63,37 @@ know.  If you find errors (including simple typos) in the manual, let
 me know.  Even if you find no bugs at all I would love to hear your
 opinions.
 
-The latest Calc tar files and patches are always available for anonymous
-FTP on prep.ai.mit.edu.
 
-Thanks,
 
-                                                               -- Dave
+Summary of changes to "Calc"
+------- -- ------- --  ----
 
 
+Version 2.1:
 
+* New matrix mode for square matrices.  Improved handling of
+  non-commutative products.
 
+* New functions: powerexpand and ldiv.
 
-Summary of changes to "Calc"
-------- -- ------- --  ----
+* Added new functions: sec, csc, cot, sech, csch, coth.
+
+* 0^0 now evaluates to 1.
 
+* Added a new language mode for LaTeX.
 
+* Calc now tries to use an appropriate language mode in embedded mode.
+
+* Calc now restores original modes when leaving embedded mode.
+
+* User settable variables which are not set with keystrokes are now
+  customizable.
+
+* Made ~/.calc.el the default Calc settings file.
+
+* Miscellaneous updates and bugfixes.
+
+\f
 Version 2.02f:
 
  * Fixed a bug which broke `I', `H', `K' prefix keys in recent Emacs.