diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-10-13 Glenn Morris <rgm@gnu.org> | 11 | 2010-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). |