diff options
author | Eli Barzilay <eli@barzilay.org> | 2014-06-24 03:55:36 -0400 |
---|---|---|
committer | Eli Barzilay <eli@barzilay.org> | 2014-06-24 03:55:36 -0400 |
commit | 7967f7d1d44a1c8e1b077fa186d43a86c72f5d95 (patch) | |
tree | f89c003523671413aeeef406c7f82be17e874940 /etc/NEWS | |
parent | b6266364bd99d506753fc3b78dda69de23bdc5d6 (diff) | |
download | emacs-7967f7d1d44a1c8e1b077fa186d43a86c72f5d95.tar.gz |
lisp/calculator.el (calculator-last-input): drop 'ascii-character property
lookup.
etc/NEWS: calculator.el user-visible changes.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -113,6 +113,10 @@ protocols as well as for "telnet" and "ftp" are passed to Tramp. *** New connection method "nc", which allows to access dumb busyboxes. +** Calculator: decimal display mode uses "," groups, so it's more +fitting for use in money calculations; factorial works with +non-integer inputs. + ** Obsolete packages --- |