aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Barzilay2014-06-24 03:55:36 -0400
committerEli Barzilay2014-06-24 03:55:36 -0400
commit7967f7d1d44a1c8e1b077fa186d43a86c72f5d95 (patch)
treef89c003523671413aeeef406c7f82be17e874940 /etc
parentb6266364bd99d506753fc3b78dda69de23bdc5d6 (diff)
downloademacs-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/ChangeLog4
-rw-r--r--etc/NEWS4
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 @@
12014-06-24 Eli Barzilay <eli@barzilay.org>
2
3 * NEWS: calculator.el user-visible changes.
4
12014-06-15 Michael Albinus <michael.albinus@gmx.de> 52014-06-15 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * NEWS: New Tramp method "nc". 7 * NEWS: New Tramp method "nc".
diff --git a/etc/NEWS b/etc/NEWS
index 27e9cfa0e3c..2114574b2d1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
117fitting for use in money calculations; factorial works with
118non-integer inputs.
119
116** Obsolete packages 120** Obsolete packages
117 121
118--- 122---