Mercurial > emacs
comparison etc/NEWS @ 27733:d6a89b95b32d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 17 Feb 2000 12:15:05 +0000 |
parents | 22a581e00fe4 |
children | 38f6e392c0aa |
comparison
equal
deleted
inserted
replaced
27732:2d4d3740cb78 | 27733:d6a89b95b32d |
---|---|
831 | 831 |
832 *** bs.el is a new package for buffer selection similar to | 832 *** bs.el is a new package for buffer selection similar to |
833 list-buffers or electric-buffer-list. Use M-x bs-show to display a | 833 list-buffers or electric-buffer-list. Use M-x bs-show to display a |
834 buffer menu with this package. You can use M-x bs-customize to | 834 buffer menu with this package. You can use M-x bs-customize to |
835 customize the package. | 835 customize the package. |
836 | |
837 *** calculator.el is a small calculator package that is intended to | |
838 replace desktop calculators such as xcalc and calc.exe. Actually, it | |
839 is not too small - it has more features than most desktop calculators, | |
840 and can be customized easily to get many more functions. It should | |
841 not be confused with "calc" which is a much bigger mathematical tool | |
842 which answers different needs. | |
836 | 843 |
837 *** The minor modes cwarn-mode and global-cwarn-mode highlights | 844 *** The minor modes cwarn-mode and global-cwarn-mode highlights |
838 suspicious C and C++ constructions. Currently, assignments inside | 845 suspicious C and C++ constructions. Currently, assignments inside |
839 expressions, semicolon following `if', `for' and `while' (except, of | 846 expressions, semicolon following `if', `for' and `while' (except, of |
840 course, after a `do .. while' statement), and C++ functions with | 847 course, after a `do .. while' statement), and C++ functions with |