Mercurial > emacs
comparison etc/NEWS @ 40847:0de09e872237
An entry for Calc.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 09 Nov 2001 10:40:51 +0000 |
parents | 650fb912b343 |
children | 19d072877aaa |
comparison
equal
deleted
inserted
replaced
40846:2c1ea86a52a9 | 40847:0de09e872237 |
---|---|
81 ** When using M-x revert-buffer in a compilation buffer to rerun a | 81 ** When using M-x revert-buffer in a compilation buffer to rerun a |
82 compilation, it is now made sure that the compilation buffer is reused | 82 compilation, it is now made sure that the compilation buffer is reused |
83 in case it has been renamed. | 83 in case it has been renamed. |
84 | 84 |
85 ** New modes and packages | 85 ** New modes and packages |
86 | |
87 +++ | |
88 *** Calc is now part of the Emacs distribution. | |
89 | |
90 Calc is an advanced desk calculator and mathematical tool written in | |
91 Emacs Lisp. Its documentation is in a separate manual; within Emacs, | |
92 type "C-h i m calc RET" to read that manual. | |
86 | 93 |
87 *** The ruler-mode.el library provides a minor mode for displaying an | 94 *** The ruler-mode.el library provides a minor mode for displaying an |
88 "active" ruler in the header line. You can use the mouse to visually | 95 "active" ruler in the header line. You can use the mouse to visually |
89 change the `fill-column', `window-margins' and `tab-stop-list' | 96 change the `fill-column', `window-margins' and `tab-stop-list' |
90 settings. | 97 settings. |