aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2005-12-12 20:27:13 +0000
committerJay Belanger2005-12-12 20:27:13 +0000
commit2da61afceb46fd531fd466f40a909aadf6f96458 (patch)
tree3cdcf4107fed773409e8be7e2c9d9fc700480b3f
parente4a9919672afe8aa034667f99d77be59b72f3cce (diff)
downloademacs-2da61afceb46fd531fd466f40a909aadf6f96458.tar.gz
emacs-2da61afceb46fd531fd466f40a909aadf6f96458.zip
Updated the changes information.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/calc/README5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 57af777b7f0..4790e1f341c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-12-12 Jay Belanger <belanger@truman.edu>
2
3 * calc/README: Update the summary of changes.
4
5
12005-12-12 Stefan Monnier <monnier@iro.umontreal.ca> 62005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * descr-text.el (describe-char): Rework last fix to solve the problem 8 * descr-text.el (describe-char): Rework last fix to solve the problem
diff --git a/lisp/calc/README b/lisp/calc/README
index 97f2a29f6ce..86539341358 100644
--- a/lisp/calc/README
+++ b/lisp/calc/README
@@ -71,6 +71,11 @@ Summary of changes to "Calc"
71 71
72Version 2.1: 72Version 2.1:
73 73
74* New matrix mode for square matrices. Improved handling of
75 non-commutative products.
76
77* New functions: powerexpand and ldiv.
78
74* Added new functions: sec, csc, cot, sech, csch, coth. 79* Added new functions: sec, csc, cot, sech, csch, coth.
75 80
76* 0^0 now evaluates to 1. 81* 0^0 now evaluates to 1.