aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2008-05-18 21:17:21 +0000
committerJay Belanger2008-05-18 21:17:21 +0000
commita019dc407dcf9d58b1b54af99181e45a3b38d764 (patch)
treec24904ac783f05c1514194bcb49ee1fd4441c2a8
parent538c257322070b062a4bb972377a3d38984ff8cc (diff)
downloademacs-a019dc407dcf9d58b1b54af99181e45a3b38d764.tar.gz
emacs-a019dc407dcf9d58b1b54af99181e45a3b38d764.zip
Mention register commands.
-rw-r--r--lisp/calc/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/calc/README b/lisp/calc/README
index a40051d12de..ff7a25441a3 100644
--- a/lisp/calc/README
+++ b/lisp/calc/README
@@ -72,6 +72,8 @@ opinions.
72Summary of changes to "Calc" 72Summary of changes to "Calc"
73------- -- ------- -- ---- 73------- -- ------- -- ----
74 74
75* Added support for using registers.
76
75* Added support for Yacas, Maxima and Giac languages. 77* Added support for Yacas, Maxima and Giac languages.
76 78
77* Added a menu. 79* Added a menu.
@@ -82,7 +84,7 @@ Summary of changes to "Calc"
82 84
83* Made unit conversions exact when possible. 85* Made unit conversions exact when possible.
84 86
85* Lower the precedence of negation. 87* Lowered the precedence of negation.
86 88
87Version 2.1: 89Version 2.1:
88 90