]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 17 Feb 2000 12:15:05 +0000 (12:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 17 Feb 2000 12:15:05 +0000 (12:15 +0000)
etc/NEWS

index 909c825e2b451b6540dbd5c2e34bcd08dd25c00e..8ed5b8f1bcc3dd78063b5a6d842b855bd97cc9f1 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -834,6 +834,13 @@ list-buffers or electric-buffer-list.  Use M-x bs-show to display a
 buffer menu with this package.  You can use M-x bs-customize to
 customize the package.
 
+*** calculator.el is a small calculator package that is intended to
+replace desktop calculators such as xcalc and calc.exe.  Actually, it
+is not too small - it has more features than most desktop calculators,
+and can be customized easily to get many more functions.  It should
+not be confused with "calc" which is a much bigger mathematical tool
+which answers different needs.
+
 *** The minor modes cwarn-mode and global-cwarn-mode highlights
 suspicious C and C++ constructions.  Currently, assignments inside
 expressions, semicolon following `if', `for' and `while' (except, of