aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 691c4c1de36..0d6b007f3b3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc-alg.el (math-var): Renamed from `var'.
4 (math-is-polynomial, math-is-poly-rec): Replace `var'
5 with `math-var'.
6
7 * calc/calcalg2.el (math-var): Renamed from `var'.
8 (calcFunc-table, math-scan-for-limits): Replace `var'
9 with `math-var'.
10
12010-10-13 Glenn Morris <rgm@gnu.org> 112010-10-13 Glenn Morris <rgm@gnu.org>
2 12
3 * subr.el (last): Deal with dotted lists (reported in bug#7174). 13 * subr.el (last): Deal with dotted lists (reported in bug#7174).