diff options
| author | Eli Barzilay | 2014-06-24 03:55:36 -0400 |
|---|---|---|
| committer | Eli Barzilay | 2014-06-24 03:55:36 -0400 |
| commit | 7967f7d1d44a1c8e1b077fa186d43a86c72f5d95 (patch) | |
| tree | f89c003523671413aeeef406c7f82be17e874940 /etc | |
| parent | b6266364bd99d506753fc3b78dda69de23bdc5d6 (diff) | |
| download | emacs-7967f7d1d44a1c8e1b077fa186d43a86c72f5d95.tar.gz emacs-7967f7d1d44a1c8e1b077fa186d43a86c72f5d95.zip | |
lisp/calculator.el (calculator-last-input): drop 'ascii-character property
lookup.
etc/NEWS: calculator.el user-visible changes.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 4419f4a0e66..fbeaed956a4 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-06-24 Eli Barzilay <eli@barzilay.org> | ||
| 2 | |||
| 3 | * NEWS: calculator.el user-visible changes. | ||
| 4 | |||
| 1 | 2014-06-15 Michael Albinus <michael.albinus@gmx.de> | 5 | 2014-06-15 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * NEWS: New Tramp method "nc". | 7 | * NEWS: New Tramp method "nc". |
| @@ -113,6 +113,10 @@ protocols as well as for "telnet" and "ftp" are passed to Tramp. | |||
| 113 | 113 | ||
| 114 | *** New connection method "nc", which allows to access dumb busyboxes. | 114 | *** New connection method "nc", which allows to access dumb busyboxes. |
| 115 | 115 | ||
| 116 | ** Calculator: decimal display mode uses "," groups, so it's more | ||
| 117 | fitting for use in money calculations; factorial works with | ||
| 118 | non-integer inputs. | ||
| 119 | |||
| 116 | ** Obsolete packages | 120 | ** Obsolete packages |
| 117 | 121 | ||
| 118 | --- | 122 | --- |