# HG changeset patch # User Gerd Moellmann # Date 950789705 0 # Node ID d6a89b95b32de8ac8a7f55a33f335d088f296894 # Parent 2d4d3740cb780a1d1f344df567dfbb43fc8c47d6 *** empty log message *** diff -r 2d4d3740cb78 -r d6a89b95b32d etc/NEWS --- a/etc/NEWS Thu Feb 17 11:10:31 2000 +0000 +++ b/etc/NEWS Thu Feb 17 12:15:05 2000 +0000 @@ -834,6 +834,13 @@ 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