aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorWolfgang Jenkner2015-01-15 20:02:17 +0100
committerWolfgang Jenkner2015-01-15 23:54:00 +0100
commit2290000ed69b1157739c280f090e5b60112e83fe (patch)
treef99e98a90548c979fa53347344d307bf25f225c1 /test/ChangeLog
parentb577fe28c73cacfd1e81dca5ebf8cc7b0830d957 (diff)
downloademacs-2290000ed69b1157739c280f090e5b60112e83fe.tar.gz
emacs-2290000ed69b1157739c280f090e5b60112e83fe.zip
Handle the `neg' operator in some calc-units functions.
* lisp/calc/calc-units.el (math-units-in-expr-p) (math-single-units-in-expr-p, math-find-compatible-unit-rec) (math-extract-units): Handle the `neg' operator. (Bug#19582) * test/automated/calc-tests.el (calc-tests-equal, calc-tests-simple): New functions. (test-calc-remove-units, test-calc-extract-units) (test-calc-convert-units): New tests.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 95d3e544aab..b3a0494267e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,5 +1,12 @@
12015-01-15 Wolfgang Jenkner <wjenkner@inode.at> 12015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
2 2
3 * automated/calc-tests.el (calc-tests-equal, calc-tests-simple):
4 New functions.
5 (test-calc-remove-units, test-calc-extract-units)
6 (test-calc-convert-units): New tests.
7
82015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
9
3 * automated/Makefile.in (WRITE_LOG): Use POSIX redirection. 10 * automated/Makefile.in (WRITE_LOG): Use POSIX redirection.
4 11
52015-01-15 Stefan Monnier <monnier@iro.umontreal.ca> 122015-01-15 Stefan Monnier <monnier@iro.umontreal.ca>